2025-01-24T00:46:18.7283210Z Current runner version: '2.321.0' 2025-01-24T00:46:18.7289837Z Runner name: 'i-00ec15358c09e5870' 2025-01-24T00:46:18.7290591Z Runner group name: 'Default' 2025-01-24T00:46:18.7291394Z Machine name: 'EC2AMAZ-LDB17KL' 2025-01-24T00:46:18.7295264Z ##[group]GITHUB_TOKEN Permissions 2025-01-24T00:46:18.7297521Z Actions: read 2025-01-24T00:46:18.7298027Z Attestations: read 2025-01-24T00:46:18.7298508Z Checks: read 2025-01-24T00:46:18.7298947Z Contents: read 2025-01-24T00:46:18.7299408Z Deployments: read 2025-01-24T00:46:18.7299891Z Discussions: read 2025-01-24T00:46:18.7300351Z Issues: read 2025-01-24T00:46:18.7300790Z Metadata: read 2025-01-24T00:46:18.7301253Z Packages: read 2025-01-24T00:46:18.7301704Z Pages: read 2025-01-24T00:46:18.7302142Z PullRequests: read 2025-01-24T00:46:18.7302648Z RepositoryProjects: read 2025-01-24T00:46:18.7303164Z SecurityEvents: read 2025-01-24T00:46:18.7303647Z Statuses: read 2025-01-24T00:46:18.7304124Z ##[endgroup] 2025-01-24T00:46:18.7307476Z Secret source: Actions 2025-01-24T00:46:18.7308228Z Prepare workflow directory 2025-01-24T00:46:20.7138533Z Prepare all required actions 2025-01-24T00:46:20.7189032Z Getting action download info 2025-01-24T00:46:20.8737961Z Download action repository 'pytorch/test-infra@main' (SHA:e83685f710cdb1685e9f12471c30aa36cf09cf13) 2025-01-24T00:46:22.5456425Z Download action repository 'pytorch/pytorch@main' (SHA:b2c89bc115123aea8e075e882ee121537ec92f89) 2025-01-24T00:46:43.1612145Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-01-24T00:46:43.5368062Z Getting action download info 2025-01-24T00:46:43.6781167Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-01-24T00:46:44.0674255Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/pull/145539/merge (74e42e7401e3b57fc188c6d3823585f63c780e87) 2025-01-24T00:46:44.0676295Z ##[group] Inputs 2025-01-24T00:46:44.0676617Z build-environment: win-vs2019-cpu-py3 2025-01-24T00:46:44.0676942Z cuda-version: cpu 2025-01-24T00:46:44.0677505Z use-xpu: false 2025-01-24T00:46:44.0677728Z xpu-version: 2025-01-24T00:46:44.0677935Z vc-year: 2019 2025-01-24T00:46:44.0678157Z build-with-debug: false 2025-01-24T00:46:44.0678498Z sync-tag: win-cpu-build 2025-01-24T00:46:44.0679744Z 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-01-24T00:46:44.0680968Z runner: lf.windows.4xlarge.nonephemeral 2025-01-24T00:46:44.0681284Z ##[endgroup] 2025-01-24T00:46:44.0681520Z Complete job name: win-vs2019-cpu-py3 / build 2025-01-24T00:46:44.1270532Z ##[group]Run git config --global core.longpaths true 2025-01-24T00:46:44.1271174Z git config --global core.longpaths true 2025-01-24T00:46:44.1310335Z git config --global core.symlinks true 2025-01-24T00:46:44.1310722Z  2025-01-24T00:46:44.1311137Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-01-24T00:46:44.1311711Z # the directory on Windows and prevent GHA from checking out as reported 2025-01-24T00:46:44.1312199Z # in https://github.com/actions/checkout/issues/1018 2025-01-24T00:46:44.1312586Z git config --global core.fsmonitor false 2025-01-24T00:46:44.1336766Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:44.1337473Z env: 2025-01-24T00:46:44.1337705Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:44.1337952Z ##[endgroup] 2025-01-24T00:46:44.2687233Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T00:46:44.2687706Z env: 2025-01-24T00:46:44.2687922Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:44.2688161Z ##[endgroup] 2025-01-24T00:46:44.2862085Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:46:44.2864629Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T00:46:44.2865299Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T00:46:44.2865776Z # handle tool 2025-01-24T00:46:44.2866114Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T00:46:44.2866547Z Foreach ($process In $processes) { 2025-01-24T00:46:44.2866843Z  Try { 2025-01-24T00:46:44.2867412Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T00:46:44.2868125Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T00:46:44.2868548Z  } 2025-01-24T00:46:44.2868752Z  Catch { 2025-01-24T00:46:44.2869066Z  Write-Output "No leftover $process process, continuing" 2025-01-24T00:46:44.2869440Z  Write-Output $_ 2025-01-24T00:46:44.2869688Z  } 2025-01-24T00:46:44.2869863Z } 2025-01-24T00:46:44.2870052Z  2025-01-24T00:46:44.2870527Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T00:46:44.2871094Z # for hung processes 2025-01-24T00:46:44.2871368Z Foreach ($process In $processes) { 2025-01-24T00:46:44.2871671Z  Try { 2025-01-24T00:46:44.2872064Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T00:46:44.2872508Z  } 2025-01-24T00:46:44.2872703Z  Catch { 2025-01-24T00:46:44.2872920Z  Write-Output $_ 2025-01-24T00:46:44.2873145Z  } 2025-01-24T00:46:44.2873324Z } 2025-01-24T00:46:44.2873490Z  2025-01-24T00:46:44.2873690Z Try { 2025-01-24T00:46:44.2873932Z  # Print all the processes for debugging 2025-01-24T00:46:44.2874526Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T00:46:44.2874944Z } 2025-01-24T00:46:44.2875139Z Catch { 2025-01-24T00:46:44.2875539Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T00:46:44.2876004Z  Write-Output $_ 2025-01-24T00:46:44.2876245Z } 2025-01-24T00:46:44.2891789Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:46:44.2892278Z env: 2025-01-24T00:46:44.2892495Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:44.2892733Z ##[endgroup] 2025-01-24T00:46:44.6529129Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:46:44.6585656Z Finished 2025-01-24T00:46:44.6715545Z No leftover python process, continuing 2025-01-24T00:46:44.7167834Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7168618Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7169239Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7169685Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7170232Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7171162Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7171884Z 2025-01-24T00:46:44.7186576Z No leftover ninja process, continuing 2025-01-24T00:46:44.7195082Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7195827Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7197025Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7197485Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7198073Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7198957Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7199591Z 2025-01-24T00:46:44.7210530Z No leftover cl process, continuing 2025-01-24T00:46:44.7220438Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7221177Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7221783Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7222217Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7222744Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7223692Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7224345Z 2025-01-24T00:46:44.7236735Z No leftover nvcc process, continuing 2025-01-24T00:46:44.7246350Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7247115Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7247720Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7248167Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7248732Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7249589Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7250209Z 2025-01-24T00:46:44.7258460Z No leftover cmd process, continuing 2025-01-24T00:46:44.7268072Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7268780Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7269465Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7269902Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7270421Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7271321Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7271958Z 2025-01-24T00:46:44.7281739Z No leftover sccache process, continuing 2025-01-24T00:46:44.7291589Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7292333Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7292911Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7293358Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7293905Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7294831Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7295434Z 2025-01-24T00:46:44.7304491Z No leftover git process, continuing 2025-01-24T00:46:44.7314493Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T00:46:44.7315238Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:9 char:5 2025-01-24T00:46:44.7315835Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T00:46:44.7316394Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7316911Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T00:46:44.7317768Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T00:46:44.7318394Z 2025-01-24T00:46:44.7738383Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.7738999Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.7739614Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.7740178Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7740614Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.7741049Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.7741427Z 2025-01-24T00:46:44.7914126Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.7914715Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.7915307Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.7915868Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.7916323Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.7916756Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.7917060Z 2025-01-24T00:46:44.8085189Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.8085878Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.8086481Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.8086964Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.8087427Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.8087851Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.8088155Z 2025-01-24T00:46:44.8248362Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.8248891Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.8249493Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.8249947Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.8250395Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.8250831Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.8251182Z 2025-01-24T00:46:44.8404671Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.8405202Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.8405801Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.8406264Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.8406710Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.8407140Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.8407449Z 2025-01-24T00:46:44.8555092Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.8555634Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.8556454Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.8556929Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.8557376Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.8557798Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.8558241Z 2025-01-24T00:46:44.8708679Z You cannot call a method on a null-valued expression. 2025-01-24T00:46:44.8709909Z At C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1:21 char:5 2025-01-24T00:46:44.8710559Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T00:46:44.8711042Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T00:46:44.8711488Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T00:46:44.8711927Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T00:46:44.8712228Z 2025-01-24T00:46:44.9304236Z Caption CommandLine ProcessId 2025-01-24T00:46:44.9304927Z 2025-01-24T00:46:44.9305404Z System Idle Process 0 2025-01-24T00:46:44.9305855Z 2025-01-24T00:46:44.9306290Z System 4 2025-01-24T00:46:44.9306692Z 2025-01-24T00:46:44.9307123Z Registry 168 2025-01-24T00:46:44.9307533Z 2025-01-24T00:46:44.9307943Z smss.exe 408 2025-01-24T00:46:44.9308343Z 2025-01-24T00:46:44.9309244Z csrss.exe 520 2025-01-24T00:46:44.9309651Z 2025-01-24T00:46:44.9310082Z csrss.exe 596 2025-01-24T00:46:44.9311248Z 2025-01-24T00:46:44.9311702Z wininit.exe 620 2025-01-24T00:46:44.9312110Z 2025-01-24T00:46:44.9312609Z winlogon.exe winlogon.exe 668 2025-01-24T00:46:44.9313066Z 2025-01-24T00:46:44.9313512Z services.exe 740 2025-01-24T00:46:44.9313917Z 2025-01-24T00:46:44.9314931Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-01-24T00:46:44.9315473Z 2025-01-24T00:46:44.9316208Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-01-24T00:46:44.9316823Z 2025-01-24T00:46:44.9317909Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-01-24T00:46:44.9318497Z 2025-01-24T00:46:44.9319731Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-01-24T00:46:44.9320253Z 2025-01-24T00:46:44.9320734Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-01-24T00:46:44.9321327Z 2025-01-24T00:46:44.9321904Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-01-24T00:46:44.9322452Z 2025-01-24T00:46:44.9323134Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2025-01-24T00:46:44.9323744Z 2025-01-24T00:46:44.9324818Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2025-01-24T00:46:44.9325435Z 2025-01-24T00:46:44.9326133Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1144 2025-01-24T00:46:44.9326841Z 2025-01-24T00:46:44.9327248Z dwm.exe "dwm.exe" 1184 2025-01-24T00:46:44.9327689Z 2025-01-24T00:46:44.9328731Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1304 2025-01-24T00:46:44.9329431Z 2025-01-24T00:46:44.9330125Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1388 2025-01-24T00:46:44.9330788Z 2025-01-24T00:46:44.9331470Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1412 2025-01-24T00:46:44.9332223Z 2025-01-24T00:46:44.9332805Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2025-01-24T00:46:44.9333375Z 2025-01-24T00:46:44.9335443Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1460 2025-01-24T00:46:44.9337640Z 2025-01-24T00:46:44.9338291Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T00:46:44.9338910Z 2025-01-24T00:46:44.9339504Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1560 2025-01-24T00:46:44.9340079Z 2025-01-24T00:46:44.9340732Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1592 2025-01-24T00:46:44.9341510Z 2025-01-24T00:46:44.9342203Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1616 2025-01-24T00:46:44.9342886Z 2025-01-24T00:46:44.9343633Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1684 2025-01-24T00:46:44.9344350Z 2025-01-24T00:46:44.9345058Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1868 2025-01-24T00:46:44.9345775Z 2025-01-24T00:46:44.9346367Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1916 2025-01-24T00:46:44.9346954Z 2025-01-24T00:46:44.9347522Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1924 2025-01-24T00:46:44.9348095Z 2025-01-24T00:46:44.9348708Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1932 2025-01-24T00:46:44.9349332Z 2025-01-24T00:46:44.9350089Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2032 2025-01-24T00:46:44.9350844Z 2025-01-24T00:46:44.9351402Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1548 2025-01-24T00:46:44.9351968Z 2025-01-24T00:46:44.9352682Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2084 2025-01-24T00:46:44.9353345Z 2025-01-24T00:46:44.9353958Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2180 2025-01-24T00:46:44.9355228Z 2025-01-24T00:46:44.9355949Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-01-24T00:46:44.9356667Z 2025-01-24T00:46:44.9357256Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2268 2025-01-24T00:46:44.9357863Z 2025-01-24T00:46:44.9358473Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2312 2025-01-24T00:46:44.9359081Z 2025-01-24T00:46:44.9359727Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2368 2025-01-24T00:46:44.9360388Z 2025-01-24T00:46:44.9360975Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2508 2025-01-24T00:46:44.9361580Z 2025-01-24T00:46:44.9362244Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2536 2025-01-24T00:46:44.9362909Z 2025-01-24T00:46:44.9363897Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2620 2025-01-24T00:46:44.9364503Z 2025-01-24T00:46:44.9365159Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2876 2025-01-24T00:46:44.9365751Z 2025-01-24T00:46:44.9366425Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2964 2025-01-24T00:46:44.9367161Z 2025-01-24T00:46:44.9367822Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2972 2025-01-24T00:46:44.9368475Z 2025-01-24T00:46:44.9369149Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2980 2025-01-24T00:46:44.9369859Z 2025-01-24T00:46:44.9370531Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2988 2025-01-24T00:46:44.9371212Z 2025-01-24T00:46:44.9372038Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2996 2025-01-24T00:46:44.9372795Z 2025-01-24T00:46:44.9373451Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3012 2025-01-24T00:46:44.9374113Z 2025-01-24T00:46:44.9374923Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3020 2025-01-24T00:46:44.9375653Z 2025-01-24T00:46:44.9380592Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3028 2025-01-24T00:46:44.9381201Z 2025-01-24T00:46:44.9381704Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3204 2025-01-24T00:46:44.9382215Z 2025-01-24T00:46:44.9382958Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3216 2025-01-24T00:46:44.9383693Z 2025-01-24T00:46:44.9384445Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3272 2025-01-24T00:46:44.9385315Z 2025-01-24T00:46:44.9385970Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3284 2025-01-24T00:46:44.9386635Z 2025-01-24T00:46:44.9387253Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T00:46:44.9387903Z 2025-01-24T00:46:44.9388713Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3728 2025-01-24T00:46:44.9389496Z 2025-01-24T00:46:44.9390263Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2940 2025-01-24T00:46:44.9391051Z 2025-01-24T00:46:44.9393092Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 1324 2025-01-24T00:46:44.9395087Z 2025-01-24T00:46:44.9396006Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 1700 2025-01-24T00:46:44.9396901Z 2025-01-24T00:46:44.9397433Z vds.exe C:\Windows\System32\vds.exe 1476 2025-01-24T00:46:44.9397931Z 2025-01-24T00:46:44.9398612Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1160 2025-01-24T00:46:44.9399309Z 2025-01-24T00:46:44.9419291Z msdtc.exe C:\Windows\System32\msdtc.exe 3896 2025-01-24T00:46:44.9419790Z 2025-01-24T00:46:44.9420448Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3800 2025-01-24T00:46:44.9421136Z 2025-01-24T00:46:44.9421786Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4176 2025-01-24T00:46:44.9422385Z 2025-01-24T00:46:44.9423087Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4332 2025-01-24T00:46:44.9423932Z 2025-01-24T00:46:44.9424552Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4444 2025-01-24T00:46:44.9425159Z 2025-01-24T00:46:44.9425770Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5088 2025-01-24T00:46:44.9426414Z 2025-01-24T00:46:44.9427223Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4984 2025-01-24T00:46:44.9428043Z 2025-01-24T00:46:44.9429777Z 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 4864 2025-01-24T00:46:44.9431508Z 2025-01-24T00:46:44.9432010Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4824 2025-01-24T00:46:44.9432531Z 2025-01-24T00:46:44.9433196Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 1516 2025-01-24T00:46:44.9433879Z 2025-01-24T00:46:44.9434450Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1636 2025-01-24T00:46:44.9435026Z 2025-01-24T00:46:44.9435669Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1540 2025-01-24T00:46:44.9436300Z 2025-01-24T00:46:44.9436887Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5004 2025-01-24T00:46:44.9437508Z 2025-01-24T00:46:44.9438093Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3076 2025-01-24T00:46:44.9438695Z 2025-01-24T00:46:44.9439193Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4492 2025-01-24T00:46:44.9439712Z 2025-01-24T00:46:44.9440410Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 5056 2025-01-24T00:46:44.9441128Z 2025-01-24T00:46:44.9441903Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3352 2025-01-24T00:46:44.9442592Z 2025-01-24T00:46:44.9443106Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5960 2025-01-24T00:46:44.9443641Z 2025-01-24T00:46:44.9444335Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1332 3496 5740 2025-01-24T00:46:44.9445039Z 2025-01-24T00:46:44.9445535Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 6824 2025-01-24T00:46:44.9446062Z 2025-01-24T00:46:44.9446963Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\3d6815f4-592e-402f-ac90-527474eb3bc9.ps1'" 5264 2025-01-24T00:46:44.9447876Z 2025-01-24T00:46:44.9448559Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5376 2025-01-24T00:46:44.9449258Z 2025-01-24T00:46:44.9449264Z 2025-01-24T00:46:44.9449274Z 2025-01-24T00:46:44.9762517Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-01-24T00:46:44.9762958Z with: 2025-01-24T00:46:44.9763496Z github-secret: *** 2025-01-24T00:46:44.9765643Z instructions: To forward remote desktop on your local machine ssh as follows: ssh -L 3389:localhost:3389 %%username%%@%%hostname%% And then change password using `passwd` command. To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, Activate miniconda and Visual Studio environment, by running: call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T00:46:44.9767714Z activate-with-label: false 2025-01-24T00:46:44.9767980Z label: with-ssh 2025-01-24T00:46:44.9768209Z remove-existing-keys: true 2025-01-24T00:46:44.9768469Z fail-silently: true 2025-01-24T00:46:44.9768678Z env: 2025-01-24T00:46:44.9768919Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:44.9769150Z ##[endgroup] 2025-01-24T00:46:45.1216136Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-01-24T00:46:45.5356956Z Grabbing public ssh keys from https://github.com/facebook-github-bot.keys 2025-01-24T00:46:45.5862948Z No SSH keys found for user facebook-github-bot 2025-01-24T00:46:45.5863535Z Grabbing public ssh keys from https://github.com/yushangdi.keys 2025-01-24T00:46:45.6519494Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-01-24T00:46:45.6542971Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-01-24T00:46:45.6595461Z Login using: ssh runneruser@ec2-54-89-57-80.compute-1.amazonaws.com 2025-01-24T00:46:45.6596031Z To forward remote desktop on your local machine ssh as follows: 2025-01-24T00:46:45.6596559Z ssh -L 3389:localhost:3389 runneruser@ec2-54-89-57-80.compute-1.amazonaws.com 2025-01-24T00:46:45.6597065Z And then change password using `passwd` command. 2025-01-24T00:46:45.6597312Z 2025-01-24T00:46:45.6597581Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2025-01-24T00:46:45.6598129Z Activate miniconda and Visual Studio environment, by running: 2025-01-24T00:46:45.6598819Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T00:46:45.6599452Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-01-24T00:46:45.6851402Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-01-24T00:46:45.6851958Z with: 2025-01-24T00:46:45.6852228Z no-sudo: true 2025-01-24T00:46:45.6852496Z submodules: recursive 2025-01-24T00:46:45.6852753Z fetch-depth: 0 2025-01-24T00:46:45.6853019Z env: 2025-01-24T00:46:45.6853256Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:45.6853511Z ##[endgroup] 2025-01-24T00:46:45.7920916Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:46:45.7921849Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-01-24T00:46:45.7942291Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:45.7942740Z env: 2025-01-24T00:46:45.7942948Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:45.7943182Z ##[endgroup] 2025-01-24T00:46:45.8336880Z ##[group]Run retry () { 2025-01-24T00:46:45.8337168Z retry () { 2025-01-24T00:46:45.8337478Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2025-01-24T00:46:45.8337846Z } 2025-01-24T00:46:45.8338049Z echo "${GITHUB_WORKSPACE}" 2025-01-24T00:46:45.8338324Z if [ -z "${NO_SUDO}" ]; then 2025-01-24T00:46:45.8338691Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:46:45.8339030Z else 2025-01-24T00:46:45.8339254Z  retry rm -rf "${GITHUB_WORKSPACE}" 2025-01-24T00:46:45.8339549Z fi 2025-01-24T00:46:45.8339764Z mkdir "${GITHUB_WORKSPACE}" 2025-01-24T00:46:45.8358992Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:46:45.8359475Z env: 2025-01-24T00:46:45.8359660Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:45.8359894Z NO_SUDO: true 2025-01-24T00:46:45.8360089Z ##[endgroup] 2025-01-24T00:46:45.8538389Z C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:46:50.8855176Z ##[group]Run actions/checkout@v4 2025-01-24T00:46:50.8855473Z with: 2025-01-24T00:46:50.8855699Z ref: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:46:50.8856000Z fetch-depth: 0 2025-01-24T00:46:50.8856210Z submodules: recursive 2025-01-24T00:46:50.8856449Z show-progress: false 2025-01-24T00:46:50.8856687Z repository: pytorch/pytorch 2025-01-24T00:46:50.8857071Z token: *** 2025-01-24T00:46:50.8857273Z ssh-strict: true 2025-01-24T00:46:50.8857478Z ssh-user: git 2025-01-24T00:46:50.8857689Z persist-credentials: true 2025-01-24T00:46:50.8857930Z clean: true 2025-01-24T00:46:50.8858139Z sparse-checkout-cone-mode: true 2025-01-24T00:46:50.8858427Z fetch-tags: false 2025-01-24T00:46:50.8858634Z lfs: false 2025-01-24T00:46:50.8858821Z set-safe-directory: true 2025-01-24T00:46:50.8859050Z env: 2025-01-24T00:46:50.8859239Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:46:50.8859476Z ##[endgroup] 2025-01-24T00:46:51.0186679Z Syncing repository: pytorch/pytorch 2025-01-24T00:46:51.0188289Z ##[group]Getting Git version info 2025-01-24T00:46:51.0188727Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:46:51.0292458Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T00:46:51.0504467Z git version 2.47.1.windows.1 2025-01-24T00:46:51.0550679Z ##[endgroup] 2025-01-24T00:46:51.0562327Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\3ff43c93-2f77-4d62-948b-7eeb284a0bfd\.gitconfig' 2025-01-24T00:46:51.0583268Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3ff43c93-2f77-4d62-948b-7eeb284a0bfd' before making global git config changes 2025-01-24T00:46:51.0585138Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T00:46:51.0592644Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:46:51.0834685Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-01-24T00:46:51.0839014Z ##[group]Initializing the repository 2025-01-24T00:46:51.0847998Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:46:51.1143009Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-01-24T00:46:51.1188444Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-01-24T00:46:51.1437158Z ##[endgroup] 2025-01-24T00:46:51.1437578Z ##[group]Disabling automatic garbage collection 2025-01-24T00:46:51.1448160Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-01-24T00:46:51.1691952Z ##[endgroup] 2025-01-24T00:46:51.1692370Z ##[group]Setting up auth 2025-01-24T00:46:51.1709267Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T00:46:51.1951303Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-01-24T00:46:51.5525500Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T00:46:51.5763518Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-01-24T00:46:51.9419818Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:46:51.9678836Z ##[endgroup] 2025-01-24T00:46:51.9679247Z ##[group]Fetching the repository 2025-01-24T00:46:51.9693248Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-01-24T00:47:41.9774327Z From https://github.com/pytorch/pytorch 2025-01-24T00:47:41.9774942Z * [new branch] 144594 -> origin/144594 2025-01-24T00:47:41.9775455Z * [new branch] 2.1-dynamic-doc -> origin/2.1-dynamic-doc 2025-01-24T00:47:41.9775956Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-01-24T00:47:41.9776750Z * [new branch] Adjust-Description-for-linux-binary-test-Workflow -> origin/Adjust-Description-for-linux-binary-test-Workflow 2025-01-24T00:47:41.9777759Z * [new branch] Broken-classifications_pending_unstable-Test -> origin/Broken-classifications_pending_unstable-Test 2025-01-24T00:47:41.9778600Z * [new branch] Chillee-patch-5 -> origin/Chillee-patch-5 2025-01-24T00:47:41.9779179Z * [new branch] Cleanup-Previous-Artifacts -> origin/Cleanup-Previous-Artifacts 2025-01-24T00:47:41.9779872Z * [new branch] JackCaoG/add_new_lazy_counter_macro -> origin/JackCaoG/add_new_lazy_counter_macro 2025-01-24T00:47:41.9780596Z * [new branch] JackCaoG/add_openxla_backend_to_list -> origin/JackCaoG/add_openxla_backend_to_list 2025-01-24T00:47:41.9781419Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-01-24T00:47:41.9782092Z * [new branch] JackCaoG/fix_xla_torchbench -> origin/JackCaoG/fix_xla_torchbench 2025-01-24T00:47:41.9782758Z * [new branch] JackCaoG/make_xla_dynamo_backend_boxed -> origin/JackCaoG/make_xla_dynamo_backend_boxed 2025-01-24T00:47:41.9783397Z * [new branch] JackCaoG/test_xla_pin -> origin/JackCaoG/test_xla_pin 2025-01-24T00:47:41.9784279Z * [new branch] JackCaoG/test_xla_pin_update -> origin/JackCaoG/test_xla_pin_update 2025-01-24T00:47:41.9785574Z * [new branch] JackCaoG/update_dynamo_doc -> origin/JackCaoG/update_dynamo_doc 2025-01-24T00:47:41.9786189Z * [new branch] JackCaoG/update_xla_dynamo -> origin/JackCaoG/update_xla_dynamo 2025-01-24T00:47:41.9786836Z * [new branch] JackCaoG/update_xla_pin_to_skip_test -> origin/JackCaoG/update_xla_pin_to_skip_test 2025-01-24T00:47:41.9787535Z * [new branch] JackCaoG/update_xla_pin_to_skip_test2 -> origin/JackCaoG/update_xla_pin_to_skip_test2 2025-01-24T00:47:41.9788179Z * [new branch] NicolasHug-patch-2 -> origin/NicolasHug-patch-2 2025-01-24T00:47:41.9788743Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-01-24T00:47:41.9789345Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-01-24T00:47:41.9790019Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-01-24T00:47:41.9790569Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-01-24T00:47:41.9791130Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-01-24T00:47:41.9791695Z * [new branch] Remove-linux_t4g_2xlarge-Usage -> origin/Remove-linux_t4g_2xlarge-Usage 2025-01-24T00:47:41.9792273Z * [new branch] Revert-PR-110949 -> origin/Revert-PR-110949 2025-01-24T00:47:41.9792830Z * [new branch] Switch-Linux-arm64-Runners -> origin/Switch-Linux-arm64-Runners 2025-01-24T00:47:41.9793415Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-01-24T00:47:41.9794032Z * [new branch] Valentine/flash_attention_bf16 -> origin/Valentine/flash_attention_bf16 2025-01-24T00:47:41.9794622Z * [new branch] WeixiMa/serialize -> origin/WeixiMa/serialize 2025-01-24T00:47:41.9795177Z * [new branch] _tmp-orig/release/2.6 -> origin/_tmp-orig/release/2.6 2025-01-24T00:47:41.9795742Z * [new branch] _tmp-release/2.6 -> origin/_tmp-release/2.6 2025-01-24T00:47:41.9796359Z * [new branch] abock/dort-torch-compile-options -> origin/abock/dort-torch-compile-options 2025-01-24T00:47:41.9796995Z * [new branch] abock/onnx-1.14.1rc1 -> origin/abock/onnx-1.14.1rc1 2025-01-24T00:47:41.9797546Z * [new branch] abock/onnx-1.15.0-validation -> origin/abock/onnx-1.15.0-validation 2025-01-24T00:47:41.9798225Z * [new branch] abock/ort-nightly==1.16.0.dev20230908001 -> origin/abock/ort-nightly==1.16.0.dev20230908001 2025-01-24T00:47:41.9798912Z * [new branch] add-android-build-workflow -> origin/add-android-build-workflow 2025-01-24T00:47:41.9799448Z * [new branch] add-assign -> origin/add-assign 2025-01-24T00:47:41.9800051Z * [new branch] add_broadcast_functional_collective -> origin/add_broadcast_functional_collective 2025-01-24T00:47:41.9800702Z * [new branch] add_mha_to_autocast_policy -> origin/add_mha_to_autocast_policy 2025-01-24T00:47:41.9801419Z * [new branch] add_non_parallel_model_comparison -> origin/add_non_parallel_model_comparison 2025-01-24T00:47:42.0223728Z * [new branch] add_reduce_op -> origin/add_reduce_op 2025-01-24T00:47:42.0224317Z * [new branch] add_torchao_docs -> origin/add_torchao_docs 2025-01-24T00:47:42.0224834Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-01-24T00:47:42.0225323Z * [new branch] addsimde -> origin/addsimde 2025-01-24T00:47:42.0225829Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-01-24T00:47:42.0226615Z * [new branch] alanwaketan/pin -> origin/alanwaketan/pin 2025-01-24T00:47:42.0227136Z * [new branch] alanwaketan/pin2 -> origin/alanwaketan/pin2 2025-01-24T00:47:42.0227762Z * [new branch] alt-disable -> origin/alt-disable 2025-01-24T00:47:42.0228234Z * [new branch] angelayi/aot -> origin/angelayi/aot 2025-01-24T00:47:42.0228740Z * [new branch] angelayi/aot_freeze -> origin/angelayi/aot_freeze 2025-01-24T00:47:42.0229371Z * [new branch] angelayi/aot_inductor_bench_comp_time -> origin/angelayi/aot_inductor_bench_comp_time 2025-01-24T00:47:42.0230057Z * [new branch] angelayi/aot_inductor_benchmark -> origin/angelayi/aot_inductor_benchmark 2025-01-24T00:47:42.0230695Z * [new branch] angelayi/aot_inductor_torch -> origin/angelayi/aot_inductor_torch 2025-01-24T00:47:42.0231327Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-01-24T00:47:42.0231937Z * [new branch] angelayi/aotinductor_const -> origin/angelayi/aotinductor_const 2025-01-24T00:47:42.0232577Z * [new branch] angelayi/aotinductor_const_name -> origin/angelayi/aotinductor_const_name 2025-01-24T00:47:42.0233154Z * [new branch] angelayi/bench -> origin/angelayi/bench 2025-01-24T00:47:42.0233650Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-01-24T00:47:42.0234210Z * [new branch] angelayi/benchmark_skip -> origin/angelayi/benchmark_skip 2025-01-24T00:47:42.0234733Z * [new branch] angelayi/bind -> origin/angelayi/bind 2025-01-24T00:47:42.0235241Z * [new branch] angelayi/constraint -> origin/angelayi/constraint 2025-01-24T00:47:42.0235757Z * [new branch] angelayi/core_aten -> origin/angelayi/core_aten 2025-01-24T00:47:42.0236281Z * [new branch] angelayi/core_split -> origin/angelayi/core_split 2025-01-24T00:47:42.0236796Z * [new branch] angelayi/cp107981 -> origin/angelayi/cp107981 2025-01-24T00:47:42.0237291Z * [new branch] angelayi/cp108217 -> origin/angelayi/cp108217 2025-01-24T00:47:42.0237797Z * [new branch] angelayi/cp108783 -> origin/angelayi/cp108783 2025-01-24T00:47:42.0238300Z * [new branch] angelayi/cp109060 -> origin/angelayi/cp109060 2025-01-24T00:47:42.0238797Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-01-24T00:47:42.0239363Z * [new branch] angelayi/custom_and_getattr -> origin/angelayi/custom_and_getattr 2025-01-24T00:47:42.0239912Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-01-24T00:47:42.0240473Z * [new branch] angelayi/default_serialized -> origin/angelayi/default_serialized 2025-01-24T00:47:42.0241014Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-01-24T00:47:42.0241543Z * [new branch] angelayi/embed_constants -> origin/angelayi/embed_constants 2025-01-24T00:47:42.0242073Z * [new branch] angelayi/ep_bc -> origin/angelayi/ep_bc 2025-01-24T00:47:42.0242623Z * [new branch] angelayi/export_custom_op_rst -> origin/angelayi/export_custom_op_rst 2025-01-24T00:47:42.0243206Z * [new branch] angelayi/export_docs -> origin/angelayi/export_docs 2025-01-24T00:47:42.0243731Z * [new branch] angelayi/exportdb -> origin/angelayi/exportdb 2025-01-24T00:47:42.0244263Z * [new branch] angelayi/fail_models_temp -> origin/angelayi/fail_models_temp 2025-01-24T00:47:42.0244792Z * [new branch] angelayi/fake -> origin/angelayi/fake 2025-01-24T00:47:42.0245437Z * [new branch] angelayi/fix_constrain -> origin/angelayi/fix_constrain 2025-01-24T00:47:42.0245977Z * [new branch] angelayi/getattr -> origin/angelayi/getattr 2025-01-24T00:47:42.0246583Z * [new branch] angelayi/hf_version -> origin/angelayi/hf_version 2025-01-24T00:47:42.0247142Z * [new branch] angelayi/hf_version_update -> origin/angelayi/hf_version_update 2025-01-24T00:47:42.0247717Z * [new branch] angelayi/inductor_temp -> origin/angelayi/inductor_temp 2025-01-24T00:47:42.0248249Z * [new branch] angelayi/kwarg_input -> origin/angelayi/kwarg_input 2025-01-24T00:47:42.0248759Z * [new branch] angelayi/load -> origin/angelayi/load 2025-01-24T00:47:42.0249276Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-01-24T00:47:42.0678545Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-01-24T00:47:42.0679193Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-01-24T00:47:42.0679734Z * [new branch] angelayi/orig_args -> origin/angelayi/orig_args 2025-01-24T00:47:42.0680274Z * [new branch] angelayi/pickle -> origin/angelayi/pickle 2025-01-24T00:47:42.0680767Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-01-24T00:47:42.0681269Z * [new branch] angelayi/pytree2 -> origin/angelayi/pytree2 2025-01-24T00:47:42.0681830Z * [new branch] angelayi/pytree_namedtuple -> origin/angelayi/pytree_namedtuple 2025-01-24T00:47:42.0682415Z * [new branch] angelayi/remove_aoti_unlift -> origin/angelayi/remove_aoti_unlift 2025-01-24T00:47:42.0683010Z * [new branch] angelayi/revert_inductor -> origin/angelayi/revert_inductor 2025-01-24T00:47:42.0683583Z * [new branch] angelayi/schema_version -> origin/angelayi/schema_version 2025-01-24T00:47:42.0684129Z * [new branch] angelayi/ser_constrain -> origin/angelayi/ser_constrain 2025-01-24T00:47:42.0684761Z * [new branch] angelayi/serialize_symint_inputs -> origin/angelayi/serialize_symint_inputs 2025-01-24T00:47:42.0685353Z * [new branch] angelayi/shape -> origin/angelayi/shape 2025-01-24T00:47:42.0685866Z * [new branch] angelayi/test113041 -> origin/angelayi/test113041 2025-01-24T00:47:42.0686395Z * [new branch] angelayi/test_aot_mode -> origin/angelayi/test_aot_mode 2025-01-24T00:47:42.0686930Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-01-24T00:47:42.0687487Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-01-24T00:47:42.0688093Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-01-24T00:47:42.0688755Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-01-24T00:47:42.0689353Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-01-24T00:47:42.0689859Z * [new branch] atalman-patch-10 -> origin/atalman-patch-10 2025-01-24T00:47:42.0690371Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-01-24T00:47:42.0690868Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-01-24T00:47:42.0691369Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-01-24T00:47:42.0691852Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-01-24T00:47:42.0692348Z * [new branch] atalman-patch-9 -> origin/atalman-patch-9 2025-01-24T00:47:42.0692866Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-01-24T00:47:42.0693601Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-01-24T00:47:42.0694143Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-01-24T00:47:42.0695359Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-01-24T00:47:42.0695893Z * [new branch] avoid_record_ag_rs -> origin/avoid_record_ag_rs 2025-01-24T00:47:42.0696400Z * [new branch] bahuang/dropout -> origin/bahuang/dropout 2025-01-24T00:47:42.0696921Z * [new branch] bahuang/make_fallback -> origin/bahuang/make_fallback 2025-01-24T00:47:42.0697416Z * [new branch] base/1.5 -> origin/base/1.5 2025-01-24T00:47:42.0697898Z * [new branch] base_inductor_opt_flag -> origin/base_inductor_opt_flag 2025-01-24T00:47:42.0698517Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-01-24T00:47:42.0699221Z * [new branch] batchnorm-unexpected-success -> origin/batchnorm-unexpected-success 2025-01-24T00:47:42.0699816Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-01-24T00:47:42.0700357Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-01-24T00:47:42.0700885Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-01-24T00:47:42.0701497Z * [new branch] bf/be-cudagraph-utils -> origin/bf/be-cudagraph-utils 2025-01-24T00:47:42.0702040Z * [new branch] bf/be-dependencies -> origin/bf/be-dependencies 2025-01-24T00:47:42.0702544Z * [new branch] bf/be-metrics -> origin/bf/be-metrics 2025-01-24T00:47:42.0703042Z * [new branch] bf/be-pad-mm -> origin/bf/be-pad-mm 2025-01-24T00:47:42.0703575Z * [new branch] bf/be-wrapper-benchmark -> origin/bf/be-wrapper-benchmark 2025-01-24T00:47:42.0704138Z * [new branch] bf/cg-doc-add-cuda-device -> origin/bf/cg-doc-add-cuda-device 2025-01-24T00:47:42.1112565Z * [new branch] bf/cg-multithreading -> origin/bf/cg-multithreading 2025-01-24T00:47:42.1113161Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-01-24T00:47:42.1113660Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-01-24T00:47:42.1114299Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-01-24T00:47:42.1115288Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-01-24T00:47:42.1116165Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-01-24T00:47:42.1116730Z * [new branch] bf/pa-input-pos-bs -> origin/bf/pa-input-pos-bs 2025-01-24T00:47:42.1117301Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-01-24T00:47:42.1117996Z * [new branch] bf/relax-reinplace-size-constraint -> origin/bf/relax-reinplace-size-constraint 2025-01-24T00:47:42.1118617Z * [new branch] bf/remove-check -> origin/bf/remove-check 2025-01-24T00:47:42.1119158Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-01-24T00:47:42.1119746Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-01-24T00:47:42.1120344Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-01-24T00:47:42.1120919Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-01-24T00:47:42.1121497Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-01-24T00:47:42.1122309Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-01-24T00:47:42.1123008Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-01-24T00:47:42.1123600Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-01-24T00:47:42.1124203Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-01-24T00:47:42.1124778Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-01-24T00:47:42.1125364Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-01-24T00:47:42.1125936Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-01-24T00:47:42.1126509Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-01-24T00:47:42.1127077Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-01-24T00:47:42.1127680Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-01-24T00:47:42.1128267Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-01-24T00:47:42.1128846Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-01-24T00:47:42.1129413Z * [new branch] bowbao/beartype_fix_2.1.1 -> origin/bowbao/beartype_fix_2.1.1 2025-01-24T00:47:42.1129971Z * [new branch] bowbao/bench_updates -> origin/bowbao/bench_updates 2025-01-24T00:47:42.1130620Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-01-24T00:47:42.1131204Z * [new branch] bowbao/benchmark_test_data -> origin/bowbao/benchmark_test_data 2025-01-24T00:47:42.1131776Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-01-24T00:47:42.1132306Z * [new branch] bowbao/skip_decomp -> origin/bowbao/skip_decomp 2025-01-24T00:47:42.1132798Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-01-24T00:47:42.1133340Z * [new branch] brenocfg/fix-meta-opinfo -> origin/brenocfg/fix-meta-opinfo 2025-01-24T00:47:42.1133940Z * [new branch] brenocfg/special_airy_ai_ref -> origin/brenocfg/special_airy_ai_ref 2025-01-24T00:47:42.1134479Z * [new branch] brgemm_int8 -> origin/brgemm_int8 2025-01-24T00:47:42.1135020Z * [new branch] brister/always_tiled_reduction -> origin/brister/always_tiled_reduction 2025-01-24T00:47:42.1135632Z * [new branch] brister/nd_tiling_stardep -> origin/brister/nd_tiling_stardep 2025-01-24T00:47:42.1136212Z * [new branch] brister/reduction_numel -> origin/brister/reduction_numel 2025-01-24T00:47:42.1136758Z * [new branch] brister/tiled_reduction -> origin/brister/tiled_reduction 2025-01-24T00:47:42.1137416Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-01-24T00:47:42.1138058Z * [new branch] brister/wrapper_ir -> origin/brister/wrapper_ir 2025-01-24T00:47:42.1456702Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-01-24T00:47:42.1457174Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-01-24T00:47:42.1457714Z * [new branch] cache-limit-prototype2 -> origin/cache-limit-prototype2 2025-01-24T00:47:42.1458295Z * [new branch] cache-limit-prototype3 -> origin/cache-limit-prototype3 2025-01-24T00:47:42.1458828Z * [new branch] cache_size_internal -> origin/cache_size_internal 2025-01-24T00:47:42.1459551Z * [new branch] cache_size_internal_1 -> origin/cache_size_internal_1 2025-01-24T00:47:42.1460304Z * [new branch] camyllh_update_vs_build_to_2022 -> origin/camyllh_update_vs_build_to_2022 2025-01-24T00:47:42.1460956Z * [new branch] capture_eval_train_error -> origin/capture_eval_train_error 2025-01-24T00:47:42.1461613Z * [new branch] chenyang78/dyn-shape-ci-tmp -> origin/chenyang78/dyn-shape-ci-tmp 2025-01-24T00:47:42.1462185Z * [new branch] cherry-pick-111576 -> origin/cherry-pick-111576 2025-01-24T00:47:42.1462873Z * [new branch] cherry-pick-136890-by-pytorch_bot_bot_ -> origin/cherry-pick-136890-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1463635Z * [new branch] cherry-pick-141063-by-pytorch_bot_bot_ -> origin/cherry-pick-141063-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1464404Z * [new branch] cherry-pick-142292-by-pytorch_bot_bot_ -> origin/cherry-pick-142292-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1465170Z * [new branch] cherry-pick-142398-by-pytorch_bot_bot_ -> origin/cherry-pick-142398-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1465989Z * [new branch] cherry-pick-142831-by-pytorch_bot_bot_ -> origin/cherry-pick-142831-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1466782Z * [new branch] cherry-pick-143095-by-pytorch_bot_bot_ -> origin/cherry-pick-143095-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1467536Z * [new branch] cherry-pick-143127-by-pytorch_bot_bot_ -> origin/cherry-pick-143127-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1468294Z * [new branch] cherry-pick-143141-by-pytorch_bot_bot_ -> origin/cherry-pick-143141-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1469043Z * [new branch] cherry-pick-143183-by-pytorch_bot_bot_ -> origin/cherry-pick-143183-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1469812Z * [new branch] cherry-pick-143196-by-pytorch_bot_bot_ -> origin/cherry-pick-143196-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1470582Z * [new branch] cherry-pick-143212-by-pytorch_bot_bot_ -> origin/cherry-pick-143212-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1471395Z * [new branch] cherry-pick-143242-by-pytorch_bot_bot_ -> origin/cherry-pick-143242-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1472195Z * [new branch] cherry-pick-143376-by-pytorch_bot_bot_ -> origin/cherry-pick-143376-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1472960Z * [new branch] cherry-pick-143569-by-pytorch_bot_bot_ -> origin/cherry-pick-143569-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1473721Z * [new branch] cherry-pick-143570-by-pytorch_bot_bot_ -> origin/cherry-pick-143570-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1474469Z * [new branch] cherry-pick-143839-by-pytorch_bot_bot_ -> origin/cherry-pick-143839-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1475233Z * [new branch] cherry-pick-143866-by-pytorch_bot_bot_ -> origin/cherry-pick-143866-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1475999Z * [new branch] cherry-pick-144078-by-pytorch_bot_bot_ -> origin/cherry-pick-144078-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1476764Z * [new branch] cherry-pick-144249-by-pytorch_bot_bot_ -> origin/cherry-pick-144249-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1477609Z * [new branch] cherry-pick-144251-by-pytorch_bot_bot_ -> origin/cherry-pick-144251-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1478372Z * [new branch] cherry-pick-144285-by-pytorch_bot_bot_ -> origin/cherry-pick-144285-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1479139Z * [new branch] cherry-pick-144343-by-pytorch_bot_bot_ -> origin/cherry-pick-144343-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1479894Z * [new branch] cherry-pick-144358-by-pytorch_bot_bot_ -> origin/cherry-pick-144358-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1480659Z * [new branch] cherry-pick-144361-by-pytorch_bot_bot_ -> origin/cherry-pick-144361-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1481542Z * [new branch] cherry-pick-144368-by-pytorch_bot_bot_ -> origin/cherry-pick-144368-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1482404Z * [new branch] cherry-pick-144396-by-pytorch_bot_bot_ -> origin/cherry-pick-144396-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1483251Z * [new branch] cherry-pick-144425-by-pytorch_bot_bot_ -> origin/cherry-pick-144425-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1883815Z * [new branch] cherry-pick-144477-by-pytorch_bot_bot_ -> origin/cherry-pick-144477-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1884653Z * [new branch] cherry-pick-144914-by-pytorch_bot_bot_ -> origin/cherry-pick-144914-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1885441Z * [new branch] cherry-pick-145020-by-pytorch_bot_bot_ -> origin/cherry-pick-145020-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1886370Z * [new branch] cherry-pick-145251-by-pytorch_bot_bot_ -> origin/cherry-pick-145251-by-pytorch_bot_bot_ 2025-01-24T00:47:42.1887215Z * [new branch] cherry-pick-post-acc-grad-docs -> origin/cherry-pick-post-acc-grad-docs 2025-01-24T00:47:42.1887788Z * [new branch] ci_pin -> origin/ci_pin 2025-01-24T00:47:42.1888313Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-01-24T00:47:42.1888902Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-01-24T00:47:42.1889472Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-01-24T00:47:42.1890019Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-01-24T00:47:42.1890644Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-01-24T00:47:42.1891398Z * [new branch] condition-branch-in-debug-handler -> origin/condition-branch-in-debug-handler 2025-01-24T00:47:42.1892093Z * [new branch] consolidate-is-qat -> origin/consolidate-is-qat 2025-01-24T00:47:42.1892667Z * [new branch] constraint_2 -> origin/constraint_2 2025-01-24T00:47:42.1893146Z * [new branch] copy_graph -> origin/copy_graph 2025-01-24T00:47:42.1893630Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-01-24T00:47:42.1894152Z * [new branch] cpio/fix_unit_test -> origin/cpio/fix_unit_test 2025-01-24T00:47:42.1894669Z * [new branch] cpp_gemm_template_arm -> origin/cpp_gemm_template_arm 2025-01-24T00:47:42.1895239Z * [new branch] create_chunk_list -> origin/create_chunk_list 2025-01-24T00:47:42.1895738Z * [new branch] crpa/fix-typo -> origin/crpa/fix-typo 2025-01-24T00:47:42.1896209Z * [new branch] csl/3proc -> origin/csl/3proc 2025-01-24T00:47:42.1896719Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-01-24T00:47:42.1897314Z * [new branch] csl/apiratelimitephemeral -> origin/csl/apiratelimitephemeral 2025-01-24T00:47:42.1897988Z * [new branch] csl/bazel_networkx -> origin/csl/bazel_networkx 2025-01-24T00:47:42.1898524Z * [new branch] csl/binary_checksum -> origin/csl/binary_checksum 2025-01-24T00:47:42.1899050Z * [new branch] csl/binary_whl_metadata -> origin/csl/binary_whl_metadata 2025-01-24T00:47:42.1899581Z * [new branch] csl/closeissues -> origin/csl/closeissues 2025-01-24T00:47:42.1900092Z * [new branch] csl/condatoken -> origin/csl/condatoken 2025-01-24T00:47:42.1900587Z * [new branch] csl/cov_experiment -> origin/csl/cov_experiment 2025-01-24T00:47:42.1901402Z * [new branch] csl/defaulttesttimes -> origin/csl/defaulttesttimes 2025-01-24T00:47:42.1901971Z * [new branch] csl/disableautotune -> origin/csl/disableautotune 2025-01-24T00:47:42.1903273Z * [new branch] csl/disableflex -> origin/csl/disableflex 2025-01-24T00:47:42.1903839Z * [new branch] csl/docsenv -> origin/csl/docsenv 2025-01-24T00:47:42.1904381Z * [new branch] csl/dynamicshapesdup -> origin/csl/dynamicshapesdup 2025-01-24T00:47:42.1904955Z * [new branch] csl/editable_install -> origin/csl/editable_install 2025-01-24T00:47:42.1905460Z * [new branch] csl/errormsgs -> origin/csl/errormsgs 2025-01-24T00:47:42.1905933Z * [new branch] csl/fflint -> origin/csl/fflint 2025-01-24T00:47:42.1906486Z * [new branch] csl/inductortest_max_autotune -> origin/csl/inductortest_max_autotune 2025-01-24T00:47:42.1907099Z * [new branch] csl/linter_grep_linter_a -> origin/csl/linter_grep_linter_a 2025-01-24T00:47:42.1907641Z * [new branch] csl/logchanges -> origin/csl/logchanges 2025-01-24T00:47:42.1908143Z * [new branch] csl/logging -> origin/csl/logging 2025-01-24T00:47:42.1908604Z * [new branch] csl/logtest -> origin/csl/logtest 2025-01-24T00:47:42.1909134Z * [new branch] csl/multigpu_2_shard -> origin/csl/multigpu_2_shard 2025-01-24T00:47:42.1909714Z * [new branch] csl/multigpufix -> origin/csl/multigpufix 2025-01-24T00:47:42.1910301Z * [new branch] csl/pep658_script_can_backfill -> origin/csl/pep658_script_can_backfill 2025-01-24T00:47:42.1910871Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-01-24T00:47:42.2337765Z * [new branch] csl/reorder -> origin/csl/reorder 2025-01-24T00:47:42.2338330Z * [new branch] csl/revert -> origin/csl/revert 2025-01-24T00:47:42.2338826Z * [new branch] csl/revert_metadata -> origin/csl/revert_metadata 2025-01-24T00:47:42.2339351Z * [new branch] csl/rocmsecrets -> origin/csl/rocmsecrets 2025-01-24T00:47:42.2339865Z * [new branch] csl/runtesttypes -> origin/csl/runtesttypes 2025-01-24T00:47:42.2340363Z * [new branch] csl/skipslow -> origin/csl/skipslow 2025-01-24T00:47:42.2340856Z * [new branch] csl/slowtesttimeout -> origin/csl/slowtesttimeout 2025-01-24T00:47:42.2341484Z * [new branch] csl/stdmakeunique -> origin/csl/stdmakeunique 2025-01-24T00:47:42.2342074Z * [new branch] csl/tensoboardpip -> origin/csl/tensoboardpip 2025-01-24T00:47:42.2342630Z * [new branch] csl/testlstmpackedslow -> origin/csl/testlstmpackedslow 2025-01-24T00:47:42.2343202Z * [new branch] csl/testselectiontools -> origin/csl/testselectiontools 2025-01-24T00:47:42.2343809Z * [new branch] csl/update_clickhouse_connect -> origin/csl/update_clickhouse_connect 2025-01-24T00:47:42.2344471Z * [new branch] csl/upload_metadta_better_parsing -> origin/csl/upload_metadta_better_parsing 2025-01-24T00:47:42.2345044Z * [new branch] csl/windowsbat -> origin/csl/windowsbat 2025-01-24T00:47:42.2345527Z * [new branch] csl/xdist_test -> origin/csl/xdist_test 2025-01-24T00:47:42.2345990Z * [new branch] ctx_manager -> origin/ctx_manager 2025-01-24T00:47:42.2346460Z * [new branch] cublasfp16accum -> origin/cublasfp16accum 2025-01-24T00:47:42.2347004Z * [new branch] cusparse-spmm-fix -> origin/cusparse-spmm-fix 2025-01-24T00:47:42.2347645Z * [new branch] cutlass-template-fix-rocm -> origin/cutlass-template-fix-rocm 2025-01-24T00:47:42.2348395Z * [new branch] dataclass -> origin/dataclass 2025-01-24T00:47:42.2348982Z * [new branch] debug-ghcr -> origin/debug-ghcr 2025-01-24T00:47:42.2349528Z * [new branch] deferring-reduction-split -> origin/deferring-reduction-split 2025-01-24T00:47:42.2350150Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-01-24T00:47:42.2350811Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-01-24T00:47:42.2351475Z * [new branch] desertfire/update_timm_pin -> origin/desertfire/update_timm_pin 2025-01-24T00:47:42.2352077Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-01-24T00:47:42.2352654Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-01-24T00:47:42.2353271Z * [new branch] dev/joona/bmm_tiling_extend -> origin/dev/joona/bmm_tiling_extend 2025-01-24T00:47:42.2353914Z * [new branch] dev/joona/check_bounds_index_select -> origin/dev/joona/check_bounds_index_select 2025-01-24T00:47:42.2354558Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-01-24T00:47:42.2355088Z * [new branch] dev/joona/lstm_leak -> origin/dev/joona/lstm_leak 2025-01-24T00:47:42.2355623Z * [new branch] dev/joona/minmaxprop -> origin/dev/joona/minmaxprop 2025-01-24T00:47:42.2356136Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-01-24T00:47:42.2356637Z * [new branch] dev/joona/unique_leak -> origin/dev/joona/unique_leak 2025-01-24T00:47:42.2357171Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-01-24T00:47:42.2357652Z * [new branch] disable -> origin/disable 2025-01-24T00:47:42.2358171Z * [new branch] disable_fp_contract_baseline -> origin/disable_fp_contract_baseline 2025-01-24T00:47:42.2358946Z * [new branch] distributed_checkpointing_e2e_tests -> origin/distributed_checkpointing_e2e_tests 2025-01-24T00:47:42.2359537Z * [new branch] docs_numpy -> origin/docs_numpy 2025-01-24T00:47:42.2360012Z * [new branch] dropout-eval -> origin/dropout-eval 2025-01-24T00:47:42.2360495Z * [new branch] dtensor_class_doc -> origin/dtensor_class_doc 2025-01-24T00:47:42.2361001Z * [new branch] dtensor_fixes_2.1 -> origin/dtensor_fixes_2.1 2025-01-24T00:47:42.2361488Z * [new branch] dynamic_dim_2 -> origin/dynamic_dim_2 2025-01-24T00:47:42.2361956Z * [new branch] dynamorunner_mp -> origin/dynamorunner_mp 2025-01-24T00:47:42.2362447Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-01-24T00:47:42.2363003Z * [new branch] eikanwang/eager_torch_compile -> origin/eikanwang/eager_torch_compile 2025-01-24T00:47:42.2363600Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-01-24T00:47:42.2773453Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-01-24T00:47:42.2774114Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-01-24T00:47:42.2774757Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-01-24T00:47:42.2775340Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-01-24T00:47:42.2775933Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-01-24T00:47:42.2776450Z * [new branch] eqy-patch-2 -> origin/eqy-patch-2 2025-01-24T00:47:42.2777143Z * [new branch] eqy-patch-20 -> origin/eqy-patch-20 2025-01-24T00:47:42.2777610Z * [new branch] eqy-patch-21 -> origin/eqy-patch-21 2025-01-24T00:47:42.2778227Z * [new branch] eqy-patch-23 -> origin/eqy-patch-23 2025-01-24T00:47:42.2778712Z * [new branch] eqy-patch-25 -> origin/eqy-patch-25 2025-01-24T00:47:42.2779159Z * [new branch] eqy-patch-26 -> origin/eqy-patch-26 2025-01-24T00:47:42.2779608Z * [new branch] eqy-patch-27 -> origin/eqy-patch-27 2025-01-24T00:47:42.2780261Z * [new branch] exclamaforte/aot-inductor-debug -> origin/exclamaforte/aot-inductor-debug 2025-01-24T00:47:42.2781278Z * [new branch] exclamaforte/benchmark-harness -> origin/exclamaforte/benchmark-harness 2025-01-24T00:47:42.2782066Z * [new branch] exclamaforte/config-fuzzer-1 -> origin/exclamaforte/config-fuzzer-1 2025-01-24T00:47:42.2782780Z * [new branch] exclamaforte/cpp-wrapper-debug -> origin/exclamaforte/cpp-wrapper-debug 2025-01-24T00:47:42.2783586Z * [new branch] exclamaforte/cpp-wrapper-training-annotation -> origin/exclamaforte/cpp-wrapper-training-annotation 2025-01-24T00:47:42.2784311Z * [new branch] exclamaforte/delta -> origin/exclamaforte/delta 2025-01-24T00:47:42.2784901Z * [new branch] exclamaforte/fix-orig-svg -> origin/exclamaforte/fix-orig-svg 2025-01-24T00:47:42.2785588Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-01-24T00:47:42.2786246Z * [new branch] exclamaforte/fuzzer-0 -> origin/exclamaforte/fuzzer-0 2025-01-24T00:47:42.2786827Z * [new branch] exclamaforte/fuzzer-dynamo -> origin/exclamaforte/fuzzer-dynamo 2025-01-24T00:47:42.2787515Z * [new branch] exclamaforte/max-autotune-dtype-test -> origin/exclamaforte/max-autotune-dtype-test 2025-01-24T00:47:42.2788468Z * [new branch] exclamaforte/remove-desc-names -> origin/exclamaforte/remove-desc-names 2025-01-24T00:47:42.2789212Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-01-24T00:47:42.2789839Z * [new branch] exec -> origin/exec 2025-01-24T00:47:42.2790337Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-01-24T00:47:42.2790891Z * [new branch] export-D48800879 -> origin/export-D48800879 2025-01-24T00:47:42.2791373Z * [new branch] export-D48927532 -> origin/export-D48927532 2025-01-24T00:47:42.2791874Z * [new branch] export-D48927532-1 -> origin/export-D48927532-1 2025-01-24T00:47:42.2792361Z * [new branch] export-D50544876 -> origin/export-D50544876 2025-01-24T00:47:42.2792845Z * [new branch] export-D51032385 -> origin/export-D51032385 2025-01-24T00:47:42.2793320Z * [new branch] export-D52434604 -> origin/export-D52434604 2025-01-24T00:47:42.2793795Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-01-24T00:47:42.2794262Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-01-24T00:47:42.2794734Z * [new branch] export-D63493615 -> origin/export-D63493615 2025-01-24T00:47:42.2795207Z * [new branch] export-D63846832 -> origin/export-D63846832 2025-01-24T00:47:42.2795679Z * [new branch] export-D63985323 -> origin/export-D63985323 2025-01-24T00:47:42.2796198Z * [new branch] export-D64023523 -> origin/export-D64023523 2025-01-24T00:47:42.2796717Z * [new branch] export-D64876877 -> origin/export-D64876877 2025-01-24T00:47:42.2797338Z * [new branch] export-D64982221 -> origin/export-D64982221 2025-01-24T00:47:42.2797814Z * [new branch] export-D64995390 -> origin/export-D64995390 2025-01-24T00:47:42.2798399Z * [new branch] export-D65006709 -> origin/export-D65006709 2025-01-24T00:47:42.2798886Z * [new branch] export-D65237586 -> origin/export-D65237586 2025-01-24T00:47:42.2799352Z * [new branch] export-D65354569 -> origin/export-D65354569 2025-01-24T00:47:42.3438335Z * [new branch] export-D65456781 -> origin/export-D65456781 2025-01-24T00:47:42.3438896Z * [new branch] export-D65560950 -> origin/export-D65560950 2025-01-24T00:47:42.3439376Z * [new branch] export-D65638757 -> origin/export-D65638757 2025-01-24T00:47:42.3439884Z * [new branch] export-D66529288 -> origin/export-D66529288 2025-01-24T00:47:42.3440397Z * [new branch] export-D66690419 -> origin/export-D66690419 2025-01-24T00:47:42.3440870Z * [new branch] export-D66717302 -> origin/export-D66717302 2025-01-24T00:47:42.3441355Z * [new branch] export-D66908884 -> origin/export-D66908884 2025-01-24T00:47:42.3441840Z * [new branch] export-D67537234 -> origin/export-D67537234 2025-01-24T00:47:42.3442320Z * [new branch] export-D67762069 -> origin/export-D67762069 2025-01-24T00:47:42.3442784Z * [new branch] export-D68174038 -> origin/export-D68174038 2025-01-24T00:47:42.3443261Z * [new branch] export-D68177409 -> origin/export-D68177409 2025-01-24T00:47:42.3443742Z * [new branch] export-D68245292 -> origin/export-D68245292 2025-01-24T00:47:42.3444214Z * [new branch] export-D68278174 -> origin/export-D68278174 2025-01-24T00:47:42.3444697Z * [new branch] export-D68294638 -> origin/export-D68294638 2025-01-24T00:47:42.3445171Z * [new branch] export-D68303934 -> origin/export-D68303934 2025-01-24T00:47:42.3445650Z * [new branch] export-D68534017 -> origin/export-D68534017 2025-01-24T00:47:42.3446130Z * [new branch] export_constrain_3 -> origin/export_constrain_3 2025-01-24T00:47:42.3446668Z * [new branch] export_constraint_class_4 -> origin/export_constraint_class_4 2025-01-24T00:47:42.3447214Z * [new branch] export_dynamic_dim_2 -> origin/export_dynamic_dim_2 2025-01-24T00:47:42.3447700Z * [new branch] export_export_1 -> origin/export_export_1 2025-01-24T00:47:42.3448211Z * [new branch] export_program_class_5 -> origin/export_program_class_5 2025-01-24T00:47:42.3448724Z * [new branch] export_save_load_6 -> origin/export_save_load_6 2025-01-24T00:47:42.3449431Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-01-24T00:47:42.3450028Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-01-24T00:47:42.3450494Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-01-24T00:47:42.3450985Z * [new branch] fastmath_target -> origin/fastmath_target 2025-01-24T00:47:42.3451437Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-01-24T00:47:42.3451864Z * [new branch] fca -> origin/fca 2025-01-24T00:47:42.3452261Z * [new branch] fca2 -> origin/fca2 2025-01-24T00:47:42.3452678Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-01-24T00:47:42.3453107Z * [new branch] fca3 -> origin/fca3 2025-01-24T00:47:42.3453724Z * [new branch] fca5 -> origin/fca5 2025-01-24T00:47:42.3454199Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-01-24T00:47:42.3455042Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-01-24T00:47:42.3455906Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-01-24T00:47:42.3456587Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-01-24T00:47:42.3457081Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-01-24T00:47:42.3457580Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-01-24T00:47:42.3458077Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-01-24T00:47:42.3458587Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-01-24T00:47:42.3459156Z * [new branch] findhao/base_commit_test1 -> origin/findhao/base_commit_test1 2025-01-24T00:47:42.3459708Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-01-24T00:47:42.3460224Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-01-24T00:47:42.3460771Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-01-24T00:47:42.3461408Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-01-24T00:47:42.3461922Z * [new branch] findhao/test1 -> origin/findhao/test1 2025-01-24T00:47:42.3462383Z * [new branch] findhao/test2 -> origin/findhao/test2 2025-01-24T00:47:42.3462823Z * [new branch] fix -> origin/fix 2025-01-24T00:47:42.3880050Z * [new branch] fix-cat-lowering-uint8-hack -> origin/fix-cat-lowering-uint8-hack 2025-01-24T00:47:42.3880667Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-01-24T00:47:42.3881214Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-01-24T00:47:42.3881868Z * [new branch] fix-ios-upload-credentials -> origin/fix-ios-upload-credentials 2025-01-24T00:47:42.3882518Z * [new branch] fix-qat-derived-qspec -> origin/fix-qat-derived-qspec 2025-01-24T00:47:42.3883110Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-01-24T00:47:42.3883748Z * [new branch] fix_avoid_record_stream -> origin/fix_avoid_record_stream 2025-01-24T00:47:42.3884383Z * [new branch] fix_e2e_fsdp_tp_pairwise -> origin/fix_e2e_fsdp_tp_pairwise 2025-01-24T00:47:42.3884948Z * [new branch] fix_eval_train_2.1 -> origin/fix_eval_train_2.1 2025-01-24T00:47:42.3885517Z * [new branch] fixes-triage -> origin/fixes-triage 2025-01-24T00:47:42.3886053Z * [new branch] flash_attn_test_baseline -> origin/flash_attn_test_baseline 2025-01-24T00:47:42.3886630Z * [new branch] flash_attn_test_target -> origin/flash_attn_test_target 2025-01-24T00:47:42.3887284Z * [new branch] flash_attn_test_target_with_filter -> origin/flash_attn_test_target_with_filter 2025-01-24T00:47:42.3887900Z * [new branch] float8_aot_traceable -> origin/float8_aot_traceable 2025-01-24T00:47:42.3888468Z * [new branch] float8_aot_traceable2 -> origin/float8_aot_traceable2 2025-01-24T00:47:42.3889180Z * [new branch] fmassa/partitioner_knapsack_checkpoint -> origin/fmassa/partitioner_knapsack_checkpoint 2025-01-24T00:47:42.3889944Z * [new branch] fp8_fix -> origin/fp8_fix 2025-01-24T00:47:42.3890627Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-01-24T00:47:42.3891176Z * [new branch] fsdp_rate_limiter -> origin/fsdp_rate_limiter 2025-01-24T00:47:42.3891807Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-01-24T00:47:42.3892284Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-01-24T00:47:42.3892807Z * [new branch] functorch_scan -> origin/functorch_scan 2025-01-24T00:47:42.3893363Z * [new branch] fuse_attention_pattern -> origin/fuse_attention_pattern 2025-01-24T00:47:42.3893942Z * [new branch] fuse_attention_patterns -> origin/fuse_attention_patterns 2025-01-24T00:47:42.3916276Z * [new branch] fx_cpp -> origin/fx_cpp 2025-01-24T00:47:42.3916962Z * [new branch] fxmodule -> origin/fxmodule 2025-01-24T00:47:42.3917435Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-01-24T00:47:42.3917872Z * [new branch] gelu-3 -> origin/gelu-3 2025-01-24T00:47:42.3918467Z * [new branch] get_state_dict_forward_fix -> origin/get_state_dict_forward_fix 2025-01-24T00:47:42.3919009Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-01-24T00:47:42.3919503Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-01-24T00:47:42.3920013Z * [new branch] gh/BowenBao/296/base -> origin/gh/BowenBao/296/base 2025-01-24T00:47:42.3920528Z * [new branch] gh/BowenBao/296/head -> origin/gh/BowenBao/296/head 2025-01-24T00:47:42.3921051Z * [new branch] gh/BowenBao/296/orig -> origin/gh/BowenBao/296/orig 2025-01-24T00:47:42.3921552Z * [new branch] gh/CaoE/46/base -> origin/gh/CaoE/46/base 2025-01-24T00:47:42.3922030Z * [new branch] gh/CaoE/46/head -> origin/gh/CaoE/46/head 2025-01-24T00:47:42.3922490Z * [new branch] gh/CaoE/46/orig -> origin/gh/CaoE/46/orig 2025-01-24T00:47:42.3923013Z * [new branch] gh/ColinPeppler/54/base -> origin/gh/ColinPeppler/54/base 2025-01-24T00:47:42.3923579Z * [new branch] gh/ColinPeppler/54/head -> origin/gh/ColinPeppler/54/head 2025-01-24T00:47:42.3924183Z * [new branch] gh/ColinPeppler/54/orig -> origin/gh/ColinPeppler/54/orig 2025-01-24T00:47:42.3924787Z * [new branch] gh/ColinPeppler/55/base -> origin/gh/ColinPeppler/55/base 2025-01-24T00:47:42.3925349Z * [new branch] gh/ColinPeppler/55/head -> origin/gh/ColinPeppler/55/head 2025-01-24T00:47:42.3925899Z * [new branch] gh/ColinPeppler/55/orig -> origin/gh/ColinPeppler/55/orig 2025-01-24T00:47:42.3926475Z * [new branch] gh/ColinPeppler/56/base -> origin/gh/ColinPeppler/56/base 2025-01-24T00:47:42.3927041Z * [new branch] gh/ColinPeppler/56/head -> origin/gh/ColinPeppler/56/head 2025-01-24T00:47:42.3927598Z * [new branch] gh/ColinPeppler/56/orig -> origin/gh/ColinPeppler/56/orig 2025-01-24T00:47:42.3928148Z * [new branch] gh/ColinPeppler/57/base -> origin/gh/ColinPeppler/57/base 2025-01-24T00:47:42.4334577Z * [new branch] gh/ColinPeppler/57/head -> origin/gh/ColinPeppler/57/head 2025-01-24T00:47:42.4335256Z * [new branch] gh/ColinPeppler/57/orig -> origin/gh/ColinPeppler/57/orig 2025-01-24T00:47:42.4335851Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-01-24T00:47:42.4336390Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-01-24T00:47:42.4336911Z * [new branch] gh/EikanWang/73/base -> origin/gh/EikanWang/73/base 2025-01-24T00:47:42.4337653Z * [new branch] gh/EikanWang/73/head -> origin/gh/EikanWang/73/head 2025-01-24T00:47:42.4338162Z * [new branch] gh/EikanWang/73/orig -> origin/gh/EikanWang/73/orig 2025-01-24T00:47:42.4338825Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-01-24T00:47:42.4339341Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-01-24T00:47:42.4339840Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-01-24T00:47:42.4340326Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-01-24T00:47:42.4340865Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-01-24T00:47:42.4341477Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-01-24T00:47:42.4341958Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-01-24T00:47:42.4342452Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-01-24T00:47:42.4342936Z * [new branch] gh/H-Huang/160/base -> origin/gh/H-Huang/160/base 2025-01-24T00:47:42.4343416Z * [new branch] gh/H-Huang/160/head -> origin/gh/H-Huang/160/head 2025-01-24T00:47:42.4343900Z * [new branch] gh/H-Huang/160/orig -> origin/gh/H-Huang/160/orig 2025-01-24T00:47:42.4344387Z * [new branch] gh/H-Huang/161/base -> origin/gh/H-Huang/161/base 2025-01-24T00:47:42.4344858Z * [new branch] gh/H-Huang/161/head -> origin/gh/H-Huang/161/head 2025-01-24T00:47:42.4345347Z * [new branch] gh/H-Huang/161/orig -> origin/gh/H-Huang/161/orig 2025-01-24T00:47:42.4345824Z * [new branch] gh/H-Huang/162/base -> origin/gh/H-Huang/162/base 2025-01-24T00:47:42.4346352Z * [new branch] gh/H-Huang/162/head -> origin/gh/H-Huang/162/head 2025-01-24T00:47:42.4346885Z * [new branch] gh/H-Huang/162/orig -> origin/gh/H-Huang/162/orig 2025-01-24T00:47:42.4347378Z * [new branch] gh/H-Huang/163/base -> origin/gh/H-Huang/163/base 2025-01-24T00:47:42.4347860Z * [new branch] gh/H-Huang/163/head -> origin/gh/H-Huang/163/head 2025-01-24T00:47:42.4348425Z * [new branch] gh/H-Huang/163/orig -> origin/gh/H-Huang/163/orig 2025-01-24T00:47:42.4348913Z * [new branch] gh/H-Huang/164/base -> origin/gh/H-Huang/164/base 2025-01-24T00:47:42.4349406Z * [new branch] gh/H-Huang/164/head -> origin/gh/H-Huang/164/head 2025-01-24T00:47:42.4349884Z * [new branch] gh/H-Huang/164/orig -> origin/gh/H-Huang/164/orig 2025-01-24T00:47:42.4350399Z * [new branch] gh/HDCharles/168/base -> origin/gh/HDCharles/168/base 2025-01-24T00:47:42.4350932Z * [new branch] gh/HDCharles/168/head -> origin/gh/HDCharles/168/head 2025-01-24T00:47:42.4351462Z * [new branch] gh/HDCharles/168/orig -> origin/gh/HDCharles/168/orig 2025-01-24T00:47:42.4352046Z * [new branch] gh/IvanKobzarev/56/base -> origin/gh/IvanKobzarev/56/base 2025-01-24T00:47:42.4352653Z * [new branch] gh/IvanKobzarev/56/head -> origin/gh/IvanKobzarev/56/head 2025-01-24T00:47:42.4353212Z * [new branch] gh/IvanKobzarev/56/orig -> origin/gh/IvanKobzarev/56/orig 2025-01-24T00:47:42.4353751Z * [new branch] gh/IvanKobzarev/64/base -> origin/gh/IvanKobzarev/64/base 2025-01-24T00:47:42.4354306Z * [new branch] gh/IvanKobzarev/64/head -> origin/gh/IvanKobzarev/64/head 2025-01-24T00:47:42.4354860Z * [new branch] gh/IvanKobzarev/64/orig -> origin/gh/IvanKobzarev/64/orig 2025-01-24T00:47:42.4355407Z * [new branch] gh/IvanKobzarev/72/base -> origin/gh/IvanKobzarev/72/base 2025-01-24T00:47:42.4356090Z * [new branch] gh/IvanKobzarev/72/head -> origin/gh/IvanKobzarev/72/head 2025-01-24T00:47:42.4356654Z * [new branch] gh/IvanKobzarev/72/orig -> origin/gh/IvanKobzarev/72/orig 2025-01-24T00:47:42.4357318Z * [new branch] gh/IvanKobzarev/73/base -> origin/gh/IvanKobzarev/73/base 2025-01-24T00:47:42.4357923Z * [new branch] gh/IvanKobzarev/73/head -> origin/gh/IvanKobzarev/73/head 2025-01-24T00:47:42.4358532Z * [new branch] gh/IvanKobzarev/73/orig -> origin/gh/IvanKobzarev/73/orig 2025-01-24T00:47:42.4359088Z * [new branch] gh/IvanKobzarev/75/base -> origin/gh/IvanKobzarev/75/base 2025-01-24T00:47:42.4778627Z * [new branch] gh/IvanKobzarev/75/head -> origin/gh/IvanKobzarev/75/head 2025-01-24T00:47:42.4779256Z * [new branch] gh/IvanKobzarev/75/orig -> origin/gh/IvanKobzarev/75/orig 2025-01-24T00:47:42.4779857Z * [new branch] gh/IvanKobzarev/76/base -> origin/gh/IvanKobzarev/76/base 2025-01-24T00:47:42.4780418Z * [new branch] gh/IvanKobzarev/76/head -> origin/gh/IvanKobzarev/76/head 2025-01-24T00:47:42.4780963Z * [new branch] gh/IvanKobzarev/76/orig -> origin/gh/IvanKobzarev/76/orig 2025-01-24T00:47:42.4781572Z * [new branch] gh/IvanKobzarev/78/base -> origin/gh/IvanKobzarev/78/base 2025-01-24T00:47:42.4782115Z * [new branch] gh/IvanKobzarev/78/head -> origin/gh/IvanKobzarev/78/head 2025-01-24T00:47:42.4782654Z * [new branch] gh/IvanKobzarev/78/orig -> origin/gh/IvanKobzarev/78/orig 2025-01-24T00:47:42.4783195Z * [new branch] gh/IvanKobzarev/82/base -> origin/gh/IvanKobzarev/82/base 2025-01-24T00:47:42.4783742Z * [new branch] gh/IvanKobzarev/82/head -> origin/gh/IvanKobzarev/82/head 2025-01-24T00:47:42.4784284Z * [new branch] gh/IvanKobzarev/82/orig -> origin/gh/IvanKobzarev/82/orig 2025-01-24T00:47:42.4784870Z * [new branch] gh/IvanKobzarev/84/base -> origin/gh/IvanKobzarev/84/base 2025-01-24T00:47:42.4785482Z * [new branch] gh/IvanKobzarev/84/head -> origin/gh/IvanKobzarev/84/head 2025-01-24T00:47:42.4786031Z * [new branch] gh/IvanKobzarev/84/orig -> origin/gh/IvanKobzarev/84/orig 2025-01-24T00:47:42.4786564Z * [new branch] gh/IvanKobzarev/86/base -> origin/gh/IvanKobzarev/86/base 2025-01-24T00:47:42.4787111Z * [new branch] gh/IvanKobzarev/86/head -> origin/gh/IvanKobzarev/86/head 2025-01-24T00:47:42.4787655Z * [new branch] gh/IvanKobzarev/86/orig -> origin/gh/IvanKobzarev/86/orig 2025-01-24T00:47:42.4788206Z * [new branch] gh/IvanKobzarev/91/base -> origin/gh/IvanKobzarev/91/base 2025-01-24T00:47:42.4788739Z * [new branch] gh/IvanKobzarev/91/head -> origin/gh/IvanKobzarev/91/head 2025-01-24T00:47:42.4789287Z * [new branch] gh/IvanKobzarev/91/orig -> origin/gh/IvanKobzarev/91/orig 2025-01-24T00:47:42.4789837Z * [new branch] gh/IvanKobzarev/92/base -> origin/gh/IvanKobzarev/92/base 2025-01-24T00:47:42.4790412Z * [new branch] gh/IvanKobzarev/92/head -> origin/gh/IvanKobzarev/92/head 2025-01-24T00:47:42.4791015Z * [new branch] gh/IvanKobzarev/92/orig -> origin/gh/IvanKobzarev/92/orig 2025-01-24T00:47:42.4791561Z * [new branch] gh/IvanKobzarev/93/base -> origin/gh/IvanKobzarev/93/base 2025-01-24T00:47:42.4792125Z * [new branch] gh/IvanKobzarev/93/head -> origin/gh/IvanKobzarev/93/head 2025-01-24T00:47:42.4792665Z * [new branch] gh/IvanKobzarev/93/orig -> origin/gh/IvanKobzarev/93/orig 2025-01-24T00:47:42.4793212Z * [new branch] gh/IvanKobzarev/94/base -> origin/gh/IvanKobzarev/94/base 2025-01-24T00:47:42.4793766Z * [new branch] gh/IvanKobzarev/94/head -> origin/gh/IvanKobzarev/94/head 2025-01-24T00:47:42.4795192Z * [new branch] gh/IvanKobzarev/94/orig -> origin/gh/IvanKobzarev/94/orig 2025-01-24T00:47:42.4796363Z * [new branch] gh/IvanKobzarev/95/base -> origin/gh/IvanKobzarev/95/base 2025-01-24T00:47:42.4796989Z * [new branch] gh/IvanKobzarev/95/head -> origin/gh/IvanKobzarev/95/head 2025-01-24T00:47:42.4797535Z * [new branch] gh/IvanKobzarev/95/orig -> origin/gh/IvanKobzarev/95/orig 2025-01-24T00:47:42.4798103Z * [new branch] gh/IvanKobzarev/96/base -> origin/gh/IvanKobzarev/96/base 2025-01-24T00:47:42.4798655Z * [new branch] gh/IvanKobzarev/96/head -> origin/gh/IvanKobzarev/96/head 2025-01-24T00:47:42.4799213Z * [new branch] gh/IvanKobzarev/96/orig -> origin/gh/IvanKobzarev/96/orig 2025-01-24T00:47:42.4799755Z * [new branch] gh/IvanKobzarev/97/base -> origin/gh/IvanKobzarev/97/base 2025-01-24T00:47:42.4800315Z * [new branch] gh/IvanKobzarev/97/head -> origin/gh/IvanKobzarev/97/head 2025-01-24T00:47:42.4800869Z * [new branch] gh/IvanKobzarev/97/orig -> origin/gh/IvanKobzarev/97/orig 2025-01-24T00:47:42.4801398Z * [new branch] gh/Lezcano/243/base -> origin/gh/Lezcano/243/base 2025-01-24T00:47:42.4801964Z * [new branch] gh/Lezcano/243/head -> origin/gh/Lezcano/243/head 2025-01-24T00:47:42.4802522Z * [new branch] gh/Lezcano/243/orig -> origin/gh/Lezcano/243/orig 2025-01-24T00:47:42.4803018Z * [new branch] gh/SS-JIA/164/base -> origin/gh/SS-JIA/164/base 2025-01-24T00:47:42.4803509Z * [new branch] gh/SS-JIA/164/head -> origin/gh/SS-JIA/164/head 2025-01-24T00:47:42.4803995Z * [new branch] gh/SS-JIA/172/base -> origin/gh/SS-JIA/172/base 2025-01-24T00:47:42.4804471Z * [new branch] gh/SS-JIA/172/head -> origin/gh/SS-JIA/172/head 2025-01-24T00:47:42.5232357Z * [new branch] gh/SS-JIA/172/orig -> origin/gh/SS-JIA/172/orig 2025-01-24T00:47:42.5232958Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-01-24T00:47:42.5233544Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-01-24T00:47:42.5234105Z * [new branch] gh/SamGinzburg/14/base -> origin/gh/SamGinzburg/14/base 2025-01-24T00:47:42.5234681Z * [new branch] gh/SamGinzburg/14/head -> origin/gh/SamGinzburg/14/head 2025-01-24T00:47:42.5235269Z * [new branch] gh/SamGinzburg/14/orig -> origin/gh/SamGinzburg/14/orig 2025-01-24T00:47:42.5235805Z * [new branch] gh/SamGinzburg/17/base -> origin/gh/SamGinzburg/17/base 2025-01-24T00:47:42.5236328Z * [new branch] gh/SamGinzburg/17/head -> origin/gh/SamGinzburg/17/head 2025-01-24T00:47:42.5236868Z * [new branch] gh/SamGinzburg/17/orig -> origin/gh/SamGinzburg/17/orig 2025-01-24T00:47:42.5237425Z * [new branch] gh/SamGinzburg/18/base -> origin/gh/SamGinzburg/18/base 2025-01-24T00:47:42.5237955Z * [new branch] gh/SamGinzburg/18/head -> origin/gh/SamGinzburg/18/head 2025-01-24T00:47:42.5238496Z * [new branch] gh/SamGinzburg/18/orig -> origin/gh/SamGinzburg/18/orig 2025-01-24T00:47:42.5239034Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-01-24T00:47:42.5239566Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-01-24T00:47:42.5240083Z * [new branch] gh/StrongerXi/12/base -> origin/gh/StrongerXi/12/base 2025-01-24T00:47:42.5240664Z * [new branch] gh/StrongerXi/12/head -> origin/gh/StrongerXi/12/head 2025-01-24T00:47:42.5241236Z * [new branch] gh/StrongerXi/12/orig -> origin/gh/StrongerXi/12/orig 2025-01-24T00:47:42.5242390Z * [new branch] gh/StrongerXi/63/base -> origin/gh/StrongerXi/63/base 2025-01-24T00:47:42.5242917Z * [new branch] gh/StrongerXi/63/head -> origin/gh/StrongerXi/63/head 2025-01-24T00:47:42.5243583Z * [new branch] gh/StrongerXi/63/orig -> origin/gh/StrongerXi/63/orig 2025-01-24T00:47:42.5244101Z * [new branch] gh/StrongerXi/65/base -> origin/gh/StrongerXi/65/base 2025-01-24T00:47:42.5244628Z * [new branch] gh/StrongerXi/65/head -> origin/gh/StrongerXi/65/head 2025-01-24T00:47:42.5245151Z * [new branch] gh/StrongerXi/65/orig -> origin/gh/StrongerXi/65/orig 2025-01-24T00:47:42.5245681Z * [new branch] gh/StrongerXi/66/base -> origin/gh/StrongerXi/66/base 2025-01-24T00:47:42.5246197Z * [new branch] gh/StrongerXi/66/head -> origin/gh/StrongerXi/66/head 2025-01-24T00:47:42.5246841Z * [new branch] gh/StrongerXi/66/orig -> origin/gh/StrongerXi/66/orig 2025-01-24T00:47:42.5247377Z * [new branch] gh/StrongerXi/67/base -> origin/gh/StrongerXi/67/base 2025-01-24T00:47:42.5247897Z * [new branch] gh/StrongerXi/67/head -> origin/gh/StrongerXi/67/head 2025-01-24T00:47:42.5248426Z * [new branch] gh/StrongerXi/67/orig -> origin/gh/StrongerXi/67/orig 2025-01-24T00:47:42.5248953Z * [new branch] gh/StrongerXi/68/base -> origin/gh/StrongerXi/68/base 2025-01-24T00:47:42.5249466Z * [new branch] gh/StrongerXi/68/head -> origin/gh/StrongerXi/68/head 2025-01-24T00:47:42.5250006Z * [new branch] gh/StrongerXi/68/orig -> origin/gh/StrongerXi/68/orig 2025-01-24T00:47:42.5250544Z * [new branch] gh/StrongerXi/69/base -> origin/gh/StrongerXi/69/base 2025-01-24T00:47:42.5251076Z * [new branch] gh/StrongerXi/69/head -> origin/gh/StrongerXi/69/head 2025-01-24T00:47:42.5251598Z * [new branch] gh/StrongerXi/69/orig -> origin/gh/StrongerXi/69/orig 2025-01-24T00:47:42.5252177Z * [new branch] gh/StrongerXi/70/base -> origin/gh/StrongerXi/70/base 2025-01-24T00:47:42.5252741Z * [new branch] gh/StrongerXi/70/head -> origin/gh/StrongerXi/70/head 2025-01-24T00:47:42.5253266Z * [new branch] gh/StrongerXi/70/orig -> origin/gh/StrongerXi/70/orig 2025-01-24T00:47:42.5253783Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-01-24T00:47:42.5254292Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-01-24T00:47:42.5254812Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-01-24T00:47:42.5255333Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-01-24T00:47:42.5255841Z * [new branch] gh/StrongerXi/73/base -> origin/gh/StrongerXi/73/base 2025-01-24T00:47:42.5256366Z * [new branch] gh/StrongerXi/73/head -> origin/gh/StrongerXi/73/head 2025-01-24T00:47:42.5256882Z * [new branch] gh/StrongerXi/73/orig -> origin/gh/StrongerXi/73/orig 2025-01-24T00:47:42.5257400Z * [new branch] gh/StrongerXi/74/base -> origin/gh/StrongerXi/74/base 2025-01-24T00:47:42.5693587Z * [new branch] gh/StrongerXi/74/head -> origin/gh/StrongerXi/74/head 2025-01-24T00:47:42.5694170Z * [new branch] gh/StrongerXi/74/orig -> origin/gh/StrongerXi/74/orig 2025-01-24T00:47:42.5694716Z * [new branch] gh/StrongerXi/75/base -> origin/gh/StrongerXi/75/base 2025-01-24T00:47:42.5695236Z * [new branch] gh/StrongerXi/75/head -> origin/gh/StrongerXi/75/head 2025-01-24T00:47:42.5695763Z * [new branch] gh/StrongerXi/75/orig -> origin/gh/StrongerXi/75/orig 2025-01-24T00:47:42.5696339Z * [new branch] gh/StrongerXi/76/base -> origin/gh/StrongerXi/76/base 2025-01-24T00:47:42.5697583Z * [new branch] gh/StrongerXi/76/head -> origin/gh/StrongerXi/76/head 2025-01-24T00:47:42.5698228Z * [new branch] gh/StrongerXi/76/orig -> origin/gh/StrongerXi/76/orig 2025-01-24T00:47:42.5698790Z * [new branch] gh/Valentine233/1/base -> origin/gh/Valentine233/1/base 2025-01-24T00:47:42.5699325Z * [new branch] gh/Valentine233/1/head -> origin/gh/Valentine233/1/head 2025-01-24T00:47:42.5699849Z * [new branch] gh/Valentine233/1/orig -> origin/gh/Valentine233/1/orig 2025-01-24T00:47:42.5700382Z * [new branch] gh/Xia-Weiwen/15/base -> origin/gh/Xia-Weiwen/15/base 2025-01-24T00:47:42.5700908Z * [new branch] gh/Xia-Weiwen/15/orig -> origin/gh/Xia-Weiwen/15/orig 2025-01-24T00:47:42.5701494Z * [new branch] gh/Xia-Weiwen/17/base -> origin/gh/Xia-Weiwen/17/base 2025-01-24T00:47:42.5702005Z * [new branch] gh/Xia-Weiwen/17/orig -> origin/gh/Xia-Weiwen/17/orig 2025-01-24T00:47:42.5702522Z * [new branch] gh/Xia-Weiwen/24/base -> origin/gh/Xia-Weiwen/24/base 2025-01-24T00:47:42.5703045Z * [new branch] gh/Xia-Weiwen/24/head -> origin/gh/Xia-Weiwen/24/head 2025-01-24T00:47:42.5703545Z * [new branch] gh/Xia-Weiwen/24/orig -> origin/gh/Xia-Weiwen/24/orig 2025-01-24T00:47:42.5704047Z * [new branch] gh/Xia-Weiwen/25/base -> origin/gh/Xia-Weiwen/25/base 2025-01-24T00:47:42.5704556Z * [new branch] gh/Xia-Weiwen/25/head -> origin/gh/Xia-Weiwen/25/head 2025-01-24T00:47:42.5705052Z * [new branch] gh/Xia-Weiwen/25/orig -> origin/gh/Xia-Weiwen/25/orig 2025-01-24T00:47:42.5705560Z * [new branch] gh/Xia-Weiwen/26/base -> origin/gh/Xia-Weiwen/26/base 2025-01-24T00:47:42.5706070Z * [new branch] gh/Xia-Weiwen/26/head -> origin/gh/Xia-Weiwen/26/head 2025-01-24T00:47:42.5706581Z * [new branch] gh/Xia-Weiwen/26/orig -> origin/gh/Xia-Weiwen/26/orig 2025-01-24T00:47:42.5707092Z * [new branch] gh/Xia-Weiwen/27/base -> origin/gh/Xia-Weiwen/27/base 2025-01-24T00:47:42.5707599Z * [new branch] gh/Xia-Weiwen/27/head -> origin/gh/Xia-Weiwen/27/head 2025-01-24T00:47:42.5708110Z * [new branch] gh/Xia-Weiwen/27/orig -> origin/gh/Xia-Weiwen/27/orig 2025-01-24T00:47:42.5708606Z * [new branch] gh/Xia-Weiwen/28/base -> origin/gh/Xia-Weiwen/28/base 2025-01-24T00:47:42.5709110Z * [new branch] gh/Xia-Weiwen/28/head -> origin/gh/Xia-Weiwen/28/head 2025-01-24T00:47:42.5709612Z * [new branch] gh/Xia-Weiwen/28/orig -> origin/gh/Xia-Weiwen/28/orig 2025-01-24T00:47:42.5710118Z * [new branch] gh/Xia-Weiwen/29/base -> origin/gh/Xia-Weiwen/29/base 2025-01-24T00:47:42.5710630Z * [new branch] gh/Xia-Weiwen/29/head -> origin/gh/Xia-Weiwen/29/head 2025-01-24T00:47:42.5711140Z * [new branch] gh/Xia-Weiwen/29/orig -> origin/gh/Xia-Weiwen/29/orig 2025-01-24T00:47:42.5711652Z * [new branch] gh/XilunWu/109/base -> origin/gh/XilunWu/109/base 2025-01-24T00:47:42.5712160Z * [new branch] gh/XilunWu/109/head -> origin/gh/XilunWu/109/head 2025-01-24T00:47:42.5712666Z * [new branch] gh/XilunWu/109/orig -> origin/gh/XilunWu/109/orig 2025-01-24T00:47:42.5713164Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-01-24T00:47:42.5713649Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-01-24T00:47:42.5714144Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-01-24T00:47:42.5714638Z * [new branch] gh/XilunWu/111/base -> origin/gh/XilunWu/111/base 2025-01-24T00:47:42.5715554Z * [new branch] gh/XilunWu/111/head -> origin/gh/XilunWu/111/head 2025-01-24T00:47:42.5716054Z * [new branch] gh/XilunWu/111/orig -> origin/gh/XilunWu/111/orig 2025-01-24T00:47:42.5716660Z * [new branch] gh/XilunWu/43/base -> origin/gh/XilunWu/43/base 2025-01-24T00:47:42.5717157Z * [new branch] gh/XilunWu/43/orig -> origin/gh/XilunWu/43/orig 2025-01-24T00:47:42.5717644Z * [new branch] gh/XilunWu/44/base -> origin/gh/XilunWu/44/base 2025-01-24T00:47:42.5718143Z * [new branch] gh/XilunWu/44/orig -> origin/gh/XilunWu/44/orig 2025-01-24T00:47:42.5718638Z * [new branch] gh/XilunWu/45/base -> origin/gh/XilunWu/45/base 2025-01-24T00:47:42.6136445Z * [new branch] gh/XilunWu/45/orig -> origin/gh/XilunWu/45/orig 2025-01-24T00:47:42.6137000Z * [new branch] gh/XilunWu/46/base -> origin/gh/XilunWu/46/base 2025-01-24T00:47:42.6137526Z * [new branch] gh/XilunWu/46/orig -> origin/gh/XilunWu/46/orig 2025-01-24T00:47:42.6138031Z * [new branch] gh/XuehaiPan/1/base -> origin/gh/XuehaiPan/1/base 2025-01-24T00:47:42.6138565Z * [new branch] gh/XuehaiPan/1/head -> origin/gh/XuehaiPan/1/head 2025-01-24T00:47:42.6139098Z * [new branch] gh/XuehaiPan/1/orig -> origin/gh/XuehaiPan/1/orig 2025-01-24T00:47:42.6139623Z * [new branch] gh/XuehaiPan/104/base -> origin/gh/XuehaiPan/104/base 2025-01-24T00:47:42.6140142Z * [new branch] gh/XuehaiPan/104/head -> origin/gh/XuehaiPan/104/head 2025-01-24T00:47:42.6140667Z * [new branch] gh/XuehaiPan/104/orig -> origin/gh/XuehaiPan/104/orig 2025-01-24T00:47:42.6141228Z * [new branch] gh/XuehaiPan/105/base -> origin/gh/XuehaiPan/105/base 2025-01-24T00:47:42.6141750Z * [new branch] gh/XuehaiPan/105/head -> origin/gh/XuehaiPan/105/head 2025-01-24T00:47:42.6142264Z * [new branch] gh/XuehaiPan/105/orig -> origin/gh/XuehaiPan/105/orig 2025-01-24T00:47:42.6142783Z * [new branch] gh/XuehaiPan/108/base -> origin/gh/XuehaiPan/108/base 2025-01-24T00:47:42.6143298Z * [new branch] gh/XuehaiPan/108/head -> origin/gh/XuehaiPan/108/head 2025-01-24T00:47:42.6143805Z * [new branch] gh/XuehaiPan/108/orig -> origin/gh/XuehaiPan/108/orig 2025-01-24T00:47:42.6144318Z * [new branch] gh/XuehaiPan/109/base -> origin/gh/XuehaiPan/109/base 2025-01-24T00:47:42.6144831Z * [new branch] gh/XuehaiPan/109/head -> origin/gh/XuehaiPan/109/head 2025-01-24T00:47:42.6145338Z * [new branch] gh/XuehaiPan/109/orig -> origin/gh/XuehaiPan/109/orig 2025-01-24T00:47:42.6145857Z * [new branch] gh/XuehaiPan/13/base -> origin/gh/XuehaiPan/13/base 2025-01-24T00:47:42.6146385Z * [new branch] gh/XuehaiPan/13/head -> origin/gh/XuehaiPan/13/head 2025-01-24T00:47:42.6146904Z * [new branch] gh/XuehaiPan/13/orig -> origin/gh/XuehaiPan/13/orig 2025-01-24T00:47:42.6147415Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-01-24T00:47:42.6147930Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-01-24T00:47:42.6148437Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-01-24T00:47:42.6148951Z * [new branch] gh/XuehaiPan/159/base -> origin/gh/XuehaiPan/159/base 2025-01-24T00:47:42.6149479Z * [new branch] gh/XuehaiPan/159/head -> origin/gh/XuehaiPan/159/head 2025-01-24T00:47:42.6150005Z * [new branch] gh/XuehaiPan/159/orig -> origin/gh/XuehaiPan/159/orig 2025-01-24T00:47:42.6150512Z * [new branch] gh/XuehaiPan/162/base -> origin/gh/XuehaiPan/162/base 2025-01-24T00:47:42.6151613Z * [new branch] gh/XuehaiPan/162/head -> origin/gh/XuehaiPan/162/head 2025-01-24T00:47:42.6152134Z * [new branch] gh/XuehaiPan/162/orig -> origin/gh/XuehaiPan/162/orig 2025-01-24T00:47:42.6152777Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-01-24T00:47:42.6153285Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-01-24T00:47:42.6153803Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-01-24T00:47:42.6154327Z * [new branch] gh/XuehaiPan/180/base -> origin/gh/XuehaiPan/180/base 2025-01-24T00:47:42.6154837Z * [new branch] gh/XuehaiPan/180/head -> origin/gh/XuehaiPan/180/head 2025-01-24T00:47:42.6155361Z * [new branch] gh/XuehaiPan/180/orig -> origin/gh/XuehaiPan/180/orig 2025-01-24T00:47:42.6155882Z * [new branch] gh/XuehaiPan/182/base -> origin/gh/XuehaiPan/182/base 2025-01-24T00:47:42.6156400Z * [new branch] gh/XuehaiPan/182/head -> origin/gh/XuehaiPan/182/head 2025-01-24T00:47:42.6156922Z * [new branch] gh/XuehaiPan/182/orig -> origin/gh/XuehaiPan/182/orig 2025-01-24T00:47:42.6157441Z * [new branch] gh/XuehaiPan/183/base -> origin/gh/XuehaiPan/183/base 2025-01-24T00:47:42.6157959Z * [new branch] gh/XuehaiPan/183/head -> origin/gh/XuehaiPan/183/head 2025-01-24T00:47:42.6158476Z * [new branch] gh/XuehaiPan/183/orig -> origin/gh/XuehaiPan/183/orig 2025-01-24T00:47:42.6158996Z * [new branch] gh/XuehaiPan/185/base -> origin/gh/XuehaiPan/185/base 2025-01-24T00:47:42.6159514Z * [new branch] gh/XuehaiPan/185/head -> origin/gh/XuehaiPan/185/head 2025-01-24T00:47:42.6160025Z * [new branch] gh/XuehaiPan/185/orig -> origin/gh/XuehaiPan/185/orig 2025-01-24T00:47:42.6160547Z * [new branch] gh/XuehaiPan/188/base -> origin/gh/XuehaiPan/188/base 2025-01-24T00:47:42.6556344Z * [new branch] gh/XuehaiPan/188/head -> origin/gh/XuehaiPan/188/head 2025-01-24T00:47:42.6556952Z * [new branch] gh/XuehaiPan/188/orig -> origin/gh/XuehaiPan/188/orig 2025-01-24T00:47:42.6557483Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-01-24T00:47:42.6558006Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-01-24T00:47:42.6558531Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-01-24T00:47:42.6559048Z * [new branch] gh/XuehaiPan/198/base -> origin/gh/XuehaiPan/198/base 2025-01-24T00:47:42.6559574Z * [new branch] gh/XuehaiPan/198/head -> origin/gh/XuehaiPan/198/head 2025-01-24T00:47:42.6560107Z * [new branch] gh/XuehaiPan/198/orig -> origin/gh/XuehaiPan/198/orig 2025-01-24T00:47:42.6560638Z * [new branch] gh/XuehaiPan/206/base -> origin/gh/XuehaiPan/206/base 2025-01-24T00:47:42.6561161Z * [new branch] gh/XuehaiPan/206/head -> origin/gh/XuehaiPan/206/head 2025-01-24T00:47:42.6561728Z * [new branch] gh/XuehaiPan/206/orig -> origin/gh/XuehaiPan/206/orig 2025-01-24T00:47:42.6562342Z * [new branch] gh/XuehaiPan/210/base -> origin/gh/XuehaiPan/210/base 2025-01-24T00:47:42.6562942Z * [new branch] gh/XuehaiPan/210/head -> origin/gh/XuehaiPan/210/head 2025-01-24T00:47:42.6563549Z * [new branch] gh/XuehaiPan/210/orig -> origin/gh/XuehaiPan/210/orig 2025-01-24T00:47:42.6564119Z * [new branch] gh/XuehaiPan/211/base -> origin/gh/XuehaiPan/211/base 2025-01-24T00:47:42.6564725Z * [new branch] gh/XuehaiPan/211/head -> origin/gh/XuehaiPan/211/head 2025-01-24T00:47:42.6566058Z * [new branch] gh/XuehaiPan/211/orig -> origin/gh/XuehaiPan/211/orig 2025-01-24T00:47:42.6566668Z * [new branch] gh/XuehaiPan/212/base -> origin/gh/XuehaiPan/212/base 2025-01-24T00:47:42.6567402Z * [new branch] gh/XuehaiPan/212/head -> origin/gh/XuehaiPan/212/head 2025-01-24T00:47:42.6568016Z * [new branch] gh/XuehaiPan/212/orig -> origin/gh/XuehaiPan/212/orig 2025-01-24T00:47:42.6568630Z * [new branch] gh/XuehaiPan/213/base -> origin/gh/XuehaiPan/213/base 2025-01-24T00:47:42.6569238Z * [new branch] gh/XuehaiPan/213/head -> origin/gh/XuehaiPan/213/head 2025-01-24T00:47:42.6569823Z * [new branch] gh/XuehaiPan/213/orig -> origin/gh/XuehaiPan/213/orig 2025-01-24T00:47:42.6570404Z * [new branch] gh/XuehaiPan/214/base -> origin/gh/XuehaiPan/214/base 2025-01-24T00:47:42.6571014Z * [new branch] gh/XuehaiPan/214/head -> origin/gh/XuehaiPan/214/head 2025-01-24T00:47:42.6571618Z * [new branch] gh/XuehaiPan/214/orig -> origin/gh/XuehaiPan/214/orig 2025-01-24T00:47:42.6572217Z * [new branch] gh/XuehaiPan/215/base -> origin/gh/XuehaiPan/215/base 2025-01-24T00:47:42.6572812Z * [new branch] gh/XuehaiPan/215/head -> origin/gh/XuehaiPan/215/head 2025-01-24T00:47:42.6573389Z * [new branch] gh/XuehaiPan/215/orig -> origin/gh/XuehaiPan/215/orig 2025-01-24T00:47:42.6573999Z * [new branch] gh/XuehaiPan/216/base -> origin/gh/XuehaiPan/216/base 2025-01-24T00:47:42.6574612Z * [new branch] gh/XuehaiPan/216/head -> origin/gh/XuehaiPan/216/head 2025-01-24T00:47:42.6575214Z * [new branch] gh/XuehaiPan/216/orig -> origin/gh/XuehaiPan/216/orig 2025-01-24T00:47:42.6575789Z * [new branch] gh/XuehaiPan/217/base -> origin/gh/XuehaiPan/217/base 2025-01-24T00:47:42.6576386Z * [new branch] gh/XuehaiPan/217/head -> origin/gh/XuehaiPan/217/head 2025-01-24T00:47:42.6576995Z * [new branch] gh/XuehaiPan/217/orig -> origin/gh/XuehaiPan/217/orig 2025-01-24T00:47:42.6577611Z * [new branch] gh/XuehaiPan/218/base -> origin/gh/XuehaiPan/218/base 2025-01-24T00:47:42.6578211Z * [new branch] gh/XuehaiPan/218/head -> origin/gh/XuehaiPan/218/head 2025-01-24T00:47:42.6578797Z * [new branch] gh/XuehaiPan/218/orig -> origin/gh/XuehaiPan/218/orig 2025-01-24T00:47:42.6579326Z * [new branch] gh/XuehaiPan/219/base -> origin/gh/XuehaiPan/219/base 2025-01-24T00:47:42.6579843Z * [new branch] gh/XuehaiPan/219/head -> origin/gh/XuehaiPan/219/head 2025-01-24T00:47:42.6580358Z * [new branch] gh/XuehaiPan/219/orig -> origin/gh/XuehaiPan/219/orig 2025-01-24T00:47:42.6580877Z * [new branch] gh/XuehaiPan/220/base -> origin/gh/XuehaiPan/220/base 2025-01-24T00:47:42.6581471Z * [new branch] gh/XuehaiPan/220/head -> origin/gh/XuehaiPan/220/head 2025-01-24T00:47:42.6582000Z * [new branch] gh/XuehaiPan/220/orig -> origin/gh/XuehaiPan/220/orig 2025-01-24T00:47:42.6582539Z * [new branch] gh/XuehaiPan/221/base -> origin/gh/XuehaiPan/221/base 2025-01-24T00:47:42.6583049Z * [new branch] gh/XuehaiPan/221/head -> origin/gh/XuehaiPan/221/head 2025-01-24T00:47:42.7002605Z * [new branch] gh/XuehaiPan/221/orig -> origin/gh/XuehaiPan/221/orig 2025-01-24T00:47:42.7003194Z * [new branch] gh/XuehaiPan/222/base -> origin/gh/XuehaiPan/222/base 2025-01-24T00:47:42.7003766Z * [new branch] gh/XuehaiPan/222/head -> origin/gh/XuehaiPan/222/head 2025-01-24T00:47:42.7004339Z * [new branch] gh/XuehaiPan/222/orig -> origin/gh/XuehaiPan/222/orig 2025-01-24T00:47:42.7004863Z * [new branch] gh/XuehaiPan/223/base -> origin/gh/XuehaiPan/223/base 2025-01-24T00:47:42.7005616Z * [new branch] gh/XuehaiPan/223/head -> origin/gh/XuehaiPan/223/head 2025-01-24T00:47:42.7006265Z * [new branch] gh/XuehaiPan/223/orig -> origin/gh/XuehaiPan/223/orig 2025-01-24T00:47:42.7006789Z * [new branch] gh/XuehaiPan/224/base -> origin/gh/XuehaiPan/224/base 2025-01-24T00:47:42.7007308Z * [new branch] gh/XuehaiPan/224/head -> origin/gh/XuehaiPan/224/head 2025-01-24T00:47:42.7007819Z * [new branch] gh/XuehaiPan/224/orig -> origin/gh/XuehaiPan/224/orig 2025-01-24T00:47:42.7008337Z * [new branch] gh/XuehaiPan/225/base -> origin/gh/XuehaiPan/225/base 2025-01-24T00:47:42.7008861Z * [new branch] gh/XuehaiPan/225/head -> origin/gh/XuehaiPan/225/head 2025-01-24T00:47:42.7009417Z * [new branch] gh/XuehaiPan/225/orig -> origin/gh/XuehaiPan/225/orig 2025-01-24T00:47:42.7009984Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-01-24T00:47:42.7010512Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-01-24T00:47:42.7011033Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-01-24T00:47:42.7011545Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-01-24T00:47:42.7012098Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-01-24T00:47:42.7012607Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-01-24T00:47:42.7013130Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-01-24T00:47:42.7013656Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-01-24T00:47:42.7014166Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-01-24T00:47:42.7014683Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-01-24T00:47:42.7015242Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-01-24T00:47:42.7015802Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-01-24T00:47:42.7016324Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-01-24T00:47:42.7016840Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-01-24T00:47:42.7017357Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-01-24T00:47:42.7017863Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-01-24T00:47:42.7018382Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-01-24T00:47:42.7018897Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-01-24T00:47:42.7019405Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-01-24T00:47:42.7019931Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-01-24T00:47:42.7020447Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-01-24T00:47:42.7021056Z * [new branch] gh/XuehaiPan/233/base -> origin/gh/XuehaiPan/233/base 2025-01-24T00:47:42.7021663Z * [new branch] gh/XuehaiPan/233/head -> origin/gh/XuehaiPan/233/head 2025-01-24T00:47:42.7022180Z * [new branch] gh/XuehaiPan/233/orig -> origin/gh/XuehaiPan/233/orig 2025-01-24T00:47:42.7022699Z * [new branch] gh/XuehaiPan/234/base -> origin/gh/XuehaiPan/234/base 2025-01-24T00:47:42.7023209Z * [new branch] gh/XuehaiPan/234/head -> origin/gh/XuehaiPan/234/head 2025-01-24T00:47:42.7023854Z * [new branch] gh/XuehaiPan/234/orig -> origin/gh/XuehaiPan/234/orig 2025-01-24T00:47:42.7024368Z * [new branch] gh/XuehaiPan/235/base -> origin/gh/XuehaiPan/235/base 2025-01-24T00:47:42.7024980Z * [new branch] gh/XuehaiPan/235/head -> origin/gh/XuehaiPan/235/head 2025-01-24T00:47:42.7025508Z * [new branch] gh/XuehaiPan/235/orig -> origin/gh/XuehaiPan/235/orig 2025-01-24T00:47:42.7026034Z * [new branch] gh/XuehaiPan/236/base -> origin/gh/XuehaiPan/236/base 2025-01-24T00:47:42.7026588Z * [new branch] gh/XuehaiPan/236/head -> origin/gh/XuehaiPan/236/head 2025-01-24T00:47:42.7027159Z * [new branch] gh/XuehaiPan/236/orig -> origin/gh/XuehaiPan/236/orig 2025-01-24T00:47:42.7460478Z * [new branch] gh/XuehaiPan/237/base -> origin/gh/XuehaiPan/237/base 2025-01-24T00:47:42.7461065Z * [new branch] gh/XuehaiPan/237/head -> origin/gh/XuehaiPan/237/head 2025-01-24T00:47:42.7461686Z * [new branch] gh/XuehaiPan/237/orig -> origin/gh/XuehaiPan/237/orig 2025-01-24T00:47:42.7462256Z * [new branch] gh/XuehaiPan/30/base -> origin/gh/XuehaiPan/30/base 2025-01-24T00:47:42.7462778Z * [new branch] gh/XuehaiPan/30/head -> origin/gh/XuehaiPan/30/head 2025-01-24T00:47:42.7463298Z * [new branch] gh/XuehaiPan/30/orig -> origin/gh/XuehaiPan/30/orig 2025-01-24T00:47:42.7463858Z * [new branch] gh/XuehaiPan/67/base -> origin/gh/XuehaiPan/67/base 2025-01-24T00:47:42.7464412Z * [new branch] gh/XuehaiPan/67/head -> origin/gh/XuehaiPan/67/head 2025-01-24T00:47:42.7464925Z * [new branch] gh/XuehaiPan/67/orig -> origin/gh/XuehaiPan/67/orig 2025-01-24T00:47:42.7465428Z * [new branch] gh/XuehaiPan/70/base -> origin/gh/XuehaiPan/70/base 2025-01-24T00:47:42.7465943Z * [new branch] gh/XuehaiPan/70/head -> origin/gh/XuehaiPan/70/head 2025-01-24T00:47:42.7466465Z * [new branch] gh/XuehaiPan/70/orig -> origin/gh/XuehaiPan/70/orig 2025-01-24T00:47:42.7466980Z * [new branch] gh/XuehaiPan/72/base -> origin/gh/XuehaiPan/72/base 2025-01-24T00:47:42.7467490Z * [new branch] gh/XuehaiPan/72/head -> origin/gh/XuehaiPan/72/head 2025-01-24T00:47:42.7468006Z * [new branch] gh/XuehaiPan/72/orig -> origin/gh/XuehaiPan/72/orig 2025-01-24T00:47:42.7468524Z * [new branch] gh/XuehaiPan/9/base -> origin/gh/XuehaiPan/9/base 2025-01-24T00:47:42.7469034Z * [new branch] gh/XuehaiPan/9/orig -> origin/gh/XuehaiPan/9/orig 2025-01-24T00:47:42.7469590Z * [new branch] gh/XuehaiPan/97/base -> origin/gh/XuehaiPan/97/base 2025-01-24T00:47:42.7470149Z * [new branch] gh/XuehaiPan/97/head -> origin/gh/XuehaiPan/97/head 2025-01-24T00:47:42.7470660Z * [new branch] gh/XuehaiPan/97/orig -> origin/gh/XuehaiPan/97/orig 2025-01-24T00:47:42.7471177Z * [new branch] gh/XuehaiPan/98/base -> origin/gh/XuehaiPan/98/base 2025-01-24T00:47:42.7471689Z * [new branch] gh/XuehaiPan/98/head -> origin/gh/XuehaiPan/98/head 2025-01-24T00:47:42.7472194Z * [new branch] gh/XuehaiPan/98/orig -> origin/gh/XuehaiPan/98/orig 2025-01-24T00:47:42.7472710Z * [new branch] gh/XuehaiPan/99/base -> origin/gh/XuehaiPan/99/base 2025-01-24T00:47:42.7473221Z * [new branch] gh/XuehaiPan/99/head -> origin/gh/XuehaiPan/99/head 2025-01-24T00:47:42.7473731Z * [new branch] gh/XuehaiPan/99/orig -> origin/gh/XuehaiPan/99/orig 2025-01-24T00:47:42.7474231Z * [new branch] gh/ZainRizvi/1/base -> origin/gh/ZainRizvi/1/base 2025-01-24T00:47:42.7474746Z * [new branch] gh/ZainRizvi/1/head -> origin/gh/ZainRizvi/1/head 2025-01-24T00:47:42.7475563Z * [new branch] gh/ZhiweiYan-96/23/base -> origin/gh/ZhiweiYan-96/23/base 2025-01-24T00:47:42.7476220Z * [new branch] gh/ZhiweiYan-96/23/head -> origin/gh/ZhiweiYan-96/23/head 2025-01-24T00:47:42.7476774Z * [new branch] gh/ZhiweiYan-96/23/orig -> origin/gh/ZhiweiYan-96/23/orig 2025-01-24T00:47:42.7477305Z * [new branch] gh/ZhiweiYan-96/27/base -> origin/gh/ZhiweiYan-96/27/base 2025-01-24T00:47:42.7477832Z * [new branch] gh/ZhiweiYan-96/27/head -> origin/gh/ZhiweiYan-96/27/head 2025-01-24T00:47:42.7478364Z * [new branch] gh/ZhiweiYan-96/27/orig -> origin/gh/ZhiweiYan-96/27/orig 2025-01-24T00:47:42.7478902Z * [new branch] gh/ZhiweiYan-96/29/base -> origin/gh/ZhiweiYan-96/29/base 2025-01-24T00:47:42.7479434Z * [new branch] gh/ZhiweiYan-96/29/head -> origin/gh/ZhiweiYan-96/29/head 2025-01-24T00:47:42.7479969Z * [new branch] gh/ZhiweiYan-96/29/orig -> origin/gh/ZhiweiYan-96/29/orig 2025-01-24T00:47:42.7480499Z * [new branch] gh/ZhiweiYan-96/30/base -> origin/gh/ZhiweiYan-96/30/base 2025-01-24T00:47:42.7481082Z * [new branch] gh/ZhiweiYan-96/30/head -> origin/gh/ZhiweiYan-96/30/head 2025-01-24T00:47:42.7481655Z * [new branch] gh/ZhiweiYan-96/30/orig -> origin/gh/ZhiweiYan-96/30/orig 2025-01-24T00:47:42.7482199Z * [new branch] gh/ZhiweiYan-96/31/base -> origin/gh/ZhiweiYan-96/31/base 2025-01-24T00:47:42.7482731Z * [new branch] gh/ZhiweiYan-96/31/head -> origin/gh/ZhiweiYan-96/31/head 2025-01-24T00:47:42.7483255Z * [new branch] gh/ZhiweiYan-96/31/orig -> origin/gh/ZhiweiYan-96/31/orig 2025-01-24T00:47:42.7483791Z * [new branch] gh/ZhiweiYan-96/32/base -> origin/gh/ZhiweiYan-96/32/base 2025-01-24T00:47:42.7484320Z * [new branch] gh/ZhiweiYan-96/32/head -> origin/gh/ZhiweiYan-96/32/head 2025-01-24T00:47:42.7484853Z * [new branch] gh/ZhiweiYan-96/32/orig -> origin/gh/ZhiweiYan-96/32/orig 2025-01-24T00:47:42.7936660Z * [new branch] gh/ZhiweiYan-96/33/base -> origin/gh/ZhiweiYan-96/33/base 2025-01-24T00:47:42.7937273Z * [new branch] gh/ZhiweiYan-96/33/head -> origin/gh/ZhiweiYan-96/33/head 2025-01-24T00:47:42.7937827Z * [new branch] gh/ZhiweiYan-96/33/orig -> origin/gh/ZhiweiYan-96/33/orig 2025-01-24T00:47:42.7938408Z * [new branch] gh/ZhiweiYan-96/37/base -> origin/gh/ZhiweiYan-96/37/base 2025-01-24T00:47:42.7938993Z * [new branch] gh/ZhiweiYan-96/37/head -> origin/gh/ZhiweiYan-96/37/head 2025-01-24T00:47:42.7939526Z * [new branch] gh/ZhiweiYan-96/38/base -> origin/gh/ZhiweiYan-96/38/base 2025-01-24T00:47:42.7940056Z * [new branch] gh/ZhiweiYan-96/38/head -> origin/gh/ZhiweiYan-96/38/head 2025-01-24T00:47:42.7940591Z * [new branch] gh/ZhiweiYan-96/38/orig -> origin/gh/ZhiweiYan-96/38/orig 2025-01-24T00:47:42.7941189Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-01-24T00:47:42.7941744Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-01-24T00:47:42.7942293Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-01-24T00:47:42.7942815Z * [new branch] gh/ZhiweiYan-96/40/base -> origin/gh/ZhiweiYan-96/40/base 2025-01-24T00:47:42.7943342Z * [new branch] gh/ZhiweiYan-96/40/head -> origin/gh/ZhiweiYan-96/40/head 2025-01-24T00:47:42.7943877Z * [new branch] gh/ZhiweiYan-96/40/orig -> origin/gh/ZhiweiYan-96/40/orig 2025-01-24T00:47:42.7944398Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-01-24T00:47:42.7944912Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-01-24T00:47:42.7945622Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-01-24T00:47:42.7946242Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-01-24T00:47:42.7946741Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-01-24T00:47:42.7947235Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-01-24T00:47:42.7947723Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-01-24T00:47:42.7948240Z * [new branch] gh/alexsamardzic/22/base -> origin/gh/alexsamardzic/22/base 2025-01-24T00:47:42.7948806Z * [new branch] gh/alexsamardzic/22/head -> origin/gh/alexsamardzic/22/head 2025-01-24T00:47:42.7949458Z * [new branch] gh/alexsamardzic/22/orig -> origin/gh/alexsamardzic/22/orig 2025-01-24T00:47:42.7950009Z * [new branch] gh/alexsamardzic/23/base -> origin/gh/alexsamardzic/23/base 2025-01-24T00:47:42.7950565Z * [new branch] gh/alexsamardzic/23/head -> origin/gh/alexsamardzic/23/head 2025-01-24T00:47:42.7951123Z * [new branch] gh/alexsamardzic/23/orig -> origin/gh/alexsamardzic/23/orig 2025-01-24T00:47:42.7951648Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-01-24T00:47:42.7952147Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-01-24T00:47:42.7952638Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-01-24T00:47:42.7953132Z * [new branch] gh/amjames/19/base -> origin/gh/amjames/19/base 2025-01-24T00:47:42.7953615Z * [new branch] gh/amjames/19/head -> origin/gh/amjames/19/head 2025-01-24T00:47:42.7954107Z * [new branch] gh/amjames/19/orig -> origin/gh/amjames/19/orig 2025-01-24T00:47:42.7954627Z * [new branch] gh/andrewlee302/1/base -> origin/gh/andrewlee302/1/base 2025-01-24T00:47:42.7955155Z * [new branch] gh/andrewlee302/1/head -> origin/gh/andrewlee302/1/head 2025-01-24T00:47:42.7955700Z * [new branch] gh/andrewlee302/3/base -> origin/gh/andrewlee302/3/base 2025-01-24T00:47:42.7956228Z * [new branch] gh/andrewlee302/3/head -> origin/gh/andrewlee302/3/head 2025-01-24T00:47:42.7956749Z * [new branch] gh/andrewlee302/3/orig -> origin/gh/andrewlee302/3/orig 2025-01-24T00:47:42.7957282Z * [new branch] gh/andrewor14/25/base -> origin/gh/andrewor14/25/base 2025-01-24T00:47:42.7957800Z * [new branch] gh/andrewor14/25/head -> origin/gh/andrewor14/25/head 2025-01-24T00:47:42.7958311Z * [new branch] gh/andrewor14/25/orig -> origin/gh/andrewor14/25/orig 2025-01-24T00:47:42.7958825Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-01-24T00:47:42.7959347Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-01-24T00:47:42.7959862Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-01-24T00:47:42.7960366Z * [new branch] gh/andrewor14/36/base -> origin/gh/andrewor14/36/base 2025-01-24T00:47:42.7960884Z * [new branch] gh/andrewor14/36/head -> origin/gh/andrewor14/36/head 2025-01-24T00:47:42.8392117Z * [new branch] gh/andrewor14/36/orig -> origin/gh/andrewor14/36/orig 2025-01-24T00:47:42.8392696Z * [new branch] gh/andrewor14/37/base -> origin/gh/andrewor14/37/base 2025-01-24T00:47:42.8393221Z * [new branch] gh/andrewor14/37/head -> origin/gh/andrewor14/37/head 2025-01-24T00:47:42.8393740Z * [new branch] gh/andrewor14/37/orig -> origin/gh/andrewor14/37/orig 2025-01-24T00:47:42.8394481Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-01-24T00:47:42.8394989Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-01-24T00:47:42.8395728Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-01-24T00:47:42.8396259Z * [new branch] gh/angelayi/62/base -> origin/gh/angelayi/62/base 2025-01-24T00:47:42.8396768Z * [new branch] gh/angelayi/62/head -> origin/gh/angelayi/62/head 2025-01-24T00:47:42.8397263Z * [new branch] gh/angelayi/62/orig -> origin/gh/angelayi/62/orig 2025-01-24T00:47:42.8397772Z * [new branch] gh/angelayi/64/base -> origin/gh/angelayi/64/base 2025-01-24T00:47:42.8398280Z * [new branch] gh/angelayi/64/head -> origin/gh/angelayi/64/head 2025-01-24T00:47:42.8398773Z * [new branch] gh/angelayi/64/orig -> origin/gh/angelayi/64/orig 2025-01-24T00:47:42.8399278Z * [new branch] gh/angelayi/65/base -> origin/gh/angelayi/65/base 2025-01-24T00:47:42.8399781Z * [new branch] gh/angelayi/65/head -> origin/gh/angelayi/65/head 2025-01-24T00:47:42.8400272Z * [new branch] gh/angelayi/65/orig -> origin/gh/angelayi/65/orig 2025-01-24T00:47:42.8400765Z * [new branch] gh/ani300/4/base -> origin/gh/ani300/4/base 2025-01-24T00:47:42.8401291Z * [new branch] gh/ani300/4/head -> origin/gh/ani300/4/head 2025-01-24T00:47:42.8401811Z * [new branch] gh/ani300/4/orig -> origin/gh/ani300/4/orig 2025-01-24T00:47:42.8402314Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-01-24T00:47:42.8402852Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-01-24T00:47:42.8403384Z * [new branch] gh/anijain2305/507/base -> origin/gh/anijain2305/507/base 2025-01-24T00:47:42.8403912Z * [new branch] gh/anijain2305/507/head -> origin/gh/anijain2305/507/head 2025-01-24T00:47:42.8404465Z * [new branch] gh/anijain2305/507/orig -> origin/gh/anijain2305/507/orig 2025-01-24T00:47:42.8404996Z * [new branch] gh/anijain2305/522/base -> origin/gh/anijain2305/522/base 2025-01-24T00:47:42.8405523Z * [new branch] gh/anijain2305/522/head -> origin/gh/anijain2305/522/head 2025-01-24T00:47:42.8406041Z * [new branch] gh/anijain2305/522/orig -> origin/gh/anijain2305/522/orig 2025-01-24T00:47:42.8406616Z * [new branch] gh/anijain2305/539/base -> origin/gh/anijain2305/539/base 2025-01-24T00:47:42.8407188Z * [new branch] gh/anijain2305/539/head -> origin/gh/anijain2305/539/head 2025-01-24T00:47:42.8407710Z * [new branch] gh/anijain2305/539/orig -> origin/gh/anijain2305/539/orig 2025-01-24T00:47:42.8408255Z * [new branch] gh/anijain2305/541/base -> origin/gh/anijain2305/541/base 2025-01-24T00:47:42.8408780Z * [new branch] gh/anijain2305/541/head -> origin/gh/anijain2305/541/head 2025-01-24T00:47:42.8409309Z * [new branch] gh/anijain2305/541/orig -> origin/gh/anijain2305/541/orig 2025-01-24T00:47:42.8409841Z * [new branch] gh/anijain2305/542/base -> origin/gh/anijain2305/542/base 2025-01-24T00:47:42.8410372Z * [new branch] gh/anijain2305/542/head -> origin/gh/anijain2305/542/head 2025-01-24T00:47:42.8410904Z * [new branch] gh/anijain2305/542/orig -> origin/gh/anijain2305/542/orig 2025-01-24T00:47:42.8411424Z * [new branch] gh/anijain2305/566/base -> origin/gh/anijain2305/566/base 2025-01-24T00:47:42.8411958Z * [new branch] gh/anijain2305/566/head -> origin/gh/anijain2305/566/head 2025-01-24T00:47:42.8412534Z * [new branch] gh/anijain2305/566/orig -> origin/gh/anijain2305/566/orig 2025-01-24T00:47:42.8413220Z * [new branch] gh/anijain2305/571/base -> origin/gh/anijain2305/571/base 2025-01-24T00:47:42.8413856Z * [new branch] gh/anijain2305/571/head -> origin/gh/anijain2305/571/head 2025-01-24T00:47:42.8414395Z * [new branch] gh/anijain2305/571/orig -> origin/gh/anijain2305/571/orig 2025-01-24T00:47:42.8414922Z * [new branch] gh/anijain2305/573/base -> origin/gh/anijain2305/573/base 2025-01-24T00:47:42.8415462Z * [new branch] gh/anijain2305/573/head -> origin/gh/anijain2305/573/head 2025-01-24T00:47:42.8415996Z * [new branch] gh/anijain2305/573/orig -> origin/gh/anijain2305/573/orig 2025-01-24T00:47:42.8416527Z * [new branch] gh/anijain2305/580/base -> origin/gh/anijain2305/580/base 2025-01-24T00:47:42.8817477Z * [new branch] gh/anijain2305/580/head -> origin/gh/anijain2305/580/head 2025-01-24T00:47:42.8818122Z * [new branch] gh/anijain2305/580/orig -> origin/gh/anijain2305/580/orig 2025-01-24T00:47:42.8818664Z * [new branch] gh/anijain2305/598/base -> origin/gh/anijain2305/598/base 2025-01-24T00:47:42.8819245Z * [new branch] gh/anijain2305/598/head -> origin/gh/anijain2305/598/head 2025-01-24T00:47:42.8819764Z * [new branch] gh/anijain2305/598/orig -> origin/gh/anijain2305/598/orig 2025-01-24T00:47:42.8820293Z * [new branch] gh/anijain2305/599/base -> origin/gh/anijain2305/599/base 2025-01-24T00:47:42.8820831Z * [new branch] gh/anijain2305/599/head -> origin/gh/anijain2305/599/head 2025-01-24T00:47:42.8821421Z * [new branch] gh/anijain2305/599/orig -> origin/gh/anijain2305/599/orig 2025-01-24T00:47:42.8821951Z * [new branch] gh/anijain2305/600/base -> origin/gh/anijain2305/600/base 2025-01-24T00:47:42.8822484Z * [new branch] gh/anijain2305/600/head -> origin/gh/anijain2305/600/head 2025-01-24T00:47:42.8823033Z * [new branch] gh/anijain2305/600/orig -> origin/gh/anijain2305/600/orig 2025-01-24T00:47:42.8823558Z * [new branch] gh/anijain2305/601/base -> origin/gh/anijain2305/601/base 2025-01-24T00:47:42.8824096Z * [new branch] gh/anijain2305/601/head -> origin/gh/anijain2305/601/head 2025-01-24T00:47:42.8824623Z * [new branch] gh/anijain2305/601/orig -> origin/gh/anijain2305/601/orig 2025-01-24T00:47:42.8825145Z * [new branch] gh/anijain2305/602/base -> origin/gh/anijain2305/602/base 2025-01-24T00:47:42.8825672Z * [new branch] gh/anijain2305/602/head -> origin/gh/anijain2305/602/head 2025-01-24T00:47:42.8826198Z * [new branch] gh/anijain2305/602/orig -> origin/gh/anijain2305/602/orig 2025-01-24T00:47:42.8826721Z * [new branch] gh/anijain2305/603/base -> origin/gh/anijain2305/603/base 2025-01-24T00:47:42.8827256Z * [new branch] gh/anijain2305/603/head -> origin/gh/anijain2305/603/head 2025-01-24T00:47:42.8827806Z * [new branch] gh/anijain2305/603/orig -> origin/gh/anijain2305/603/orig 2025-01-24T00:47:42.8828358Z * [new branch] gh/anijain2305/604/base -> origin/gh/anijain2305/604/base 2025-01-24T00:47:42.8828896Z * [new branch] gh/anijain2305/604/head -> origin/gh/anijain2305/604/head 2025-01-24T00:47:42.8829439Z * [new branch] gh/anijain2305/604/orig -> origin/gh/anijain2305/604/orig 2025-01-24T00:47:42.8829982Z * [new branch] gh/anijain2305/605/base -> origin/gh/anijain2305/605/base 2025-01-24T00:47:42.8830514Z * [new branch] gh/anijain2305/605/head -> origin/gh/anijain2305/605/head 2025-01-24T00:47:42.8831055Z * [new branch] gh/anijain2305/605/orig -> origin/gh/anijain2305/605/orig 2025-01-24T00:47:42.8831598Z * [new branch] gh/anijain2305/606/base -> origin/gh/anijain2305/606/base 2025-01-24T00:47:42.8832318Z * [new branch] gh/anijain2305/606/head -> origin/gh/anijain2305/606/head 2025-01-24T00:47:42.8832991Z * [new branch] gh/anijain2305/606/orig -> origin/gh/anijain2305/606/orig 2025-01-24T00:47:42.8833538Z * [new branch] gh/anijain2305/607/base -> origin/gh/anijain2305/607/base 2025-01-24T00:47:42.8834150Z * [new branch] gh/anijain2305/607/head -> origin/gh/anijain2305/607/head 2025-01-24T00:47:42.8834727Z * [new branch] gh/anijain2305/607/orig -> origin/gh/anijain2305/607/orig 2025-01-24T00:47:42.8835270Z * [new branch] gh/anijain2305/608/base -> origin/gh/anijain2305/608/base 2025-01-24T00:47:42.8835810Z * [new branch] gh/anijain2305/608/head -> origin/gh/anijain2305/608/head 2025-01-24T00:47:42.8836341Z * [new branch] gh/anijain2305/608/orig -> origin/gh/anijain2305/608/orig 2025-01-24T00:47:42.8836886Z * [new branch] gh/anijain2305/609/base -> origin/gh/anijain2305/609/base 2025-01-24T00:47:42.8837427Z * [new branch] gh/anijain2305/609/head -> origin/gh/anijain2305/609/head 2025-01-24T00:47:42.8837979Z * [new branch] gh/anijain2305/609/orig -> origin/gh/anijain2305/609/orig 2025-01-24T00:47:42.8838515Z * [new branch] gh/anijain2305/610/base -> origin/gh/anijain2305/610/base 2025-01-24T00:47:42.8839056Z * [new branch] gh/anijain2305/610/head -> origin/gh/anijain2305/610/head 2025-01-24T00:47:42.8839598Z * [new branch] gh/anijain2305/610/orig -> origin/gh/anijain2305/610/orig 2025-01-24T00:47:42.8840129Z * [new branch] gh/anijain2305/611/base -> origin/gh/anijain2305/611/base 2025-01-24T00:47:42.8840670Z * [new branch] gh/anijain2305/611/head -> origin/gh/anijain2305/611/head 2025-01-24T00:47:42.8841221Z * [new branch] gh/anijain2305/611/orig -> origin/gh/anijain2305/611/orig 2025-01-24T00:47:42.8841757Z * [new branch] gh/anijain2305/612/base -> origin/gh/anijain2305/612/base 2025-01-24T00:47:42.9243130Z * [new branch] gh/anijain2305/612/head -> origin/gh/anijain2305/612/head 2025-01-24T00:47:42.9243752Z * [new branch] gh/anijain2305/612/orig -> origin/gh/anijain2305/612/orig 2025-01-24T00:47:42.9244321Z * [new branch] gh/anijain2305/613/base -> origin/gh/anijain2305/613/base 2025-01-24T00:47:42.9244857Z * [new branch] gh/anijain2305/613/head -> origin/gh/anijain2305/613/head 2025-01-24T00:47:42.9245401Z * [new branch] gh/anijain2305/613/orig -> origin/gh/anijain2305/613/orig 2025-01-24T00:47:42.9245947Z * [new branch] gh/anijain2305/614/base -> origin/gh/anijain2305/614/base 2025-01-24T00:47:42.9246483Z * [new branch] gh/anijain2305/614/head -> origin/gh/anijain2305/614/head 2025-01-24T00:47:42.9247039Z * [new branch] gh/anijain2305/614/orig -> origin/gh/anijain2305/614/orig 2025-01-24T00:47:42.9247589Z * [new branch] gh/anijain2305/615/base -> origin/gh/anijain2305/615/base 2025-01-24T00:47:42.9248140Z * [new branch] gh/anijain2305/615/head -> origin/gh/anijain2305/615/head 2025-01-24T00:47:42.9248668Z * [new branch] gh/anijain2305/615/orig -> origin/gh/anijain2305/615/orig 2025-01-24T00:47:42.9249210Z * [new branch] gh/anijain2305/616/base -> origin/gh/anijain2305/616/base 2025-01-24T00:47:42.9249737Z * [new branch] gh/anijain2305/616/head -> origin/gh/anijain2305/616/head 2025-01-24T00:47:42.9250252Z * [new branch] gh/anijain2305/616/orig -> origin/gh/anijain2305/616/orig 2025-01-24T00:47:42.9250782Z * [new branch] gh/anijain2305/617/base -> origin/gh/anijain2305/617/base 2025-01-24T00:47:42.9251506Z * [new branch] gh/anijain2305/617/head -> origin/gh/anijain2305/617/head 2025-01-24T00:47:42.9252041Z * [new branch] gh/anijain2305/617/orig -> origin/gh/anijain2305/617/orig 2025-01-24T00:47:42.9252683Z * [new branch] gh/anijain2305/618/base -> origin/gh/anijain2305/618/base 2025-01-24T00:47:42.9253217Z * [new branch] gh/anijain2305/618/head -> origin/gh/anijain2305/618/head 2025-01-24T00:47:42.9253743Z * [new branch] gh/anijain2305/618/orig -> origin/gh/anijain2305/618/orig 2025-01-24T00:47:42.9254270Z * [new branch] gh/anijain2305/619/base -> origin/gh/anijain2305/619/base 2025-01-24T00:47:42.9254806Z * [new branch] gh/anijain2305/619/head -> origin/gh/anijain2305/619/head 2025-01-24T00:47:42.9255335Z * [new branch] gh/anijain2305/619/orig -> origin/gh/anijain2305/619/orig 2025-01-24T00:47:42.9255868Z * [new branch] gh/anijain2305/620/base -> origin/gh/anijain2305/620/base 2025-01-24T00:47:42.9256391Z * [new branch] gh/anijain2305/620/head -> origin/gh/anijain2305/620/head 2025-01-24T00:47:42.9256916Z * [new branch] gh/anijain2305/620/orig -> origin/gh/anijain2305/620/orig 2025-01-24T00:47:42.9257446Z * [new branch] gh/anijain2305/621/base -> origin/gh/anijain2305/621/base 2025-01-24T00:47:42.9257965Z * [new branch] gh/anijain2305/621/head -> origin/gh/anijain2305/621/head 2025-01-24T00:47:42.9258498Z * [new branch] gh/anijain2305/621/orig -> origin/gh/anijain2305/621/orig 2025-01-24T00:47:42.9259029Z * [new branch] gh/anijain2305/622/base -> origin/gh/anijain2305/622/base 2025-01-24T00:47:42.9259552Z * [new branch] gh/anijain2305/622/head -> origin/gh/anijain2305/622/head 2025-01-24T00:47:42.9260087Z * [new branch] gh/anijain2305/622/orig -> origin/gh/anijain2305/622/orig 2025-01-24T00:47:42.9260623Z * [new branch] gh/anijain2305/623/base -> origin/gh/anijain2305/623/base 2025-01-24T00:47:42.9261224Z * [new branch] gh/anijain2305/623/head -> origin/gh/anijain2305/623/head 2025-01-24T00:47:42.9261753Z * [new branch] gh/anijain2305/623/orig -> origin/gh/anijain2305/623/orig 2025-01-24T00:47:42.9262283Z * [new branch] gh/anijain2305/624/base -> origin/gh/anijain2305/624/base 2025-01-24T00:47:42.9262818Z * [new branch] gh/anijain2305/624/head -> origin/gh/anijain2305/624/head 2025-01-24T00:47:42.9263339Z * [new branch] gh/anijain2305/624/orig -> origin/gh/anijain2305/624/orig 2025-01-24T00:47:42.9263879Z * [new branch] gh/anijain2305/625/base -> origin/gh/anijain2305/625/base 2025-01-24T00:47:42.9264410Z * [new branch] gh/anijain2305/625/head -> origin/gh/anijain2305/625/head 2025-01-24T00:47:42.9264929Z * [new branch] gh/anijain2305/625/orig -> origin/gh/anijain2305/625/orig 2025-01-24T00:47:42.9265466Z * [new branch] gh/anijain2305/626/base -> origin/gh/anijain2305/626/base 2025-01-24T00:47:42.9265998Z * [new branch] gh/anijain2305/626/head -> origin/gh/anijain2305/626/head 2025-01-24T00:47:42.9266522Z * [new branch] gh/anijain2305/626/orig -> origin/gh/anijain2305/626/orig 2025-01-24T00:47:42.9267049Z * [new branch] gh/anijain2305/627/base -> origin/gh/anijain2305/627/base 2025-01-24T00:47:42.9696636Z * [new branch] gh/anijain2305/627/head -> origin/gh/anijain2305/627/head 2025-01-24T00:47:42.9697257Z * [new branch] gh/anijain2305/627/orig -> origin/gh/anijain2305/627/orig 2025-01-24T00:47:42.9697831Z * [new branch] gh/anijain2305/628/base -> origin/gh/anijain2305/628/base 2025-01-24T00:47:42.9698361Z * [new branch] gh/anijain2305/628/head -> origin/gh/anijain2305/628/head 2025-01-24T00:47:42.9699144Z * [new branch] gh/anijain2305/628/orig -> origin/gh/anijain2305/628/orig 2025-01-24T00:47:42.9699683Z * [new branch] gh/anijain2305/629/base -> origin/gh/anijain2305/629/base 2025-01-24T00:47:42.9700335Z * [new branch] gh/anijain2305/629/head -> origin/gh/anijain2305/629/head 2025-01-24T00:47:42.9700874Z * [new branch] gh/anijain2305/629/orig -> origin/gh/anijain2305/629/orig 2025-01-24T00:47:42.9701473Z * [new branch] gh/anijain2305/630/base -> origin/gh/anijain2305/630/base 2025-01-24T00:47:42.9702009Z * [new branch] gh/anijain2305/630/head -> origin/gh/anijain2305/630/head 2025-01-24T00:47:42.9702546Z * [new branch] gh/anijain2305/630/orig -> origin/gh/anijain2305/630/orig 2025-01-24T00:47:42.9703084Z * [new branch] gh/anijain2305/631/base -> origin/gh/anijain2305/631/base 2025-01-24T00:47:42.9703621Z * [new branch] gh/anijain2305/631/head -> origin/gh/anijain2305/631/head 2025-01-24T00:47:42.9704146Z * [new branch] gh/anijain2305/631/orig -> origin/gh/anijain2305/631/orig 2025-01-24T00:47:42.9705796Z * [new branch] gh/anijain2305/632/base -> origin/gh/anijain2305/632/base 2025-01-24T00:47:42.9706339Z * [new branch] gh/anijain2305/632/head -> origin/gh/anijain2305/632/head 2025-01-24T00:47:42.9706859Z * [new branch] gh/anijain2305/632/orig -> origin/gh/anijain2305/632/orig 2025-01-24T00:47:42.9707390Z * [new branch] gh/anijain2305/633/base -> origin/gh/anijain2305/633/base 2025-01-24T00:47:42.9707924Z * [new branch] gh/anijain2305/633/head -> origin/gh/anijain2305/633/head 2025-01-24T00:47:42.9708461Z * [new branch] gh/anijain2305/633/orig -> origin/gh/anijain2305/633/orig 2025-01-24T00:47:42.9708982Z * [new branch] gh/anijain2305/634/base -> origin/gh/anijain2305/634/base 2025-01-24T00:47:42.9709521Z * [new branch] gh/anijain2305/634/head -> origin/gh/anijain2305/634/head 2025-01-24T00:47:42.9710051Z * [new branch] gh/anijain2305/634/orig -> origin/gh/anijain2305/634/orig 2025-01-24T00:47:42.9710575Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-01-24T00:47:42.9711097Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-01-24T00:47:42.9711607Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-01-24T00:47:42.9712116Z * [new branch] gh/aorenste/120/base -> origin/gh/aorenste/120/base 2025-01-24T00:47:42.9712629Z * [new branch] gh/aorenste/120/head -> origin/gh/aorenste/120/head 2025-01-24T00:47:42.9713142Z * [new branch] gh/aorenste/120/orig -> origin/gh/aorenste/120/orig 2025-01-24T00:47:42.9713645Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-01-24T00:47:42.9714146Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-01-24T00:47:42.9714653Z * [new branch] gh/aorenste/141/base -> origin/gh/aorenste/141/base 2025-01-24T00:47:42.9715687Z * [new branch] gh/aorenste/141/head -> origin/gh/aorenste/141/head 2025-01-24T00:47:42.9716195Z * [new branch] gh/aorenste/141/orig -> origin/gh/aorenste/141/orig 2025-01-24T00:47:42.9716708Z * [new branch] gh/aorenste/147/base -> origin/gh/aorenste/147/base 2025-01-24T00:47:42.9717220Z * [new branch] gh/aorenste/147/head -> origin/gh/aorenste/147/head 2025-01-24T00:47:42.9717724Z * [new branch] gh/aorenste/147/orig -> origin/gh/aorenste/147/orig 2025-01-24T00:47:42.9718234Z * [new branch] gh/aorenste/159/base -> origin/gh/aorenste/159/base 2025-01-24T00:47:42.9718908Z * [new branch] gh/aorenste/159/head -> origin/gh/aorenste/159/head 2025-01-24T00:47:42.9719430Z * [new branch] gh/aorenste/159/orig -> origin/gh/aorenste/159/orig 2025-01-24T00:47:42.9720021Z * [new branch] gh/aorenste/168/base -> origin/gh/aorenste/168/base 2025-01-24T00:47:42.9720627Z * [new branch] gh/aorenste/168/head -> origin/gh/aorenste/168/head 2025-01-24T00:47:42.9721135Z * [new branch] gh/aorenste/168/orig -> origin/gh/aorenste/168/orig 2025-01-24T00:47:42.9721634Z * [new branch] gh/aorenste/169/base -> origin/gh/aorenste/169/base 2025-01-24T00:47:42.9722146Z * [new branch] gh/aorenste/169/head -> origin/gh/aorenste/169/head 2025-01-24T00:47:43.0168585Z * [new branch] gh/aorenste/169/orig -> origin/gh/aorenste/169/orig 2025-01-24T00:47:43.0169155Z * [new branch] gh/aorenste/170/base -> origin/gh/aorenste/170/base 2025-01-24T00:47:43.0169706Z * [new branch] gh/aorenste/170/head -> origin/gh/aorenste/170/head 2025-01-24T00:47:43.0170223Z * [new branch] gh/aorenste/170/orig -> origin/gh/aorenste/170/orig 2025-01-24T00:47:43.0170759Z * [new branch] gh/aorenste/171/base -> origin/gh/aorenste/171/base 2025-01-24T00:47:43.0171258Z * [new branch] gh/aorenste/171/head -> origin/gh/aorenste/171/head 2025-01-24T00:47:43.0171766Z * [new branch] gh/aorenste/171/orig -> origin/gh/aorenste/171/orig 2025-01-24T00:47:43.0172271Z * [new branch] gh/aorenste/172/base -> origin/gh/aorenste/172/base 2025-01-24T00:47:43.0172797Z * [new branch] gh/aorenste/172/head -> origin/gh/aorenste/172/head 2025-01-24T00:47:43.0173295Z * [new branch] gh/aorenste/172/orig -> origin/gh/aorenste/172/orig 2025-01-24T00:47:43.0173802Z * [new branch] gh/aorenste/173/base -> origin/gh/aorenste/173/base 2025-01-24T00:47:43.0174317Z * [new branch] gh/aorenste/173/head -> origin/gh/aorenste/173/head 2025-01-24T00:47:43.0174819Z * [new branch] gh/aorenste/173/orig -> origin/gh/aorenste/173/orig 2025-01-24T00:47:43.0175330Z * [new branch] gh/aorenste/174/base -> origin/gh/aorenste/174/base 2025-01-24T00:47:43.0175837Z * [new branch] gh/aorenste/174/head -> origin/gh/aorenste/174/head 2025-01-24T00:47:43.0176338Z * [new branch] gh/aorenste/174/orig -> origin/gh/aorenste/174/orig 2025-01-24T00:47:43.0176845Z * [new branch] gh/aorenste/175/base -> origin/gh/aorenste/175/base 2025-01-24T00:47:43.0177346Z * [new branch] gh/aorenste/175/head -> origin/gh/aorenste/175/head 2025-01-24T00:47:43.0177848Z * [new branch] gh/aorenste/175/orig -> origin/gh/aorenste/175/orig 2025-01-24T00:47:43.0178354Z * [new branch] gh/aorenste/176/base -> origin/gh/aorenste/176/base 2025-01-24T00:47:43.0178856Z * [new branch] gh/aorenste/176/head -> origin/gh/aorenste/176/head 2025-01-24T00:47:43.0179364Z * [new branch] gh/aorenste/176/orig -> origin/gh/aorenste/176/orig 2025-01-24T00:47:43.0179867Z * [new branch] gh/aorenste/177/base -> origin/gh/aorenste/177/base 2025-01-24T00:47:43.0180375Z * [new branch] gh/aorenste/177/head -> origin/gh/aorenste/177/head 2025-01-24T00:47:43.0180878Z * [new branch] gh/aorenste/177/orig -> origin/gh/aorenste/177/orig 2025-01-24T00:47:43.0181461Z * [new branch] gh/aorenste/178/base -> origin/gh/aorenste/178/base 2025-01-24T00:47:43.0181973Z * [new branch] gh/aorenste/178/head -> origin/gh/aorenste/178/head 2025-01-24T00:47:43.0182497Z * [new branch] gh/aorenste/178/orig -> origin/gh/aorenste/178/orig 2025-01-24T00:47:43.0183670Z * [new branch] gh/aorenste/179/base -> origin/gh/aorenste/179/base 2025-01-24T00:47:43.0184177Z * [new branch] gh/aorenste/179/head -> origin/gh/aorenste/179/head 2025-01-24T00:47:43.0185347Z * [new branch] gh/aorenste/179/orig -> origin/gh/aorenste/179/orig 2025-01-24T00:47:43.0185867Z * [new branch] gh/aorenste/180/base -> origin/gh/aorenste/180/base 2025-01-24T00:47:43.0186373Z * [new branch] gh/aorenste/180/head -> origin/gh/aorenste/180/head 2025-01-24T00:47:43.0186881Z * [new branch] gh/aorenste/180/orig -> origin/gh/aorenste/180/orig 2025-01-24T00:47:43.0187387Z * [new branch] gh/aorenste/181/base -> origin/gh/aorenste/181/base 2025-01-24T00:47:43.0187883Z * [new branch] gh/aorenste/181/head -> origin/gh/aorenste/181/head 2025-01-24T00:47:43.0188395Z * [new branch] gh/aorenste/181/orig -> origin/gh/aorenste/181/orig 2025-01-24T00:47:43.0188911Z * [new branch] gh/aorenste/182/base -> origin/gh/aorenste/182/base 2025-01-24T00:47:43.0189423Z * [new branch] gh/aorenste/182/head -> origin/gh/aorenste/182/head 2025-01-24T00:47:43.0189919Z * [new branch] gh/aorenste/182/orig -> origin/gh/aorenste/182/orig 2025-01-24T00:47:43.0190430Z * [new branch] gh/aorenste/183/base -> origin/gh/aorenste/183/base 2025-01-24T00:47:43.0190935Z * [new branch] gh/aorenste/183/head -> origin/gh/aorenste/183/head 2025-01-24T00:47:43.0191443Z * [new branch] gh/aorenste/183/orig -> origin/gh/aorenste/183/orig 2025-01-24T00:47:43.0191958Z * [new branch] gh/aorenste/184/base -> origin/gh/aorenste/184/base 2025-01-24T00:47:43.0192475Z * [new branch] gh/aorenste/184/head -> origin/gh/aorenste/184/head 2025-01-24T00:47:43.0192978Z * [new branch] gh/aorenste/184/orig -> origin/gh/aorenste/184/orig 2025-01-24T00:47:43.0193493Z * [new branch] gh/aorenste/185/base -> origin/gh/aorenste/185/base 2025-01-24T00:47:43.0607249Z * [new branch] gh/aorenste/185/head -> origin/gh/aorenste/185/head 2025-01-24T00:47:43.0607822Z * [new branch] gh/aorenste/185/orig -> origin/gh/aorenste/185/orig 2025-01-24T00:47:43.0608352Z * [new branch] gh/aorenste/186/base -> origin/gh/aorenste/186/base 2025-01-24T00:47:43.0608863Z * [new branch] gh/aorenste/186/head -> origin/gh/aorenste/186/head 2025-01-24T00:47:43.0609377Z * [new branch] gh/aorenste/186/orig -> origin/gh/aorenste/186/orig 2025-01-24T00:47:43.0609879Z * [new branch] gh/aorenste/187/base -> origin/gh/aorenste/187/base 2025-01-24T00:47:43.0610399Z * [new branch] gh/aorenste/187/head -> origin/gh/aorenste/187/head 2025-01-24T00:47:43.0610924Z * [new branch] gh/aorenste/187/orig -> origin/gh/aorenste/187/orig 2025-01-24T00:47:43.0611434Z * [new branch] gh/aorenste/188/base -> origin/gh/aorenste/188/base 2025-01-24T00:47:43.0611945Z * [new branch] gh/aorenste/188/head -> origin/gh/aorenste/188/head 2025-01-24T00:47:43.0612445Z * [new branch] gh/aorenste/188/orig -> origin/gh/aorenste/188/orig 2025-01-24T00:47:43.0612949Z * [new branch] gh/aorenste/189/base -> origin/gh/aorenste/189/base 2025-01-24T00:47:43.0613455Z * [new branch] gh/aorenste/189/head -> origin/gh/aorenste/189/head 2025-01-24T00:47:43.0614002Z * [new branch] gh/aorenste/189/orig -> origin/gh/aorenste/189/orig 2025-01-24T00:47:43.0614558Z * [new branch] gh/aorenste/190/base -> origin/gh/aorenste/190/base 2025-01-24T00:47:43.0615115Z * [new branch] gh/aorenste/190/head -> origin/gh/aorenste/190/head 2025-01-24T00:47:43.0615806Z * [new branch] gh/aorenste/190/orig -> origin/gh/aorenste/190/orig 2025-01-24T00:47:43.0616443Z * [new branch] gh/aorenste/191/base -> origin/gh/aorenste/191/base 2025-01-24T00:47:43.0616954Z * [new branch] gh/aorenste/191/head -> origin/gh/aorenste/191/head 2025-01-24T00:47:43.0617463Z * [new branch] gh/aorenste/191/orig -> origin/gh/aorenste/191/orig 2025-01-24T00:47:43.0617966Z * [new branch] gh/aorenste/192/base -> origin/gh/aorenste/192/base 2025-01-24T00:47:43.0618473Z * [new branch] gh/aorenste/192/head -> origin/gh/aorenste/192/head 2025-01-24T00:47:43.0618981Z * [new branch] gh/aorenste/192/orig -> origin/gh/aorenste/192/orig 2025-01-24T00:47:43.0619481Z * [new branch] gh/aorenste/193/base -> origin/gh/aorenste/193/base 2025-01-24T00:47:43.0619991Z * [new branch] gh/aorenste/193/head -> origin/gh/aorenste/193/head 2025-01-24T00:47:43.0620499Z * [new branch] gh/aorenste/193/orig -> origin/gh/aorenste/193/orig 2025-01-24T00:47:43.0620999Z * [new branch] gh/aorenste/194/base -> origin/gh/aorenste/194/base 2025-01-24T00:47:43.0621613Z * [new branch] gh/aorenste/194/head -> origin/gh/aorenste/194/head 2025-01-24T00:47:43.0622141Z * [new branch] gh/aorenste/194/orig -> origin/gh/aorenste/194/orig 2025-01-24T00:47:43.0622653Z * [new branch] gh/aorenste/195/base -> origin/gh/aorenste/195/base 2025-01-24T00:47:43.0623152Z * [new branch] gh/aorenste/195/head -> origin/gh/aorenste/195/head 2025-01-24T00:47:43.0623655Z * [new branch] gh/aorenste/195/orig -> origin/gh/aorenste/195/orig 2025-01-24T00:47:43.0624168Z * [new branch] gh/aorenste/196/base -> origin/gh/aorenste/196/base 2025-01-24T00:47:43.0624673Z * [new branch] gh/aorenste/196/head -> origin/gh/aorenste/196/head 2025-01-24T00:47:43.0625185Z * [new branch] gh/aorenste/196/orig -> origin/gh/aorenste/196/orig 2025-01-24T00:47:43.0625697Z * [new branch] gh/aorenste/197/base -> origin/gh/aorenste/197/base 2025-01-24T00:47:43.0626211Z * [new branch] gh/aorenste/197/head -> origin/gh/aorenste/197/head 2025-01-24T00:47:43.0626711Z * [new branch] gh/aorenste/197/orig -> origin/gh/aorenste/197/orig 2025-01-24T00:47:43.0627216Z * [new branch] gh/aorenste/198/base -> origin/gh/aorenste/198/base 2025-01-24T00:47:43.0627725Z * [new branch] gh/aorenste/198/head -> origin/gh/aorenste/198/head 2025-01-24T00:47:43.0628224Z * [new branch] gh/aorenste/198/orig -> origin/gh/aorenste/198/orig 2025-01-24T00:47:43.0628736Z * [new branch] gh/aorenste/199/base -> origin/gh/aorenste/199/base 2025-01-24T00:47:43.0629251Z * [new branch] gh/aorenste/199/head -> origin/gh/aorenste/199/head 2025-01-24T00:47:43.0629751Z * [new branch] gh/aorenste/199/orig -> origin/gh/aorenste/199/orig 2025-01-24T00:47:43.0630333Z * [new branch] gh/aorenste/200/base -> origin/gh/aorenste/200/base 2025-01-24T00:47:43.0630903Z * [new branch] gh/aorenste/200/head -> origin/gh/aorenste/200/head 2025-01-24T00:47:43.0631462Z * [new branch] gh/aorenste/200/orig -> origin/gh/aorenste/200/orig 2025-01-24T00:47:43.1057858Z * [new branch] gh/aorenste/201/base -> origin/gh/aorenste/201/base 2025-01-24T00:47:43.1058449Z * [new branch] gh/aorenste/201/head -> origin/gh/aorenste/201/head 2025-01-24T00:47:43.1058968Z * [new branch] gh/aorenste/201/orig -> origin/gh/aorenste/201/orig 2025-01-24T00:47:43.1059476Z * [new branch] gh/aorenste/202/base -> origin/gh/aorenste/202/base 2025-01-24T00:47:43.1060217Z * [new branch] gh/aorenste/202/head -> origin/gh/aorenste/202/head 2025-01-24T00:47:43.1060965Z * [new branch] gh/aorenste/202/orig -> origin/gh/aorenste/202/orig 2025-01-24T00:47:43.1061571Z * [new branch] gh/aorenste/203/base -> origin/gh/aorenste/203/base 2025-01-24T00:47:43.1062076Z * [new branch] gh/aorenste/203/head -> origin/gh/aorenste/203/head 2025-01-24T00:47:43.1062595Z * [new branch] gh/aorenste/203/orig -> origin/gh/aorenste/203/orig 2025-01-24T00:47:43.1063105Z * [new branch] gh/aorenste/204/base -> origin/gh/aorenste/204/base 2025-01-24T00:47:43.1063619Z * [new branch] gh/aorenste/204/head -> origin/gh/aorenste/204/head 2025-01-24T00:47:43.1064123Z * [new branch] gh/aorenste/204/orig -> origin/gh/aorenste/204/orig 2025-01-24T00:47:43.1064665Z * [new branch] gh/avikchaudhuri/39/base -> origin/gh/avikchaudhuri/39/base 2025-01-24T00:47:43.1065230Z * [new branch] gh/avikchaudhuri/39/head -> origin/gh/avikchaudhuri/39/head 2025-01-24T00:47:43.1065788Z * [new branch] gh/avikchaudhuri/39/orig -> origin/gh/avikchaudhuri/39/orig 2025-01-24T00:47:43.1066443Z * [new branch] gh/avikchaudhuri/44/base -> origin/gh/avikchaudhuri/44/base 2025-01-24T00:47:43.1067022Z * [new branch] gh/avikchaudhuri/44/head -> origin/gh/avikchaudhuri/44/head 2025-01-24T00:47:43.1067581Z * [new branch] gh/avikchaudhuri/44/orig -> origin/gh/avikchaudhuri/44/orig 2025-01-24T00:47:43.1068134Z * [new branch] gh/avikchaudhuri/45/base -> origin/gh/avikchaudhuri/45/base 2025-01-24T00:47:43.1068685Z * [new branch] gh/avikchaudhuri/45/head -> origin/gh/avikchaudhuri/45/head 2025-01-24T00:47:43.1069228Z * [new branch] gh/avikchaudhuri/45/orig -> origin/gh/avikchaudhuri/45/orig 2025-01-24T00:47:43.1069792Z * [new branch] gh/avikchaudhuri/46/base -> origin/gh/avikchaudhuri/46/base 2025-01-24T00:47:43.1070356Z * [new branch] gh/avikchaudhuri/46/head -> origin/gh/avikchaudhuri/46/head 2025-01-24T00:47:43.1070925Z * [new branch] gh/avikchaudhuri/46/orig -> origin/gh/avikchaudhuri/46/orig 2025-01-24T00:47:43.1071474Z * [new branch] gh/avikchaudhuri/47/base -> origin/gh/avikchaudhuri/47/base 2025-01-24T00:47:43.1072127Z * [new branch] gh/avikchaudhuri/47/head -> origin/gh/avikchaudhuri/47/head 2025-01-24T00:47:43.1072778Z * [new branch] gh/avikchaudhuri/47/orig -> origin/gh/avikchaudhuri/47/orig 2025-01-24T00:47:43.1073402Z * [new branch] gh/avikchaudhuri/48/base -> origin/gh/avikchaudhuri/48/base 2025-01-24T00:47:43.1074013Z * [new branch] gh/avikchaudhuri/48/head -> origin/gh/avikchaudhuri/48/head 2025-01-24T00:47:43.1074667Z * [new branch] gh/avikchaudhuri/48/orig -> origin/gh/avikchaudhuri/48/orig 2025-01-24T00:47:43.1075314Z * [new branch] gh/avikchaudhuri/49/base -> origin/gh/avikchaudhuri/49/base 2025-01-24T00:47:43.1075949Z * [new branch] gh/avikchaudhuri/49/head -> origin/gh/avikchaudhuri/49/head 2025-01-24T00:47:43.1076594Z * [new branch] gh/avikchaudhuri/49/orig -> origin/gh/avikchaudhuri/49/orig 2025-01-24T00:47:43.1077199Z * [new branch] gh/awgu/431/base -> origin/gh/awgu/431/base 2025-01-24T00:47:43.1077754Z * [new branch] gh/awgu/431/head -> origin/gh/awgu/431/head 2025-01-24T00:47:43.1078271Z * [new branch] gh/awgu/431/orig -> origin/gh/awgu/431/orig 2025-01-24T00:47:43.1078789Z * [new branch] gh/awgu/432/base -> origin/gh/awgu/432/base 2025-01-24T00:47:43.1079250Z * [new branch] gh/awgu/432/head -> origin/gh/awgu/432/head 2025-01-24T00:47:43.1079853Z * [new branch] gh/awgu/432/orig -> origin/gh/awgu/432/orig 2025-01-24T00:47:43.1080431Z * [new branch] gh/awgu/434/base -> origin/gh/awgu/434/base 2025-01-24T00:47:43.1080894Z * [new branch] gh/awgu/434/head -> origin/gh/awgu/434/head 2025-01-24T00:47:43.1081371Z * [new branch] gh/awgu/434/orig -> origin/gh/awgu/434/orig 2025-01-24T00:47:43.1081844Z * [new branch] gh/awgu/437/base -> origin/gh/awgu/437/base 2025-01-24T00:47:43.1082318Z * [new branch] gh/awgu/437/head -> origin/gh/awgu/437/head 2025-01-24T00:47:43.1082785Z * [new branch] gh/awgu/437/orig -> origin/gh/awgu/437/orig 2025-01-24T00:47:43.1083261Z * [new branch] gh/awgu/442/base -> origin/gh/awgu/442/base 2025-01-24T00:47:43.1552431Z * [new branch] gh/awgu/442/head -> origin/gh/awgu/442/head 2025-01-24T00:47:43.1553044Z * [new branch] gh/awgu/442/orig -> origin/gh/awgu/442/orig 2025-01-24T00:47:43.1553550Z * [new branch] gh/awgu/443/base -> origin/gh/awgu/443/base 2025-01-24T00:47:43.1554021Z * [new branch] gh/awgu/443/head -> origin/gh/awgu/443/head 2025-01-24T00:47:43.1554500Z * [new branch] gh/awgu/443/orig -> origin/gh/awgu/443/orig 2025-01-24T00:47:43.1554956Z * [new branch] gh/awgu/647/base -> origin/gh/awgu/647/base 2025-01-24T00:47:43.1555425Z * [new branch] gh/awgu/647/head -> origin/gh/awgu/647/head 2025-01-24T00:47:43.1555890Z * [new branch] gh/awgu/647/orig -> origin/gh/awgu/647/orig 2025-01-24T00:47:43.1556345Z * [new branch] gh/awgu/657/base -> origin/gh/awgu/657/base 2025-01-24T00:47:43.1556806Z * [new branch] gh/awgu/657/head -> origin/gh/awgu/657/head 2025-01-24T00:47:43.1557276Z * [new branch] gh/awgu/657/orig -> origin/gh/awgu/657/orig 2025-01-24T00:47:43.1557734Z * [new branch] gh/awgu/666/base -> origin/gh/awgu/666/base 2025-01-24T00:47:43.1558217Z * [new branch] gh/awgu/666/head -> origin/gh/awgu/666/head 2025-01-24T00:47:43.1558678Z * [new branch] gh/awgu/666/orig -> origin/gh/awgu/666/orig 2025-01-24T00:47:43.1559145Z * [new branch] gh/awgu/667/base -> origin/gh/awgu/667/base 2025-01-24T00:47:43.1559599Z * [new branch] gh/awgu/667/head -> origin/gh/awgu/667/head 2025-01-24T00:47:43.1560068Z * [new branch] gh/awgu/667/orig -> origin/gh/awgu/667/orig 2025-01-24T00:47:43.1560533Z * [new branch] gh/awgu/668/base -> origin/gh/awgu/668/base 2025-01-24T00:47:43.1560988Z * [new branch] gh/awgu/668/head -> origin/gh/awgu/668/head 2025-01-24T00:47:43.1561470Z * [new branch] gh/awgu/668/orig -> origin/gh/awgu/668/orig 2025-01-24T00:47:43.1561939Z * [new branch] gh/awgu/669/base -> origin/gh/awgu/669/base 2025-01-24T00:47:43.1562460Z * [new branch] gh/awgu/669/head -> origin/gh/awgu/669/head 2025-01-24T00:47:43.1562956Z * [new branch] gh/awgu/669/orig -> origin/gh/awgu/669/orig 2025-01-24T00:47:43.1563504Z * [new branch] gh/bdhirsh/588/base -> origin/gh/bdhirsh/588/base 2025-01-24T00:47:43.1564100Z * [new branch] gh/bdhirsh/588/head -> origin/gh/bdhirsh/588/head 2025-01-24T00:47:43.1564659Z * [new branch] gh/bdhirsh/588/orig -> origin/gh/bdhirsh/588/orig 2025-01-24T00:47:43.1565206Z * [new branch] gh/bdhirsh/604/base -> origin/gh/bdhirsh/604/base 2025-01-24T00:47:43.1565754Z * [new branch] gh/bdhirsh/604/head -> origin/gh/bdhirsh/604/head 2025-01-24T00:47:43.1566513Z * [new branch] gh/bdhirsh/604/orig -> origin/gh/bdhirsh/604/orig 2025-01-24T00:47:43.1567188Z * [new branch] gh/bdhirsh/617/base -> origin/gh/bdhirsh/617/base 2025-01-24T00:47:43.1567764Z * [new branch] gh/bdhirsh/617/head -> origin/gh/bdhirsh/617/head 2025-01-24T00:47:43.1568400Z * [new branch] gh/bdhirsh/617/orig -> origin/gh/bdhirsh/617/orig 2025-01-24T00:47:43.1568940Z * [new branch] gh/bdhirsh/619/base -> origin/gh/bdhirsh/619/base 2025-01-24T00:47:43.1569514Z * [new branch] gh/bdhirsh/619/head -> origin/gh/bdhirsh/619/head 2025-01-24T00:47:43.1570042Z * [new branch] gh/bdhirsh/619/orig -> origin/gh/bdhirsh/619/orig 2025-01-24T00:47:43.1570585Z * [new branch] gh/bdhirsh/620/base -> origin/gh/bdhirsh/620/base 2025-01-24T00:47:43.1571181Z * [new branch] gh/bdhirsh/620/head -> origin/gh/bdhirsh/620/head 2025-01-24T00:47:43.1571734Z * [new branch] gh/bdhirsh/620/orig -> origin/gh/bdhirsh/620/orig 2025-01-24T00:47:43.1591618Z * [new branch] gh/bdhirsh/626/base -> origin/gh/bdhirsh/626/base 2025-01-24T00:47:43.1592170Z * [new branch] gh/bdhirsh/626/head -> origin/gh/bdhirsh/626/head 2025-01-24T00:47:43.1592675Z * [new branch] gh/bdhirsh/626/orig -> origin/gh/bdhirsh/626/orig 2025-01-24T00:47:43.1593176Z * [new branch] gh/bdhirsh/627/base -> origin/gh/bdhirsh/627/base 2025-01-24T00:47:43.1593677Z * [new branch] gh/bdhirsh/627/head -> origin/gh/bdhirsh/627/head 2025-01-24T00:47:43.1594169Z * [new branch] gh/bdhirsh/627/orig -> origin/gh/bdhirsh/627/orig 2025-01-24T00:47:43.1594682Z * [new branch] gh/bdhirsh/628/base -> origin/gh/bdhirsh/628/base 2025-01-24T00:47:43.1595199Z * [new branch] gh/bdhirsh/628/head -> origin/gh/bdhirsh/628/head 2025-01-24T00:47:43.1595696Z * [new branch] gh/bdhirsh/628/orig -> origin/gh/bdhirsh/628/orig 2025-01-24T00:47:43.1596196Z * [new branch] gh/bdhirsh/629/base -> origin/gh/bdhirsh/629/base 2025-01-24T00:47:43.2141740Z * [new branch] gh/bdhirsh/629/head -> origin/gh/bdhirsh/629/head 2025-01-24T00:47:43.2142326Z * [new branch] gh/bdhirsh/629/orig -> origin/gh/bdhirsh/629/orig 2025-01-24T00:47:43.2142832Z * [new branch] gh/bdhirsh/630/base -> origin/gh/bdhirsh/630/base 2025-01-24T00:47:43.2143343Z * [new branch] gh/bdhirsh/630/head -> origin/gh/bdhirsh/630/head 2025-01-24T00:47:43.2143864Z * [new branch] gh/bdhirsh/630/orig -> origin/gh/bdhirsh/630/orig 2025-01-24T00:47:43.2144373Z * [new branch] gh/bdhirsh/634/base -> origin/gh/bdhirsh/634/base 2025-01-24T00:47:43.2144899Z * [new branch] gh/bdhirsh/634/head -> origin/gh/bdhirsh/634/head 2025-01-24T00:47:43.2145409Z * [new branch] gh/bdhirsh/634/orig -> origin/gh/bdhirsh/634/orig 2025-01-24T00:47:43.2145916Z * [new branch] gh/bdhirsh/635/base -> origin/gh/bdhirsh/635/base 2025-01-24T00:47:43.2146407Z * [new branch] gh/bdhirsh/635/head -> origin/gh/bdhirsh/635/head 2025-01-24T00:47:43.2146910Z * [new branch] gh/bdhirsh/635/orig -> origin/gh/bdhirsh/635/orig 2025-01-24T00:47:43.2147416Z * [new branch] gh/bdhirsh/636/base -> origin/gh/bdhirsh/636/base 2025-01-24T00:47:43.2147916Z * [new branch] gh/bdhirsh/636/head -> origin/gh/bdhirsh/636/head 2025-01-24T00:47:43.2148414Z * [new branch] gh/bdhirsh/636/orig -> origin/gh/bdhirsh/636/orig 2025-01-24T00:47:43.2148919Z * [new branch] gh/bdhirsh/637/base -> origin/gh/bdhirsh/637/base 2025-01-24T00:47:43.2149628Z * [new branch] gh/bdhirsh/637/head -> origin/gh/bdhirsh/637/head 2025-01-24T00:47:43.2150245Z * [new branch] gh/bdhirsh/637/orig -> origin/gh/bdhirsh/637/orig 2025-01-24T00:47:43.2150797Z * [new branch] gh/benjaminglass1/35/base -> origin/gh/benjaminglass1/35/base 2025-01-24T00:47:43.2151384Z * [new branch] gh/benjaminglass1/35/head -> origin/gh/benjaminglass1/35/head 2025-01-24T00:47:43.2151961Z * [new branch] gh/benjaminglass1/35/orig -> origin/gh/benjaminglass1/35/orig 2025-01-24T00:47:43.2152543Z * [new branch] gh/benjaminglass1/41/base -> origin/gh/benjaminglass1/41/base 2025-01-24T00:47:43.2153116Z * [new branch] gh/benjaminglass1/41/head -> origin/gh/benjaminglass1/41/head 2025-01-24T00:47:43.2153687Z * [new branch] gh/benjaminglass1/41/orig -> origin/gh/benjaminglass1/41/orig 2025-01-24T00:47:43.2154254Z * [new branch] gh/benjaminglass1/42/base -> origin/gh/benjaminglass1/42/base 2025-01-24T00:47:43.2154825Z * [new branch] gh/benjaminglass1/42/head -> origin/gh/benjaminglass1/42/head 2025-01-24T00:47:43.2155394Z * [new branch] gh/benjaminglass1/42/orig -> origin/gh/benjaminglass1/42/orig 2025-01-24T00:47:43.2155955Z * [new branch] gh/benjaminglass1/44/base -> origin/gh/benjaminglass1/44/base 2025-01-24T00:47:43.2156532Z * [new branch] gh/benjaminglass1/44/head -> origin/gh/benjaminglass1/44/head 2025-01-24T00:47:43.2157103Z * [new branch] gh/benjaminglass1/44/orig -> origin/gh/benjaminglass1/44/orig 2025-01-24T00:47:43.2157666Z * [new branch] gh/benjaminglass1/45/base -> origin/gh/benjaminglass1/45/base 2025-01-24T00:47:43.2158239Z * [new branch] gh/benjaminglass1/45/head -> origin/gh/benjaminglass1/45/head 2025-01-24T00:47:43.2158814Z * [new branch] gh/benjaminglass1/45/orig -> origin/gh/benjaminglass1/45/orig 2025-01-24T00:47:43.2159381Z * [new branch] gh/benjaminglass1/46/base -> origin/gh/benjaminglass1/46/base 2025-01-24T00:47:43.2159945Z * [new branch] gh/benjaminglass1/46/head -> origin/gh/benjaminglass1/46/head 2025-01-24T00:47:43.2160508Z * [new branch] gh/benjaminglass1/46/orig -> origin/gh/benjaminglass1/46/orig 2025-01-24T00:47:43.2161080Z * [new branch] gh/benjaminglass1/47/base -> origin/gh/benjaminglass1/47/base 2025-01-24T00:47:43.2161639Z * [new branch] gh/benjaminglass1/47/head -> origin/gh/benjaminglass1/47/head 2025-01-24T00:47:43.2162217Z * [new branch] gh/benjaminglass1/47/orig -> origin/gh/benjaminglass1/47/orig 2025-01-24T00:47:43.2162783Z * [new branch] gh/benjaminglass1/48/base -> origin/gh/benjaminglass1/48/base 2025-01-24T00:47:43.2163343Z * [new branch] gh/benjaminglass1/48/head -> origin/gh/benjaminglass1/48/head 2025-01-24T00:47:43.2163920Z * [new branch] gh/benjaminglass1/48/orig -> origin/gh/benjaminglass1/48/orig 2025-01-24T00:47:43.2164497Z * [new branch] gh/benjaminglass1/49/base -> origin/gh/benjaminglass1/49/base 2025-01-24T00:47:43.2165067Z * [new branch] gh/benjaminglass1/49/head -> origin/gh/benjaminglass1/49/head 2025-01-24T00:47:43.2165633Z * [new branch] gh/benjaminglass1/49/orig -> origin/gh/benjaminglass1/49/orig 2025-01-24T00:47:43.2166206Z * [new branch] gh/benjaminglass1/50/base -> origin/gh/benjaminglass1/50/base 2025-01-24T00:47:43.4042454Z * [new branch] gh/benjaminglass1/51/base -> origin/gh/benjaminglass1/51/base 2025-01-24T00:47:43.4043079Z * [new branch] gh/benjaminglass1/51/head -> origin/gh/benjaminglass1/51/head 2025-01-24T00:47:43.4043722Z * [new branch] gh/benjaminglass1/51/orig -> origin/gh/benjaminglass1/51/orig 2025-01-24T00:47:43.4044596Z * [new branch] gh/benjaminglass1/52/base -> origin/gh/benjaminglass1/52/base 2025-01-24T00:47:43.4045183Z * [new branch] gh/benjaminglass1/52/head -> origin/gh/benjaminglass1/52/head 2025-01-24T00:47:43.4045898Z * [new branch] gh/benjaminglass1/52/orig -> origin/gh/benjaminglass1/52/orig 2025-01-24T00:47:43.4046483Z * [new branch] gh/benjaminglass1/53/base -> origin/gh/benjaminglass1/53/base 2025-01-24T00:47:43.4047062Z * [new branch] gh/benjaminglass1/53/head -> origin/gh/benjaminglass1/53/head 2025-01-24T00:47:43.4047629Z * [new branch] gh/benjaminglass1/53/orig -> origin/gh/benjaminglass1/53/orig 2025-01-24T00:47:43.4048210Z * [new branch] gh/benjaminglass1/54/base -> origin/gh/benjaminglass1/54/base 2025-01-24T00:47:43.4048788Z * [new branch] gh/benjaminglass1/54/head -> origin/gh/benjaminglass1/54/head 2025-01-24T00:47:43.4049411Z * [new branch] gh/benjaminglass1/54/orig -> origin/gh/benjaminglass1/54/orig 2025-01-24T00:47:43.4050033Z * [new branch] gh/benjaminglass1/55/base -> origin/gh/benjaminglass1/55/base 2025-01-24T00:47:43.4050626Z * [new branch] gh/benjaminglass1/55/head -> origin/gh/benjaminglass1/55/head 2025-01-24T00:47:43.4051194Z * [new branch] gh/benjaminglass1/55/orig -> origin/gh/benjaminglass1/55/orig 2025-01-24T00:47:43.4051750Z * [new branch] gh/benjaminglass1/56/base -> origin/gh/benjaminglass1/56/base 2025-01-24T00:47:43.4052316Z * [new branch] gh/benjaminglass1/56/head -> origin/gh/benjaminglass1/56/head 2025-01-24T00:47:43.4052890Z * [new branch] gh/benjaminglass1/56/orig -> origin/gh/benjaminglass1/56/orig 2025-01-24T00:47:43.4053464Z * [new branch] gh/benjaminglass1/57/base -> origin/gh/benjaminglass1/57/base 2025-01-24T00:47:43.4054030Z * [new branch] gh/benjaminglass1/57/head -> origin/gh/benjaminglass1/57/head 2025-01-24T00:47:43.4054616Z * [new branch] gh/benjaminglass1/57/orig -> origin/gh/benjaminglass1/57/orig 2025-01-24T00:47:43.4055214Z * [new branch] gh/bertmaher/3/base -> origin/gh/bertmaher/3/base 2025-01-24T00:47:43.4055767Z * [new branch] gh/bertmaher/3/head -> origin/gh/bertmaher/3/head 2025-01-24T00:47:43.4056281Z * [new branch] gh/bertmaher/3/orig -> origin/gh/bertmaher/3/orig 2025-01-24T00:47:43.4056785Z * [new branch] gh/bertmaher/4/base -> origin/gh/bertmaher/4/base 2025-01-24T00:47:43.4057286Z * [new branch] gh/bertmaher/4/head -> origin/gh/bertmaher/4/head 2025-01-24T00:47:43.4057799Z * [new branch] gh/bertmaher/4/orig -> origin/gh/bertmaher/4/orig 2025-01-24T00:47:43.4058322Z * [new branch] gh/bigfootjon/1/base -> origin/gh/bigfootjon/1/base 2025-01-24T00:47:43.4058844Z * [new branch] gh/bigfootjon/1/head -> origin/gh/bigfootjon/1/head 2025-01-24T00:47:43.4059350Z * [new branch] gh/bigfootjon/2/base -> origin/gh/bigfootjon/2/base 2025-01-24T00:47:43.4059869Z * [new branch] gh/bigfootjon/2/orig -> origin/gh/bigfootjon/2/orig 2025-01-24T00:47:43.4060376Z * [new branch] gh/blzheng/3/base -> origin/gh/blzheng/3/base 2025-01-24T00:47:43.4060904Z * [new branch] gh/blzheng/3/head -> origin/gh/blzheng/3/head 2025-01-24T00:47:43.4061498Z * [new branch] gh/blzheng/3/orig -> origin/gh/blzheng/3/orig 2025-01-24T00:47:43.4062012Z * [new branch] gh/bobrenjc93/119/base -> origin/gh/bobrenjc93/119/base 2025-01-24T00:47:43.4062541Z * [new branch] gh/bobrenjc93/119/head -> origin/gh/bobrenjc93/119/head 2025-01-24T00:47:43.4063079Z * [new branch] gh/bobrenjc93/119/orig -> origin/gh/bobrenjc93/119/orig 2025-01-24T00:47:43.4063732Z * [new branch] gh/bobrenjc93/146/base -> origin/gh/bobrenjc93/146/base 2025-01-24T00:47:43.4064264Z * [new branch] gh/bobrenjc93/146/head -> origin/gh/bobrenjc93/146/head 2025-01-24T00:47:43.4064883Z * [new branch] gh/bobrenjc93/146/orig -> origin/gh/bobrenjc93/146/orig 2025-01-24T00:47:43.4065412Z * [new branch] gh/bobrenjc93/183/base -> origin/gh/bobrenjc93/183/base 2025-01-24T00:47:43.4065945Z * [new branch] gh/bobrenjc93/183/head -> origin/gh/bobrenjc93/183/head 2025-01-24T00:47:43.4066512Z * [new branch] gh/bobrenjc93/183/orig -> origin/gh/bobrenjc93/183/orig 2025-01-24T00:47:43.4067083Z * [new branch] gh/bobrenjc93/187/base -> origin/gh/bobrenjc93/187/base 2025-01-24T00:47:43.4067610Z * [new branch] gh/bobrenjc93/187/head -> origin/gh/bobrenjc93/187/head 2025-01-24T00:47:43.4502036Z * [new branch] gh/bobrenjc93/187/orig -> origin/gh/bobrenjc93/187/orig 2025-01-24T00:47:43.4502714Z * [new branch] gh/bobrenjc93/191/base -> origin/gh/bobrenjc93/191/base 2025-01-24T00:47:43.4503305Z * [new branch] gh/bobrenjc93/191/head -> origin/gh/bobrenjc93/191/head 2025-01-24T00:47:43.4503840Z * [new branch] gh/bobrenjc93/191/orig -> origin/gh/bobrenjc93/191/orig 2025-01-24T00:47:43.4504357Z * [new branch] gh/bobrenjc93/192/base -> origin/gh/bobrenjc93/192/base 2025-01-24T00:47:43.4504896Z * [new branch] gh/bobrenjc93/192/head -> origin/gh/bobrenjc93/192/head 2025-01-24T00:47:43.4505429Z * [new branch] gh/bobrenjc93/192/orig -> origin/gh/bobrenjc93/192/orig 2025-01-24T00:47:43.4505957Z * [new branch] gh/bobrenjc93/193/base -> origin/gh/bobrenjc93/193/base 2025-01-24T00:47:43.4506480Z * [new branch] gh/bobrenjc93/193/head -> origin/gh/bobrenjc93/193/head 2025-01-24T00:47:43.4507016Z * [new branch] gh/bobrenjc93/193/orig -> origin/gh/bobrenjc93/193/orig 2025-01-24T00:47:43.4507592Z * [new branch] gh/bobrenjc93/194/base -> origin/gh/bobrenjc93/194/base 2025-01-24T00:47:43.4508167Z * [new branch] gh/bobrenjc93/194/head -> origin/gh/bobrenjc93/194/head 2025-01-24T00:47:43.4508707Z * [new branch] gh/bobrenjc93/194/orig -> origin/gh/bobrenjc93/194/orig 2025-01-24T00:47:43.4509236Z * [new branch] gh/bobrenjc93/195/base -> origin/gh/bobrenjc93/195/base 2025-01-24T00:47:43.4509753Z * [new branch] gh/bobrenjc93/195/head -> origin/gh/bobrenjc93/195/head 2025-01-24T00:47:43.4510282Z * [new branch] gh/bobrenjc93/195/orig -> origin/gh/bobrenjc93/195/orig 2025-01-24T00:47:43.4510815Z * [new branch] gh/bobrenjc93/196/base -> origin/gh/bobrenjc93/196/base 2025-01-24T00:47:43.4511337Z * [new branch] gh/bobrenjc93/196/head -> origin/gh/bobrenjc93/196/head 2025-01-24T00:47:43.4511863Z * [new branch] gh/bobrenjc93/196/orig -> origin/gh/bobrenjc93/196/orig 2025-01-24T00:47:43.4512395Z * [new branch] gh/bobrenjc93/197/base -> origin/gh/bobrenjc93/197/base 2025-01-24T00:47:43.4512919Z * [new branch] gh/bobrenjc93/197/head -> origin/gh/bobrenjc93/197/head 2025-01-24T00:47:43.4513486Z * [new branch] gh/bobrenjc93/197/orig -> origin/gh/bobrenjc93/197/orig 2025-01-24T00:47:43.4514064Z * [new branch] gh/bobrenjc93/198/base -> origin/gh/bobrenjc93/198/base 2025-01-24T00:47:43.4514590Z * [new branch] gh/bobrenjc93/198/head -> origin/gh/bobrenjc93/198/head 2025-01-24T00:47:43.4515108Z * [new branch] gh/bobrenjc93/198/orig -> origin/gh/bobrenjc93/198/orig 2025-01-24T00:47:43.4515636Z * [new branch] gh/bobrenjc93/199/base -> origin/gh/bobrenjc93/199/base 2025-01-24T00:47:43.4516356Z * [new branch] gh/bobrenjc93/199/head -> origin/gh/bobrenjc93/199/head 2025-01-24T00:47:43.4516883Z * [new branch] gh/bobrenjc93/199/orig -> origin/gh/bobrenjc93/199/orig 2025-01-24T00:47:43.4517522Z * [new branch] gh/bobrenjc93/200/base -> origin/gh/bobrenjc93/200/base 2025-01-24T00:47:43.4518056Z * [new branch] gh/bobrenjc93/200/head -> origin/gh/bobrenjc93/200/head 2025-01-24T00:47:43.4518589Z * [new branch] gh/bobrenjc93/200/orig -> origin/gh/bobrenjc93/200/orig 2025-01-24T00:47:43.4519155Z * [new branch] gh/bobrenjc93/201/base -> origin/gh/bobrenjc93/201/base 2025-01-24T00:47:43.4519729Z * [new branch] gh/bobrenjc93/201/head -> origin/gh/bobrenjc93/201/head 2025-01-24T00:47:43.4520256Z * [new branch] gh/bobrenjc93/201/orig -> origin/gh/bobrenjc93/201/orig 2025-01-24T00:47:43.4520774Z * [new branch] gh/bobrenjc93/202/base -> origin/gh/bobrenjc93/202/base 2025-01-24T00:47:43.4521301Z * [new branch] gh/bobrenjc93/202/head -> origin/gh/bobrenjc93/202/head 2025-01-24T00:47:43.4521836Z * [new branch] gh/bobrenjc93/202/orig -> origin/gh/bobrenjc93/202/orig 2025-01-24T00:47:43.4522358Z * [new branch] gh/bobrenjc93/203/base -> origin/gh/bobrenjc93/203/base 2025-01-24T00:47:43.4522874Z * [new branch] gh/bobrenjc93/203/head -> origin/gh/bobrenjc93/203/head 2025-01-24T00:47:43.4523395Z * [new branch] gh/bobrenjc93/203/orig -> origin/gh/bobrenjc93/203/orig 2025-01-24T00:47:43.4523918Z * [new branch] gh/bobrenjc93/204/base -> origin/gh/bobrenjc93/204/base 2025-01-24T00:47:43.4524472Z * [new branch] gh/bobrenjc93/204/head -> origin/gh/bobrenjc93/204/head 2025-01-24T00:47:43.4525046Z * [new branch] gh/bobrenjc93/204/orig -> origin/gh/bobrenjc93/204/orig 2025-01-24T00:47:43.4525580Z * [new branch] gh/bobrenjc93/205/base -> origin/gh/bobrenjc93/205/base 2025-01-24T00:47:43.4526101Z * [new branch] gh/bobrenjc93/205/head -> origin/gh/bobrenjc93/205/head 2025-01-24T00:47:43.4526637Z * [new branch] gh/bobrenjc93/205/orig -> origin/gh/bobrenjc93/205/orig 2025-01-24T00:47:43.4930403Z * [new branch] gh/bobrenjc93/206/base -> origin/gh/bobrenjc93/206/base 2025-01-24T00:47:43.4930949Z * [new branch] gh/bobrenjc93/206/head -> origin/gh/bobrenjc93/206/head 2025-01-24T00:47:43.4931467Z * [new branch] gh/bobrenjc93/206/orig -> origin/gh/bobrenjc93/206/orig 2025-01-24T00:47:43.4931999Z * [new branch] gh/bobrenjc93/207/base -> origin/gh/bobrenjc93/207/base 2025-01-24T00:47:43.4932521Z * [new branch] gh/bobrenjc93/207/head -> origin/gh/bobrenjc93/207/head 2025-01-24T00:47:43.4933088Z * [new branch] gh/bobrenjc93/207/orig -> origin/gh/bobrenjc93/207/orig 2025-01-24T00:47:43.4933674Z * [new branch] gh/bobrenjc93/208/base -> origin/gh/bobrenjc93/208/base 2025-01-24T00:47:43.4934204Z * [new branch] gh/bobrenjc93/208/head -> origin/gh/bobrenjc93/208/head 2025-01-24T00:47:43.4934727Z * [new branch] gh/bobrenjc93/208/orig -> origin/gh/bobrenjc93/208/orig 2025-01-24T00:47:43.4935247Z * [new branch] gh/bobrenjc93/209/base -> origin/gh/bobrenjc93/209/base 2025-01-24T00:47:43.4935788Z * [new branch] gh/bobrenjc93/209/head -> origin/gh/bobrenjc93/209/head 2025-01-24T00:47:43.4936312Z * [new branch] gh/bobrenjc93/209/orig -> origin/gh/bobrenjc93/209/orig 2025-01-24T00:47:43.4936834Z * [new branch] gh/bobrenjc93/210/base -> origin/gh/bobrenjc93/210/base 2025-01-24T00:47:43.4937357Z * [new branch] gh/bobrenjc93/210/head -> origin/gh/bobrenjc93/210/head 2025-01-24T00:47:43.4938050Z * [new branch] gh/bobrenjc93/210/orig -> origin/gh/bobrenjc93/210/orig 2025-01-24T00:47:43.4938625Z * [new branch] gh/bobrenjc93/211/base -> origin/gh/bobrenjc93/211/base 2025-01-24T00:47:43.4939313Z * [new branch] gh/bobrenjc93/211/head -> origin/gh/bobrenjc93/211/head 2025-01-24T00:47:43.4939850Z * [new branch] gh/bobrenjc93/211/orig -> origin/gh/bobrenjc93/211/orig 2025-01-24T00:47:43.4940364Z * [new branch] gh/bobrenjc93/212/base -> origin/gh/bobrenjc93/212/base 2025-01-24T00:47:43.4940897Z * [new branch] gh/bobrenjc93/212/head -> origin/gh/bobrenjc93/212/head 2025-01-24T00:47:43.4941488Z * [new branch] gh/bobrenjc93/212/orig -> origin/gh/bobrenjc93/212/orig 2025-01-24T00:47:43.4942009Z * [new branch] gh/bobrenjc93/213/base -> origin/gh/bobrenjc93/213/base 2025-01-24T00:47:43.4942534Z * [new branch] gh/bobrenjc93/213/head -> origin/gh/bobrenjc93/213/head 2025-01-24T00:47:43.4943071Z * [new branch] gh/bobrenjc93/213/orig -> origin/gh/bobrenjc93/213/orig 2025-01-24T00:47:43.4943592Z * [new branch] gh/bobrenjc93/214/base -> origin/gh/bobrenjc93/214/base 2025-01-24T00:47:43.4944123Z * [new branch] gh/bobrenjc93/214/head -> origin/gh/bobrenjc93/214/head 2025-01-24T00:47:43.4944704Z * [new branch] gh/bobrenjc93/214/orig -> origin/gh/bobrenjc93/214/orig 2025-01-24T00:47:43.4945282Z * [new branch] gh/bobrenjc93/215/base -> origin/gh/bobrenjc93/215/base 2025-01-24T00:47:43.4945800Z * [new branch] gh/bobrenjc93/215/head -> origin/gh/bobrenjc93/215/head 2025-01-24T00:47:43.4946327Z * [new branch] gh/bobrenjc93/215/orig -> origin/gh/bobrenjc93/215/orig 2025-01-24T00:47:43.4946853Z * [new branch] gh/bobrenjc93/216/base -> origin/gh/bobrenjc93/216/base 2025-01-24T00:47:43.4947371Z * [new branch] gh/bobrenjc93/216/head -> origin/gh/bobrenjc93/216/head 2025-01-24T00:47:43.4947895Z * [new branch] gh/bobrenjc93/216/orig -> origin/gh/bobrenjc93/216/orig 2025-01-24T00:47:43.4948418Z * [new branch] gh/bobrenjc93/217/base -> origin/gh/bobrenjc93/217/base 2025-01-24T00:47:43.4948935Z * [new branch] gh/bobrenjc93/217/head -> origin/gh/bobrenjc93/217/head 2025-01-24T00:47:43.4949460Z * [new branch] gh/bobrenjc93/217/orig -> origin/gh/bobrenjc93/217/orig 2025-01-24T00:47:43.4949991Z * [new branch] gh/bobrenjc93/218/base -> origin/gh/bobrenjc93/218/base 2025-01-24T00:47:43.4950614Z * [new branch] gh/bobrenjc93/218/head -> origin/gh/bobrenjc93/218/head 2025-01-24T00:47:43.4951127Z * [new branch] gh/bobrenjc93/218/orig -> origin/gh/bobrenjc93/218/orig 2025-01-24T00:47:43.4951648Z * [new branch] gh/bobrenjc93/219/base -> origin/gh/bobrenjc93/219/base 2025-01-24T00:47:43.4952183Z * [new branch] gh/bobrenjc93/219/head -> origin/gh/bobrenjc93/219/head 2025-01-24T00:47:43.4952701Z * [new branch] gh/bobrenjc93/219/orig -> origin/gh/bobrenjc93/219/orig 2025-01-24T00:47:43.4953223Z * [new branch] gh/bobrenjc93/220/base -> origin/gh/bobrenjc93/220/base 2025-01-24T00:47:43.4953744Z * [new branch] gh/bobrenjc93/220/head -> origin/gh/bobrenjc93/220/head 2025-01-24T00:47:43.4954269Z * [new branch] gh/bobrenjc93/220/orig -> origin/gh/bobrenjc93/220/orig 2025-01-24T00:47:43.5386938Z * [new branch] gh/bobrenjc93/221/base -> origin/gh/bobrenjc93/221/base 2025-01-24T00:47:43.5387519Z * [new branch] gh/bobrenjc93/221/head -> origin/gh/bobrenjc93/221/head 2025-01-24T00:47:43.5388067Z * [new branch] gh/bobrenjc93/221/orig -> origin/gh/bobrenjc93/221/orig 2025-01-24T00:47:43.5388758Z * [new branch] gh/bobrenjc93/222/base -> origin/gh/bobrenjc93/222/base 2025-01-24T00:47:43.5389288Z * [new branch] gh/bobrenjc93/222/head -> origin/gh/bobrenjc93/222/head 2025-01-24T00:47:43.5389942Z * [new branch] gh/bobrenjc93/222/orig -> origin/gh/bobrenjc93/222/orig 2025-01-24T00:47:43.5390473Z * [new branch] gh/bobrenjc93/223/base -> origin/gh/bobrenjc93/223/base 2025-01-24T00:47:43.5390991Z * [new branch] gh/bobrenjc93/223/head -> origin/gh/bobrenjc93/223/head 2025-01-24T00:47:43.5391523Z * [new branch] gh/bobrenjc93/223/orig -> origin/gh/bobrenjc93/223/orig 2025-01-24T00:47:43.5392142Z * [new branch] gh/bobrenjc93/224/base -> origin/gh/bobrenjc93/224/base 2025-01-24T00:47:43.5392659Z * [new branch] gh/bobrenjc93/224/head -> origin/gh/bobrenjc93/224/head 2025-01-24T00:47:43.5393195Z * [new branch] gh/bobrenjc93/224/orig -> origin/gh/bobrenjc93/224/orig 2025-01-24T00:47:43.5393727Z * [new branch] gh/bobrenjc93/225/base -> origin/gh/bobrenjc93/225/base 2025-01-24T00:47:43.5394240Z * [new branch] gh/bobrenjc93/225/head -> origin/gh/bobrenjc93/225/head 2025-01-24T00:47:43.5394779Z * [new branch] gh/bobrenjc93/225/orig -> origin/gh/bobrenjc93/225/orig 2025-01-24T00:47:43.5395298Z * [new branch] gh/bobrenjc93/226/base -> origin/gh/bobrenjc93/226/base 2025-01-24T00:47:43.5395823Z * [new branch] gh/bobrenjc93/226/head -> origin/gh/bobrenjc93/226/head 2025-01-24T00:47:43.5396333Z * [new branch] gh/bobrenjc93/226/orig -> origin/gh/bobrenjc93/226/orig 2025-01-24T00:47:43.5396861Z * [new branch] gh/bobrenjc93/227/base -> origin/gh/bobrenjc93/227/base 2025-01-24T00:47:43.5397440Z * [new branch] gh/bobrenjc93/227/head -> origin/gh/bobrenjc93/227/head 2025-01-24T00:47:43.5398007Z * [new branch] gh/bobrenjc93/227/orig -> origin/gh/bobrenjc93/227/orig 2025-01-24T00:47:43.5398534Z * [new branch] gh/bobrenjc93/228/base -> origin/gh/bobrenjc93/228/base 2025-01-24T00:47:43.5399065Z * [new branch] gh/bobrenjc93/228/head -> origin/gh/bobrenjc93/228/head 2025-01-24T00:47:43.5399588Z * [new branch] gh/bobrenjc93/228/orig -> origin/gh/bobrenjc93/228/orig 2025-01-24T00:47:43.5400106Z * [new branch] gh/bobrenjc93/229/base -> origin/gh/bobrenjc93/229/base 2025-01-24T00:47:43.5400622Z * [new branch] gh/bobrenjc93/229/head -> origin/gh/bobrenjc93/229/head 2025-01-24T00:47:43.5401148Z * [new branch] gh/bobrenjc93/229/orig -> origin/gh/bobrenjc93/229/orig 2025-01-24T00:47:43.5401663Z * [new branch] gh/bobrenjc93/230/base -> origin/gh/bobrenjc93/230/base 2025-01-24T00:47:43.5402185Z * [new branch] gh/bobrenjc93/230/head -> origin/gh/bobrenjc93/230/head 2025-01-24T00:47:43.5402718Z * [new branch] gh/bobrenjc93/230/orig -> origin/gh/bobrenjc93/230/orig 2025-01-24T00:47:43.5403283Z * [new branch] gh/bobrenjc93/231/base -> origin/gh/bobrenjc93/231/base 2025-01-24T00:47:43.5403864Z * [new branch] gh/bobrenjc93/231/head -> origin/gh/bobrenjc93/231/head 2025-01-24T00:47:43.5404387Z * [new branch] gh/bobrenjc93/231/orig -> origin/gh/bobrenjc93/231/orig 2025-01-24T00:47:43.5404903Z * [new branch] gh/bobrenjc93/232/base -> origin/gh/bobrenjc93/232/base 2025-01-24T00:47:43.5405423Z * [new branch] gh/bobrenjc93/232/head -> origin/gh/bobrenjc93/232/head 2025-01-24T00:47:43.5405942Z * [new branch] gh/bobrenjc93/232/orig -> origin/gh/bobrenjc93/232/orig 2025-01-24T00:47:43.5406473Z * [new branch] gh/bobrenjc93/233/base -> origin/gh/bobrenjc93/233/base 2025-01-24T00:47:43.5406987Z * [new branch] gh/bobrenjc93/233/head -> origin/gh/bobrenjc93/233/head 2025-01-24T00:47:43.5407634Z * [new branch] gh/bobrenjc93/233/orig -> origin/gh/bobrenjc93/233/orig 2025-01-24T00:47:43.5408250Z * [new branch] gh/bobrenjc93/234/base -> origin/gh/bobrenjc93/234/base 2025-01-24T00:47:43.5408814Z * [new branch] gh/bobrenjc93/234/head -> origin/gh/bobrenjc93/234/head 2025-01-24T00:47:43.5409391Z * [new branch] gh/bobrenjc93/234/orig -> origin/gh/bobrenjc93/234/orig 2025-01-24T00:47:43.5409913Z * [new branch] gh/bobrenjc93/235/base -> origin/gh/bobrenjc93/235/base 2025-01-24T00:47:43.5410439Z * [new branch] gh/bobrenjc93/235/head -> origin/gh/bobrenjc93/235/head 2025-01-24T00:47:43.5410956Z * [new branch] gh/bobrenjc93/235/orig -> origin/gh/bobrenjc93/235/orig 2025-01-24T00:47:43.5411476Z * [new branch] gh/bobrenjc93/236/base -> origin/gh/bobrenjc93/236/base 2025-01-24T00:47:43.5812426Z * [new branch] gh/bobrenjc93/236/head -> origin/gh/bobrenjc93/236/head 2025-01-24T00:47:43.5813027Z * [new branch] gh/bobrenjc93/236/orig -> origin/gh/bobrenjc93/236/orig 2025-01-24T00:47:43.5813598Z * [new branch] gh/bobrenjc93/237/base -> origin/gh/bobrenjc93/237/base 2025-01-24T00:47:43.5814132Z * [new branch] gh/bobrenjc93/237/head -> origin/gh/bobrenjc93/237/head 2025-01-24T00:47:43.5814658Z * [new branch] gh/bobrenjc93/237/orig -> origin/gh/bobrenjc93/237/orig 2025-01-24T00:47:43.5815174Z * [new branch] gh/bobrenjc93/238/base -> origin/gh/bobrenjc93/238/base 2025-01-24T00:47:43.5815700Z * [new branch] gh/bobrenjc93/238/head -> origin/gh/bobrenjc93/238/head 2025-01-24T00:47:43.5816226Z * [new branch] gh/bobrenjc93/238/orig -> origin/gh/bobrenjc93/238/orig 2025-01-24T00:47:43.5816762Z * [new branch] gh/bobrenjc93/239/base -> origin/gh/bobrenjc93/239/base 2025-01-24T00:47:43.5817296Z * [new branch] gh/bobrenjc93/239/head -> origin/gh/bobrenjc93/239/head 2025-01-24T00:47:43.5817826Z * [new branch] gh/bobrenjc93/239/orig -> origin/gh/bobrenjc93/239/orig 2025-01-24T00:47:43.5818355Z * [new branch] gh/bobrenjc93/240/base -> origin/gh/bobrenjc93/240/base 2025-01-24T00:47:43.5818868Z * [new branch] gh/bobrenjc93/240/head -> origin/gh/bobrenjc93/240/head 2025-01-24T00:47:43.5819396Z * [new branch] gh/bobrenjc93/240/orig -> origin/gh/bobrenjc93/240/orig 2025-01-24T00:47:43.5819918Z * [new branch] gh/bobrenjc93/241/base -> origin/gh/bobrenjc93/241/base 2025-01-24T00:47:43.5820438Z * [new branch] gh/bobrenjc93/241/head -> origin/gh/bobrenjc93/241/head 2025-01-24T00:47:43.5820965Z * [new branch] gh/bobrenjc93/241/orig -> origin/gh/bobrenjc93/241/orig 2025-01-24T00:47:43.5821577Z * [new branch] gh/bobrenjc93/242/base -> origin/gh/bobrenjc93/242/base 2025-01-24T00:47:43.5822116Z * [new branch] gh/bobrenjc93/242/head -> origin/gh/bobrenjc93/242/head 2025-01-24T00:47:43.5822643Z * [new branch] gh/bobrenjc93/242/orig -> origin/gh/bobrenjc93/242/orig 2025-01-24T00:47:43.5823181Z * [new branch] gh/bobrenjc93/243/base -> origin/gh/bobrenjc93/243/base 2025-01-24T00:47:43.5823707Z * [new branch] gh/bobrenjc93/243/head -> origin/gh/bobrenjc93/243/head 2025-01-24T00:47:43.5824223Z * [new branch] gh/bobrenjc93/243/orig -> origin/gh/bobrenjc93/243/orig 2025-01-24T00:47:43.5824744Z * [new branch] gh/bobrenjc93/244/base -> origin/gh/bobrenjc93/244/base 2025-01-24T00:47:43.5825274Z * [new branch] gh/bobrenjc93/244/head -> origin/gh/bobrenjc93/244/head 2025-01-24T00:47:43.5825800Z * [new branch] gh/bobrenjc93/244/orig -> origin/gh/bobrenjc93/244/orig 2025-01-24T00:47:43.5826544Z * [new branch] gh/bobrenjc93/245/base -> origin/gh/bobrenjc93/245/base 2025-01-24T00:47:43.5827204Z * [new branch] gh/bobrenjc93/245/head -> origin/gh/bobrenjc93/245/head 2025-01-24T00:47:43.5827735Z * [new branch] gh/bobrenjc93/245/orig -> origin/gh/bobrenjc93/245/orig 2025-01-24T00:47:43.5828255Z * [new branch] gh/bobrenjc93/246/base -> origin/gh/bobrenjc93/246/base 2025-01-24T00:47:43.5828795Z * [new branch] gh/bobrenjc93/246/head -> origin/gh/bobrenjc93/246/head 2025-01-24T00:47:43.5829332Z * [new branch] gh/bobrenjc93/246/orig -> origin/gh/bobrenjc93/246/orig 2025-01-24T00:47:43.5829858Z * [new branch] gh/bobrenjc93/247/base -> origin/gh/bobrenjc93/247/base 2025-01-24T00:47:43.5830388Z * [new branch] gh/bobrenjc93/247/head -> origin/gh/bobrenjc93/247/head 2025-01-24T00:47:43.5830918Z * [new branch] gh/bobrenjc93/247/orig -> origin/gh/bobrenjc93/247/orig 2025-01-24T00:47:43.5831433Z * [new branch] gh/bobrenjc93/248/base -> origin/gh/bobrenjc93/248/base 2025-01-24T00:47:43.5831972Z * [new branch] gh/bobrenjc93/248/head -> origin/gh/bobrenjc93/248/head 2025-01-24T00:47:43.5832503Z * [new branch] gh/bobrenjc93/248/orig -> origin/gh/bobrenjc93/248/orig 2025-01-24T00:47:43.5833033Z * [new branch] gh/bobrenjc93/249/base -> origin/gh/bobrenjc93/249/base 2025-01-24T00:47:43.5833554Z * [new branch] gh/bobrenjc93/249/head -> origin/gh/bobrenjc93/249/head 2025-01-24T00:47:43.5834077Z * [new branch] gh/bobrenjc93/249/orig -> origin/gh/bobrenjc93/249/orig 2025-01-24T00:47:43.5835704Z * [new branch] gh/bobrenjc93/250/base -> origin/gh/bobrenjc93/250/base 2025-01-24T00:47:43.5836239Z * [new branch] gh/bobrenjc93/250/head -> origin/gh/bobrenjc93/250/head 2025-01-24T00:47:43.5836793Z * [new branch] gh/bobrenjc93/250/orig -> origin/gh/bobrenjc93/250/orig 2025-01-24T00:47:43.5837325Z * [new branch] gh/bobrenjc93/251/base -> origin/gh/bobrenjc93/251/base 2025-01-24T00:47:43.6299993Z * [new branch] gh/bobrenjc93/251/head -> origin/gh/bobrenjc93/251/head 2025-01-24T00:47:43.6300561Z * [new branch] gh/bobrenjc93/251/orig -> origin/gh/bobrenjc93/251/orig 2025-01-24T00:47:43.6301101Z * [new branch] gh/bobrenjc93/252/base -> origin/gh/bobrenjc93/252/base 2025-01-24T00:47:43.6301679Z * [new branch] gh/bobrenjc93/252/head -> origin/gh/bobrenjc93/252/head 2025-01-24T00:47:43.6302198Z * [new branch] gh/bobrenjc93/252/orig -> origin/gh/bobrenjc93/252/orig 2025-01-24T00:47:43.6302723Z * [new branch] gh/bobrenjc93/253/base -> origin/gh/bobrenjc93/253/base 2025-01-24T00:47:43.6303281Z * [new branch] gh/bobrenjc93/253/head -> origin/gh/bobrenjc93/253/head 2025-01-24T00:47:43.6303809Z * [new branch] gh/bobrenjc93/253/orig -> origin/gh/bobrenjc93/253/orig 2025-01-24T00:47:43.6304346Z * [new branch] gh/bobrenjc93/254/base -> origin/gh/bobrenjc93/254/base 2025-01-24T00:47:43.6304885Z * [new branch] gh/bobrenjc93/254/head -> origin/gh/bobrenjc93/254/head 2025-01-24T00:47:43.6305413Z * [new branch] gh/bobrenjc93/254/orig -> origin/gh/bobrenjc93/254/orig 2025-01-24T00:47:43.6305926Z * [new branch] gh/bobrenjc93/255/base -> origin/gh/bobrenjc93/255/base 2025-01-24T00:47:43.6306455Z * [new branch] gh/bobrenjc93/255/head -> origin/gh/bobrenjc93/255/head 2025-01-24T00:47:43.6306971Z * [new branch] gh/bobrenjc93/255/orig -> origin/gh/bobrenjc93/255/orig 2025-01-24T00:47:43.6307517Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-01-24T00:47:43.6308279Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-01-24T00:47:43.6308953Z * [new branch] gh/c-p-i-o/1/base -> origin/gh/c-p-i-o/1/base 2025-01-24T00:47:43.6309435Z * [new branch] gh/c-p-i-o/1/head -> origin/gh/c-p-i-o/1/head 2025-01-24T00:47:43.6309901Z * [new branch] gh/c-p-i-o/1/orig -> origin/gh/c-p-i-o/1/orig 2025-01-24T00:47:43.6310377Z * [new branch] gh/c-p-i-o/3/base -> origin/gh/c-p-i-o/3/base 2025-01-24T00:47:43.6310856Z * [new branch] gh/c-p-i-o/3/head -> origin/gh/c-p-i-o/3/head 2025-01-24T00:47:43.6311317Z * [new branch] gh/c-p-i-o/3/orig -> origin/gh/c-p-i-o/3/orig 2025-01-24T00:47:43.6311791Z * [new branch] gh/c-p-i-o/4/base -> origin/gh/c-p-i-o/4/base 2025-01-24T00:47:43.6312255Z * [new branch] gh/c-p-i-o/4/head -> origin/gh/c-p-i-o/4/head 2025-01-24T00:47:43.6312715Z * [new branch] gh/c-p-i-o/4/orig -> origin/gh/c-p-i-o/4/orig 2025-01-24T00:47:43.6313185Z * [new branch] gh/c-p-i-o/5/base -> origin/gh/c-p-i-o/5/base 2025-01-24T00:47:43.6313652Z * [new branch] gh/c-p-i-o/5/head -> origin/gh/c-p-i-o/5/head 2025-01-24T00:47:43.6314108Z * [new branch] gh/c-p-i-o/5/orig -> origin/gh/c-p-i-o/5/orig 2025-01-24T00:47:43.6314581Z * [new branch] gh/c00w/19/base -> origin/gh/c00w/19/base 2025-01-24T00:47:43.6315056Z * [new branch] gh/c00w/19/head -> origin/gh/c00w/19/head 2025-01-24T00:47:43.6315520Z * [new branch] gh/c00w/19/orig -> origin/gh/c00w/19/orig 2025-01-24T00:47:43.6315972Z * [new branch] gh/c00w/20/base -> origin/gh/c00w/20/base 2025-01-24T00:47:43.6316430Z * [new branch] gh/c00w/20/head -> origin/gh/c00w/20/head 2025-01-24T00:47:43.6316893Z * [new branch] gh/c00w/20/orig -> origin/gh/c00w/20/orig 2025-01-24T00:47:43.6317348Z * [new branch] gh/c00w/21/base -> origin/gh/c00w/21/base 2025-01-24T00:47:43.6317801Z * [new branch] gh/c00w/21/head -> origin/gh/c00w/21/head 2025-01-24T00:47:43.6318253Z * [new branch] gh/c00w/21/orig -> origin/gh/c00w/21/orig 2025-01-24T00:47:43.6318699Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-01-24T00:47:43.6319176Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-01-24T00:47:43.6319630Z * [new branch] gh/c00w/24/base -> origin/gh/c00w/24/base 2025-01-24T00:47:43.6320084Z * [new branch] gh/c00w/24/head -> origin/gh/c00w/24/head 2025-01-24T00:47:43.6320539Z * [new branch] gh/c00w/24/orig -> origin/gh/c00w/24/orig 2025-01-24T00:47:43.6320985Z * [new branch] gh/c00w/25/base -> origin/gh/c00w/25/base 2025-01-24T00:47:43.6321454Z * [new branch] gh/c00w/25/head -> origin/gh/c00w/25/head 2025-01-24T00:47:43.6321923Z * [new branch] gh/c00w/25/orig -> origin/gh/c00w/25/orig 2025-01-24T00:47:43.6322379Z * [new branch] gh/c00w/26/base -> origin/gh/c00w/26/base 2025-01-24T00:47:43.6322825Z * [new branch] gh/c00w/26/head -> origin/gh/c00w/26/head 2025-01-24T00:47:43.6323282Z * [new branch] gh/c00w/26/orig -> origin/gh/c00w/26/orig 2025-01-24T00:47:43.6762404Z * [new branch] gh/c00w/27/base -> origin/gh/c00w/27/base 2025-01-24T00:47:43.6762899Z * [new branch] gh/c00w/27/head -> origin/gh/c00w/27/head 2025-01-24T00:47:43.6763355Z * [new branch] gh/c00w/27/orig -> origin/gh/c00w/27/orig 2025-01-24T00:47:43.6764017Z * [new branch] gh/c00w/28/base -> origin/gh/c00w/28/base 2025-01-24T00:47:43.6764607Z * [new branch] gh/c00w/28/head -> origin/gh/c00w/28/head 2025-01-24T00:47:43.6765072Z * [new branch] gh/c00w/28/orig -> origin/gh/c00w/28/orig 2025-01-24T00:47:43.6765527Z * [new branch] gh/c00w/29/base -> origin/gh/c00w/29/base 2025-01-24T00:47:43.6765985Z * [new branch] gh/c00w/29/head -> origin/gh/c00w/29/head 2025-01-24T00:47:43.6766431Z * [new branch] gh/c00w/29/orig -> origin/gh/c00w/29/orig 2025-01-24T00:47:43.6766897Z * [new branch] gh/c00w/30/base -> origin/gh/c00w/30/base 2025-01-24T00:47:43.6767360Z * [new branch] gh/c00w/30/head -> origin/gh/c00w/30/head 2025-01-24T00:47:43.6767817Z * [new branch] gh/c00w/30/orig -> origin/gh/c00w/30/orig 2025-01-24T00:47:43.6768282Z * [new branch] gh/c00w/31/base -> origin/gh/c00w/31/base 2025-01-24T00:47:43.6768761Z * [new branch] gh/c00w/31/head -> origin/gh/c00w/31/head 2025-01-24T00:47:43.6769216Z * [new branch] gh/c00w/31/orig -> origin/gh/c00w/31/orig 2025-01-24T00:47:43.6769701Z * [new branch] gh/chenyang78/1/base -> origin/gh/chenyang78/1/base 2025-01-24T00:47:43.6770227Z * [new branch] gh/chenyang78/1/head -> origin/gh/chenyang78/1/head 2025-01-24T00:47:43.6770737Z * [new branch] gh/chenyang78/1/orig -> origin/gh/chenyang78/1/orig 2025-01-24T00:47:43.6771238Z * [new branch] gh/chillee/220/base -> origin/gh/chillee/220/base 2025-01-24T00:47:43.6771747Z * [new branch] gh/chillee/220/head -> origin/gh/chillee/220/head 2025-01-24T00:47:43.6772248Z * [new branch] gh/chillee/220/orig -> origin/gh/chillee/220/orig 2025-01-24T00:47:43.6772746Z * [new branch] gh/chillee/352/base -> origin/gh/chillee/352/base 2025-01-24T00:47:43.6773232Z * [new branch] gh/chillee/352/head -> origin/gh/chillee/352/head 2025-01-24T00:47:43.6773727Z * [new branch] gh/chillee/352/orig -> origin/gh/chillee/352/orig 2025-01-24T00:47:43.6774217Z * [new branch] gh/chillee/360/base -> origin/gh/chillee/360/base 2025-01-24T00:47:43.6774708Z * [new branch] gh/chillee/360/head -> origin/gh/chillee/360/head 2025-01-24T00:47:43.6775207Z * [new branch] gh/chillee/360/orig -> origin/gh/chillee/360/orig 2025-01-24T00:47:43.6775701Z * [new branch] gh/chillee/362/base -> origin/gh/chillee/362/base 2025-01-24T00:47:43.6776194Z * [new branch] gh/chillee/362/head -> origin/gh/chillee/362/head 2025-01-24T00:47:43.6776692Z * [new branch] gh/chillee/362/orig -> origin/gh/chillee/362/orig 2025-01-24T00:47:43.6777184Z * [new branch] gh/chillee/367/base -> origin/gh/chillee/367/base 2025-01-24T00:47:43.6777686Z * [new branch] gh/chillee/367/head -> origin/gh/chillee/367/head 2025-01-24T00:47:43.6778172Z * [new branch] gh/chillee/367/orig -> origin/gh/chillee/367/orig 2025-01-24T00:47:43.6778671Z * [new branch] gh/chillee/376/base -> origin/gh/chillee/376/base 2025-01-24T00:47:43.6779165Z * [new branch] gh/chillee/376/head -> origin/gh/chillee/376/head 2025-01-24T00:47:43.6779655Z * [new branch] gh/chillee/376/orig -> origin/gh/chillee/376/orig 2025-01-24T00:47:43.6780158Z * [new branch] gh/chillee/377/base -> origin/gh/chillee/377/base 2025-01-24T00:47:43.6780648Z * [new branch] gh/chillee/377/head -> origin/gh/chillee/377/head 2025-01-24T00:47:43.6781330Z * [new branch] gh/chillee/377/orig -> origin/gh/chillee/377/orig 2025-01-24T00:47:43.6781837Z * [new branch] gh/chillee/378/base -> origin/gh/chillee/378/base 2025-01-24T00:47:43.6782437Z * [new branch] gh/chillee/378/head -> origin/gh/chillee/378/head 2025-01-24T00:47:43.6782945Z * [new branch] gh/chillee/378/orig -> origin/gh/chillee/378/orig 2025-01-24T00:47:43.6783435Z * [new branch] gh/chillee/379/base -> origin/gh/chillee/379/base 2025-01-24T00:47:43.6783933Z * [new branch] gh/chillee/379/head -> origin/gh/chillee/379/head 2025-01-24T00:47:43.6784431Z * [new branch] gh/chillee/379/orig -> origin/gh/chillee/379/orig 2025-01-24T00:47:43.6784935Z * [new branch] gh/chunyuan-w/1/base -> origin/gh/chunyuan-w/1/base 2025-01-24T00:47:43.6785450Z * [new branch] gh/chunyuan-w/1/head -> origin/gh/chunyuan-w/1/head 2025-01-24T00:47:43.7209441Z * [new branch] gh/chunyuan-w/1/orig -> origin/gh/chunyuan-w/1/orig 2025-01-24T00:47:43.7210062Z * [new branch] gh/chunyuan-w/3/base -> origin/gh/chunyuan-w/3/base 2025-01-24T00:47:43.7210574Z * [new branch] gh/chunyuan-w/3/head -> origin/gh/chunyuan-w/3/head 2025-01-24T00:47:43.7211093Z * [new branch] gh/chunyuan-w/3/orig -> origin/gh/chunyuan-w/3/orig 2025-01-24T00:47:43.7211608Z * [new branch] gh/chunyuan-w/4/base -> origin/gh/chunyuan-w/4/base 2025-01-24T00:47:43.7212122Z * [new branch] gh/chunyuan-w/4/head -> origin/gh/chunyuan-w/4/head 2025-01-24T00:47:43.7212634Z * [new branch] gh/chunyuan-w/4/orig -> origin/gh/chunyuan-w/4/orig 2025-01-24T00:47:43.7213141Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-01-24T00:47:43.7213620Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-01-24T00:47:43.7214119Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-01-24T00:47:43.7214661Z * [new branch] gh/davidberard98/230/base -> origin/gh/davidberard98/230/base 2025-01-24T00:47:43.7215241Z * [new branch] gh/davidberard98/230/head -> origin/gh/davidberard98/230/head 2025-01-24T00:47:43.7215799Z * [new branch] gh/davidberard98/230/orig -> origin/gh/davidberard98/230/orig 2025-01-24T00:47:43.7216362Z * [new branch] gh/davidberard98/328/base -> origin/gh/davidberard98/328/base 2025-01-24T00:47:43.7216921Z * [new branch] gh/davidberard98/328/head -> origin/gh/davidberard98/328/head 2025-01-24T00:47:43.7217476Z * [new branch] gh/davidberard98/328/orig -> origin/gh/davidberard98/328/orig 2025-01-24T00:47:43.7218040Z * [new branch] gh/davidberard98/329/base -> origin/gh/davidberard98/329/base 2025-01-24T00:47:43.7218619Z * [new branch] gh/davidberard98/329/head -> origin/gh/davidberard98/329/head 2025-01-24T00:47:43.7219186Z * [new branch] gh/davidberard98/329/orig -> origin/gh/davidberard98/329/orig 2025-01-24T00:47:43.7219746Z * [new branch] gh/davidberard98/330/base -> origin/gh/davidberard98/330/base 2025-01-24T00:47:43.7220306Z * [new branch] gh/davidberard98/330/head -> origin/gh/davidberard98/330/head 2025-01-24T00:47:43.7220862Z * [new branch] gh/davidberard98/330/orig -> origin/gh/davidberard98/330/orig 2025-01-24T00:47:43.7221485Z * [new branch] gh/davidberard98/331/base -> origin/gh/davidberard98/331/base 2025-01-24T00:47:43.7222061Z * [new branch] gh/davidberard98/331/head -> origin/gh/davidberard98/331/head 2025-01-24T00:47:43.7222624Z * [new branch] gh/davidberard98/331/orig -> origin/gh/davidberard98/331/orig 2025-01-24T00:47:43.7224046Z * [new branch] gh/davidberard98/332/base -> origin/gh/davidberard98/332/base 2025-01-24T00:47:43.7224619Z * [new branch] gh/davidberard98/332/head -> origin/gh/davidberard98/332/head 2025-01-24T00:47:43.7225667Z * [new branch] gh/davidberard98/332/orig -> origin/gh/davidberard98/332/orig 2025-01-24T00:47:43.7226237Z * [new branch] gh/desertfire/520/base -> origin/gh/desertfire/520/base 2025-01-24T00:47:43.7226770Z * [new branch] gh/desertfire/520/head -> origin/gh/desertfire/520/head 2025-01-24T00:47:43.7227312Z * [new branch] gh/desertfire/520/orig -> origin/gh/desertfire/520/orig 2025-01-24T00:47:43.7227852Z * [new branch] gh/desertfire/522/base -> origin/gh/desertfire/522/base 2025-01-24T00:47:43.7228377Z * [new branch] gh/desertfire/522/head -> origin/gh/desertfire/522/head 2025-01-24T00:47:43.7228912Z * [new branch] gh/desertfire/522/orig -> origin/gh/desertfire/522/orig 2025-01-24T00:47:43.7229461Z * [new branch] gh/desertfire/528/base -> origin/gh/desertfire/528/base 2025-01-24T00:47:43.7229985Z * [new branch] gh/desertfire/528/head -> origin/gh/desertfire/528/head 2025-01-24T00:47:43.7230522Z * [new branch] gh/desertfire/528/orig -> origin/gh/desertfire/528/orig 2025-01-24T00:47:43.7231053Z * [new branch] gh/desertfire/529/base -> origin/gh/desertfire/529/base 2025-01-24T00:47:43.7231588Z * [new branch] gh/desertfire/529/head -> origin/gh/desertfire/529/head 2025-01-24T00:47:43.7232113Z * [new branch] gh/desertfire/529/orig -> origin/gh/desertfire/529/orig 2025-01-24T00:47:43.7232637Z * [new branch] gh/desertfire/530/base -> origin/gh/desertfire/530/base 2025-01-24T00:47:43.7233167Z * [new branch] gh/desertfire/530/head -> origin/gh/desertfire/530/head 2025-01-24T00:47:43.7233693Z * [new branch] gh/desertfire/530/orig -> origin/gh/desertfire/530/orig 2025-01-24T00:47:43.7234217Z * [new branch] gh/drisspg/100/base -> origin/gh/drisspg/100/base 2025-01-24T00:47:43.7234730Z * [new branch] gh/drisspg/100/head -> origin/gh/drisspg/100/head 2025-01-24T00:47:43.7235225Z * [new branch] gh/drisspg/100/orig -> origin/gh/drisspg/100/orig 2025-01-24T00:47:43.7667530Z * [new branch] gh/drisspg/103/base -> origin/gh/drisspg/103/base 2025-01-24T00:47:43.7668056Z * [new branch] gh/drisspg/103/head -> origin/gh/drisspg/103/head 2025-01-24T00:47:43.7668574Z * [new branch] gh/drisspg/103/orig -> origin/gh/drisspg/103/orig 2025-01-24T00:47:43.7669061Z * [new branch] gh/drisspg/104/base -> origin/gh/drisspg/104/base 2025-01-24T00:47:43.7669560Z * [new branch] gh/drisspg/104/head -> origin/gh/drisspg/104/head 2025-01-24T00:47:43.7670072Z * [new branch] gh/drisspg/104/orig -> origin/gh/drisspg/104/orig 2025-01-24T00:47:43.7670573Z * [new branch] gh/drisspg/106/base -> origin/gh/drisspg/106/base 2025-01-24T00:47:43.7671069Z * [new branch] gh/drisspg/106/head -> origin/gh/drisspg/106/head 2025-01-24T00:47:43.7671574Z * [new branch] gh/drisspg/106/orig -> origin/gh/drisspg/106/orig 2025-01-24T00:47:43.7672071Z * [new branch] gh/drisspg/107/base -> origin/gh/drisspg/107/base 2025-01-24T00:47:43.7672555Z * [new branch] gh/drisspg/107/head -> origin/gh/drisspg/107/head 2025-01-24T00:47:43.7673050Z * [new branch] gh/drisspg/107/orig -> origin/gh/drisspg/107/orig 2025-01-24T00:47:43.7673550Z * [new branch] gh/drisspg/108/base -> origin/gh/drisspg/108/base 2025-01-24T00:47:43.7674042Z * [new branch] gh/drisspg/108/head -> origin/gh/drisspg/108/head 2025-01-24T00:47:43.7674767Z * [new branch] gh/drisspg/108/orig -> origin/gh/drisspg/108/orig 2025-01-24T00:47:43.7675787Z * [new branch] gh/drisspg/109/base -> origin/gh/drisspg/109/base 2025-01-24T00:47:43.7676303Z * [new branch] gh/drisspg/109/head -> origin/gh/drisspg/109/head 2025-01-24T00:47:43.7676800Z * [new branch] gh/drisspg/109/orig -> origin/gh/drisspg/109/orig 2025-01-24T00:47:43.7677310Z * [new branch] gh/drisspg/110/base -> origin/gh/drisspg/110/base 2025-01-24T00:47:43.7677817Z * [new branch] gh/drisspg/110/head -> origin/gh/drisspg/110/head 2025-01-24T00:47:43.7678302Z * [new branch] gh/drisspg/110/orig -> origin/gh/drisspg/110/orig 2025-01-24T00:47:43.7678798Z * [new branch] gh/drisspg/111/base -> origin/gh/drisspg/111/base 2025-01-24T00:47:43.7679295Z * [new branch] gh/drisspg/111/head -> origin/gh/drisspg/111/head 2025-01-24T00:47:43.7679794Z * [new branch] gh/drisspg/111/orig -> origin/gh/drisspg/111/orig 2025-01-24T00:47:43.7680292Z * [new branch] gh/drisspg/112/base -> origin/gh/drisspg/112/base 2025-01-24T00:47:43.7680787Z * [new branch] gh/drisspg/112/head -> origin/gh/drisspg/112/head 2025-01-24T00:47:43.7681280Z * [new branch] gh/drisspg/112/orig -> origin/gh/drisspg/112/orig 2025-01-24T00:47:43.7681772Z * [new branch] gh/drisspg/113/base -> origin/gh/drisspg/113/base 2025-01-24T00:47:43.7682265Z * [new branch] gh/drisspg/113/head -> origin/gh/drisspg/113/head 2025-01-24T00:47:43.7682757Z * [new branch] gh/drisspg/113/orig -> origin/gh/drisspg/113/orig 2025-01-24T00:47:43.7683245Z * [new branch] gh/drisspg/114/base -> origin/gh/drisspg/114/base 2025-01-24T00:47:43.7683741Z * [new branch] gh/drisspg/114/head -> origin/gh/drisspg/114/head 2025-01-24T00:47:43.7684237Z * [new branch] gh/drisspg/114/orig -> origin/gh/drisspg/114/orig 2025-01-24T00:47:43.7684725Z * [new branch] gh/drisspg/115/base -> origin/gh/drisspg/115/base 2025-01-24T00:47:43.7685229Z * [new branch] gh/drisspg/115/head -> origin/gh/drisspg/115/head 2025-01-24T00:47:43.7685721Z * [new branch] gh/drisspg/115/orig -> origin/gh/drisspg/115/orig 2025-01-24T00:47:43.7686214Z * [new branch] gh/drisspg/116/base -> origin/gh/drisspg/116/base 2025-01-24T00:47:43.7686701Z * [new branch] gh/drisspg/116/head -> origin/gh/drisspg/116/head 2025-01-24T00:47:43.7687192Z * [new branch] gh/drisspg/116/orig -> origin/gh/drisspg/116/orig 2025-01-24T00:47:43.7687697Z * [new branch] gh/drisspg/117/base -> origin/gh/drisspg/117/base 2025-01-24T00:47:43.7688194Z * [new branch] gh/drisspg/117/head -> origin/gh/drisspg/117/head 2025-01-24T00:47:43.7688691Z * [new branch] gh/drisspg/117/orig -> origin/gh/drisspg/117/orig 2025-01-24T00:47:43.7689185Z * [new branch] gh/drisspg/118/base -> origin/gh/drisspg/118/base 2025-01-24T00:47:43.7689681Z * [new branch] gh/drisspg/118/head -> origin/gh/drisspg/118/head 2025-01-24T00:47:43.7690186Z * [new branch] gh/drisspg/118/orig -> origin/gh/drisspg/118/orig 2025-01-24T00:47:43.7690682Z * [new branch] gh/drisspg/119/base -> origin/gh/drisspg/119/base 2025-01-24T00:47:43.7691177Z * [new branch] gh/drisspg/119/head -> origin/gh/drisspg/119/head 2025-01-24T00:47:43.8124051Z * [new branch] gh/drisspg/119/orig -> origin/gh/drisspg/119/orig 2025-01-24T00:47:43.8124622Z * [new branch] gh/drisspg/32/base -> origin/gh/drisspg/32/base 2025-01-24T00:47:43.8125346Z * [new branch] gh/drisspg/32/head -> origin/gh/drisspg/32/head 2025-01-24T00:47:43.8126420Z * [new branch] gh/drisspg/32/orig -> origin/gh/drisspg/32/orig 2025-01-24T00:47:43.8126984Z * [new branch] gh/drisspg/66/base -> origin/gh/drisspg/66/base 2025-01-24T00:47:43.8127515Z * [new branch] gh/drisspg/66/head -> origin/gh/drisspg/66/head 2025-01-24T00:47:43.8127994Z * [new branch] gh/drisspg/66/orig -> origin/gh/drisspg/66/orig 2025-01-24T00:47:43.8128485Z * [new branch] gh/drisspg/72/base -> origin/gh/drisspg/72/base 2025-01-24T00:47:43.8128986Z * [new branch] gh/drisspg/72/head -> origin/gh/drisspg/72/head 2025-01-24T00:47:43.8129471Z * [new branch] gh/drisspg/72/orig -> origin/gh/drisspg/72/orig 2025-01-24T00:47:43.8129976Z * [new branch] gh/drisspg/79/base -> origin/gh/drisspg/79/base 2025-01-24T00:47:43.8130479Z * [new branch] gh/drisspg/79/head -> origin/gh/drisspg/79/head 2025-01-24T00:47:43.8130974Z * [new branch] gh/drisspg/79/orig -> origin/gh/drisspg/79/orig 2025-01-24T00:47:43.8131467Z * [new branch] gh/drisspg/94/base -> origin/gh/drisspg/94/base 2025-01-24T00:47:43.8131967Z * [new branch] gh/drisspg/94/head -> origin/gh/drisspg/94/head 2025-01-24T00:47:43.8132448Z * [new branch] gh/drisspg/94/orig -> origin/gh/drisspg/94/orig 2025-01-24T00:47:43.8132983Z * [new branch] gh/drisspg/98/base -> origin/gh/drisspg/98/base 2025-01-24T00:47:43.8133515Z * [new branch] gh/drisspg/98/head -> origin/gh/drisspg/98/head 2025-01-24T00:47:43.8134046Z * [new branch] gh/drisspg/98/orig -> origin/gh/drisspg/98/orig 2025-01-24T00:47:43.8134550Z * [new branch] gh/eellison/554/base -> origin/gh/eellison/554/base 2025-01-24T00:47:43.8135071Z * [new branch] gh/eellison/554/head -> origin/gh/eellison/554/head 2025-01-24T00:47:43.8135587Z * [new branch] gh/eellison/554/orig -> origin/gh/eellison/554/orig 2025-01-24T00:47:43.8136087Z * [new branch] gh/eellison/555/base -> origin/gh/eellison/555/base 2025-01-24T00:47:43.8136597Z * [new branch] gh/eellison/555/head -> origin/gh/eellison/555/head 2025-01-24T00:47:43.8137106Z * [new branch] gh/eellison/555/orig -> origin/gh/eellison/555/orig 2025-01-24T00:47:43.8137608Z * [new branch] gh/eellison/691/base -> origin/gh/eellison/691/base 2025-01-24T00:47:43.8138120Z * [new branch] gh/eellison/691/head -> origin/gh/eellison/691/head 2025-01-24T00:47:43.8138629Z * [new branch] gh/eellison/691/orig -> origin/gh/eellison/691/orig 2025-01-24T00:47:43.8139182Z * [new branch] gh/eellison/697/base -> origin/gh/eellison/697/base 2025-01-24T00:47:43.8139723Z * [new branch] gh/eellison/697/head -> origin/gh/eellison/697/head 2025-01-24T00:47:43.8140281Z * [new branch] gh/eellison/697/orig -> origin/gh/eellison/697/orig 2025-01-24T00:47:43.8140794Z * [new branch] gh/eellison/703/base -> origin/gh/eellison/703/base 2025-01-24T00:47:43.8141376Z * [new branch] gh/eellison/703/head -> origin/gh/eellison/703/head 2025-01-24T00:47:43.8141899Z * [new branch] gh/eellison/703/orig -> origin/gh/eellison/703/orig 2025-01-24T00:47:43.8142413Z * [new branch] gh/eellison/709/base -> origin/gh/eellison/709/base 2025-01-24T00:47:43.8142911Z * [new branch] gh/eellison/709/head -> origin/gh/eellison/709/head 2025-01-24T00:47:43.8143442Z * [new branch] gh/eellison/709/orig -> origin/gh/eellison/709/orig 2025-01-24T00:47:43.8144080Z * [new branch] gh/eellison/710/base -> origin/gh/eellison/710/base 2025-01-24T00:47:43.8144949Z * [new branch] gh/eellison/710/head -> origin/gh/eellison/710/head 2025-01-24T00:47:43.8145500Z * [new branch] gh/eellison/710/orig -> origin/gh/eellison/710/orig 2025-01-24T00:47:43.8146051Z * [new branch] gh/eellison/711/base -> origin/gh/eellison/711/base 2025-01-24T00:47:43.8146608Z * [new branch] gh/eellison/711/head -> origin/gh/eellison/711/head 2025-01-24T00:47:43.8147110Z * [new branch] gh/eellison/711/orig -> origin/gh/eellison/711/orig 2025-01-24T00:47:43.8147629Z * [new branch] gh/eellison/716/base -> origin/gh/eellison/716/base 2025-01-24T00:47:43.8148139Z * [new branch] gh/eellison/716/head -> origin/gh/eellison/716/head 2025-01-24T00:47:43.8148638Z * [new branch] gh/eellison/716/orig -> origin/gh/eellison/716/orig 2025-01-24T00:47:43.8149149Z * [new branch] gh/eellison/717/base -> origin/gh/eellison/717/base 2025-01-24T00:47:43.8558759Z * [new branch] gh/eellison/717/head -> origin/gh/eellison/717/head 2025-01-24T00:47:43.8559305Z * [new branch] gh/eellison/717/orig -> origin/gh/eellison/717/orig 2025-01-24T00:47:43.8559811Z * [new branch] gh/eellison/718/base -> origin/gh/eellison/718/base 2025-01-24T00:47:43.8560337Z * [new branch] gh/eellison/718/head -> origin/gh/eellison/718/head 2025-01-24T00:47:43.8560842Z * [new branch] gh/eellison/718/orig -> origin/gh/eellison/718/orig 2025-01-24T00:47:43.8561350Z * [new branch] gh/eellison/735/base -> origin/gh/eellison/735/base 2025-01-24T00:47:43.8561847Z * [new branch] gh/eellison/735/head -> origin/gh/eellison/735/head 2025-01-24T00:47:43.8562366Z * [new branch] gh/eellison/735/orig -> origin/gh/eellison/735/orig 2025-01-24T00:47:43.8562872Z * [new branch] gh/eellison/743/base -> origin/gh/eellison/743/base 2025-01-24T00:47:43.8563376Z * [new branch] gh/eellison/743/head -> origin/gh/eellison/743/head 2025-01-24T00:47:43.8563878Z * [new branch] gh/eellison/743/orig -> origin/gh/eellison/743/orig 2025-01-24T00:47:43.8564391Z * [new branch] gh/eellison/745/base -> origin/gh/eellison/745/base 2025-01-24T00:47:43.8564906Z * [new branch] gh/eellison/745/head -> origin/gh/eellison/745/head 2025-01-24T00:47:43.8565405Z * [new branch] gh/eellison/745/orig -> origin/gh/eellison/745/orig 2025-01-24T00:47:43.8565909Z * [new branch] gh/eellison/747/base -> origin/gh/eellison/747/base 2025-01-24T00:47:43.8566416Z * [new branch] gh/eellison/747/head -> origin/gh/eellison/747/head 2025-01-24T00:47:43.8566917Z * [new branch] gh/eellison/747/orig -> origin/gh/eellison/747/orig 2025-01-24T00:47:43.8567428Z * [new branch] gh/eellison/748/base -> origin/gh/eellison/748/base 2025-01-24T00:47:43.8567938Z * [new branch] gh/eellison/748/head -> origin/gh/eellison/748/head 2025-01-24T00:47:43.8568435Z * [new branch] gh/eellison/748/orig -> origin/gh/eellison/748/orig 2025-01-24T00:47:43.8568936Z * [new branch] gh/eellison/749/base -> origin/gh/eellison/749/base 2025-01-24T00:47:43.8569439Z * [new branch] gh/eellison/749/head -> origin/gh/eellison/749/head 2025-01-24T00:47:43.8569952Z * [new branch] gh/eellison/749/orig -> origin/gh/eellison/749/orig 2025-01-24T00:47:43.8570450Z * [new branch] gh/eellison/750/base -> origin/gh/eellison/750/base 2025-01-24T00:47:43.8570956Z * [new branch] gh/eellison/750/head -> origin/gh/eellison/750/head 2025-01-24T00:47:43.8571658Z * [new branch] gh/eellison/750/orig -> origin/gh/eellison/750/orig 2025-01-24T00:47:43.8572647Z * [new branch] gh/eellison/751/base -> origin/gh/eellison/751/base 2025-01-24T00:47:43.8573170Z * [new branch] gh/eellison/751/head -> origin/gh/eellison/751/head 2025-01-24T00:47:43.8573684Z * [new branch] gh/eellison/751/orig -> origin/gh/eellison/751/orig 2025-01-24T00:47:43.8574185Z * [new branch] gh/eellison/752/base -> origin/gh/eellison/752/base 2025-01-24T00:47:43.8574690Z * [new branch] gh/eellison/752/head -> origin/gh/eellison/752/head 2025-01-24T00:47:43.8575196Z * [new branch] gh/eellison/752/orig -> origin/gh/eellison/752/orig 2025-01-24T00:47:43.8575697Z * [new branch] gh/eellison/753/base -> origin/gh/eellison/753/base 2025-01-24T00:47:43.8576208Z * [new branch] gh/eellison/753/head -> origin/gh/eellison/753/head 2025-01-24T00:47:43.8576715Z * [new branch] gh/eellison/753/orig -> origin/gh/eellison/753/orig 2025-01-24T00:47:43.8577225Z * [new branch] gh/eellison/754/base -> origin/gh/eellison/754/base 2025-01-24T00:47:43.8577722Z * [new branch] gh/eellison/754/head -> origin/gh/eellison/754/head 2025-01-24T00:47:43.8578234Z * [new branch] gh/eellison/754/orig -> origin/gh/eellison/754/orig 2025-01-24T00:47:43.8578729Z * [new branch] gh/etaf/64/base -> origin/gh/etaf/64/base 2025-01-24T00:47:43.8579196Z * [new branch] gh/etaf/64/head -> origin/gh/etaf/64/head 2025-01-24T00:47:43.8579662Z * [new branch] gh/etaf/64/orig -> origin/gh/etaf/64/orig 2025-01-24T00:47:43.8580131Z * [new branch] gh/etaf/68/base -> origin/gh/etaf/68/base 2025-01-24T00:47:43.8580594Z * [new branch] gh/etaf/68/head -> origin/gh/etaf/68/head 2025-01-24T00:47:43.8581053Z * [new branch] gh/etaf/68/orig -> origin/gh/etaf/68/orig 2025-01-24T00:47:43.8581598Z * [new branch] gh/etaf/69/base -> origin/gh/etaf/69/base 2025-01-24T00:47:43.8582079Z * [new branch] gh/etaf/69/head -> origin/gh/etaf/69/head 2025-01-24T00:47:43.8582534Z * [new branch] gh/etaf/69/orig -> origin/gh/etaf/69/orig 2025-01-24T00:47:43.9033940Z * [new branch] gh/etaf/76/base -> origin/gh/etaf/76/base 2025-01-24T00:47:43.9034437Z * [new branch] gh/etaf/76/head -> origin/gh/etaf/76/head 2025-01-24T00:47:43.9034902Z * [new branch] gh/etaf/76/orig -> origin/gh/etaf/76/orig 2025-01-24T00:47:43.9035376Z * [new branch] gh/etaf/78/base -> origin/gh/etaf/78/base 2025-01-24T00:47:43.9035862Z * [new branch] gh/etaf/78/head -> origin/gh/etaf/78/head 2025-01-24T00:47:43.9036321Z * [new branch] gh/etaf/78/orig -> origin/gh/etaf/78/orig 2025-01-24T00:47:43.9036786Z * [new branch] gh/etaf/79/base -> origin/gh/etaf/79/base 2025-01-24T00:47:43.9037291Z * [new branch] gh/etaf/79/head -> origin/gh/etaf/79/head 2025-01-24T00:47:43.9037788Z * [new branch] gh/etaf/79/orig -> origin/gh/etaf/79/orig 2025-01-24T00:47:43.9038257Z * [new branch] gh/etaf/80/base -> origin/gh/etaf/80/base 2025-01-24T00:47:43.9038719Z * [new branch] gh/etaf/80/head -> origin/gh/etaf/80/head 2025-01-24T00:47:43.9039185Z * [new branch] gh/etaf/80/orig -> origin/gh/etaf/80/orig 2025-01-24T00:47:43.9039652Z * [new branch] gh/etaf/81/base -> origin/gh/etaf/81/base 2025-01-24T00:47:43.9040292Z * [new branch] gh/etaf/81/head -> origin/gh/etaf/81/head 2025-01-24T00:47:43.9040763Z * [new branch] gh/etaf/81/orig -> origin/gh/etaf/81/orig 2025-01-24T00:47:43.9041689Z * [new branch] gh/etaf/82/base -> origin/gh/etaf/82/base 2025-01-24T00:47:43.9042154Z * [new branch] gh/etaf/82/head -> origin/gh/etaf/82/head 2025-01-24T00:47:43.9042621Z * [new branch] gh/etaf/82/orig -> origin/gh/etaf/82/orig 2025-01-24T00:47:43.9043137Z * [new branch] gh/etaf/83/base -> origin/gh/etaf/83/base 2025-01-24T00:47:43.9043591Z * [new branch] gh/etaf/83/head -> origin/gh/etaf/83/head 2025-01-24T00:47:43.9044101Z * [new branch] gh/etaf/83/orig -> origin/gh/etaf/83/orig 2025-01-24T00:47:43.9044563Z * [new branch] gh/etaf/84/base -> origin/gh/etaf/84/base 2025-01-24T00:47:43.9045035Z * [new branch] gh/etaf/84/head -> origin/gh/etaf/84/head 2025-01-24T00:47:43.9045488Z * [new branch] gh/etaf/84/orig -> origin/gh/etaf/84/orig 2025-01-24T00:47:43.9045960Z * [new branch] gh/etaf/85/base -> origin/gh/etaf/85/base 2025-01-24T00:47:43.9046418Z * [new branch] gh/etaf/85/head -> origin/gh/etaf/85/head 2025-01-24T00:47:43.9046872Z * [new branch] gh/etaf/85/orig -> origin/gh/etaf/85/orig 2025-01-24T00:47:43.9047332Z * [new branch] gh/etaf/86/base -> origin/gh/etaf/86/base 2025-01-24T00:47:43.9047802Z * [new branch] gh/etaf/86/head -> origin/gh/etaf/86/head 2025-01-24T00:47:43.9048255Z * [new branch] gh/etaf/86/orig -> origin/gh/etaf/86/orig 2025-01-24T00:47:43.9048724Z * [new branch] gh/etaf/87/base -> origin/gh/etaf/87/base 2025-01-24T00:47:43.9049230Z * [new branch] gh/etaf/87/head -> origin/gh/etaf/87/head 2025-01-24T00:47:43.9049737Z * [new branch] gh/etaf/87/orig -> origin/gh/etaf/87/orig 2025-01-24T00:47:43.9050194Z * [new branch] gh/etaf/88/base -> origin/gh/etaf/88/base 2025-01-24T00:47:43.9050654Z * [new branch] gh/etaf/88/head -> origin/gh/etaf/88/head 2025-01-24T00:47:43.9051122Z * [new branch] gh/etaf/88/orig -> origin/gh/etaf/88/orig 2025-01-24T00:47:43.9051575Z * [new branch] gh/etaf/89/base -> origin/gh/etaf/89/base 2025-01-24T00:47:43.9052040Z * [new branch] gh/etaf/89/head -> origin/gh/etaf/89/head 2025-01-24T00:47:43.9052504Z * [new branch] gh/etaf/89/orig -> origin/gh/etaf/89/orig 2025-01-24T00:47:43.9052956Z * [new branch] gh/etaf/90/base -> origin/gh/etaf/90/base 2025-01-24T00:47:43.9053423Z * [new branch] gh/etaf/90/head -> origin/gh/etaf/90/head 2025-01-24T00:47:43.9053890Z * [new branch] gh/etaf/90/orig -> origin/gh/etaf/90/orig 2025-01-24T00:47:43.9054348Z * [new branch] gh/etaf/91/base -> origin/gh/etaf/91/base 2025-01-24T00:47:43.9054852Z * [new branch] gh/etaf/91/head -> origin/gh/etaf/91/head 2025-01-24T00:47:43.9055353Z * [new branch] gh/etaf/91/orig -> origin/gh/etaf/91/orig 2025-01-24T00:47:43.9055815Z * [new branch] gh/etaf/92/base -> origin/gh/etaf/92/base 2025-01-24T00:47:43.9056268Z * [new branch] gh/etaf/92/head -> origin/gh/etaf/92/head 2025-01-24T00:47:43.9056732Z * [new branch] gh/etaf/92/orig -> origin/gh/etaf/92/orig 2025-01-24T00:47:43.9057190Z * [new branch] gh/etaf/93/base -> origin/gh/etaf/93/base 2025-01-24T00:47:43.9525257Z * [new branch] gh/etaf/93/head -> origin/gh/etaf/93/head 2025-01-24T00:47:43.9525806Z * [new branch] gh/etaf/93/orig -> origin/gh/etaf/93/orig 2025-01-24T00:47:43.9526583Z * [new branch] gh/etaf/94/base -> origin/gh/etaf/94/base 2025-01-24T00:47:43.9527052Z * [new branch] gh/etaf/94/head -> origin/gh/etaf/94/head 2025-01-24T00:47:43.9527543Z * [new branch] gh/etaf/94/orig -> origin/gh/etaf/94/orig 2025-01-24T00:47:43.9528007Z * [new branch] gh/etaf/95/base -> origin/gh/etaf/95/base 2025-01-24T00:47:43.9528465Z * [new branch] gh/etaf/95/head -> origin/gh/etaf/95/head 2025-01-24T00:47:43.9528921Z * [new branch] gh/etaf/95/orig -> origin/gh/etaf/95/orig 2025-01-24T00:47:43.9529406Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-01-24T00:47:43.9529929Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-01-24T00:47:43.9530425Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-01-24T00:47:43.9530920Z * [new branch] gh/ezyang/2449/orig -> origin/gh/ezyang/2449/orig 2025-01-24T00:47:43.9531407Z * [new branch] gh/ezyang/2479/next -> origin/gh/ezyang/2479/next 2025-01-24T00:47:43.9531949Z * [new branch] gh/ezyang/2480/next -> origin/gh/ezyang/2480/next 2025-01-24T00:47:43.9532480Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-01-24T00:47:43.9532972Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-01-24T00:47:43.9533461Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-01-24T00:47:43.9533944Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-01-24T00:47:43.9534445Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-01-24T00:47:43.9534942Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-01-24T00:47:43.9535436Z * [new branch] gh/ezyang/2987/base -> origin/gh/ezyang/2987/base 2025-01-24T00:47:43.9535923Z * [new branch] gh/ezyang/2987/head -> origin/gh/ezyang/2987/head 2025-01-24T00:47:43.9536411Z * [new branch] gh/ezyang/2987/orig -> origin/gh/ezyang/2987/orig 2025-01-24T00:47:43.9536900Z * [new branch] gh/ezyang/2997/base -> origin/gh/ezyang/2997/base 2025-01-24T00:47:43.9537428Z * [new branch] gh/ezyang/2997/head -> origin/gh/ezyang/2997/head 2025-01-24T00:47:43.9537928Z * [new branch] gh/ezyang/2997/orig -> origin/gh/ezyang/2997/orig 2025-01-24T00:47:43.9538472Z * [new branch] gh/ezyang/3031/base -> origin/gh/ezyang/3031/base 2025-01-24T00:47:43.9538963Z * [new branch] gh/ezyang/3031/head -> origin/gh/ezyang/3031/head 2025-01-24T00:47:43.9539453Z * [new branch] gh/ezyang/3031/orig -> origin/gh/ezyang/3031/orig 2025-01-24T00:47:43.9539954Z * [new branch] gh/ezyang/3045/base -> origin/gh/ezyang/3045/base 2025-01-24T00:47:43.9540440Z * [new branch] gh/ezyang/3045/head -> origin/gh/ezyang/3045/head 2025-01-24T00:47:43.9540925Z * [new branch] gh/ezyang/3045/orig -> origin/gh/ezyang/3045/orig 2025-01-24T00:47:43.9541483Z * [new branch] gh/ezyang/3047/base -> origin/gh/ezyang/3047/base 2025-01-24T00:47:43.9541988Z * [new branch] gh/ezyang/3047/head -> origin/gh/ezyang/3047/head 2025-01-24T00:47:43.9542477Z * [new branch] gh/ezyang/3047/orig -> origin/gh/ezyang/3047/orig 2025-01-24T00:47:43.9542979Z * [new branch] gh/ezyang/3051/base -> origin/gh/ezyang/3051/base 2025-01-24T00:47:43.9543697Z * [new branch] gh/ezyang/3051/head -> origin/gh/ezyang/3051/head 2025-01-24T00:47:43.9544335Z * [new branch] gh/ezyang/3051/orig -> origin/gh/ezyang/3051/orig 2025-01-24T00:47:43.9544836Z * [new branch] gh/ezyang/3056/base -> origin/gh/ezyang/3056/base 2025-01-24T00:47:43.9545333Z * [new branch] gh/ezyang/3056/head -> origin/gh/ezyang/3056/head 2025-01-24T00:47:43.9545827Z * [new branch] gh/ezyang/3056/orig -> origin/gh/ezyang/3056/orig 2025-01-24T00:47:43.9546310Z * [new branch] gh/ezyang/3057/base -> origin/gh/ezyang/3057/base 2025-01-24T00:47:43.9546793Z * [new branch] gh/ezyang/3057/head -> origin/gh/ezyang/3057/head 2025-01-24T00:47:43.9547282Z * [new branch] gh/ezyang/3057/orig -> origin/gh/ezyang/3057/orig 2025-01-24T00:47:43.9547769Z * [new branch] gh/ezyang/3058/base -> origin/gh/ezyang/3058/base 2025-01-24T00:47:43.9548264Z * [new branch] gh/ezyang/3058/head -> origin/gh/ezyang/3058/head 2025-01-24T00:47:43.9548767Z * [new branch] gh/ezyang/3058/orig -> origin/gh/ezyang/3058/orig 2025-01-24T00:47:43.9549248Z * [new branch] gh/ezyang/3059/base -> origin/gh/ezyang/3059/base 2025-01-24T00:47:43.9970939Z * [new branch] gh/ezyang/3059/head -> origin/gh/ezyang/3059/head 2025-01-24T00:47:43.9971509Z * [new branch] gh/ezyang/3059/orig -> origin/gh/ezyang/3059/orig 2025-01-24T00:47:43.9972023Z * [new branch] gh/ezyang/3060/base -> origin/gh/ezyang/3060/base 2025-01-24T00:47:43.9972527Z * [new branch] gh/ezyang/3060/head -> origin/gh/ezyang/3060/head 2025-01-24T00:47:43.9973035Z * [new branch] gh/ezyang/3060/orig -> origin/gh/ezyang/3060/orig 2025-01-24T00:47:43.9973567Z * [new branch] gh/ezyang/3061/base -> origin/gh/ezyang/3061/base 2025-01-24T00:47:43.9974066Z * [new branch] gh/ezyang/3061/head -> origin/gh/ezyang/3061/head 2025-01-24T00:47:43.9974565Z * [new branch] gh/ezyang/3061/orig -> origin/gh/ezyang/3061/orig 2025-01-24T00:47:43.9975061Z * [new branch] gh/ezyang/3062/base -> origin/gh/ezyang/3062/base 2025-01-24T00:47:43.9975555Z * [new branch] gh/ezyang/3062/head -> origin/gh/ezyang/3062/head 2025-01-24T00:47:43.9976037Z * [new branch] gh/ezyang/3062/orig -> origin/gh/ezyang/3062/orig 2025-01-24T00:47:43.9976527Z * [new branch] gh/ezyang/3063/base -> origin/gh/ezyang/3063/base 2025-01-24T00:47:43.9977026Z * [new branch] gh/ezyang/3063/head -> origin/gh/ezyang/3063/head 2025-01-24T00:47:43.9977513Z * [new branch] gh/ezyang/3063/orig -> origin/gh/ezyang/3063/orig 2025-01-24T00:47:43.9978011Z * [new branch] gh/ezyang/3064/base -> origin/gh/ezyang/3064/base 2025-01-24T00:47:43.9978633Z * [new branch] gh/ezyang/3064/head -> origin/gh/ezyang/3064/head 2025-01-24T00:47:43.9979384Z * [new branch] gh/ezyang/3064/orig -> origin/gh/ezyang/3064/orig 2025-01-24T00:47:43.9979930Z * [new branch] gh/ezyang/3065/base -> origin/gh/ezyang/3065/base 2025-01-24T00:47:43.9980482Z * [new branch] gh/ezyang/3065/head -> origin/gh/ezyang/3065/head 2025-01-24T00:47:43.9980984Z * [new branch] gh/ezyang/3065/orig -> origin/gh/ezyang/3065/orig 2025-01-24T00:47:43.9981538Z * [new branch] gh/ezyang/3066/base -> origin/gh/ezyang/3066/base 2025-01-24T00:47:43.9982034Z * [new branch] gh/ezyang/3066/head -> origin/gh/ezyang/3066/head 2025-01-24T00:47:43.9982528Z * [new branch] gh/ezyang/3066/orig -> origin/gh/ezyang/3066/orig 2025-01-24T00:47:43.9983215Z * [new branch] gh/ezyang/3067/base -> origin/gh/ezyang/3067/base 2025-01-24T00:47:43.9983854Z * [new branch] gh/ezyang/3067/head -> origin/gh/ezyang/3067/head 2025-01-24T00:47:43.9984354Z * [new branch] gh/ezyang/3067/orig -> origin/gh/ezyang/3067/orig 2025-01-24T00:47:43.9984850Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-01-24T00:47:43.9985352Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-01-24T00:47:43.9985863Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-01-24T00:47:43.9986363Z * [new branch] gh/ezyang/3069/base -> origin/gh/ezyang/3069/base 2025-01-24T00:47:43.9986852Z * [new branch] gh/ezyang/3069/head -> origin/gh/ezyang/3069/head 2025-01-24T00:47:43.9987356Z * [new branch] gh/ezyang/3069/orig -> origin/gh/ezyang/3069/orig 2025-01-24T00:47:43.9987866Z * [new branch] gh/ezyang/3070/base -> origin/gh/ezyang/3070/base 2025-01-24T00:47:43.9988354Z * [new branch] gh/ezyang/3070/head -> origin/gh/ezyang/3070/head 2025-01-24T00:47:43.9988847Z * [new branch] gh/ezyang/3070/orig -> origin/gh/ezyang/3070/orig 2025-01-24T00:47:43.9989336Z * [new branch] gh/fduwjj/102/base -> origin/gh/fduwjj/102/base 2025-01-24T00:47:43.9989826Z * [new branch] gh/fduwjj/102/head -> origin/gh/fduwjj/102/head 2025-01-24T00:47:43.9990314Z * [new branch] gh/fduwjj/102/orig -> origin/gh/fduwjj/102/orig 2025-01-24T00:47:43.9990799Z * [new branch] gh/fduwjj/103/base -> origin/gh/fduwjj/103/base 2025-01-24T00:47:43.9991283Z * [new branch] gh/fduwjj/103/head -> origin/gh/fduwjj/103/head 2025-01-24T00:47:43.9991764Z * [new branch] gh/fduwjj/103/orig -> origin/gh/fduwjj/103/orig 2025-01-24T00:47:43.9992248Z * [new branch] gh/fduwjj/104/base -> origin/gh/fduwjj/104/base 2025-01-24T00:47:43.9992736Z * [new branch] gh/fduwjj/104/head -> origin/gh/fduwjj/104/head 2025-01-24T00:47:43.9993369Z * [new branch] gh/fduwjj/104/orig -> origin/gh/fduwjj/104/orig 2025-01-24T00:47:43.9993859Z * [new branch] gh/fduwjj/105/base -> origin/gh/fduwjj/105/base 2025-01-24T00:47:43.9994348Z * [new branch] gh/fduwjj/105/head -> origin/gh/fduwjj/105/head 2025-01-24T00:47:43.9994837Z * [new branch] gh/fduwjj/105/orig -> origin/gh/fduwjj/105/orig 2025-01-24T00:47:44.2053934Z * [new branch] gh/fduwjj/106/base -> origin/gh/fduwjj/106/base 2025-01-24T00:47:44.2054483Z * [new branch] gh/fduwjj/106/head -> origin/gh/fduwjj/106/head 2025-01-24T00:47:44.2055016Z * [new branch] gh/fduwjj/106/orig -> origin/gh/fduwjj/106/orig 2025-01-24T00:47:44.2055520Z * [new branch] gh/fduwjj/107/base -> origin/gh/fduwjj/107/base 2025-01-24T00:47:44.2056024Z * [new branch] gh/fduwjj/107/head -> origin/gh/fduwjj/107/head 2025-01-24T00:47:44.2056513Z * [new branch] gh/fduwjj/107/orig -> origin/gh/fduwjj/107/orig 2025-01-24T00:47:44.2056996Z * [new branch] gh/fduwjj/108/base -> origin/gh/fduwjj/108/base 2025-01-24T00:47:44.2057468Z * [new branch] gh/fduwjj/108/head -> origin/gh/fduwjj/108/head 2025-01-24T00:47:44.2057995Z * [new branch] gh/fduwjj/108/orig -> origin/gh/fduwjj/108/orig 2025-01-24T00:47:44.2058522Z * [new branch] gh/fduwjj/109/base -> origin/gh/fduwjj/109/base 2025-01-24T00:47:44.2058997Z * [new branch] gh/fduwjj/109/head -> origin/gh/fduwjj/109/head 2025-01-24T00:47:44.2059685Z * [new branch] gh/fduwjj/109/orig -> origin/gh/fduwjj/109/orig 2025-01-24T00:47:44.2060179Z * [new branch] gh/fegin/148/base -> origin/gh/fegin/148/base 2025-01-24T00:47:44.2060804Z * [new branch] gh/fegin/148/head -> origin/gh/fegin/148/head 2025-01-24T00:47:44.2061294Z * [new branch] gh/fegin/148/orig -> origin/gh/fegin/148/orig 2025-01-24T00:47:44.2061867Z * [new branch] gh/fegin/159/base -> origin/gh/fegin/159/base 2025-01-24T00:47:44.2062356Z * [new branch] gh/fegin/159/head -> origin/gh/fegin/159/head 2025-01-24T00:47:44.2062829Z * [new branch] gh/fegin/159/orig -> origin/gh/fegin/159/orig 2025-01-24T00:47:44.2063314Z * [new branch] gh/fegin/160/base -> origin/gh/fegin/160/base 2025-01-24T00:47:44.2063842Z * [new branch] gh/fegin/160/head -> origin/gh/fegin/160/head 2025-01-24T00:47:44.2064356Z * [new branch] gh/fegin/160/orig -> origin/gh/fegin/160/orig 2025-01-24T00:47:44.2064845Z * [new branch] gh/fegin/169/base -> origin/gh/fegin/169/base 2025-01-24T00:47:44.2065324Z * [new branch] gh/fegin/169/head -> origin/gh/fegin/169/head 2025-01-24T00:47:44.2065801Z * [new branch] gh/fegin/169/orig -> origin/gh/fegin/169/orig 2025-01-24T00:47:44.2066290Z * [new branch] gh/fegin/171/base -> origin/gh/fegin/171/base 2025-01-24T00:47:44.2066771Z * [new branch] gh/fegin/171/head -> origin/gh/fegin/171/head 2025-01-24T00:47:44.2067251Z * [new branch] gh/fegin/171/orig -> origin/gh/fegin/171/orig 2025-01-24T00:47:44.2067721Z * [new branch] gh/fegin/172/base -> origin/gh/fegin/172/base 2025-01-24T00:47:44.2068204Z * [new branch] gh/fegin/172/head -> origin/gh/fegin/172/head 2025-01-24T00:47:44.2068690Z * [new branch] gh/fegin/172/orig -> origin/gh/fegin/172/orig 2025-01-24T00:47:44.2069200Z * [new branch] gh/fegin/292/base -> origin/gh/fegin/292/base 2025-01-24T00:47:44.2069725Z * [new branch] gh/fegin/292/head -> origin/gh/fegin/292/head 2025-01-24T00:47:44.2070208Z * [new branch] gh/fegin/292/orig -> origin/gh/fegin/292/orig 2025-01-24T00:47:44.2070683Z * [new branch] gh/fegin/293/base -> origin/gh/fegin/293/base 2025-01-24T00:47:44.2071166Z * [new branch] gh/fegin/293/head -> origin/gh/fegin/293/head 2025-01-24T00:47:44.2071645Z * [new branch] gh/fegin/293/orig -> origin/gh/fegin/293/orig 2025-01-24T00:47:44.2072124Z * [new branch] gh/fegin/294/base -> origin/gh/fegin/294/base 2025-01-24T00:47:44.2072605Z * [new branch] gh/fegin/294/head -> origin/gh/fegin/294/head 2025-01-24T00:47:44.2073090Z * [new branch] gh/fegin/294/orig -> origin/gh/fegin/294/orig 2025-01-24T00:47:44.2073578Z * [new branch] gh/fffrog/26/base -> origin/gh/fffrog/26/base 2025-01-24T00:47:44.2074048Z * [new branch] gh/fffrog/26/head -> origin/gh/fffrog/26/head 2025-01-24T00:47:44.2074526Z * [new branch] gh/fffrog/26/orig -> origin/gh/fffrog/26/orig 2025-01-24T00:47:44.2075045Z * [new branch] gh/fffrog/28/base -> origin/gh/fffrog/28/base 2025-01-24T00:47:44.2075560Z * [new branch] gh/fffrog/28/head -> origin/gh/fffrog/28/head 2025-01-24T00:47:44.2076044Z * [new branch] gh/fffrog/28/orig -> origin/gh/fffrog/28/orig 2025-01-24T00:47:44.2076528Z * [new branch] gh/fffrog/37/base -> origin/gh/fffrog/37/base 2025-01-24T00:47:44.2077009Z * [new branch] gh/fffrog/37/head -> origin/gh/fffrog/37/head 2025-01-24T00:47:44.2077618Z * [new branch] gh/fffrog/37/orig -> origin/gh/fffrog/37/orig 2025-01-24T00:47:44.2520189Z * [new branch] gh/guangy10/2/base -> origin/gh/guangy10/2/base 2025-01-24T00:47:44.2520748Z * [new branch] gh/guangy10/2/orig -> origin/gh/guangy10/2/orig 2025-01-24T00:47:44.2521254Z * [new branch] gh/guangyey/100/base -> origin/gh/guangyey/100/base 2025-01-24T00:47:44.2521771Z * [new branch] gh/guangyey/100/head -> origin/gh/guangyey/100/head 2025-01-24T00:47:44.2522366Z * [new branch] gh/guangyey/100/orig -> origin/gh/guangyey/100/orig 2025-01-24T00:47:44.2522894Z * [new branch] gh/guangyey/105/base -> origin/gh/guangyey/105/base 2025-01-24T00:47:44.2523395Z * [new branch] gh/guangyey/105/head -> origin/gh/guangyey/105/head 2025-01-24T00:47:44.2523926Z * [new branch] gh/guangyey/105/orig -> origin/gh/guangyey/105/orig 2025-01-24T00:47:44.2524438Z * [new branch] gh/guangyey/111/base -> origin/gh/guangyey/111/base 2025-01-24T00:47:44.2524948Z * [new branch] gh/guangyey/111/head -> origin/gh/guangyey/111/head 2025-01-24T00:47:44.2525461Z * [new branch] gh/guangyey/111/orig -> origin/gh/guangyey/111/orig 2025-01-24T00:47:44.2525969Z * [new branch] gh/guangyey/112/base -> origin/gh/guangyey/112/base 2025-01-24T00:47:44.2526467Z * [new branch] gh/guangyey/112/head -> origin/gh/guangyey/112/head 2025-01-24T00:47:44.2526971Z * [new branch] gh/guangyey/112/orig -> origin/gh/guangyey/112/orig 2025-01-24T00:47:44.2527521Z * [new branch] gh/guangyey/113/base -> origin/gh/guangyey/113/base 2025-01-24T00:47:44.2528067Z * [new branch] gh/guangyey/113/head -> origin/gh/guangyey/113/head 2025-01-24T00:47:44.2528570Z * [new branch] gh/guangyey/113/orig -> origin/gh/guangyey/113/orig 2025-01-24T00:47:44.2529078Z * [new branch] gh/guangyey/114/base -> origin/gh/guangyey/114/base 2025-01-24T00:47:44.2529586Z * [new branch] gh/guangyey/114/head -> origin/gh/guangyey/114/head 2025-01-24T00:47:44.2530082Z * [new branch] gh/guangyey/114/orig -> origin/gh/guangyey/114/orig 2025-01-24T00:47:44.2530589Z * [new branch] gh/guangyey/115/base -> origin/gh/guangyey/115/base 2025-01-24T00:47:44.2531097Z * [new branch] gh/guangyey/115/head -> origin/gh/guangyey/115/head 2025-01-24T00:47:44.2531595Z * [new branch] gh/guangyey/115/orig -> origin/gh/guangyey/115/orig 2025-01-24T00:47:44.2532100Z * [new branch] gh/guangyey/116/base -> origin/gh/guangyey/116/base 2025-01-24T00:47:44.2532605Z * [new branch] gh/guangyey/116/head -> origin/gh/guangyey/116/head 2025-01-24T00:47:44.2533150Z * [new branch] gh/guangyey/116/orig -> origin/gh/guangyey/116/orig 2025-01-24T00:47:44.2533696Z * [new branch] gh/guangyey/117/base -> origin/gh/guangyey/117/base 2025-01-24T00:47:44.2534208Z * [new branch] gh/guangyey/117/head -> origin/gh/guangyey/117/head 2025-01-24T00:47:44.2534719Z * [new branch] gh/guangyey/117/orig -> origin/gh/guangyey/117/orig 2025-01-24T00:47:44.2535218Z * [new branch] gh/guangyey/118/base -> origin/gh/guangyey/118/base 2025-01-24T00:47:44.2535734Z * [new branch] gh/guangyey/118/head -> origin/gh/guangyey/118/head 2025-01-24T00:47:44.2536242Z * [new branch] gh/guangyey/118/orig -> origin/gh/guangyey/118/orig 2025-01-24T00:47:44.2536747Z * [new branch] gh/guangyey/119/base -> origin/gh/guangyey/119/base 2025-01-24T00:47:44.2537408Z * [new branch] gh/guangyey/119/head -> origin/gh/guangyey/119/head 2025-01-24T00:47:44.2537918Z * [new branch] gh/guangyey/119/orig -> origin/gh/guangyey/119/orig 2025-01-24T00:47:44.2538521Z * [new branch] gh/guangyey/120/base -> origin/gh/guangyey/120/base 2025-01-24T00:47:44.2539062Z * [new branch] gh/guangyey/120/head -> origin/gh/guangyey/120/head 2025-01-24T00:47:44.2539618Z * [new branch] gh/guangyey/120/orig -> origin/gh/guangyey/120/orig 2025-01-24T00:47:44.2540131Z * [new branch] gh/guangyey/121/base -> origin/gh/guangyey/121/base 2025-01-24T00:47:44.2540633Z * [new branch] gh/guangyey/121/head -> origin/gh/guangyey/121/head 2025-01-24T00:47:44.2541147Z * [new branch] gh/guangyey/121/orig -> origin/gh/guangyey/121/orig 2025-01-24T00:47:44.2541777Z * [new branch] gh/guangyey/71/base -> origin/gh/guangyey/71/base 2025-01-24T00:47:44.2542374Z * [new branch] gh/guangyey/71/head -> origin/gh/guangyey/71/head 2025-01-24T00:47:44.2542952Z * [new branch] gh/guangyey/71/orig -> origin/gh/guangyey/71/orig 2025-01-24T00:47:44.2562265Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-01-24T00:47:44.2562969Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-01-24T00:47:44.2563493Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-01-24T00:47:44.2958540Z * [new branch] gh/guangyey/87/base -> origin/gh/guangyey/87/base 2025-01-24T00:47:44.2959108Z * [new branch] gh/guangyey/87/head -> origin/gh/guangyey/87/head 2025-01-24T00:47:44.2959612Z * [new branch] gh/guangyey/87/orig -> origin/gh/guangyey/87/orig 2025-01-24T00:47:44.2960129Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-01-24T00:47:44.2960669Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-01-24T00:47:44.2961176Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-01-24T00:47:44.2961737Z * [new branch] gh/guangyey/90/base -> origin/gh/guangyey/90/base 2025-01-24T00:47:44.2962288Z * [new branch] gh/guangyey/90/head -> origin/gh/guangyey/90/head 2025-01-24T00:47:44.2962802Z * [new branch] gh/guangyey/90/orig -> origin/gh/guangyey/90/orig 2025-01-24T00:47:44.2963294Z * [new branch] gh/guangyey/99/base -> origin/gh/guangyey/99/base 2025-01-24T00:47:44.2963803Z * [new branch] gh/guangyey/99/head -> origin/gh/guangyey/99/head 2025-01-24T00:47:44.2964319Z * [new branch] gh/guangyey/99/orig -> origin/gh/guangyey/99/orig 2025-01-24T00:47:44.2964867Z * [new branch] gh/guilhermeleobas/11/base -> origin/gh/guilhermeleobas/11/base 2025-01-24T00:47:44.2965467Z * [new branch] gh/guilhermeleobas/11/head -> origin/gh/guilhermeleobas/11/head 2025-01-24T00:47:44.2966064Z * [new branch] gh/guilhermeleobas/11/orig -> origin/gh/guilhermeleobas/11/orig 2025-01-24T00:47:44.2966642Z * [new branch] gh/guilhermeleobas/65/base -> origin/gh/guilhermeleobas/65/base 2025-01-24T00:47:44.2967274Z * [new branch] gh/guilhermeleobas/65/head -> origin/gh/guilhermeleobas/65/head 2025-01-24T00:47:44.2967905Z * [new branch] gh/guilhermeleobas/65/orig -> origin/gh/guilhermeleobas/65/orig 2025-01-24T00:47:44.2968498Z * [new branch] gh/guilhermeleobas/69/base -> origin/gh/guilhermeleobas/69/base 2025-01-24T00:47:44.2969077Z * [new branch] gh/guilhermeleobas/69/head -> origin/gh/guilhermeleobas/69/head 2025-01-24T00:47:44.2969659Z * [new branch] gh/guilhermeleobas/69/orig -> origin/gh/guilhermeleobas/69/orig 2025-01-24T00:47:44.2970446Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-01-24T00:47:44.2971157Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-01-24T00:47:44.2971752Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-01-24T00:47:44.2972342Z * [new branch] gh/guilhermeleobas/74/base -> origin/gh/guilhermeleobas/74/base 2025-01-24T00:47:44.2972962Z * [new branch] gh/guilhermeleobas/74/head -> origin/gh/guilhermeleobas/74/head 2025-01-24T00:47:44.2973573Z * [new branch] gh/guilhermeleobas/74/orig -> origin/gh/guilhermeleobas/74/orig 2025-01-24T00:47:44.2974155Z * [new branch] gh/guilhermeleobas/77/base -> origin/gh/guilhermeleobas/77/base 2025-01-24T00:47:44.2974744Z * [new branch] gh/guilhermeleobas/77/head -> origin/gh/guilhermeleobas/77/head 2025-01-24T00:47:44.2975327Z * [new branch] gh/guilhermeleobas/77/orig -> origin/gh/guilhermeleobas/77/orig 2025-01-24T00:47:44.2975917Z * [new branch] gh/guilhermeleobas/79/base -> origin/gh/guilhermeleobas/79/base 2025-01-24T00:47:44.2976507Z * [new branch] gh/guilhermeleobas/79/head -> origin/gh/guilhermeleobas/79/head 2025-01-24T00:47:44.2977085Z * [new branch] gh/guilhermeleobas/79/orig -> origin/gh/guilhermeleobas/79/orig 2025-01-24T00:47:44.2977681Z * [new branch] gh/guilhermeleobas/82/base -> origin/gh/guilhermeleobas/82/base 2025-01-24T00:47:44.2978264Z * [new branch] gh/guilhermeleobas/82/head -> origin/gh/guilhermeleobas/82/head 2025-01-24T00:47:44.2978924Z * [new branch] gh/guilhermeleobas/82/orig -> origin/gh/guilhermeleobas/82/orig 2025-01-24T00:47:44.2979506Z * [new branch] gh/guilhermeleobas/83/base -> origin/gh/guilhermeleobas/83/base 2025-01-24T00:47:44.2980100Z * [new branch] gh/guilhermeleobas/83/head -> origin/gh/guilhermeleobas/83/head 2025-01-24T00:47:44.2980681Z * [new branch] gh/guilhermeleobas/83/orig -> origin/gh/guilhermeleobas/83/orig 2025-01-24T00:47:44.2981270Z * [new branch] gh/guilhermeleobas/84/base -> origin/gh/guilhermeleobas/84/base 2025-01-24T00:47:44.2981921Z * [new branch] gh/guilhermeleobas/84/head -> origin/gh/guilhermeleobas/84/head 2025-01-24T00:47:44.2982517Z * [new branch] gh/guilhermeleobas/84/orig -> origin/gh/guilhermeleobas/84/orig 2025-01-24T00:47:44.2983100Z * [new branch] gh/guilhermeleobas/85/base -> origin/gh/guilhermeleobas/85/base 2025-01-24T00:47:44.2983688Z * [new branch] gh/guilhermeleobas/85/head -> origin/gh/guilhermeleobas/85/head 2025-01-24T00:47:44.3426875Z * [new branch] gh/guilhermeleobas/85/orig -> origin/gh/guilhermeleobas/85/orig 2025-01-24T00:47:44.3427520Z * [new branch] gh/guilhermeleobas/86/base -> origin/gh/guilhermeleobas/86/base 2025-01-24T00:47:44.3428146Z * [new branch] gh/guilhermeleobas/86/head -> origin/gh/guilhermeleobas/86/head 2025-01-24T00:47:44.3428753Z * [new branch] gh/guilhermeleobas/86/orig -> origin/gh/guilhermeleobas/86/orig 2025-01-24T00:47:44.3429344Z * [new branch] gh/guilhermeleobas/87/base -> origin/gh/guilhermeleobas/87/base 2025-01-24T00:47:44.3429915Z * [new branch] gh/guilhermeleobas/87/head -> origin/gh/guilhermeleobas/87/head 2025-01-24T00:47:44.3430499Z * [new branch] gh/guilhermeleobas/87/orig -> origin/gh/guilhermeleobas/87/orig 2025-01-24T00:47:44.3431084Z * [new branch] gh/guilhermeleobas/88/base -> origin/gh/guilhermeleobas/88/base 2025-01-24T00:47:44.3431674Z * [new branch] gh/guilhermeleobas/88/head -> origin/gh/guilhermeleobas/88/head 2025-01-24T00:47:44.3432253Z * [new branch] gh/guilhermeleobas/88/orig -> origin/gh/guilhermeleobas/88/orig 2025-01-24T00:47:44.3433034Z * [new branch] gh/guilhermeleobas/89/base -> origin/gh/guilhermeleobas/89/base 2025-01-24T00:47:44.3433768Z * [new branch] gh/guilhermeleobas/89/head -> origin/gh/guilhermeleobas/89/head 2025-01-24T00:47:44.3434354Z * [new branch] gh/guilhermeleobas/89/orig -> origin/gh/guilhermeleobas/89/orig 2025-01-24T00:47:44.3434945Z * [new branch] gh/guilhermeleobas/90/base -> origin/gh/guilhermeleobas/90/base 2025-01-24T00:47:44.3435551Z * [new branch] gh/guilhermeleobas/90/head -> origin/gh/guilhermeleobas/90/head 2025-01-24T00:47:44.3436145Z * [new branch] gh/guilhermeleobas/90/orig -> origin/gh/guilhermeleobas/90/orig 2025-01-24T00:47:44.3436722Z * [new branch] gh/guilhermeleobas/91/base -> origin/gh/guilhermeleobas/91/base 2025-01-24T00:47:44.3437313Z * [new branch] gh/guilhermeleobas/91/head -> origin/gh/guilhermeleobas/91/head 2025-01-24T00:47:44.3437909Z * [new branch] gh/guilhermeleobas/91/orig -> origin/gh/guilhermeleobas/91/orig 2025-01-24T00:47:44.3438448Z * [new branch] gh/int3/10/base -> origin/gh/int3/10/base 2025-01-24T00:47:44.3438925Z * [new branch] gh/int3/10/head -> origin/gh/int3/10/head 2025-01-24T00:47:44.3439405Z * [new branch] gh/int3/10/orig -> origin/gh/int3/10/orig 2025-01-24T00:47:44.3439873Z * [new branch] gh/int3/100/base -> origin/gh/int3/100/base 2025-01-24T00:47:44.3440341Z * [new branch] gh/int3/100/head -> origin/gh/int3/100/head 2025-01-24T00:47:44.3440815Z * [new branch] gh/int3/100/orig -> origin/gh/int3/100/orig 2025-01-24T00:47:44.3441283Z * [new branch] gh/int3/109/base -> origin/gh/int3/109/base 2025-01-24T00:47:44.3441743Z * [new branch] gh/int3/109/head -> origin/gh/int3/109/head 2025-01-24T00:47:44.3442218Z * [new branch] gh/int3/109/orig -> origin/gh/int3/109/orig 2025-01-24T00:47:44.3442683Z * [new branch] gh/int3/11/base -> origin/gh/int3/11/base 2025-01-24T00:47:44.3443139Z * [new branch] gh/int3/11/head -> origin/gh/int3/11/head 2025-01-24T00:47:44.3443603Z * [new branch] gh/int3/11/orig -> origin/gh/int3/11/orig 2025-01-24T00:47:44.3444066Z * [new branch] gh/int3/113/base -> origin/gh/int3/113/base 2025-01-24T00:47:44.3444538Z * [new branch] gh/int3/113/head -> origin/gh/int3/113/head 2025-01-24T00:47:44.3445000Z * [new branch] gh/int3/113/orig -> origin/gh/int3/113/orig 2025-01-24T00:47:44.3445472Z * [new branch] gh/int3/2/base -> origin/gh/int3/2/base 2025-01-24T00:47:44.3445934Z * [new branch] gh/int3/2/orig -> origin/gh/int3/2/orig 2025-01-24T00:47:44.3446394Z * [new branch] gh/int3/21/base -> origin/gh/int3/21/base 2025-01-24T00:47:44.3446854Z * [new branch] gh/int3/21/head -> origin/gh/int3/21/head 2025-01-24T00:47:44.3447326Z * [new branch] gh/int3/21/orig -> origin/gh/int3/21/orig 2025-01-24T00:47:44.3447777Z * [new branch] gh/int3/34/base -> origin/gh/int3/34/base 2025-01-24T00:47:44.3448242Z * [new branch] gh/int3/34/head -> origin/gh/int3/34/head 2025-01-24T00:47:44.3448702Z * [new branch] gh/int3/34/orig -> origin/gh/int3/34/orig 2025-01-24T00:47:44.3449158Z * [new branch] gh/int3/36/base -> origin/gh/int3/36/base 2025-01-24T00:47:44.3449613Z * [new branch] gh/int3/36/head -> origin/gh/int3/36/head 2025-01-24T00:47:44.3450074Z * [new branch] gh/int3/36/orig -> origin/gh/int3/36/orig 2025-01-24T00:47:44.3450659Z * [new branch] gh/int3/41/base -> origin/gh/int3/41/base 2025-01-24T00:47:44.3451115Z * [new branch] gh/int3/41/head -> origin/gh/int3/41/head 2025-01-24T00:47:44.3907711Z * [new branch] gh/int3/41/orig -> origin/gh/int3/41/orig 2025-01-24T00:47:44.3908259Z * [new branch] gh/int3/45/base -> origin/gh/int3/45/base 2025-01-24T00:47:44.3908776Z * [new branch] gh/int3/45/head -> origin/gh/int3/45/head 2025-01-24T00:47:44.3909284Z * [new branch] gh/int3/45/orig -> origin/gh/int3/45/orig 2025-01-24T00:47:44.3909771Z * [new branch] gh/int3/46/base -> origin/gh/int3/46/base 2025-01-24T00:47:44.3910241Z * [new branch] gh/int3/46/head -> origin/gh/int3/46/head 2025-01-24T00:47:44.3910695Z * [new branch] gh/int3/46/orig -> origin/gh/int3/46/orig 2025-01-24T00:47:44.3911168Z * [new branch] gh/int3/47/base -> origin/gh/int3/47/base 2025-01-24T00:47:44.3911635Z * [new branch] gh/int3/47/head -> origin/gh/int3/47/head 2025-01-24T00:47:44.3912099Z * [new branch] gh/int3/47/orig -> origin/gh/int3/47/orig 2025-01-24T00:47:44.3912563Z * [new branch] gh/int3/55/base -> origin/gh/int3/55/base 2025-01-24T00:47:44.3913024Z * [new branch] gh/int3/55/head -> origin/gh/int3/55/head 2025-01-24T00:47:44.3913506Z * [new branch] gh/int3/55/orig -> origin/gh/int3/55/orig 2025-01-24T00:47:44.3913963Z * [new branch] gh/int3/79/base -> origin/gh/int3/79/base 2025-01-24T00:47:44.3914473Z * [new branch] gh/int3/79/head -> origin/gh/int3/79/head 2025-01-24T00:47:44.3914982Z * [new branch] gh/int3/79/orig -> origin/gh/int3/79/orig 2025-01-24T00:47:44.3915451Z * [new branch] gh/int3/9/base -> origin/gh/int3/9/base 2025-01-24T00:47:44.3915921Z * [new branch] gh/int3/9/head -> origin/gh/int3/9/head 2025-01-24T00:47:44.3916390Z * [new branch] gh/int3/9/orig -> origin/gh/int3/9/orig 2025-01-24T00:47:44.3916842Z * [new branch] gh/int3/94/base -> origin/gh/int3/94/base 2025-01-24T00:47:44.3917309Z * [new branch] gh/int3/94/head -> origin/gh/int3/94/head 2025-01-24T00:47:44.3917777Z * [new branch] gh/int3/94/orig -> origin/gh/int3/94/orig 2025-01-24T00:47:44.3918233Z * [new branch] gh/int3/95/base -> origin/gh/int3/95/base 2025-01-24T00:47:44.3918688Z * [new branch] gh/int3/95/head -> origin/gh/int3/95/head 2025-01-24T00:47:44.3919152Z * [new branch] gh/int3/95/orig -> origin/gh/int3/95/orig 2025-01-24T00:47:44.3919619Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-01-24T00:47:44.3920109Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-01-24T00:47:44.3920647Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-01-24T00:47:44.3921147Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-01-24T00:47:44.3921628Z * [new branch] gh/isuruf/102/base -> origin/gh/isuruf/102/base 2025-01-24T00:47:44.3922119Z * [new branch] gh/isuruf/102/head -> origin/gh/isuruf/102/head 2025-01-24T00:47:44.3922602Z * [new branch] gh/isuruf/102/orig -> origin/gh/isuruf/102/orig 2025-01-24T00:47:44.3923085Z * [new branch] gh/isuruf/103/base -> origin/gh/isuruf/103/base 2025-01-24T00:47:44.3923568Z * [new branch] gh/isuruf/103/head -> origin/gh/isuruf/103/head 2025-01-24T00:47:44.3924213Z * [new branch] gh/isuruf/103/orig -> origin/gh/isuruf/103/orig 2025-01-24T00:47:44.3924705Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-01-24T00:47:44.3925281Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-01-24T00:47:44.3925824Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-01-24T00:47:44.3926362Z * [new branch] gh/isuruf/108/base -> origin/gh/isuruf/108/base 2025-01-24T00:47:44.3926844Z * [new branch] gh/isuruf/108/head -> origin/gh/isuruf/108/head 2025-01-24T00:47:44.3927342Z * [new branch] gh/isuruf/108/orig -> origin/gh/isuruf/108/orig 2025-01-24T00:47:44.3927837Z * [new branch] gh/isuruf/109/base -> origin/gh/isuruf/109/base 2025-01-24T00:47:44.3928332Z * [new branch] gh/isuruf/109/head -> origin/gh/isuruf/109/head 2025-01-24T00:47:44.3928815Z * [new branch] gh/isuruf/109/orig -> origin/gh/isuruf/109/orig 2025-01-24T00:47:44.3929306Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-01-24T00:47:44.3929809Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-01-24T00:47:44.3930286Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-01-24T00:47:44.3930777Z * [new branch] gh/isuruf/111/base -> origin/gh/isuruf/111/base 2025-01-24T00:47:44.4386339Z * [new branch] gh/isuruf/111/head -> origin/gh/isuruf/111/head 2025-01-24T00:47:44.4386849Z * [new branch] gh/isuruf/111/orig -> origin/gh/isuruf/111/orig 2025-01-24T00:47:44.4387345Z * [new branch] gh/isuruf/112/base -> origin/gh/isuruf/112/base 2025-01-24T00:47:44.4387839Z * [new branch] gh/isuruf/112/head -> origin/gh/isuruf/112/head 2025-01-24T00:47:44.4388357Z * [new branch] gh/isuruf/112/orig -> origin/gh/isuruf/112/orig 2025-01-24T00:47:44.4388909Z * [new branch] gh/isuruf/113/base -> origin/gh/isuruf/113/base 2025-01-24T00:47:44.4389439Z * [new branch] gh/isuruf/113/head -> origin/gh/isuruf/113/head 2025-01-24T00:47:44.4389937Z * [new branch] gh/isuruf/113/orig -> origin/gh/isuruf/113/orig 2025-01-24T00:47:44.4390426Z * [new branch] gh/isuruf/114/base -> origin/gh/isuruf/114/base 2025-01-24T00:47:44.4390918Z * [new branch] gh/isuruf/114/head -> origin/gh/isuruf/114/head 2025-01-24T00:47:44.4391397Z * [new branch] gh/isuruf/114/orig -> origin/gh/isuruf/114/orig 2025-01-24T00:47:44.4391885Z * [new branch] gh/isuruf/115/base -> origin/gh/isuruf/115/base 2025-01-24T00:47:44.4392365Z * [new branch] gh/isuruf/115/head -> origin/gh/isuruf/115/head 2025-01-24T00:47:44.4392859Z * [new branch] gh/isuruf/115/orig -> origin/gh/isuruf/115/orig 2025-01-24T00:47:44.4393343Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-01-24T00:47:44.4393828Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-01-24T00:47:44.4394349Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-01-24T00:47:44.4394864Z * [new branch] gh/isuruf/117/base -> origin/gh/isuruf/117/base 2025-01-24T00:47:44.4395353Z * [new branch] gh/isuruf/117/head -> origin/gh/isuruf/117/head 2025-01-24T00:47:44.4395844Z * [new branch] gh/isuruf/117/orig -> origin/gh/isuruf/117/orig 2025-01-24T00:47:44.4396330Z * [new branch] gh/isuruf/39/base -> origin/gh/isuruf/39/base 2025-01-24T00:47:44.4397647Z * [new branch] gh/isuruf/39/head -> origin/gh/isuruf/39/head 2025-01-24T00:47:44.4398138Z * [new branch] gh/isuruf/39/orig -> origin/gh/isuruf/39/orig 2025-01-24T00:47:44.4399015Z * [new branch] gh/isuruf/74/base -> origin/gh/isuruf/74/base 2025-01-24T00:47:44.4399511Z * [new branch] gh/isuruf/74/head -> origin/gh/isuruf/74/head 2025-01-24T00:47:44.4400044Z * [new branch] gh/isuruf/74/orig -> origin/gh/isuruf/74/orig 2025-01-24T00:47:44.4400564Z * [new branch] gh/isuruf/81/base -> origin/gh/isuruf/81/base 2025-01-24T00:47:44.4401038Z * [new branch] gh/isuruf/81/head -> origin/gh/isuruf/81/head 2025-01-24T00:47:44.4401516Z * [new branch] gh/isuruf/81/orig -> origin/gh/isuruf/81/orig 2025-01-24T00:47:44.4401992Z * [new branch] gh/isuruf/98/base -> origin/gh/isuruf/98/base 2025-01-24T00:47:44.4402475Z * [new branch] gh/isuruf/98/head -> origin/gh/isuruf/98/head 2025-01-24T00:47:44.4402962Z * [new branch] gh/isuruf/98/orig -> origin/gh/isuruf/98/orig 2025-01-24T00:47:44.4403462Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-01-24T00:47:44.4403957Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-01-24T00:47:44.4404464Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-01-24T00:47:44.4404964Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-01-24T00:47:44.4405464Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-01-24T00:47:44.4405999Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-01-24T00:47:44.4406534Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-01-24T00:47:44.4407038Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-01-24T00:47:44.4407532Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-01-24T00:47:44.4408042Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-01-24T00:47:44.4408543Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-01-24T00:47:44.4409035Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-01-24T00:47:44.4409539Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-01-24T00:47:44.4410037Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-01-24T00:47:44.4410542Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-01-24T00:47:44.4411033Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-01-24T00:47:44.4844702Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-01-24T00:47:44.4845243Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-01-24T00:47:44.4845756Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-01-24T00:47:44.4846258Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-01-24T00:47:44.4846753Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-01-24T00:47:44.4847260Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-01-24T00:47:44.4847758Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-01-24T00:47:44.4848258Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-01-24T00:47:44.4848756Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-01-24T00:47:44.4849427Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-01-24T00:47:44.4850311Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-01-24T00:47:44.4850825Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-01-24T00:47:44.4851320Z * [new branch] gh/jamesjwu/70/base -> origin/gh/jamesjwu/70/base 2025-01-24T00:47:44.4851830Z * [new branch] gh/jamesjwu/70/head -> origin/gh/jamesjwu/70/head 2025-01-24T00:47:44.4852334Z * [new branch] gh/jamesjwu/70/orig -> origin/gh/jamesjwu/70/orig 2025-01-24T00:47:44.4852834Z * [new branch] gh/jamesjwu/90/base -> origin/gh/jamesjwu/90/base 2025-01-24T00:47:44.4853323Z * [new branch] gh/jamesjwu/90/head -> origin/gh/jamesjwu/90/head 2025-01-24T00:47:44.4853833Z * [new branch] gh/jamesjwu/90/orig -> origin/gh/jamesjwu/90/orig 2025-01-24T00:47:44.4854326Z * [new branch] gh/jamesjwu/91/base -> origin/gh/jamesjwu/91/base 2025-01-24T00:47:44.4854822Z * [new branch] gh/jamesjwu/91/head -> origin/gh/jamesjwu/91/head 2025-01-24T00:47:44.4855323Z * [new branch] gh/jamesjwu/91/orig -> origin/gh/jamesjwu/91/orig 2025-01-24T00:47:44.4855825Z * [new branch] gh/jamesjwu/93/base -> origin/gh/jamesjwu/93/base 2025-01-24T00:47:44.4856352Z * [new branch] gh/jamesjwu/93/head -> origin/gh/jamesjwu/93/head 2025-01-24T00:47:44.4856843Z * [new branch] gh/jamesjwu/93/orig -> origin/gh/jamesjwu/93/orig 2025-01-24T00:47:44.4857344Z * [new branch] gh/jamesjwu/94/base -> origin/gh/jamesjwu/94/base 2025-01-24T00:47:44.4857846Z * [new branch] gh/jamesjwu/94/head -> origin/gh/jamesjwu/94/head 2025-01-24T00:47:44.4858339Z * [new branch] gh/jamesjwu/94/orig -> origin/gh/jamesjwu/94/orig 2025-01-24T00:47:44.4858848Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-01-24T00:47:44.4859359Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-01-24T00:47:44.4859857Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-01-24T00:47:44.4860356Z * [new branch] gh/janeyx99/200/base -> origin/gh/janeyx99/200/base 2025-01-24T00:47:44.4860863Z * [new branch] gh/janeyx99/200/head -> origin/gh/janeyx99/200/head 2025-01-24T00:47:44.4861456Z * [new branch] gh/janeyx99/200/orig -> origin/gh/janeyx99/200/orig 2025-01-24T00:47:44.4861959Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-01-24T00:47:44.4862481Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-01-24T00:47:44.4862988Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-01-24T00:47:44.4863488Z * [new branch] gh/janeyx99/211/base -> origin/gh/janeyx99/211/base 2025-01-24T00:47:44.4863996Z * [new branch] gh/janeyx99/211/head -> origin/gh/janeyx99/211/head 2025-01-24T00:47:44.4864496Z * [new branch] gh/janeyx99/211/orig -> origin/gh/janeyx99/211/orig 2025-01-24T00:47:44.4864992Z * [new branch] gh/janeyx99/212/base -> origin/gh/janeyx99/212/base 2025-01-24T00:47:44.4865489Z * [new branch] gh/janeyx99/212/head -> origin/gh/janeyx99/212/head 2025-01-24T00:47:44.4865985Z * [new branch] gh/janeyx99/212/orig -> origin/gh/janeyx99/212/orig 2025-01-24T00:47:44.4866482Z * [new branch] gh/janeyx99/213/base -> origin/gh/janeyx99/213/base 2025-01-24T00:47:44.4866979Z * [new branch] gh/janeyx99/213/head -> origin/gh/janeyx99/213/head 2025-01-24T00:47:44.4867598Z * [new branch] gh/janeyx99/213/orig -> origin/gh/janeyx99/213/orig 2025-01-24T00:47:44.4868378Z * [new branch] gh/janeyx99/214/base -> origin/gh/janeyx99/214/base 2025-01-24T00:47:44.4868883Z * [new branch] gh/janeyx99/214/head -> origin/gh/janeyx99/214/head 2025-01-24T00:47:44.5351569Z * [new branch] gh/janeyx99/214/orig -> origin/gh/janeyx99/214/orig 2025-01-24T00:47:44.5352628Z * [new branch] gh/janeyx99/215/base -> origin/gh/janeyx99/215/base 2025-01-24T00:47:44.5353625Z * [new branch] gh/janeyx99/215/head -> origin/gh/janeyx99/215/head 2025-01-24T00:47:44.5354555Z * [new branch] gh/janeyx99/215/orig -> origin/gh/janeyx99/215/orig 2025-01-24T00:47:44.5355548Z * [new branch] gh/janeyx99/216/base -> origin/gh/janeyx99/216/base 2025-01-24T00:47:44.5356567Z * [new branch] gh/janeyx99/216/head -> origin/gh/janeyx99/216/head 2025-01-24T00:47:44.5357517Z * [new branch] gh/janeyx99/216/orig -> origin/gh/janeyx99/216/orig 2025-01-24T00:47:44.5358577Z * [new branch] gh/janeyx99/217/base -> origin/gh/janeyx99/217/base 2025-01-24T00:47:44.5359581Z * [new branch] gh/janeyx99/217/head -> origin/gh/janeyx99/217/head 2025-01-24T00:47:44.5360562Z * [new branch] gh/janeyx99/217/orig -> origin/gh/janeyx99/217/orig 2025-01-24T00:47:44.5361535Z * [new branch] gh/janeyx99/86/base -> origin/gh/janeyx99/86/base 2025-01-24T00:47:44.5362661Z * [new branch] gh/janeyx99/86/head -> origin/gh/janeyx99/86/head 2025-01-24T00:47:44.5363641Z * [new branch] gh/janeyx99/86/orig -> origin/gh/janeyx99/86/orig 2025-01-24T00:47:44.5364308Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-01-24T00:47:44.5365177Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-01-24T00:47:44.5365951Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-01-24T00:47:44.5366629Z * [new branch] gh/jansel/227/base -> origin/gh/jansel/227/base 2025-01-24T00:47:44.5367337Z * [new branch] gh/jansel/227/head -> origin/gh/jansel/227/head 2025-01-24T00:47:44.5368035Z * [new branch] gh/jansel/227/orig -> origin/gh/jansel/227/orig 2025-01-24T00:47:44.5368760Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-01-24T00:47:44.5369482Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-01-24T00:47:44.5370132Z * [new branch] gh/jansel/422/base -> origin/gh/jansel/422/base 2025-01-24T00:47:44.5370901Z * [new branch] gh/jansel/422/head -> origin/gh/jansel/422/head 2025-01-24T00:47:44.5371599Z * [new branch] gh/jansel/422/orig -> origin/gh/jansel/422/orig 2025-01-24T00:47:44.5372278Z * [new branch] gh/jansel/446/base -> origin/gh/jansel/446/base 2025-01-24T00:47:44.5372940Z * [new branch] gh/jansel/446/head -> origin/gh/jansel/446/head 2025-01-24T00:47:44.5373565Z * [new branch] gh/jansel/446/orig -> origin/gh/jansel/446/orig 2025-01-24T00:47:44.5374262Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-01-24T00:47:44.5374955Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-01-24T00:47:44.5375718Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-01-24T00:47:44.5376369Z * [new branch] gh/jansel/453/base -> origin/gh/jansel/453/base 2025-01-24T00:47:44.5377081Z * [new branch] gh/jansel/453/head -> origin/gh/jansel/453/head 2025-01-24T00:47:44.5378111Z * [new branch] gh/jansel/453/orig -> origin/gh/jansel/453/orig 2025-01-24T00:47:44.5379581Z * [new branch] gh/jansel/454/base -> origin/gh/jansel/454/base 2025-01-24T00:47:44.5380425Z * [new branch] gh/jansel/454/head -> origin/gh/jansel/454/head 2025-01-24T00:47:44.5381187Z * [new branch] gh/jansel/454/orig -> origin/gh/jansel/454/orig 2025-01-24T00:47:44.5381915Z * [new branch] gh/jansel/455/base -> origin/gh/jansel/455/base 2025-01-24T00:47:44.5382693Z * [new branch] gh/jansel/455/head -> origin/gh/jansel/455/head 2025-01-24T00:47:44.5383320Z * [new branch] gh/jansel/455/orig -> origin/gh/jansel/455/orig 2025-01-24T00:47:44.5384004Z * [new branch] gh/jansel/458/base -> origin/gh/jansel/458/base 2025-01-24T00:47:44.5384709Z * [new branch] gh/jansel/458/head -> origin/gh/jansel/458/head 2025-01-24T00:47:44.5385438Z * [new branch] gh/jansel/458/orig -> origin/gh/jansel/458/orig 2025-01-24T00:47:44.5386120Z * [new branch] gh/jansel/459/base -> origin/gh/jansel/459/base 2025-01-24T00:47:44.5386827Z * [new branch] gh/jansel/459/head -> origin/gh/jansel/459/head 2025-01-24T00:47:44.5387523Z * [new branch] gh/jansel/459/orig -> origin/gh/jansel/459/orig 2025-01-24T00:47:44.5388120Z * [new branch] gh/jansel/460/base -> origin/gh/jansel/460/base 2025-01-24T00:47:44.5388781Z * [new branch] gh/jansel/460/head -> origin/gh/jansel/460/head 2025-01-24T00:47:44.6166596Z * [new branch] gh/jansel/460/orig -> origin/gh/jansel/460/orig 2025-01-24T00:47:44.6167215Z * [new branch] gh/jansel/461/base -> origin/gh/jansel/461/base 2025-01-24T00:47:44.6167827Z * [new branch] gh/jansel/461/head -> origin/gh/jansel/461/head 2025-01-24T00:47:44.6168388Z * [new branch] gh/jansel/461/orig -> origin/gh/jansel/461/orig 2025-01-24T00:47:44.6168970Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-01-24T00:47:44.6169493Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-01-24T00:47:44.6170054Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-01-24T00:47:44.6170605Z * [new branch] gh/jansel/463/base -> origin/gh/jansel/463/base 2025-01-24T00:47:44.6171129Z * [new branch] gh/jansel/463/head -> origin/gh/jansel/463/head 2025-01-24T00:47:44.6171694Z * [new branch] gh/jansel/463/orig -> origin/gh/jansel/463/orig 2025-01-24T00:47:44.6172242Z * [new branch] gh/jansel/464/base -> origin/gh/jansel/464/base 2025-01-24T00:47:44.6172772Z * [new branch] gh/jansel/464/head -> origin/gh/jansel/464/head 2025-01-24T00:47:44.6173337Z * [new branch] gh/jansel/464/orig -> origin/gh/jansel/464/orig 2025-01-24T00:47:44.6173860Z * [new branch] gh/jansel/465/base -> origin/gh/jansel/465/base 2025-01-24T00:47:44.6174417Z * [new branch] gh/jansel/465/head -> origin/gh/jansel/465/head 2025-01-24T00:47:44.6174979Z * [new branch] gh/jansel/465/orig -> origin/gh/jansel/465/orig 2025-01-24T00:47:44.6175490Z * [new branch] gh/jansel/466/base -> origin/gh/jansel/466/base 2025-01-24T00:47:44.6176057Z * [new branch] gh/jansel/466/head -> origin/gh/jansel/466/head 2025-01-24T00:47:44.6176635Z * [new branch] gh/jansel/466/orig -> origin/gh/jansel/466/orig 2025-01-24T00:47:44.6177162Z * [new branch] gh/jansel/467/base -> origin/gh/jansel/467/base 2025-01-24T00:47:44.6177987Z * [new branch] gh/jansel/467/head -> origin/gh/jansel/467/head 2025-01-24T00:47:44.6179052Z * [new branch] gh/jansel/467/orig -> origin/gh/jansel/467/orig 2025-01-24T00:47:44.6179631Z * [new branch] gh/jansel/468/base -> origin/gh/jansel/468/base 2025-01-24T00:47:44.6180153Z * [new branch] gh/jansel/468/head -> origin/gh/jansel/468/head 2025-01-24T00:47:44.6180724Z * [new branch] gh/jansel/468/orig -> origin/gh/jansel/468/orig 2025-01-24T00:47:44.6181286Z * [new branch] gh/jansel/469/base -> origin/gh/jansel/469/base 2025-01-24T00:47:44.6181885Z * [new branch] gh/jansel/469/head -> origin/gh/jansel/469/head 2025-01-24T00:47:44.6182455Z * [new branch] gh/jansel/469/orig -> origin/gh/jansel/469/orig 2025-01-24T00:47:44.6183017Z * [new branch] gh/jansel/470/base -> origin/gh/jansel/470/base 2025-01-24T00:47:44.6183549Z * [new branch] gh/jansel/470/head -> origin/gh/jansel/470/head 2025-01-24T00:47:44.6184110Z * [new branch] gh/jansel/470/orig -> origin/gh/jansel/470/orig 2025-01-24T00:47:44.6184666Z * [new branch] gh/jansel/471/base -> origin/gh/jansel/471/base 2025-01-24T00:47:44.6185194Z * [new branch] gh/jansel/471/head -> origin/gh/jansel/471/head 2025-01-24T00:47:44.6185754Z * [new branch] gh/jansel/471/orig -> origin/gh/jansel/471/orig 2025-01-24T00:47:44.6186331Z * [new branch] gh/jansel/472/base -> origin/gh/jansel/472/base 2025-01-24T00:47:44.6186807Z * [new branch] gh/jansel/472/head -> origin/gh/jansel/472/head 2025-01-24T00:47:44.6187289Z * [new branch] gh/jansel/472/orig -> origin/gh/jansel/472/orig 2025-01-24T00:47:44.6187781Z * [new branch] gh/jansel/473/base -> origin/gh/jansel/473/base 2025-01-24T00:47:44.6188262Z * [new branch] gh/jansel/473/head -> origin/gh/jansel/473/head 2025-01-24T00:47:44.6188743Z * [new branch] gh/jansel/473/orig -> origin/gh/jansel/473/orig 2025-01-24T00:47:44.6189238Z * [new branch] gh/jansel/474/base -> origin/gh/jansel/474/base 2025-01-24T00:47:44.6189723Z * [new branch] gh/jansel/474/head -> origin/gh/jansel/474/head 2025-01-24T00:47:44.6190202Z * [new branch] gh/jansel/474/orig -> origin/gh/jansel/474/orig 2025-01-24T00:47:44.6190691Z * [new branch] gh/jansel/475/base -> origin/gh/jansel/475/base 2025-01-24T00:47:44.6191178Z * [new branch] gh/jansel/475/head -> origin/gh/jansel/475/head 2025-01-24T00:47:44.6191694Z * [new branch] gh/jansel/475/orig -> origin/gh/jansel/475/orig 2025-01-24T00:47:44.6192261Z * [new branch] gh/jansel/476/base -> origin/gh/jansel/476/base 2025-01-24T00:47:44.6192758Z * [new branch] gh/jansel/476/head -> origin/gh/jansel/476/head 2025-01-24T00:47:44.6612569Z * [new branch] gh/jansel/476/orig -> origin/gh/jansel/476/orig 2025-01-24T00:47:44.6613142Z * [new branch] gh/jbschlosser/174/base -> origin/gh/jbschlosser/174/base 2025-01-24T00:47:44.6613693Z * [new branch] gh/jbschlosser/174/head -> origin/gh/jbschlosser/174/head 2025-01-24T00:47:44.6614239Z * [new branch] gh/jbschlosser/174/orig -> origin/gh/jbschlosser/174/orig 2025-01-24T00:47:44.6614777Z * [new branch] gh/jbschlosser/187/base -> origin/gh/jbschlosser/187/base 2025-01-24T00:47:44.6615313Z * [new branch] gh/jbschlosser/187/head -> origin/gh/jbschlosser/187/head 2025-01-24T00:47:44.6615901Z * [new branch] gh/jbschlosser/187/orig -> origin/gh/jbschlosser/187/orig 2025-01-24T00:47:44.6616735Z * [new branch] gh/jbschlosser/195/base -> origin/gh/jbschlosser/195/base 2025-01-24T00:47:44.6617698Z * [new branch] gh/jbschlosser/195/head -> origin/gh/jbschlosser/195/head 2025-01-24T00:47:44.6618258Z * [new branch] gh/jbschlosser/195/orig -> origin/gh/jbschlosser/195/orig 2025-01-24T00:47:44.6618801Z * [new branch] gh/jbschlosser/208/base -> origin/gh/jbschlosser/208/base 2025-01-24T00:47:44.6619340Z * [new branch] gh/jbschlosser/208/head -> origin/gh/jbschlosser/208/head 2025-01-24T00:47:44.6619884Z * [new branch] gh/jbschlosser/208/orig -> origin/gh/jbschlosser/208/orig 2025-01-24T00:47:44.6620427Z * [new branch] gh/jbschlosser/214/base -> origin/gh/jbschlosser/214/base 2025-01-24T00:47:44.6620963Z * [new branch] gh/jbschlosser/214/head -> origin/gh/jbschlosser/214/head 2025-01-24T00:47:44.6621623Z * [new branch] gh/jbschlosser/214/orig -> origin/gh/jbschlosser/214/orig 2025-01-24T00:47:44.6622210Z * [new branch] gh/jbschlosser/216/base -> origin/gh/jbschlosser/216/base 2025-01-24T00:47:44.6622759Z * [new branch] gh/jbschlosser/216/head -> origin/gh/jbschlosser/216/head 2025-01-24T00:47:44.6623290Z * [new branch] gh/jbschlosser/216/orig -> origin/gh/jbschlosser/216/orig 2025-01-24T00:47:44.6623840Z * [new branch] gh/jbschlosser/217/base -> origin/gh/jbschlosser/217/base 2025-01-24T00:47:44.6624382Z * [new branch] gh/jbschlosser/217/head -> origin/gh/jbschlosser/217/head 2025-01-24T00:47:44.6624912Z * [new branch] gh/jbschlosser/217/orig -> origin/gh/jbschlosser/217/orig 2025-01-24T00:47:44.6625449Z * [new branch] gh/jbschlosser/218/base -> origin/gh/jbschlosser/218/base 2025-01-24T00:47:44.6625993Z * [new branch] gh/jbschlosser/218/head -> origin/gh/jbschlosser/218/head 2025-01-24T00:47:44.6626543Z * [new branch] gh/jbschlosser/218/orig -> origin/gh/jbschlosser/218/orig 2025-01-24T00:47:44.6627078Z * [new branch] gh/jbschlosser/219/base -> origin/gh/jbschlosser/219/base 2025-01-24T00:47:44.6627715Z * [new branch] gh/jbschlosser/219/head -> origin/gh/jbschlosser/219/head 2025-01-24T00:47:44.6628257Z * [new branch] gh/jbschlosser/219/orig -> origin/gh/jbschlosser/219/orig 2025-01-24T00:47:44.6628790Z * [new branch] gh/jbschlosser/220/base -> origin/gh/jbschlosser/220/base 2025-01-24T00:47:44.6629332Z * [new branch] gh/jbschlosser/220/head -> origin/gh/jbschlosser/220/head 2025-01-24T00:47:44.6629872Z * [new branch] gh/jbschlosser/220/orig -> origin/gh/jbschlosser/220/orig 2025-01-24T00:47:44.6630414Z * [new branch] gh/jbschlosser/221/base -> origin/gh/jbschlosser/221/base 2025-01-24T00:47:44.6630956Z * [new branch] gh/jbschlosser/221/head -> origin/gh/jbschlosser/221/head 2025-01-24T00:47:44.6631495Z * [new branch] gh/jbschlosser/221/orig -> origin/gh/jbschlosser/221/orig 2025-01-24T00:47:44.6632047Z * [new branch] gh/jbschlosser/222/base -> origin/gh/jbschlosser/222/base 2025-01-24T00:47:44.6632581Z * [new branch] gh/jbschlosser/222/head -> origin/gh/jbschlosser/222/head 2025-01-24T00:47:44.6633205Z * [new branch] gh/jbschlosser/222/orig -> origin/gh/jbschlosser/222/orig 2025-01-24T00:47:44.6633754Z * [new branch] gh/jbschlosser/223/base -> origin/gh/jbschlosser/223/base 2025-01-24T00:47:44.6634289Z * [new branch] gh/jbschlosser/223/head -> origin/gh/jbschlosser/223/head 2025-01-24T00:47:44.6634837Z * [new branch] gh/jbschlosser/223/orig -> origin/gh/jbschlosser/223/orig 2025-01-24T00:47:44.6635387Z * [new branch] gh/jbschlosser/224/base -> origin/gh/jbschlosser/224/base 2025-01-24T00:47:44.6636091Z * [new branch] gh/jbschlosser/224/head -> origin/gh/jbschlosser/224/head 2025-01-24T00:47:44.6636966Z * [new branch] gh/jbschlosser/224/orig -> origin/gh/jbschlosser/224/orig 2025-01-24T00:47:44.6637522Z * [new branch] gh/jbschlosser/225/base -> origin/gh/jbschlosser/225/base 2025-01-24T00:47:44.6638071Z * [new branch] gh/jbschlosser/225/head -> origin/gh/jbschlosser/225/head 2025-01-24T00:47:44.7075735Z * [new branch] gh/jbschlosser/225/orig -> origin/gh/jbschlosser/225/orig 2025-01-24T00:47:44.7076350Z * [new branch] gh/jbschlosser/89/base -> origin/gh/jbschlosser/89/base 2025-01-24T00:47:44.7076899Z * [new branch] gh/jbschlosser/89/head -> origin/gh/jbschlosser/89/head 2025-01-24T00:47:44.7077464Z * [new branch] gh/jbschlosser/89/orig -> origin/gh/jbschlosser/89/orig 2025-01-24T00:47:44.7078041Z * [new branch] gh/jcaip/41/base -> origin/gh/jcaip/41/base 2025-01-24T00:47:44.7078566Z * [new branch] gh/jcaip/41/head -> origin/gh/jcaip/41/head 2025-01-24T00:47:44.7079055Z * [new branch] gh/jcaip/41/orig -> origin/gh/jcaip/41/orig 2025-01-24T00:47:44.7079521Z * [new branch] gh/jcaip/70/base -> origin/gh/jcaip/70/base 2025-01-24T00:47:44.7080001Z * [new branch] gh/jcaip/70/head -> origin/gh/jcaip/70/head 2025-01-24T00:47:44.7080474Z * [new branch] gh/jcaip/70/orig -> origin/gh/jcaip/70/orig 2025-01-24T00:47:44.7080981Z * [new branch] gh/jerryzh168/855/base -> origin/gh/jerryzh168/855/base 2025-01-24T00:47:44.7081501Z * [new branch] gh/jerryzh168/855/head -> origin/gh/jerryzh168/855/head 2025-01-24T00:47:44.7082027Z * [new branch] gh/jerryzh168/855/orig -> origin/gh/jerryzh168/855/orig 2025-01-24T00:47:44.7082557Z * [new branch] gh/jerryzh168/858/base -> origin/gh/jerryzh168/858/base 2025-01-24T00:47:44.7083070Z * [new branch] gh/jerryzh168/858/head -> origin/gh/jerryzh168/858/head 2025-01-24T00:47:44.7083607Z * [new branch] gh/jerryzh168/858/orig -> origin/gh/jerryzh168/858/orig 2025-01-24T00:47:44.7084202Z * [new branch] gh/jerryzh168/859/base -> origin/gh/jerryzh168/859/base 2025-01-24T00:47:44.7084726Z * [new branch] gh/jerryzh168/859/head -> origin/gh/jerryzh168/859/head 2025-01-24T00:47:44.7085255Z * [new branch] gh/jerryzh168/859/orig -> origin/gh/jerryzh168/859/orig 2025-01-24T00:47:44.7085783Z * [new branch] gh/jerryzh168/860/base -> origin/gh/jerryzh168/860/base 2025-01-24T00:47:44.7086309Z * [new branch] gh/jerryzh168/860/head -> origin/gh/jerryzh168/860/head 2025-01-24T00:47:44.7086819Z * [new branch] gh/jerryzh168/860/orig -> origin/gh/jerryzh168/860/orig 2025-01-24T00:47:44.7087329Z * [new branch] gh/jgong5/23/base -> origin/gh/jgong5/23/base 2025-01-24T00:47:44.7087815Z * [new branch] gh/jgong5/23/head -> origin/gh/jgong5/23/head 2025-01-24T00:47:44.7088312Z * [new branch] gh/jiayisunx/12/base -> origin/gh/jiayisunx/12/base 2025-01-24T00:47:44.7088837Z * [new branch] gh/jiayisunx/12/head -> origin/gh/jiayisunx/12/head 2025-01-24T00:47:44.7089389Z * [new branch] gh/jiayisunx/12/orig -> origin/gh/jiayisunx/12/orig 2025-01-24T00:47:44.7089931Z * [new branch] gh/jiayisunx/23/base -> origin/gh/jiayisunx/23/base 2025-01-24T00:47:44.7090447Z * [new branch] gh/jiayisunx/23/head -> origin/gh/jiayisunx/23/head 2025-01-24T00:47:44.7090964Z * [new branch] gh/jiayisunx/23/orig -> origin/gh/jiayisunx/23/orig 2025-01-24T00:47:44.7091669Z * [new branch] gh/jiayisunx/34/base -> origin/gh/jiayisunx/34/base 2025-01-24T00:47:44.7092174Z * [new branch] gh/jiayisunx/34/head -> origin/gh/jiayisunx/34/head 2025-01-24T00:47:44.7093094Z * [new branch] gh/jiayisunx/34/orig -> origin/gh/jiayisunx/34/orig 2025-01-24T00:47:44.7093629Z * [new branch] gh/jiayisunx/37/base -> origin/gh/jiayisunx/37/base 2025-01-24T00:47:44.7094136Z * [new branch] gh/jiayisunx/37/head -> origin/gh/jiayisunx/37/head 2025-01-24T00:47:44.7094647Z * [new branch] gh/jiayisunx/37/orig -> origin/gh/jiayisunx/37/orig 2025-01-24T00:47:44.7095213Z * [new branch] gh/jiayisunx/38/base -> origin/gh/jiayisunx/38/base 2025-01-24T00:47:44.7095753Z * [new branch] gh/jiayisunx/38/head -> origin/gh/jiayisunx/38/head 2025-01-24T00:47:44.7096273Z * [new branch] gh/jiayisunx/38/orig -> origin/gh/jiayisunx/38/orig 2025-01-24T00:47:44.7096798Z * [new branch] gh/jiayisunx/39/base -> origin/gh/jiayisunx/39/base 2025-01-24T00:47:44.7097315Z * [new branch] gh/jiayisunx/39/head -> origin/gh/jiayisunx/39/head 2025-01-24T00:47:44.7097822Z * [new branch] gh/jiayisunx/39/orig -> origin/gh/jiayisunx/39/orig 2025-01-24T00:47:44.7098336Z * [new branch] gh/jiayisunx/40/base -> origin/gh/jiayisunx/40/base 2025-01-24T00:47:44.7098844Z * [new branch] gh/jiayisunx/40/head -> origin/gh/jiayisunx/40/head 2025-01-24T00:47:44.7099348Z * [new branch] gh/jiayisunx/40/orig -> origin/gh/jiayisunx/40/orig 2025-01-24T00:47:44.7099862Z * [new branch] gh/jiayisunx/50/base -> origin/gh/jiayisunx/50/base 2025-01-24T00:47:44.7555568Z * [new branch] gh/jiayisunx/50/head -> origin/gh/jiayisunx/50/head 2025-01-24T00:47:44.7556149Z * [new branch] gh/jiayisunx/50/orig -> origin/gh/jiayisunx/50/orig 2025-01-24T00:47:44.7556702Z * [new branch] gh/jiayisunx/51/base -> origin/gh/jiayisunx/51/base 2025-01-24T00:47:44.7557233Z * [new branch] gh/jiayisunx/51/head -> origin/gh/jiayisunx/51/head 2025-01-24T00:47:44.7557747Z * [new branch] gh/jiayisunx/51/orig -> origin/gh/jiayisunx/51/orig 2025-01-24T00:47:44.7558249Z * [new branch] gh/jiayisunx/52/base -> origin/gh/jiayisunx/52/base 2025-01-24T00:47:44.7558759Z * [new branch] gh/jiayisunx/52/head -> origin/gh/jiayisunx/52/head 2025-01-24T00:47:44.7559273Z * [new branch] gh/jiayisunx/52/orig -> origin/gh/jiayisunx/52/orig 2025-01-24T00:47:44.7559774Z * [new branch] gh/jiayisunx/53/base -> origin/gh/jiayisunx/53/base 2025-01-24T00:47:44.7560288Z * [new branch] gh/jiayisunx/53/head -> origin/gh/jiayisunx/53/head 2025-01-24T00:47:44.7560804Z * [new branch] gh/jiayisunx/53/orig -> origin/gh/jiayisunx/53/orig 2025-01-24T00:47:44.7561311Z * [new branch] gh/jiayisunx/54/base -> origin/gh/jiayisunx/54/base 2025-01-24T00:47:44.7561819Z * [new branch] gh/jiayisunx/54/head -> origin/gh/jiayisunx/54/head 2025-01-24T00:47:44.7562335Z * [new branch] gh/jiayisunx/54/orig -> origin/gh/jiayisunx/54/orig 2025-01-24T00:47:44.7562860Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-01-24T00:47:44.7563385Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-01-24T00:47:44.7563907Z * [new branch] gh/jon-chuang/1/base -> origin/gh/jon-chuang/1/base 2025-01-24T00:47:44.7564407Z * [new branch] gh/jon-chuang/1/head -> origin/gh/jon-chuang/1/head 2025-01-24T00:47:44.7564907Z * [new branch] gh/jon-chuang/12/base -> origin/gh/jon-chuang/12/base 2025-01-24T00:47:44.7565615Z * [new branch] gh/jon-chuang/13/base -> origin/gh/jon-chuang/13/base 2025-01-24T00:47:44.7566134Z * [new branch] gh/jon-chuang/14/base -> origin/gh/jon-chuang/14/base 2025-01-24T00:47:44.7567118Z * [new branch] gh/jon-chuang/16/base -> origin/gh/jon-chuang/16/base 2025-01-24T00:47:44.7567629Z * [new branch] gh/jon-chuang/16/head -> origin/gh/jon-chuang/16/head 2025-01-24T00:47:44.7568145Z * [new branch] gh/jon-chuang/16/orig -> origin/gh/jon-chuang/16/orig 2025-01-24T00:47:44.7568656Z * [new branch] gh/jon-chuang/19/base -> origin/gh/jon-chuang/19/base 2025-01-24T00:47:44.7569157Z * [new branch] gh/jon-chuang/19/head -> origin/gh/jon-chuang/19/head 2025-01-24T00:47:44.7569668Z * [new branch] gh/jon-chuang/19/orig -> origin/gh/jon-chuang/19/orig 2025-01-24T00:47:44.7570180Z * [new branch] gh/jon-chuang/2/base -> origin/gh/jon-chuang/2/base 2025-01-24T00:47:44.7570699Z * [new branch] gh/jon-chuang/2/head -> origin/gh/jon-chuang/2/head 2025-01-24T00:47:44.7571191Z * [new branch] gh/jon-chuang/3/base -> origin/gh/jon-chuang/3/base 2025-01-24T00:47:44.7571687Z * [new branch] gh/jon-chuang/3/head -> origin/gh/jon-chuang/3/head 2025-01-24T00:47:44.7572188Z * [new branch] gh/jon-chuang/4/base -> origin/gh/jon-chuang/4/base 2025-01-24T00:47:44.7572678Z * [new branch] gh/jon-chuang/4/head -> origin/gh/jon-chuang/4/head 2025-01-24T00:47:44.7573174Z * [new branch] gh/jon-chuang/5/base -> origin/gh/jon-chuang/5/base 2025-01-24T00:47:44.7573665Z * [new branch] gh/jon-chuang/5/head -> origin/gh/jon-chuang/5/head 2025-01-24T00:47:44.7574158Z * [new branch] gh/jon-chuang/6/base -> origin/gh/jon-chuang/6/base 2025-01-24T00:47:44.7574660Z * [new branch] gh/jon-chuang/6/head -> origin/gh/jon-chuang/6/head 2025-01-24T00:47:44.7575167Z * [new branch] gh/jon-chuang/7/base -> origin/gh/jon-chuang/7/base 2025-01-24T00:47:44.7575663Z * [new branch] gh/jon-chuang/7/head -> origin/gh/jon-chuang/7/head 2025-01-24T00:47:44.7576154Z * [new branch] gh/jon-chuang/8/base -> origin/gh/jon-chuang/8/base 2025-01-24T00:47:44.7576650Z * [new branch] gh/jon-chuang/8/head -> origin/gh/jon-chuang/8/head 2025-01-24T00:47:44.7577176Z * [new branch] gh/justinchuby/101/base -> origin/gh/justinchuby/101/base 2025-01-24T00:47:44.7577718Z * [new branch] gh/justinchuby/101/head -> origin/gh/justinchuby/101/head 2025-01-24T00:47:44.7578261Z * [new branch] gh/justinchuby/101/orig -> origin/gh/justinchuby/101/orig 2025-01-24T00:47:44.7578773Z * [new branch] gh/kadeng/1/base -> origin/gh/kadeng/1/base 2025-01-24T00:47:44.7579258Z * [new branch] gh/kadeng/1/head -> origin/gh/kadeng/1/head 2025-01-24T00:47:44.7579729Z * [new branch] gh/kadeng/1/orig -> origin/gh/kadeng/1/orig 2025-01-24T00:47:44.8057501Z * [new branch] gh/kadeng/12/base -> origin/gh/kadeng/12/base 2025-01-24T00:47:44.8058059Z * [new branch] gh/kadeng/12/head -> origin/gh/kadeng/12/head 2025-01-24T00:47:44.8058550Z * [new branch] gh/kadeng/13/base -> origin/gh/kadeng/13/base 2025-01-24T00:47:44.8059041Z * [new branch] gh/kadeng/13/head -> origin/gh/kadeng/13/head 2025-01-24T00:47:44.8059573Z * [new branch] gh/kadeng/14/base -> origin/gh/kadeng/14/base 2025-01-24T00:47:44.8060095Z * [new branch] gh/kadeng/14/head -> origin/gh/kadeng/14/head 2025-01-24T00:47:44.8060671Z * [new branch] gh/kadeng/16/base -> origin/gh/kadeng/16/base 2025-01-24T00:47:44.8061368Z * [new branch] gh/kadeng/16/head -> origin/gh/kadeng/16/head 2025-01-24T00:47:44.8061941Z * [new branch] gh/kadeng/6/base -> origin/gh/kadeng/6/base 2025-01-24T00:47:44.8062946Z * [new branch] gh/kadeng/6/head -> origin/gh/kadeng/6/head 2025-01-24T00:47:44.8063445Z * [new branch] gh/kadeng/7/base -> origin/gh/kadeng/7/base 2025-01-24T00:47:44.8063930Z * [new branch] gh/kadeng/9/base -> origin/gh/kadeng/9/base 2025-01-24T00:47:44.8064395Z * [new branch] gh/kadeng/9/head -> origin/gh/kadeng/9/head 2025-01-24T00:47:44.8064970Z * [new branch] gh/kimishpatel/186/base -> origin/gh/kimishpatel/186/base 2025-01-24T00:47:44.8065577Z * [new branch] gh/kimishpatel/186/head -> origin/gh/kimishpatel/186/head 2025-01-24T00:47:44.8066116Z * [new branch] gh/kimishpatel/186/orig -> origin/gh/kimishpatel/186/orig 2025-01-24T00:47:44.8066644Z * [new branch] gh/kollasb/5/base -> origin/gh/kollasb/5/base 2025-01-24T00:47:44.8067142Z * [new branch] gh/kollasb/5/head -> origin/gh/kollasb/5/head 2025-01-24T00:47:44.8067622Z * [new branch] gh/kollasb/5/orig -> origin/gh/kollasb/5/orig 2025-01-24T00:47:44.8068142Z * [new branch] gh/kurtamohler/30/base -> origin/gh/kurtamohler/30/base 2025-01-24T00:47:44.8068679Z * [new branch] gh/kurtamohler/30/head -> origin/gh/kurtamohler/30/head 2025-01-24T00:47:44.8069219Z * [new branch] gh/kurtamohler/30/orig -> origin/gh/kurtamohler/30/orig 2025-01-24T00:47:44.8069731Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-01-24T00:47:44.8070244Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-01-24T00:47:44.8070778Z * [new branch] gh/kwen2501/108/base -> origin/gh/kwen2501/108/base 2025-01-24T00:47:44.8071315Z * [new branch] gh/kwen2501/108/head -> origin/gh/kwen2501/108/head 2025-01-24T00:47:44.8071831Z * [new branch] gh/kwen2501/108/orig -> origin/gh/kwen2501/108/orig 2025-01-24T00:47:44.8072344Z * [new branch] gh/kwen2501/109/base -> origin/gh/kwen2501/109/base 2025-01-24T00:47:44.8072846Z * [new branch] gh/kwen2501/109/head -> origin/gh/kwen2501/109/head 2025-01-24T00:47:44.8073336Z * [new branch] gh/kwen2501/109/orig -> origin/gh/kwen2501/109/orig 2025-01-24T00:47:44.8073833Z * [new branch] gh/kwen2501/118/base -> origin/gh/kwen2501/118/base 2025-01-24T00:47:44.8074334Z * [new branch] gh/kwen2501/118/head -> origin/gh/kwen2501/118/head 2025-01-24T00:47:44.8074823Z * [new branch] gh/kwen2501/118/orig -> origin/gh/kwen2501/118/orig 2025-01-24T00:47:44.8075328Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-01-24T00:47:44.8075835Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-01-24T00:47:44.8076359Z * [new branch] gh/kwen2501/65/base -> origin/gh/kwen2501/65/base 2025-01-24T00:47:44.8076846Z * [new branch] gh/kwen2501/65/head -> origin/gh/kwen2501/65/head 2025-01-24T00:47:44.8077374Z * [new branch] gh/kwen2501/65/orig -> origin/gh/kwen2501/65/orig 2025-01-24T00:47:44.8077861Z * [new branch] gh/kwen2501/66/base -> origin/gh/kwen2501/66/base 2025-01-24T00:47:44.8078340Z * [new branch] gh/kwen2501/66/head -> origin/gh/kwen2501/66/head 2025-01-24T00:47:44.8078826Z * [new branch] gh/kwen2501/66/orig -> origin/gh/kwen2501/66/orig 2025-01-24T00:47:44.8079315Z * [new branch] gh/kwen2501/79/base -> origin/gh/kwen2501/79/base 2025-01-24T00:47:44.8079922Z * [new branch] gh/kwen2501/79/head -> origin/gh/kwen2501/79/head 2025-01-24T00:47:44.8080728Z * [new branch] gh/kwen2501/79/orig -> origin/gh/kwen2501/79/orig 2025-01-24T00:47:44.8081226Z * [new branch] gh/kwen2501/87/base -> origin/gh/kwen2501/87/base 2025-01-24T00:47:44.8081702Z * [new branch] gh/kwen2501/87/head -> origin/gh/kwen2501/87/head 2025-01-24T00:47:44.8082234Z * [new branch] gh/kwen2501/87/orig -> origin/gh/kwen2501/87/orig 2025-01-24T00:47:44.8500846Z * [new branch] gh/kwen2501/97/base -> origin/gh/kwen2501/97/base 2025-01-24T00:47:44.8501402Z * [new branch] gh/kwen2501/97/head -> origin/gh/kwen2501/97/head 2025-01-24T00:47:44.8501960Z * [new branch] gh/kwen2501/97/orig -> origin/gh/kwen2501/97/orig 2025-01-24T00:47:44.8502478Z * [new branch] gh/laithsakka/102/base -> origin/gh/laithsakka/102/base 2025-01-24T00:47:44.8503047Z * [new branch] gh/laithsakka/102/head -> origin/gh/laithsakka/102/head 2025-01-24T00:47:44.8503594Z * [new branch] gh/laithsakka/102/orig -> origin/gh/laithsakka/102/orig 2025-01-24T00:47:44.8504118Z * [new branch] gh/laithsakka/103/base -> origin/gh/laithsakka/103/base 2025-01-24T00:47:44.8504647Z * [new branch] gh/laithsakka/103/head -> origin/gh/laithsakka/103/head 2025-01-24T00:47:44.8505174Z * [new branch] gh/laithsakka/103/orig -> origin/gh/laithsakka/103/orig 2025-01-24T00:47:44.8505697Z * [new branch] gh/laithsakka/105/base -> origin/gh/laithsakka/105/base 2025-01-24T00:47:44.8506224Z * [new branch] gh/laithsakka/105/head -> origin/gh/laithsakka/105/head 2025-01-24T00:47:44.8506758Z * [new branch] gh/laithsakka/105/orig -> origin/gh/laithsakka/105/orig 2025-01-24T00:47:44.8507285Z * [new branch] gh/laithsakka/106/base -> origin/gh/laithsakka/106/base 2025-01-24T00:47:44.8507814Z * [new branch] gh/laithsakka/106/head -> origin/gh/laithsakka/106/head 2025-01-24T00:47:44.8508350Z * [new branch] gh/laithsakka/106/orig -> origin/gh/laithsakka/106/orig 2025-01-24T00:47:44.8508874Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-01-24T00:47:44.8509394Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-01-24T00:47:44.8509917Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-01-24T00:47:44.8510438Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-01-24T00:47:44.8510949Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-01-24T00:47:44.8511475Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-01-24T00:47:44.8512009Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-01-24T00:47:44.8512528Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-01-24T00:47:44.8513063Z * [new branch] gh/laithsakka/74/base -> origin/gh/laithsakka/74/base 2025-01-24T00:47:44.8513585Z * [new branch] gh/laithsakka/74/head -> origin/gh/laithsakka/74/head 2025-01-24T00:47:44.8514106Z * [new branch] gh/laithsakka/74/orig -> origin/gh/laithsakka/74/orig 2025-01-24T00:47:44.8514628Z * [new branch] gh/larryliu0820/44/base -> origin/gh/larryliu0820/44/base 2025-01-24T00:47:44.8515170Z * [new branch] gh/larryliu0820/44/head -> origin/gh/larryliu0820/44/head 2025-01-24T00:47:44.8515702Z * [new branch] gh/larryliu0820/44/orig -> origin/gh/larryliu0820/44/orig 2025-01-24T00:47:44.8516436Z * [new branch] gh/larryliu0820/45/base -> origin/gh/larryliu0820/45/base 2025-01-24T00:47:44.8516973Z * [new branch] gh/larryliu0820/45/head -> origin/gh/larryliu0820/45/head 2025-01-24T00:47:44.8517965Z * [new branch] gh/larryliu0820/45/orig -> origin/gh/larryliu0820/45/orig 2025-01-24T00:47:44.8518511Z * [new branch] gh/larryliu0820/46/base -> origin/gh/larryliu0820/46/base 2025-01-24T00:47:44.8519046Z * [new branch] gh/larryliu0820/46/head -> origin/gh/larryliu0820/46/head 2025-01-24T00:47:44.8519581Z * [new branch] gh/larryliu0820/46/orig -> origin/gh/larryliu0820/46/orig 2025-01-24T00:47:44.8520178Z * [new branch] gh/leslie-fang-intel/154/base -> origin/gh/leslie-fang-intel/154/base 2025-01-24T00:47:44.8520796Z * [new branch] gh/leslie-fang-intel/154/head -> origin/gh/leslie-fang-intel/154/head 2025-01-24T00:47:44.8521418Z * [new branch] gh/leslie-fang-intel/154/orig -> origin/gh/leslie-fang-intel/154/orig 2025-01-24T00:47:44.8522043Z * [new branch] gh/leslie-fang-intel/161/base -> origin/gh/leslie-fang-intel/161/base 2025-01-24T00:47:44.8522650Z * [new branch] gh/leslie-fang-intel/161/head -> origin/gh/leslie-fang-intel/161/head 2025-01-24T00:47:44.8523263Z * [new branch] gh/leslie-fang-intel/161/orig -> origin/gh/leslie-fang-intel/161/orig 2025-01-24T00:47:44.8523871Z * [new branch] gh/leslie-fang-intel/162/base -> origin/gh/leslie-fang-intel/162/base 2025-01-24T00:47:44.8524485Z * [new branch] gh/leslie-fang-intel/162/head -> origin/gh/leslie-fang-intel/162/head 2025-01-24T00:47:44.8525088Z * [new branch] gh/leslie-fang-intel/162/orig -> origin/gh/leslie-fang-intel/162/orig 2025-01-24T00:47:44.8525702Z * [new branch] gh/leslie-fang-intel/169/base -> origin/gh/leslie-fang-intel/169/base 2025-01-24T00:47:44.8941580Z * [new branch] gh/leslie-fang-intel/169/head -> origin/gh/leslie-fang-intel/169/head 2025-01-24T00:47:44.8942293Z * [new branch] gh/leslie-fang-intel/169/orig -> origin/gh/leslie-fang-intel/169/orig 2025-01-24T00:47:44.8942990Z * [new branch] gh/leslie-fang-intel/171/base -> origin/gh/leslie-fang-intel/171/base 2025-01-24T00:47:44.8943648Z * [new branch] gh/leslie-fang-intel/171/head -> origin/gh/leslie-fang-intel/171/head 2025-01-24T00:47:44.8944265Z * [new branch] gh/leslie-fang-intel/171/orig -> origin/gh/leslie-fang-intel/171/orig 2025-01-24T00:47:44.8944874Z * [new branch] gh/leslie-fang-intel/172/base -> origin/gh/leslie-fang-intel/172/base 2025-01-24T00:47:44.8945494Z * [new branch] gh/leslie-fang-intel/172/head -> origin/gh/leslie-fang-intel/172/head 2025-01-24T00:47:44.8946111Z * [new branch] gh/leslie-fang-intel/172/orig -> origin/gh/leslie-fang-intel/172/orig 2025-01-24T00:47:44.8946743Z * [new branch] gh/leslie-fang-intel/173/base -> origin/gh/leslie-fang-intel/173/base 2025-01-24T00:47:44.8947348Z * [new branch] gh/leslie-fang-intel/173/head -> origin/gh/leslie-fang-intel/173/head 2025-01-24T00:47:44.8947972Z * [new branch] gh/leslie-fang-intel/173/orig -> origin/gh/leslie-fang-intel/173/orig 2025-01-24T00:47:44.8948623Z * [new branch] gh/leslie-fang-intel/174/base -> origin/gh/leslie-fang-intel/174/base 2025-01-24T00:47:44.8949263Z * [new branch] gh/leslie-fang-intel/174/head -> origin/gh/leslie-fang-intel/174/head 2025-01-24T00:47:44.8949878Z * [new branch] gh/leslie-fang-intel/174/orig -> origin/gh/leslie-fang-intel/174/orig 2025-01-24T00:47:44.8950486Z * [new branch] gh/leslie-fang-intel/175/base -> origin/gh/leslie-fang-intel/175/base 2025-01-24T00:47:44.8951097Z * [new branch] gh/leslie-fang-intel/175/head -> origin/gh/leslie-fang-intel/175/head 2025-01-24T00:47:44.8951901Z * [new branch] gh/leslie-fang-intel/175/orig -> origin/gh/leslie-fang-intel/175/orig 2025-01-24T00:47:44.8952520Z * [new branch] gh/leslie-fang-intel/176/base -> origin/gh/leslie-fang-intel/176/base 2025-01-24T00:47:44.8953573Z * [new branch] gh/leslie-fang-intel/176/head -> origin/gh/leslie-fang-intel/176/head 2025-01-24T00:47:44.8954242Z * [new branch] gh/leslie-fang-intel/176/orig -> origin/gh/leslie-fang-intel/176/orig 2025-01-24T00:47:44.8954896Z * [new branch] gh/leslie-fang-intel/177/base -> origin/gh/leslie-fang-intel/177/base 2025-01-24T00:47:44.8955510Z * [new branch] gh/leslie-fang-intel/177/head -> origin/gh/leslie-fang-intel/177/head 2025-01-24T00:47:44.8956127Z * [new branch] gh/leslie-fang-intel/177/orig -> origin/gh/leslie-fang-intel/177/orig 2025-01-24T00:47:44.8956660Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-01-24T00:47:44.8957123Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-01-24T00:47:44.8957578Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-01-24T00:47:44.8958019Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-01-24T00:47:44.8958458Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-01-24T00:47:44.8958897Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-01-24T00:47:44.8959329Z * [new branch] gh/lw/3/base -> origin/gh/lw/3/base 2025-01-24T00:47:44.8959803Z * [new branch] gh/lw/3/head -> origin/gh/lw/3/head 2025-01-24T00:47:44.8960273Z * [new branch] gh/lw/3/orig -> origin/gh/lw/3/orig 2025-01-24T00:47:44.8960707Z * [new branch] gh/lw/4/base -> origin/gh/lw/4/base 2025-01-24T00:47:44.8961150Z * [new branch] gh/lw/4/head -> origin/gh/lw/4/head 2025-01-24T00:47:44.8961606Z * [new branch] gh/lw/4/orig -> origin/gh/lw/4/orig 2025-01-24T00:47:44.8962051Z * [new branch] gh/lw/5/base -> origin/gh/lw/5/base 2025-01-24T00:47:44.8962486Z * [new branch] gh/lw/5/head -> origin/gh/lw/5/head 2025-01-24T00:47:44.8962919Z * [new branch] gh/lw/5/orig -> origin/gh/lw/5/orig 2025-01-24T00:47:44.8963388Z * [new branch] gh/malfet/100/base -> origin/gh/malfet/100/base 2025-01-24T00:47:44.8963873Z * [new branch] gh/malfet/100/head -> origin/gh/malfet/100/head 2025-01-24T00:47:44.8964364Z * [new branch] gh/malfet/100/orig -> origin/gh/malfet/100/orig 2025-01-24T00:47:44.8964851Z * [new branch] gh/malfet/101/base -> origin/gh/malfet/101/base 2025-01-24T00:47:44.8965369Z * [new branch] gh/malfet/101/head -> origin/gh/malfet/101/head 2025-01-24T00:47:44.8965898Z * [new branch] gh/malfet/101/orig -> origin/gh/malfet/101/orig 2025-01-24T00:47:44.8966390Z * [new branch] gh/malfet/102/base -> origin/gh/malfet/102/base 2025-01-24T00:47:44.9394737Z * [new branch] gh/malfet/102/head -> origin/gh/malfet/102/head 2025-01-24T00:47:44.9395291Z * [new branch] gh/malfet/102/orig -> origin/gh/malfet/102/orig 2025-01-24T00:47:44.9395793Z * [new branch] gh/malfet/103/base -> origin/gh/malfet/103/base 2025-01-24T00:47:44.9396290Z * [new branch] gh/malfet/103/head -> origin/gh/malfet/103/head 2025-01-24T00:47:44.9396781Z * [new branch] gh/malfet/103/orig -> origin/gh/malfet/103/orig 2025-01-24T00:47:44.9397273Z * [new branch] gh/malfet/104/base -> origin/gh/malfet/104/base 2025-01-24T00:47:44.9397765Z * [new branch] gh/malfet/104/head -> origin/gh/malfet/104/head 2025-01-24T00:47:44.9398506Z * [new branch] gh/malfet/104/orig -> origin/gh/malfet/104/orig 2025-01-24T00:47:44.9399492Z * [new branch] gh/malfet/105/base -> origin/gh/malfet/105/base 2025-01-24T00:47:44.9400009Z * [new branch] gh/malfet/105/head -> origin/gh/malfet/105/head 2025-01-24T00:47:44.9400499Z * [new branch] gh/malfet/105/orig -> origin/gh/malfet/105/orig 2025-01-24T00:47:44.9400977Z * [new branch] gh/malfet/106/base -> origin/gh/malfet/106/base 2025-01-24T00:47:44.9401475Z * [new branch] gh/malfet/106/head -> origin/gh/malfet/106/head 2025-01-24T00:47:44.9401963Z * [new branch] gh/malfet/106/orig -> origin/gh/malfet/106/orig 2025-01-24T00:47:44.9402439Z * [new branch] gh/malfet/107/base -> origin/gh/malfet/107/base 2025-01-24T00:47:44.9402935Z * [new branch] gh/malfet/107/head -> origin/gh/malfet/107/head 2025-01-24T00:47:44.9403423Z * [new branch] gh/malfet/107/orig -> origin/gh/malfet/107/orig 2025-01-24T00:47:44.9403907Z * [new branch] gh/malfet/108/base -> origin/gh/malfet/108/base 2025-01-24T00:47:44.9404391Z * [new branch] gh/malfet/108/head -> origin/gh/malfet/108/head 2025-01-24T00:47:44.9404879Z * [new branch] gh/malfet/108/orig -> origin/gh/malfet/108/orig 2025-01-24T00:47:44.9405378Z * [new branch] gh/malfet/109/base -> origin/gh/malfet/109/base 2025-01-24T00:47:44.9405852Z * [new branch] gh/malfet/109/head -> origin/gh/malfet/109/head 2025-01-24T00:47:44.9406337Z * [new branch] gh/malfet/109/orig -> origin/gh/malfet/109/orig 2025-01-24T00:47:44.9406828Z * [new branch] gh/malfet/110/base -> origin/gh/malfet/110/base 2025-01-24T00:47:44.9407310Z * [new branch] gh/malfet/110/head -> origin/gh/malfet/110/head 2025-01-24T00:47:44.9407798Z * [new branch] gh/malfet/110/orig -> origin/gh/malfet/110/orig 2025-01-24T00:47:44.9408287Z * [new branch] gh/malfet/111/base -> origin/gh/malfet/111/base 2025-01-24T00:47:44.9408772Z * [new branch] gh/malfet/111/head -> origin/gh/malfet/111/head 2025-01-24T00:47:44.9409260Z * [new branch] gh/malfet/111/orig -> origin/gh/malfet/111/orig 2025-01-24T00:47:44.9409751Z * [new branch] gh/malfet/112/base -> origin/gh/malfet/112/base 2025-01-24T00:47:44.9410236Z * [new branch] gh/malfet/112/head -> origin/gh/malfet/112/head 2025-01-24T00:47:44.9410723Z * [new branch] gh/malfet/112/orig -> origin/gh/malfet/112/orig 2025-01-24T00:47:44.9411211Z * [new branch] gh/malfet/113/base -> origin/gh/malfet/113/base 2025-01-24T00:47:44.9411705Z * [new branch] gh/malfet/113/head -> origin/gh/malfet/113/head 2025-01-24T00:47:44.9412182Z * [new branch] gh/malfet/113/orig -> origin/gh/malfet/113/orig 2025-01-24T00:47:44.9412691Z * [new branch] gh/malfet/114/base -> origin/gh/malfet/114/base 2025-01-24T00:47:44.9413172Z * [new branch] gh/malfet/114/head -> origin/gh/malfet/114/head 2025-01-24T00:47:44.9413662Z * [new branch] gh/malfet/114/orig -> origin/gh/malfet/114/orig 2025-01-24T00:47:44.9414139Z * [new branch] gh/malfet/115/base -> origin/gh/malfet/115/base 2025-01-24T00:47:44.9414629Z * [new branch] gh/malfet/115/head -> origin/gh/malfet/115/head 2025-01-24T00:47:44.9415119Z * [new branch] gh/malfet/115/orig -> origin/gh/malfet/115/orig 2025-01-24T00:47:44.9415596Z * [new branch] gh/malfet/116/base -> origin/gh/malfet/116/base 2025-01-24T00:47:44.9416220Z * [new branch] gh/malfet/116/head -> origin/gh/malfet/116/head 2025-01-24T00:47:44.9416708Z * [new branch] gh/malfet/116/orig -> origin/gh/malfet/116/orig 2025-01-24T00:47:44.9417588Z * [new branch] gh/malfet/117/base -> origin/gh/malfet/117/base 2025-01-24T00:47:44.9418093Z * [new branch] gh/malfet/117/head -> origin/gh/malfet/117/head 2025-01-24T00:47:44.9418591Z * [new branch] gh/malfet/117/orig -> origin/gh/malfet/117/orig 2025-01-24T00:47:44.9839693Z * [new branch] gh/malfet/118/base -> origin/gh/malfet/118/base 2025-01-24T00:47:44.9840407Z * [new branch] gh/malfet/118/head -> origin/gh/malfet/118/head 2025-01-24T00:47:44.9840904Z * [new branch] gh/malfet/118/orig -> origin/gh/malfet/118/orig 2025-01-24T00:47:44.9841432Z * [new branch] gh/malfet/119/base -> origin/gh/malfet/119/base 2025-01-24T00:47:44.9841945Z * [new branch] gh/malfet/119/head -> origin/gh/malfet/119/head 2025-01-24T00:47:44.9842432Z * [new branch] gh/malfet/119/orig -> origin/gh/malfet/119/orig 2025-01-24T00:47:44.9842921Z * [new branch] gh/malfet/120/base -> origin/gh/malfet/120/base 2025-01-24T00:47:44.9843416Z * [new branch] gh/malfet/120/head -> origin/gh/malfet/120/head 2025-01-24T00:47:44.9843895Z * [new branch] gh/malfet/120/orig -> origin/gh/malfet/120/orig 2025-01-24T00:47:44.9844385Z * [new branch] gh/malfet/121/base -> origin/gh/malfet/121/base 2025-01-24T00:47:44.9844871Z * [new branch] gh/malfet/121/head -> origin/gh/malfet/121/head 2025-01-24T00:47:44.9845348Z * [new branch] gh/malfet/121/orig -> origin/gh/malfet/121/orig 2025-01-24T00:47:44.9845831Z * [new branch] gh/malfet/122/base -> origin/gh/malfet/122/base 2025-01-24T00:47:44.9846321Z * [new branch] gh/malfet/122/head -> origin/gh/malfet/122/head 2025-01-24T00:47:44.9846815Z * [new branch] gh/malfet/122/orig -> origin/gh/malfet/122/orig 2025-01-24T00:47:44.9847291Z * [new branch] gh/malfet/123/base -> origin/gh/malfet/123/base 2025-01-24T00:47:44.9847781Z * [new branch] gh/malfet/123/head -> origin/gh/malfet/123/head 2025-01-24T00:47:44.9848273Z * [new branch] gh/malfet/123/orig -> origin/gh/malfet/123/orig 2025-01-24T00:47:44.9848751Z * [new branch] gh/malfet/124/base -> origin/gh/malfet/124/base 2025-01-24T00:47:44.9849234Z * [new branch] gh/malfet/124/head -> origin/gh/malfet/124/head 2025-01-24T00:47:44.9849717Z * [new branch] gh/malfet/124/orig -> origin/gh/malfet/124/orig 2025-01-24T00:47:44.9850200Z * [new branch] gh/malfet/125/base -> origin/gh/malfet/125/base 2025-01-24T00:47:44.9850688Z * [new branch] gh/malfet/125/head -> origin/gh/malfet/125/head 2025-01-24T00:47:44.9851183Z * [new branch] gh/malfet/125/orig -> origin/gh/malfet/125/orig 2025-01-24T00:47:44.9851666Z * [new branch] gh/malfet/126/base -> origin/gh/malfet/126/base 2025-01-24T00:47:44.9852145Z * [new branch] gh/malfet/126/head -> origin/gh/malfet/126/head 2025-01-24T00:47:44.9852631Z * [new branch] gh/malfet/126/orig -> origin/gh/malfet/126/orig 2025-01-24T00:47:44.9853124Z * [new branch] gh/malfet/127/base -> origin/gh/malfet/127/base 2025-01-24T00:47:44.9853602Z * [new branch] gh/malfet/127/head -> origin/gh/malfet/127/head 2025-01-24T00:47:44.9854088Z * [new branch] gh/malfet/127/orig -> origin/gh/malfet/127/orig 2025-01-24T00:47:44.9854772Z * [new branch] gh/malfet/128/base -> origin/gh/malfet/128/base 2025-01-24T00:47:44.9855257Z * [new branch] gh/malfet/128/head -> origin/gh/malfet/128/head 2025-01-24T00:47:44.9855857Z * [new branch] gh/malfet/128/orig -> origin/gh/malfet/128/orig 2025-01-24T00:47:44.9856352Z * [new branch] gh/malfet/129/base -> origin/gh/malfet/129/base 2025-01-24T00:47:44.9856839Z * [new branch] gh/malfet/129/head -> origin/gh/malfet/129/head 2025-01-24T00:47:44.9857342Z * [new branch] gh/malfet/129/orig -> origin/gh/malfet/129/orig 2025-01-24T00:47:44.9857856Z * [new branch] gh/malfet/130/base -> origin/gh/malfet/130/base 2025-01-24T00:47:44.9858347Z * [new branch] gh/malfet/130/head -> origin/gh/malfet/130/head 2025-01-24T00:47:44.9858825Z * [new branch] gh/malfet/130/orig -> origin/gh/malfet/130/orig 2025-01-24T00:47:44.9859309Z * [new branch] gh/malfet/131/base -> origin/gh/malfet/131/base 2025-01-24T00:47:44.9859796Z * [new branch] gh/malfet/131/head -> origin/gh/malfet/131/head 2025-01-24T00:47:44.9860276Z * [new branch] gh/malfet/131/orig -> origin/gh/malfet/131/orig 2025-01-24T00:47:44.9860761Z * [new branch] gh/malfet/132/base -> origin/gh/malfet/132/base 2025-01-24T00:47:44.9861246Z * [new branch] gh/malfet/132/head -> origin/gh/malfet/132/head 2025-01-24T00:47:44.9861809Z * [new branch] gh/malfet/132/orig -> origin/gh/malfet/132/orig 2025-01-24T00:47:44.9862305Z * [new branch] gh/malfet/133/base -> origin/gh/malfet/133/base 2025-01-24T00:47:44.9862797Z * [new branch] gh/malfet/133/head -> origin/gh/malfet/133/head 2025-01-24T00:47:44.9863287Z * [new branch] gh/malfet/133/orig -> origin/gh/malfet/133/orig 2025-01-24T00:47:45.0306911Z * [new branch] gh/malfet/134/base -> origin/gh/malfet/134/base 2025-01-24T00:47:45.0307480Z * [new branch] gh/malfet/134/head -> origin/gh/malfet/134/head 2025-01-24T00:47:45.0308016Z * [new branch] gh/malfet/134/orig -> origin/gh/malfet/134/orig 2025-01-24T00:47:45.0308500Z * [new branch] gh/malfet/135/base -> origin/gh/malfet/135/base 2025-01-24T00:47:45.0309010Z * [new branch] gh/malfet/135/head -> origin/gh/malfet/135/head 2025-01-24T00:47:45.0309502Z * [new branch] gh/malfet/135/orig -> origin/gh/malfet/135/orig 2025-01-24T00:47:45.0309987Z * [new branch] gh/malfet/136/base -> origin/gh/malfet/136/base 2025-01-24T00:47:45.0310465Z * [new branch] gh/malfet/136/head -> origin/gh/malfet/136/head 2025-01-24T00:47:45.0310951Z * [new branch] gh/malfet/136/orig -> origin/gh/malfet/136/orig 2025-01-24T00:47:45.0311447Z * [new branch] gh/malfet/137/base -> origin/gh/malfet/137/base 2025-01-24T00:47:45.0311946Z * [new branch] gh/malfet/137/head -> origin/gh/malfet/137/head 2025-01-24T00:47:45.0312422Z * [new branch] gh/malfet/137/orig -> origin/gh/malfet/137/orig 2025-01-24T00:47:45.0312905Z * [new branch] gh/malfet/138/base -> origin/gh/malfet/138/base 2025-01-24T00:47:45.0313394Z * [new branch] gh/malfet/138/head -> origin/gh/malfet/138/head 2025-01-24T00:47:45.0313869Z * [new branch] gh/malfet/138/orig -> origin/gh/malfet/138/orig 2025-01-24T00:47:45.0314356Z * [new branch] gh/malfet/139/base -> origin/gh/malfet/139/base 2025-01-24T00:47:45.0314844Z * [new branch] gh/malfet/139/head -> origin/gh/malfet/139/head 2025-01-24T00:47:45.0315337Z * [new branch] gh/malfet/139/orig -> origin/gh/malfet/139/orig 2025-01-24T00:47:45.0316597Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-01-24T00:47:45.0317426Z * [new branch] gh/malfet/140/base -> origin/gh/malfet/140/base 2025-01-24T00:47:45.0317922Z * [new branch] gh/malfet/140/head -> origin/gh/malfet/140/head 2025-01-24T00:47:45.0318417Z * [new branch] gh/malfet/140/orig -> origin/gh/malfet/140/orig 2025-01-24T00:47:45.0318911Z * [new branch] gh/malfet/141/base -> origin/gh/malfet/141/base 2025-01-24T00:47:45.0319399Z * [new branch] gh/malfet/141/head -> origin/gh/malfet/141/head 2025-01-24T00:47:45.0319881Z * [new branch] gh/malfet/141/orig -> origin/gh/malfet/141/orig 2025-01-24T00:47:45.0320366Z * [new branch] gh/malfet/142/base -> origin/gh/malfet/142/base 2025-01-24T00:47:45.0320860Z * [new branch] gh/malfet/142/head -> origin/gh/malfet/142/head 2025-01-24T00:47:45.0321337Z * [new branch] gh/malfet/142/orig -> origin/gh/malfet/142/orig 2025-01-24T00:47:45.0321826Z * [new branch] gh/malfet/143/base -> origin/gh/malfet/143/base 2025-01-24T00:47:45.0322312Z * [new branch] gh/malfet/143/head -> origin/gh/malfet/143/head 2025-01-24T00:47:45.0322788Z * [new branch] gh/malfet/143/orig -> origin/gh/malfet/143/orig 2025-01-24T00:47:45.0323272Z * [new branch] gh/malfet/144/base -> origin/gh/malfet/144/base 2025-01-24T00:47:45.0323758Z * [new branch] gh/malfet/144/head -> origin/gh/malfet/144/head 2025-01-24T00:47:45.0324246Z * [new branch] gh/malfet/144/orig -> origin/gh/malfet/144/orig 2025-01-24T00:47:45.0324726Z * [new branch] gh/malfet/145/base -> origin/gh/malfet/145/base 2025-01-24T00:47:45.0325219Z * [new branch] gh/malfet/145/head -> origin/gh/malfet/145/head 2025-01-24T00:47:45.0325704Z * [new branch] gh/malfet/145/orig -> origin/gh/malfet/145/orig 2025-01-24T00:47:45.0326189Z * [new branch] gh/malfet/31/base -> origin/gh/malfet/31/base 2025-01-24T00:47:45.0326672Z * [new branch] gh/malfet/31/head -> origin/gh/malfet/31/head 2025-01-24T00:47:45.0327151Z * [new branch] gh/malfet/31/orig -> origin/gh/malfet/31/orig 2025-01-24T00:47:45.0327622Z * [new branch] gh/malfet/37/base -> origin/gh/malfet/37/base 2025-01-24T00:47:45.0328105Z * [new branch] gh/malfet/37/head -> origin/gh/malfet/37/head 2025-01-24T00:47:45.0328586Z * [new branch] gh/malfet/37/orig -> origin/gh/malfet/37/orig 2025-01-24T00:47:45.0329062Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-01-24T00:47:45.0329536Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-01-24T00:47:45.0330022Z * [new branch] gh/malfet/88/base -> origin/gh/malfet/88/base 2025-01-24T00:47:45.0330509Z * [new branch] gh/malfet/88/head -> origin/gh/malfet/88/head 2025-01-24T00:47:45.0330980Z * [new branch] gh/malfet/88/orig -> origin/gh/malfet/88/orig 2025-01-24T00:47:45.0746604Z * [new branch] gh/malfet/89/base -> origin/gh/malfet/89/base 2025-01-24T00:47:45.0747175Z * [new branch] gh/malfet/89/head -> origin/gh/malfet/89/head 2025-01-24T00:47:45.0747662Z * [new branch] gh/malfet/89/orig -> origin/gh/malfet/89/orig 2025-01-24T00:47:45.0748157Z * [new branch] gh/malfet/90/base -> origin/gh/malfet/90/base 2025-01-24T00:47:45.0748672Z * [new branch] gh/malfet/90/head -> origin/gh/malfet/90/head 2025-01-24T00:47:45.0749407Z * [new branch] gh/malfet/90/orig -> origin/gh/malfet/90/orig 2025-01-24T00:47:45.0749881Z * [new branch] gh/malfet/91/base -> origin/gh/malfet/91/base 2025-01-24T00:47:45.0750530Z * [new branch] gh/malfet/91/head -> origin/gh/malfet/91/head 2025-01-24T00:47:45.0751028Z * [new branch] gh/malfet/91/orig -> origin/gh/malfet/91/orig 2025-01-24T00:47:45.0751581Z * [new branch] gh/malfet/92/base -> origin/gh/malfet/92/base 2025-01-24T00:47:45.0752146Z * [new branch] gh/malfet/92/head -> origin/gh/malfet/92/head 2025-01-24T00:47:45.0752682Z * [new branch] gh/malfet/92/orig -> origin/gh/malfet/92/orig 2025-01-24T00:47:45.0753260Z * [new branch] gh/malfet/93/base -> origin/gh/malfet/93/base 2025-01-24T00:47:45.0753790Z * [new branch] gh/malfet/93/head -> origin/gh/malfet/93/head 2025-01-24T00:47:45.0754284Z * [new branch] gh/malfet/93/orig -> origin/gh/malfet/93/orig 2025-01-24T00:47:45.0754772Z * [new branch] gh/malfet/94/base -> origin/gh/malfet/94/base 2025-01-24T00:47:45.0755258Z * [new branch] gh/malfet/94/head -> origin/gh/malfet/94/head 2025-01-24T00:47:45.0755738Z * [new branch] gh/malfet/94/orig -> origin/gh/malfet/94/orig 2025-01-24T00:47:45.0756237Z * [new branch] gh/malfet/95/base -> origin/gh/malfet/95/base 2025-01-24T00:47:45.0756712Z * [new branch] gh/malfet/95/head -> origin/gh/malfet/95/head 2025-01-24T00:47:45.0757195Z * [new branch] gh/malfet/95/orig -> origin/gh/malfet/95/orig 2025-01-24T00:47:45.0757678Z * [new branch] gh/malfet/96/base -> origin/gh/malfet/96/base 2025-01-24T00:47:45.0758162Z * [new branch] gh/malfet/96/head -> origin/gh/malfet/96/head 2025-01-24T00:47:45.0758663Z * [new branch] gh/malfet/96/orig -> origin/gh/malfet/96/orig 2025-01-24T00:47:45.0759214Z * [new branch] gh/malfet/97/base -> origin/gh/malfet/97/base 2025-01-24T00:47:45.0759758Z * [new branch] gh/malfet/97/head -> origin/gh/malfet/97/head 2025-01-24T00:47:45.0760243Z * [new branch] gh/malfet/97/orig -> origin/gh/malfet/97/orig 2025-01-24T00:47:45.0760721Z * [new branch] gh/malfet/98/base -> origin/gh/malfet/98/base 2025-01-24T00:47:45.0761198Z * [new branch] gh/malfet/98/head -> origin/gh/malfet/98/head 2025-01-24T00:47:45.0761671Z * [new branch] gh/malfet/98/orig -> origin/gh/malfet/98/orig 2025-01-24T00:47:45.0762157Z * [new branch] gh/malfet/99/base -> origin/gh/malfet/99/base 2025-01-24T00:47:45.0762638Z * [new branch] gh/malfet/99/head -> origin/gh/malfet/99/head 2025-01-24T00:47:45.0763124Z * [new branch] gh/malfet/99/orig -> origin/gh/malfet/99/orig 2025-01-24T00:47:45.0763608Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-01-24T00:47:45.0764119Z * [new branch] gh/masnesral/140/base -> origin/gh/masnesral/140/base 2025-01-24T00:47:45.0764691Z * [new branch] gh/masnesral/140/head -> origin/gh/masnesral/140/head 2025-01-24T00:47:45.0765293Z * [new branch] gh/masnesral/140/orig -> origin/gh/masnesral/140/orig 2025-01-24T00:47:45.0765824Z * [new branch] gh/masnesral/149/base -> origin/gh/masnesral/149/base 2025-01-24T00:47:45.0766347Z * [new branch] gh/masnesral/149/head -> origin/gh/masnesral/149/head 2025-01-24T00:47:45.0766851Z * [new branch] gh/masnesral/149/orig -> origin/gh/masnesral/149/orig 2025-01-24T00:47:45.0767500Z * [new branch] gh/masnesral/150/base -> origin/gh/masnesral/150/base 2025-01-24T00:47:45.0768022Z * [new branch] gh/masnesral/150/head -> origin/gh/masnesral/150/head 2025-01-24T00:47:45.0768641Z * [new branch] gh/masnesral/150/orig -> origin/gh/masnesral/150/orig 2025-01-24T00:47:45.0769154Z * [new branch] gh/masnesral/155/base -> origin/gh/masnesral/155/base 2025-01-24T00:47:45.0769679Z * [new branch] gh/masnesral/155/head -> origin/gh/masnesral/155/head 2025-01-24T00:47:45.0770201Z * [new branch] gh/masnesral/155/orig -> origin/gh/masnesral/155/orig 2025-01-24T00:47:45.0770767Z * [new branch] gh/masnesral/157/base -> origin/gh/masnesral/157/base 2025-01-24T00:47:45.1212560Z * [new branch] gh/masnesral/157/head -> origin/gh/masnesral/157/head 2025-01-24T00:47:45.1213239Z * [new branch] gh/masnesral/157/orig -> origin/gh/masnesral/157/orig 2025-01-24T00:47:45.1213796Z * [new branch] gh/masnesral/158/base -> origin/gh/masnesral/158/base 2025-01-24T00:47:45.1214337Z * [new branch] gh/masnesral/158/head -> origin/gh/masnesral/158/head 2025-01-24T00:47:45.1214904Z * [new branch] gh/masnesral/158/orig -> origin/gh/masnesral/158/orig 2025-01-24T00:47:45.1234318Z * [new branch] gh/masnesral/159/base -> origin/gh/masnesral/159/base 2025-01-24T00:47:45.1234892Z * [new branch] gh/masnesral/159/head -> origin/gh/masnesral/159/head 2025-01-24T00:47:45.1235428Z * [new branch] gh/masnesral/159/orig -> origin/gh/masnesral/159/orig 2025-01-24T00:47:45.1235943Z * [new branch] gh/masnesral/160/base -> origin/gh/masnesral/160/base 2025-01-24T00:47:45.1236587Z * [new branch] gh/masnesral/160/head -> origin/gh/masnesral/160/head 2025-01-24T00:47:45.1237165Z * [new branch] gh/masnesral/160/orig -> origin/gh/masnesral/160/orig 2025-01-24T00:47:45.1237711Z * [new branch] gh/masnesral/161/base -> origin/gh/masnesral/161/base 2025-01-24T00:47:45.1238253Z * [new branch] gh/masnesral/161/head -> origin/gh/masnesral/161/head 2025-01-24T00:47:45.1238778Z * [new branch] gh/masnesral/161/orig -> origin/gh/masnesral/161/orig 2025-01-24T00:47:45.1239312Z * [new branch] gh/masnesral/162/base -> origin/gh/masnesral/162/base 2025-01-24T00:47:45.1239822Z * [new branch] gh/masnesral/162/head -> origin/gh/masnesral/162/head 2025-01-24T00:47:45.1240354Z * [new branch] gh/masnesral/162/orig -> origin/gh/masnesral/162/orig 2025-01-24T00:47:45.1240884Z * [new branch] gh/masnesral/163/base -> origin/gh/masnesral/163/base 2025-01-24T00:47:45.1241402Z * [new branch] gh/masnesral/163/head -> origin/gh/masnesral/163/head 2025-01-24T00:47:45.1241935Z * [new branch] gh/masnesral/163/orig -> origin/gh/masnesral/163/orig 2025-01-24T00:47:45.1242464Z * [new branch] gh/masnesral/164/base -> origin/gh/masnesral/164/base 2025-01-24T00:47:45.1242982Z * [new branch] gh/masnesral/164/head -> origin/gh/masnesral/164/head 2025-01-24T00:47:45.1243520Z * [new branch] gh/masnesral/164/orig -> origin/gh/masnesral/164/orig 2025-01-24T00:47:45.1244051Z * [new branch] gh/masnesral/165/base -> origin/gh/masnesral/165/base 2025-01-24T00:47:45.1244573Z * [new branch] gh/masnesral/165/head -> origin/gh/masnesral/165/head 2025-01-24T00:47:45.1245086Z * [new branch] gh/masnesral/165/orig -> origin/gh/masnesral/165/orig 2025-01-24T00:47:45.1245614Z * [new branch] gh/masnesral/166/base -> origin/gh/masnesral/166/base 2025-01-24T00:47:45.1246132Z * [new branch] gh/masnesral/166/head -> origin/gh/masnesral/166/head 2025-01-24T00:47:45.1246875Z * [new branch] gh/masnesral/166/orig -> origin/gh/masnesral/166/orig 2025-01-24T00:47:45.1247632Z * [new branch] gh/masnesral/167/base -> origin/gh/masnesral/167/base 2025-01-24T00:47:45.1248217Z * [new branch] gh/masnesral/167/head -> origin/gh/masnesral/167/head 2025-01-24T00:47:45.1248725Z * [new branch] gh/masnesral/167/orig -> origin/gh/masnesral/167/orig 2025-01-24T00:47:45.1249250Z * [new branch] gh/masnesral/168/base -> origin/gh/masnesral/168/base 2025-01-24T00:47:45.1249770Z * [new branch] gh/masnesral/168/head -> origin/gh/masnesral/168/head 2025-01-24T00:47:45.1250300Z * [new branch] gh/masnesral/168/orig -> origin/gh/masnesral/168/orig 2025-01-24T00:47:45.1250811Z * [new branch] gh/masnesral/169/base -> origin/gh/masnesral/169/base 2025-01-24T00:47:45.1251334Z * [new branch] gh/masnesral/169/head -> origin/gh/masnesral/169/head 2025-01-24T00:47:45.1251852Z * [new branch] gh/masnesral/169/orig -> origin/gh/masnesral/169/orig 2025-01-24T00:47:45.1252372Z * [new branch] gh/masnesral/170/base -> origin/gh/masnesral/170/base 2025-01-24T00:47:45.1252900Z * [new branch] gh/masnesral/170/head -> origin/gh/masnesral/170/head 2025-01-24T00:47:45.1253421Z * [new branch] gh/masnesral/170/orig -> origin/gh/masnesral/170/orig 2025-01-24T00:47:45.1253936Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-01-24T00:47:45.1254464Z * [new branch] gh/masnesral/4/base -> origin/gh/masnesral/4/base 2025-01-24T00:47:45.1254984Z * [new branch] gh/masnesral/4/orig -> origin/gh/masnesral/4/orig 2025-01-24T00:47:45.1255479Z * [new branch] gh/mcr229/3/base -> origin/gh/mcr229/3/base 2025-01-24T00:47:45.1255954Z * [new branch] gh/mcr229/3/head -> origin/gh/mcr229/3/head 2025-01-24T00:47:45.1256430Z * [new branch] gh/mcr229/3/orig -> origin/gh/mcr229/3/orig 2025-01-24T00:47:45.1680343Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-01-24T00:47:45.1680863Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-01-24T00:47:45.1681378Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-01-24T00:47:45.1681885Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-01-24T00:47:45.1682449Z * [new branch] gh/mhorowitz/10/base -> origin/gh/mhorowitz/10/base 2025-01-24T00:47:45.1683014Z * [new branch] gh/mhorowitz/10/head -> origin/gh/mhorowitz/10/head 2025-01-24T00:47:45.1683537Z * [new branch] gh/mhorowitz/10/orig -> origin/gh/mhorowitz/10/orig 2025-01-24T00:47:45.1684061Z * [new branch] gh/mhorowitz/11/base -> origin/gh/mhorowitz/11/base 2025-01-24T00:47:45.1684563Z * [new branch] gh/mhorowitz/11/head -> origin/gh/mhorowitz/11/head 2025-01-24T00:47:45.1685082Z * [new branch] gh/mhorowitz/11/orig -> origin/gh/mhorowitz/11/orig 2025-01-24T00:47:45.1685602Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-01-24T00:47:45.1686108Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-01-24T00:47:45.1686623Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-01-24T00:47:45.1687134Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-01-24T00:47:45.1687646Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-01-24T00:47:45.1688236Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-01-24T00:47:45.1688962Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-01-24T00:47:45.1689608Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-01-24T00:47:45.1690113Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-01-24T00:47:45.1690631Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-01-24T00:47:45.1691144Z * [new branch] gh/mhorowitz/7/base -> origin/gh/mhorowitz/7/base 2025-01-24T00:47:45.1691645Z * [new branch] gh/mhorowitz/7/head -> origin/gh/mhorowitz/7/head 2025-01-24T00:47:45.1692169Z * [new branch] gh/mhorowitz/7/orig -> origin/gh/mhorowitz/7/orig 2025-01-24T00:47:45.1692683Z * [new branch] gh/mhorowitz/8/base -> origin/gh/mhorowitz/8/base 2025-01-24T00:47:45.1693201Z * [new branch] gh/mhorowitz/8/head -> origin/gh/mhorowitz/8/head 2025-01-24T00:47:45.1693748Z * [new branch] gh/mhorowitz/8/orig -> origin/gh/mhorowitz/8/orig 2025-01-24T00:47:45.1694312Z * [new branch] gh/mhorowitz/9/base -> origin/gh/mhorowitz/9/base 2025-01-24T00:47:45.1694817Z * [new branch] gh/mhorowitz/9/head -> origin/gh/mhorowitz/9/head 2025-01-24T00:47:45.1695316Z * [new branch] gh/mhorowitz/9/orig -> origin/gh/mhorowitz/9/orig 2025-01-24T00:47:45.1695894Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-01-24T00:47:45.1696532Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-01-24T00:47:45.1697139Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-01-24T00:47:45.1697756Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-01-24T00:47:45.1698368Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-01-24T00:47:45.1698990Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-01-24T00:47:45.1699694Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-01-24T00:47:45.1700405Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-01-24T00:47:45.1701144Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-01-24T00:47:45.1701916Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-01-24T00:47:45.1702643Z * [new branch] gh/mikaylagawarecki/274/base -> origin/gh/mikaylagawarecki/274/base 2025-01-24T00:47:45.1703355Z * [new branch] gh/mikaylagawarecki/274/head -> origin/gh/mikaylagawarecki/274/head 2025-01-24T00:47:45.1704078Z * [new branch] gh/mikaylagawarecki/274/orig -> origin/gh/mikaylagawarecki/274/orig 2025-01-24T00:47:45.1704780Z * [new branch] gh/mikaylagawarecki/276/base -> origin/gh/mikaylagawarecki/276/base 2025-01-24T00:47:45.1705488Z * [new branch] gh/mikaylagawarecki/276/head -> origin/gh/mikaylagawarecki/276/head 2025-01-24T00:47:45.1706221Z * [new branch] gh/mikaylagawarecki/276/orig -> origin/gh/mikaylagawarecki/276/orig 2025-01-24T00:47:45.2131024Z * [new branch] gh/mikaylagawarecki/277/base -> origin/gh/mikaylagawarecki/277/base 2025-01-24T00:47:45.2131701Z * [new branch] gh/mikaylagawarecki/277/head -> origin/gh/mikaylagawarecki/277/head 2025-01-24T00:47:45.2132321Z * [new branch] gh/mikaylagawarecki/277/orig -> origin/gh/mikaylagawarecki/277/orig 2025-01-24T00:47:45.2132941Z * [new branch] gh/mikaylagawarecki/281/base -> origin/gh/mikaylagawarecki/281/base 2025-01-24T00:47:45.2133807Z * [new branch] gh/mikaylagawarecki/281/head -> origin/gh/mikaylagawarecki/281/head 2025-01-24T00:47:45.2134555Z * [new branch] gh/mikaylagawarecki/281/orig -> origin/gh/mikaylagawarecki/281/orig 2025-01-24T00:47:45.2135184Z * [new branch] gh/mikaylagawarecki/299/base -> origin/gh/mikaylagawarecki/299/base 2025-01-24T00:47:45.2136189Z * [new branch] gh/mikaylagawarecki/299/head -> origin/gh/mikaylagawarecki/299/head 2025-01-24T00:47:45.2136966Z * [new branch] gh/mikaylagawarecki/299/orig -> origin/gh/mikaylagawarecki/299/orig 2025-01-24T00:47:45.2137571Z * [new branch] gh/mikaylagawarecki/301/base -> origin/gh/mikaylagawarecki/301/base 2025-01-24T00:47:45.2138189Z * [new branch] gh/mikaylagawarecki/301/head -> origin/gh/mikaylagawarecki/301/head 2025-01-24T00:47:45.2138799Z * [new branch] gh/mikaylagawarecki/301/orig -> origin/gh/mikaylagawarecki/301/orig 2025-01-24T00:47:45.2139415Z * [new branch] gh/mikaylagawarecki/302/base -> origin/gh/mikaylagawarecki/302/base 2025-01-24T00:47:45.2140044Z * [new branch] gh/mikaylagawarecki/302/head -> origin/gh/mikaylagawarecki/302/head 2025-01-24T00:47:45.2140658Z * [new branch] gh/mikaylagawarecki/302/orig -> origin/gh/mikaylagawarecki/302/orig 2025-01-24T00:47:45.2141313Z * [new branch] gh/mikaylagawarecki/303/base -> origin/gh/mikaylagawarecki/303/base 2025-01-24T00:47:45.2142466Z * [new branch] gh/mikaylagawarecki/303/head -> origin/gh/mikaylagawarecki/303/head 2025-01-24T00:47:45.2143087Z * [new branch] gh/mikaylagawarecki/303/orig -> origin/gh/mikaylagawarecki/303/orig 2025-01-24T00:47:45.2143715Z * [new branch] gh/mikaylagawarecki/304/base -> origin/gh/mikaylagawarecki/304/base 2025-01-24T00:47:45.2144324Z * [new branch] gh/mikaylagawarecki/304/head -> origin/gh/mikaylagawarecki/304/head 2025-01-24T00:47:45.2144947Z * [new branch] gh/mikaylagawarecki/304/orig -> origin/gh/mikaylagawarecki/304/orig 2025-01-24T00:47:45.2145570Z * [new branch] gh/mikaylagawarecki/305/base -> origin/gh/mikaylagawarecki/305/base 2025-01-24T00:47:45.2146193Z * [new branch] gh/mikaylagawarecki/305/head -> origin/gh/mikaylagawarecki/305/head 2025-01-24T00:47:45.2146814Z * [new branch] gh/mikaylagawarecki/305/orig -> origin/gh/mikaylagawarecki/305/orig 2025-01-24T00:47:45.2147737Z * [new branch] gh/mikaylagawarecki/306/base -> origin/gh/mikaylagawarecki/306/base 2025-01-24T00:47:45.2148588Z * [new branch] gh/mikaylagawarecki/306/head -> origin/gh/mikaylagawarecki/306/head 2025-01-24T00:47:45.2149208Z * [new branch] gh/mikaylagawarecki/306/orig -> origin/gh/mikaylagawarecki/306/orig 2025-01-24T00:47:45.2149832Z * [new branch] gh/mikaylagawarecki/307/base -> origin/gh/mikaylagawarecki/307/base 2025-01-24T00:47:45.2150461Z * [new branch] gh/mikaylagawarecki/307/head -> origin/gh/mikaylagawarecki/307/head 2025-01-24T00:47:45.2151068Z * [new branch] gh/mikaylagawarecki/307/orig -> origin/gh/mikaylagawarecki/307/orig 2025-01-24T00:47:45.2151660Z * [new branch] gh/mingfeima/125/base -> origin/gh/mingfeima/125/base 2025-01-24T00:47:45.2152205Z * [new branch] gh/mingfeima/125/head -> origin/gh/mingfeima/125/head 2025-01-24T00:47:45.2152728Z * [new branch] gh/mingfeima/125/orig -> origin/gh/mingfeima/125/orig 2025-01-24T00:47:45.2153521Z * [new branch] gh/mingfeima/127/base -> origin/gh/mingfeima/127/base 2025-01-24T00:47:45.2154279Z * [new branch] gh/mingfeima/127/head -> origin/gh/mingfeima/127/head 2025-01-24T00:47:45.2154807Z * [new branch] gh/mingfeima/127/orig -> origin/gh/mingfeima/127/orig 2025-01-24T00:47:45.2155309Z * [new branch] gh/mlazos/1/base -> origin/gh/mlazos/1/base 2025-01-24T00:47:45.2155962Z * [new branch] gh/mlazos/1/head -> origin/gh/mlazos/1/head 2025-01-24T00:47:45.2156543Z * [new branch] gh/mlazos/2/base -> origin/gh/mlazos/2/base 2025-01-24T00:47:45.2157018Z * [new branch] gh/mlazos/2/head -> origin/gh/mlazos/2/head 2025-01-24T00:47:45.2157511Z * [new branch] gh/mlazos/3/base -> origin/gh/mlazos/3/base 2025-01-24T00:47:45.2157996Z * [new branch] gh/mlazos/3/head -> origin/gh/mlazos/3/head 2025-01-24T00:47:45.2158474Z * [new branch] gh/mlazos/3/orig -> origin/gh/mlazos/3/orig 2025-01-24T00:47:45.2159121Z * [new branch] gh/mlazos/4/base -> origin/gh/mlazos/4/base 2025-01-24T00:47:45.2622160Z * [new branch] gh/mlazos/4/head -> origin/gh/mlazos/4/head 2025-01-24T00:47:45.2622913Z * [new branch] gh/mlazos/4/orig -> origin/gh/mlazos/4/orig 2025-01-24T00:47:45.2623570Z * [new branch] gh/mrshenli/382/base -> origin/gh/mrshenli/382/base 2025-01-24T00:47:45.2624256Z * [new branch] gh/mrshenli/382/head -> origin/gh/mrshenli/382/head 2025-01-24T00:47:45.2624770Z * [new branch] gh/mrshenli/382/orig -> origin/gh/mrshenli/382/orig 2025-01-24T00:47:45.2625287Z * [new branch] gh/muchulee8/1/base -> origin/gh/muchulee8/1/base 2025-01-24T00:47:45.2625791Z * [new branch] gh/muchulee8/1/orig -> origin/gh/muchulee8/1/orig 2025-01-24T00:47:45.2626291Z * [new branch] gh/muchulee8/2/base -> origin/gh/muchulee8/2/base 2025-01-24T00:47:45.2626794Z * [new branch] gh/muchulee8/2/orig -> origin/gh/muchulee8/2/orig 2025-01-24T00:47:45.2627293Z * [new branch] gh/muchulee8/36/base -> origin/gh/muchulee8/36/base 2025-01-24T00:47:45.2627806Z * [new branch] gh/muchulee8/36/head -> origin/gh/muchulee8/36/head 2025-01-24T00:47:45.2628317Z * [new branch] gh/muchulee8/36/orig -> origin/gh/muchulee8/36/orig 2025-01-24T00:47:45.2629037Z * [new branch] gh/muchulee8/38/base -> origin/gh/muchulee8/38/base 2025-01-24T00:47:45.2629863Z * [new branch] gh/muchulee8/38/head -> origin/gh/muchulee8/38/head 2025-01-24T00:47:45.2630384Z * [new branch] gh/muchulee8/38/orig -> origin/gh/muchulee8/38/orig 2025-01-24T00:47:45.2630906Z * [new branch] gh/muchulee8/39/base -> origin/gh/muchulee8/39/base 2025-01-24T00:47:45.2631410Z * [new branch] gh/muchulee8/39/head -> origin/gh/muchulee8/39/head 2025-01-24T00:47:45.2631925Z * [new branch] gh/muchulee8/39/orig -> origin/gh/muchulee8/39/orig 2025-01-24T00:47:45.2632437Z * [new branch] gh/muchulee8/40/base -> origin/gh/muchulee8/40/base 2025-01-24T00:47:45.2632964Z * [new branch] gh/muchulee8/40/head -> origin/gh/muchulee8/40/head 2025-01-24T00:47:45.2633496Z * [new branch] gh/muchulee8/40/orig -> origin/gh/muchulee8/40/orig 2025-01-24T00:47:45.2634010Z * [new branch] gh/muchulee8/41/base -> origin/gh/muchulee8/41/base 2025-01-24T00:47:45.2634584Z * [new branch] gh/muchulee8/41/head -> origin/gh/muchulee8/41/head 2025-01-24T00:47:45.2635521Z * [new branch] gh/muchulee8/41/orig -> origin/gh/muchulee8/41/orig 2025-01-24T00:47:45.2636070Z * [new branch] gh/muchulee8/5/base -> origin/gh/muchulee8/5/base 2025-01-24T00:47:45.2636598Z * [new branch] gh/muchulee8/5/orig -> origin/gh/muchulee8/5/orig 2025-01-24T00:47:45.2637114Z * [new branch] gh/mzzchy/2/base -> origin/gh/mzzchy/2/base 2025-01-24T00:47:45.2637596Z * [new branch] gh/mzzchy/2/head -> origin/gh/mzzchy/2/head 2025-01-24T00:47:45.2638290Z * [new branch] gh/mzzchy/2/orig -> origin/gh/mzzchy/2/orig 2025-01-24T00:47:45.2638887Z * [new branch] gh/mzzchy/3/base -> origin/gh/mzzchy/3/base 2025-01-24T00:47:45.2639381Z * [new branch] gh/mzzchy/3/head -> origin/gh/mzzchy/3/head 2025-01-24T00:47:45.2639860Z * [new branch] gh/mzzchy/3/orig -> origin/gh/mzzchy/3/orig 2025-01-24T00:47:45.2640396Z * [new branch] gh/mzzchy/4/base -> origin/gh/mzzchy/4/base 2025-01-24T00:47:45.2641279Z * [new branch] gh/mzzchy/4/head -> origin/gh/mzzchy/4/head 2025-01-24T00:47:45.2641834Z * [new branch] gh/mzzchy/5/base -> origin/gh/mzzchy/5/base 2025-01-24T00:47:45.2642330Z * [new branch] gh/mzzchy/5/head -> origin/gh/mzzchy/5/head 2025-01-24T00:47:45.2642818Z * [new branch] gh/mzzchy/5/orig -> origin/gh/mzzchy/5/orig 2025-01-24T00:47:45.2643350Z * [new branch] gh/nmacchioni/10/base -> origin/gh/nmacchioni/10/base 2025-01-24T00:47:45.2643884Z * [new branch] gh/nmacchioni/10/head -> origin/gh/nmacchioni/10/head 2025-01-24T00:47:45.2644422Z * [new branch] gh/nmacchioni/10/orig -> origin/gh/nmacchioni/10/orig 2025-01-24T00:47:45.2644960Z * [new branch] gh/nmacchioni/12/base -> origin/gh/nmacchioni/12/base 2025-01-24T00:47:45.2645486Z * [new branch] gh/nmacchioni/12/head -> origin/gh/nmacchioni/12/head 2025-01-24T00:47:45.2646023Z * [new branch] gh/nmacchioni/12/orig -> origin/gh/nmacchioni/12/orig 2025-01-24T00:47:45.2646907Z * [new branch] gh/nmacchioni/13/base -> origin/gh/nmacchioni/13/base 2025-01-24T00:47:45.2647599Z * [new branch] gh/nmacchioni/13/head -> origin/gh/nmacchioni/13/head 2025-01-24T00:47:45.2648144Z * [new branch] gh/nmacchioni/13/orig -> origin/gh/nmacchioni/13/orig 2025-01-24T00:47:45.2648684Z * [new branch] gh/nmacchioni/17/base -> origin/gh/nmacchioni/17/base 2025-01-24T00:47:45.3080717Z * [new branch] gh/nmacchioni/17/head -> origin/gh/nmacchioni/17/head 2025-01-24T00:47:45.3081267Z * [new branch] gh/nmacchioni/17/orig -> origin/gh/nmacchioni/17/orig 2025-01-24T00:47:45.3081812Z * [new branch] gh/nmacchioni/18/base -> origin/gh/nmacchioni/18/base 2025-01-24T00:47:45.3082347Z * [new branch] gh/nmacchioni/18/head -> origin/gh/nmacchioni/18/head 2025-01-24T00:47:45.3082876Z * [new branch] gh/nmacchioni/18/orig -> origin/gh/nmacchioni/18/orig 2025-01-24T00:47:45.3083658Z * [new branch] gh/nmacchioni/19/base -> origin/gh/nmacchioni/19/base 2025-01-24T00:47:45.3084656Z * [new branch] gh/nmacchioni/19/head -> origin/gh/nmacchioni/19/head 2025-01-24T00:47:45.3085675Z * [new branch] gh/nmacchioni/19/orig -> origin/gh/nmacchioni/19/orig 2025-01-24T00:47:45.3086375Z * [new branch] gh/nmacchioni/20/base -> origin/gh/nmacchioni/20/base 2025-01-24T00:47:45.3086917Z * [new branch] gh/nmacchioni/20/head -> origin/gh/nmacchioni/20/head 2025-01-24T00:47:45.3087472Z * [new branch] gh/nmacchioni/20/orig -> origin/gh/nmacchioni/20/orig 2025-01-24T00:47:45.3087997Z * [new branch] gh/nmacchioni/21/base -> origin/gh/nmacchioni/21/base 2025-01-24T00:47:45.3088534Z * [new branch] gh/nmacchioni/21/head -> origin/gh/nmacchioni/21/head 2025-01-24T00:47:45.3089068Z * [new branch] gh/nmacchioni/21/orig -> origin/gh/nmacchioni/21/orig 2025-01-24T00:47:45.3089609Z * [new branch] gh/nmacchioni/22/base -> origin/gh/nmacchioni/22/base 2025-01-24T00:47:45.3090133Z * [new branch] gh/nmacchioni/22/head -> origin/gh/nmacchioni/22/head 2025-01-24T00:47:45.3091045Z * [new branch] gh/nmacchioni/23/base -> origin/gh/nmacchioni/23/base 2025-01-24T00:47:45.3092099Z * [new branch] gh/nmacchioni/23/head -> origin/gh/nmacchioni/23/head 2025-01-24T00:47:45.3092629Z * [new branch] gh/nmacchioni/24/base -> origin/gh/nmacchioni/24/base 2025-01-24T00:47:45.3093167Z * [new branch] gh/nmacchioni/24/head -> origin/gh/nmacchioni/24/head 2025-01-24T00:47:45.3093701Z * [new branch] gh/nmacchioni/25/base -> origin/gh/nmacchioni/25/base 2025-01-24T00:47:45.3094223Z * [new branch] gh/nmacchioni/25/head -> origin/gh/nmacchioni/25/head 2025-01-24T00:47:45.3094757Z * [new branch] gh/nmacchioni/26/base -> origin/gh/nmacchioni/26/base 2025-01-24T00:47:45.3095298Z * [new branch] gh/nmacchioni/26/head -> origin/gh/nmacchioni/26/head 2025-01-24T00:47:45.3095845Z * [new branch] gh/nmacchioni/26/orig -> origin/gh/nmacchioni/26/orig 2025-01-24T00:47:45.3096367Z * [new branch] gh/nmacchioni/30/base -> origin/gh/nmacchioni/30/base 2025-01-24T00:47:45.3097279Z * [new branch] gh/nmacchioni/30/head -> origin/gh/nmacchioni/30/head 2025-01-24T00:47:45.3098261Z * [new branch] gh/nmacchioni/30/orig -> origin/gh/nmacchioni/30/orig 2025-01-24T00:47:45.3099242Z * [new branch] gh/nmacchioni/31/base -> origin/gh/nmacchioni/31/base 2025-01-24T00:47:45.3099866Z * [new branch] gh/nmacchioni/31/head -> origin/gh/nmacchioni/31/head 2025-01-24T00:47:45.3100406Z * [new branch] gh/nmacchioni/31/orig -> origin/gh/nmacchioni/31/orig 2025-01-24T00:47:45.3100927Z * [new branch] gh/nmacchioni/32/base -> origin/gh/nmacchioni/32/base 2025-01-24T00:47:45.3101466Z * [new branch] gh/nmacchioni/32/head -> origin/gh/nmacchioni/32/head 2025-01-24T00:47:45.3102083Z * [new branch] gh/nmacchioni/32/orig -> origin/gh/nmacchioni/32/orig 2025-01-24T00:47:45.3102624Z * [new branch] gh/nmacchioni/33/base -> origin/gh/nmacchioni/33/base 2025-01-24T00:47:45.3103143Z * [new branch] gh/nmacchioni/33/head -> origin/gh/nmacchioni/33/head 2025-01-24T00:47:45.3103679Z * [new branch] gh/nmacchioni/33/orig -> origin/gh/nmacchioni/33/orig 2025-01-24T00:47:45.3104279Z * [new branch] gh/nmacchioni/34/base -> origin/gh/nmacchioni/34/base 2025-01-24T00:47:45.3105289Z * [new branch] gh/nmacchioni/34/orig -> origin/gh/nmacchioni/34/orig 2025-01-24T00:47:45.3106291Z * [new branch] gh/nmacchioni/35/base -> origin/gh/nmacchioni/35/base 2025-01-24T00:47:45.3107286Z * [new branch] gh/nmacchioni/35/head -> origin/gh/nmacchioni/35/head 2025-01-24T00:47:45.3108270Z * [new branch] gh/nmacchioni/35/orig -> origin/gh/nmacchioni/35/orig 2025-01-24T00:47:45.3109263Z * [new branch] gh/nmacchioni/36/base -> origin/gh/nmacchioni/36/base 2025-01-24T00:47:45.3110277Z * [new branch] gh/nmacchioni/36/head -> origin/gh/nmacchioni/36/head 2025-01-24T00:47:45.3111275Z * [new branch] gh/nmacchioni/36/orig -> origin/gh/nmacchioni/36/orig 2025-01-24T00:47:45.3112254Z * [new branch] gh/nmacchioni/37/base -> origin/gh/nmacchioni/37/base 2025-01-24T00:47:45.3540540Z * [new branch] gh/nmacchioni/37/head -> origin/gh/nmacchioni/37/head 2025-01-24T00:47:45.3541112Z * [new branch] gh/nmacchioni/37/orig -> origin/gh/nmacchioni/37/orig 2025-01-24T00:47:45.3541708Z * [new branch] gh/nmacchioni/38/base -> origin/gh/nmacchioni/38/base 2025-01-24T00:47:45.3542250Z * [new branch] gh/nmacchioni/38/orig -> origin/gh/nmacchioni/38/orig 2025-01-24T00:47:45.3543035Z * [new branch] gh/nmacchioni/6/base -> origin/gh/nmacchioni/6/base 2025-01-24T00:47:45.3543570Z * [new branch] gh/nmacchioni/6/head -> origin/gh/nmacchioni/6/head 2025-01-24T00:47:45.3544211Z * [new branch] gh/nmacchioni/6/orig -> origin/gh/nmacchioni/6/orig 2025-01-24T00:47:45.3544737Z * [new branch] gh/nmacchioni/8/base -> origin/gh/nmacchioni/8/base 2025-01-24T00:47:45.3545269Z * [new branch] gh/nmacchioni/8/head -> origin/gh/nmacchioni/8/head 2025-01-24T00:47:45.3545780Z * [new branch] gh/nmacchioni/8/orig -> origin/gh/nmacchioni/8/orig 2025-01-24T00:47:45.3546302Z * [new branch] gh/nmacchioni/9/base -> origin/gh/nmacchioni/9/base 2025-01-24T00:47:45.3546828Z * [new branch] gh/nmacchioni/9/head -> origin/gh/nmacchioni/9/head 2025-01-24T00:47:45.3547353Z * [new branch] gh/nmacchioni/9/orig -> origin/gh/nmacchioni/9/orig 2025-01-24T00:47:45.3547858Z * [new branch] gh/oulgen/144/base -> origin/gh/oulgen/144/base 2025-01-24T00:47:45.3548348Z * [new branch] gh/oulgen/144/head -> origin/gh/oulgen/144/head 2025-01-24T00:47:45.3548839Z * [new branch] gh/oulgen/144/orig -> origin/gh/oulgen/144/orig 2025-01-24T00:47:45.3549317Z * [new branch] gh/oulgen/146/base -> origin/gh/oulgen/146/base 2025-01-24T00:47:45.3549800Z * [new branch] gh/oulgen/146/head -> origin/gh/oulgen/146/head 2025-01-24T00:47:45.3550283Z * [new branch] gh/oulgen/146/orig -> origin/gh/oulgen/146/orig 2025-01-24T00:47:45.3550758Z * [new branch] gh/oulgen/2/base -> origin/gh/oulgen/2/base 2025-01-24T00:47:45.3551238Z * [new branch] gh/oulgen/2/head -> origin/gh/oulgen/2/head 2025-01-24T00:47:45.3551712Z * [new branch] gh/oulgen/2/orig -> origin/gh/oulgen/2/orig 2025-01-24T00:47:45.3552208Z * [new branch] gh/oulgen/21/base -> origin/gh/oulgen/21/base 2025-01-24T00:47:45.3552689Z * [new branch] gh/oulgen/21/head -> origin/gh/oulgen/21/head 2025-01-24T00:47:45.3553175Z * [new branch] gh/oulgen/21/orig -> origin/gh/oulgen/21/orig 2025-01-24T00:47:45.3553665Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-01-24T00:47:45.3554140Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-01-24T00:47:45.3554627Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-01-24T00:47:45.3555114Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-01-24T00:47:45.3555582Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-01-24T00:47:45.3556058Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-01-24T00:47:45.3556534Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-01-24T00:47:45.3557008Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-01-24T00:47:45.3557516Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-01-24T00:47:45.3558490Z * [new branch] gh/peterbell10/603/base -> origin/gh/peterbell10/603/base 2025-01-24T00:47:45.3559208Z * [new branch] gh/peterbell10/603/head -> origin/gh/peterbell10/603/head 2025-01-24T00:47:45.3559742Z * [new branch] gh/peterbell10/603/orig -> origin/gh/peterbell10/603/orig 2025-01-24T00:47:45.3560286Z * [new branch] gh/peterbell10/635/base -> origin/gh/peterbell10/635/base 2025-01-24T00:47:45.3560826Z * [new branch] gh/peterbell10/635/head -> origin/gh/peterbell10/635/head 2025-01-24T00:47:45.3561509Z * [new branch] gh/peterbell10/635/orig -> origin/gh/peterbell10/635/orig 2025-01-24T00:47:45.3562058Z * [new branch] gh/peterbell10/636/base -> origin/gh/peterbell10/636/base 2025-01-24T00:47:45.3562700Z * [new branch] gh/peterbell10/636/head -> origin/gh/peterbell10/636/head 2025-01-24T00:47:45.3563240Z * [new branch] gh/peterbell10/636/orig -> origin/gh/peterbell10/636/orig 2025-01-24T00:47:45.3563760Z * [new branch] gh/qqaatw/26/base -> origin/gh/qqaatw/26/base 2025-01-24T00:47:45.3564255Z * [new branch] gh/qqaatw/26/head -> origin/gh/qqaatw/26/head 2025-01-24T00:47:45.3564749Z * [new branch] gh/qqaatw/26/orig -> origin/gh/qqaatw/26/orig 2025-01-24T00:47:45.3565329Z * [new branch] gh/raymo/add-envvars-bool-check -> origin/gh/raymo/add-envvars-bool-check 2025-01-24T00:47:45.4008269Z * [new branch] gh/rec/112/base -> origin/gh/rec/112/base 2025-01-24T00:47:45.4008787Z * [new branch] gh/rec/112/head -> origin/gh/rec/112/head 2025-01-24T00:47:45.4009256Z * [new branch] gh/rec/112/orig -> origin/gh/rec/112/orig 2025-01-24T00:47:45.4009724Z * [new branch] gh/rec/115/base -> origin/gh/rec/115/base 2025-01-24T00:47:45.4010191Z * [new branch] gh/rec/115/head -> origin/gh/rec/115/head 2025-01-24T00:47:45.4010656Z * [new branch] gh/rec/115/orig -> origin/gh/rec/115/orig 2025-01-24T00:47:45.4011111Z * [new branch] gh/rec/116/base -> origin/gh/rec/116/base 2025-01-24T00:47:45.4011587Z * [new branch] gh/rec/116/head -> origin/gh/rec/116/head 2025-01-24T00:47:45.4012051Z * [new branch] gh/rec/116/orig -> origin/gh/rec/116/orig 2025-01-24T00:47:45.4012501Z * [new branch] gh/rec/117/base -> origin/gh/rec/117/base 2025-01-24T00:47:45.4012965Z * [new branch] gh/rec/117/head -> origin/gh/rec/117/head 2025-01-24T00:47:45.4013426Z * [new branch] gh/rec/117/orig -> origin/gh/rec/117/orig 2025-01-24T00:47:45.4013888Z * [new branch] gh/rec/118/base -> origin/gh/rec/118/base 2025-01-24T00:47:45.4014339Z * [new branch] gh/rec/118/head -> origin/gh/rec/118/head 2025-01-24T00:47:45.4014799Z * [new branch] gh/rec/118/orig -> origin/gh/rec/118/orig 2025-01-24T00:47:45.4015255Z * [new branch] gh/rec/119/base -> origin/gh/rec/119/base 2025-01-24T00:47:45.4015706Z * [new branch] gh/rec/119/head -> origin/gh/rec/119/head 2025-01-24T00:47:45.4016169Z * [new branch] gh/rec/119/orig -> origin/gh/rec/119/orig 2025-01-24T00:47:45.4016637Z * [new branch] gh/rec/120/base -> origin/gh/rec/120/base 2025-01-24T00:47:45.4017094Z * [new branch] gh/rec/120/head -> origin/gh/rec/120/head 2025-01-24T00:47:45.4017566Z * [new branch] gh/rec/120/orig -> origin/gh/rec/120/orig 2025-01-24T00:47:45.4018033Z * [new branch] gh/rec/121/base -> origin/gh/rec/121/base 2025-01-24T00:47:45.4018494Z * [new branch] gh/rec/121/head -> origin/gh/rec/121/head 2025-01-24T00:47:45.4018947Z * [new branch] gh/rec/121/orig -> origin/gh/rec/121/orig 2025-01-24T00:47:45.4019407Z * [new branch] gh/rec/122/base -> origin/gh/rec/122/base 2025-01-24T00:47:45.4019870Z * [new branch] gh/rec/122/head -> origin/gh/rec/122/head 2025-01-24T00:47:45.4020335Z * [new branch] gh/rec/122/orig -> origin/gh/rec/122/orig 2025-01-24T00:47:45.4020785Z * [new branch] gh/rec/123/base -> origin/gh/rec/123/base 2025-01-24T00:47:45.4021429Z * [new branch] gh/rec/123/head -> origin/gh/rec/123/head 2025-01-24T00:47:45.4021946Z * [new branch] gh/rec/123/orig -> origin/gh/rec/123/orig 2025-01-24T00:47:45.4022557Z * [new branch] gh/rec/124/base -> origin/gh/rec/124/base 2025-01-24T00:47:45.4023371Z * [new branch] gh/rec/124/head -> origin/gh/rec/124/head 2025-01-24T00:47:45.4023966Z * [new branch] gh/rec/124/orig -> origin/gh/rec/124/orig 2025-01-24T00:47:45.4024425Z * [new branch] gh/rec/27/base -> origin/gh/rec/27/base 2025-01-24T00:47:45.4024892Z * [new branch] gh/rec/27/head -> origin/gh/rec/27/head 2025-01-24T00:47:45.4025347Z * [new branch] gh/rec/27/orig -> origin/gh/rec/27/orig 2025-01-24T00:47:45.4025794Z * [new branch] gh/rec/56/base -> origin/gh/rec/56/base 2025-01-24T00:47:45.4026264Z * [new branch] gh/rec/56/head -> origin/gh/rec/56/head 2025-01-24T00:47:45.4026716Z * [new branch] gh/rec/56/orig -> origin/gh/rec/56/orig 2025-01-24T00:47:45.4027220Z * [new branch] gh/rohan-varma/720/base -> origin/gh/rohan-varma/720/base 2025-01-24T00:47:45.4027753Z * [new branch] gh/rohan-varma/720/head -> origin/gh/rohan-varma/720/head 2025-01-24T00:47:45.4028287Z * [new branch] gh/rohan-varma/720/orig -> origin/gh/rohan-varma/720/orig 2025-01-24T00:47:45.4029226Z * [new branch] gh/rohan-varma/721/base -> origin/gh/rohan-varma/721/base 2025-01-24T00:47:45.4029861Z * [new branch] gh/rohan-varma/721/head -> origin/gh/rohan-varma/721/head 2025-01-24T00:47:45.4030392Z * [new branch] gh/rohan-varma/721/orig -> origin/gh/rohan-varma/721/orig 2025-01-24T00:47:45.4030922Z * [new branch] gh/rohan-varma/722/base -> origin/gh/rohan-varma/722/base 2025-01-24T00:47:45.4031443Z * [new branch] gh/rohan-varma/722/head -> origin/gh/rohan-varma/722/head 2025-01-24T00:47:45.4031980Z * [new branch] gh/rohan-varma/722/orig -> origin/gh/rohan-varma/722/orig 2025-01-24T00:47:45.4481166Z * [new branch] gh/rohan-varma/742/base -> origin/gh/rohan-varma/742/base 2025-01-24T00:47:45.4481730Z * [new branch] gh/rohan-varma/742/head -> origin/gh/rohan-varma/742/head 2025-01-24T00:47:45.4482264Z * [new branch] gh/rohan-varma/742/orig -> origin/gh/rohan-varma/742/orig 2025-01-24T00:47:45.4482789Z * [new branch] gh/sanrise/4/base -> origin/gh/sanrise/4/base 2025-01-24T00:47:45.4483305Z * [new branch] gh/sanrise/4/head -> origin/gh/sanrise/4/head 2025-01-24T00:47:45.4483807Z * [new branch] gh/sanrise/4/orig -> origin/gh/sanrise/4/orig 2025-01-24T00:47:45.4484313Z * [new branch] gh/seanx92/1/base -> origin/gh/seanx92/1/base 2025-01-24T00:47:45.4484796Z * [new branch] gh/seanx92/1/orig -> origin/gh/seanx92/1/orig 2025-01-24T00:47:45.4485316Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-01-24T00:47:45.4485831Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-01-24T00:47:45.4486350Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-01-24T00:47:45.4486885Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-01-24T00:47:45.4487418Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-01-24T00:47:45.4487985Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-01-24T00:47:45.4488513Z * [new branch] gh/shunting314/151/base -> origin/gh/shunting314/151/base 2025-01-24T00:47:45.4489246Z * [new branch] gh/shunting314/151/head -> origin/gh/shunting314/151/head 2025-01-24T00:47:45.4489899Z * [new branch] gh/shunting314/151/orig -> origin/gh/shunting314/151/orig 2025-01-24T00:47:45.4490437Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-01-24T00:47:45.4490963Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-01-24T00:47:45.4491496Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-01-24T00:47:45.4492033Z * [new branch] gh/shunting314/186/base -> origin/gh/shunting314/186/base 2025-01-24T00:47:45.4492559Z * [new branch] gh/shunting314/186/head -> origin/gh/shunting314/186/head 2025-01-24T00:47:45.4493088Z * [new branch] gh/shunting314/186/orig -> origin/gh/shunting314/186/orig 2025-01-24T00:47:45.4493631Z * [new branch] gh/shunting314/187/base -> origin/gh/shunting314/187/base 2025-01-24T00:47:45.4494152Z * [new branch] gh/shunting314/187/head -> origin/gh/shunting314/187/head 2025-01-24T00:47:45.4494689Z * [new branch] gh/shunting314/187/orig -> origin/gh/shunting314/187/orig 2025-01-24T00:47:45.4495220Z * [new branch] gh/shunting314/190/base -> origin/gh/shunting314/190/base 2025-01-24T00:47:45.4495746Z * [new branch] gh/shunting314/190/head -> origin/gh/shunting314/190/head 2025-01-24T00:47:45.4496267Z * [new branch] gh/shunting314/190/orig -> origin/gh/shunting314/190/orig 2025-01-24T00:47:45.4496808Z * [new branch] gh/shunting314/191/base -> origin/gh/shunting314/191/base 2025-01-24T00:47:45.4497341Z * [new branch] gh/shunting314/191/head -> origin/gh/shunting314/191/head 2025-01-24T00:47:45.4497864Z * [new branch] gh/shunting314/191/orig -> origin/gh/shunting314/191/orig 2025-01-24T00:47:45.4498409Z * [new branch] gh/shunting314/192/base -> origin/gh/shunting314/192/base 2025-01-24T00:47:45.4498945Z * [new branch] gh/shunting314/192/head -> origin/gh/shunting314/192/head 2025-01-24T00:47:45.4499466Z * [new branch] gh/shunting314/192/orig -> origin/gh/shunting314/192/orig 2025-01-24T00:47:45.4500002Z * [new branch] gh/shunting314/193/base -> origin/gh/shunting314/193/base 2025-01-24T00:47:45.4500534Z * [new branch] gh/shunting314/193/head -> origin/gh/shunting314/193/head 2025-01-24T00:47:45.4501062Z * [new branch] gh/shunting314/193/orig -> origin/gh/shunting314/193/orig 2025-01-24T00:47:45.4501663Z * [new branch] gh/shunting314/194/base -> origin/gh/shunting314/194/base 2025-01-24T00:47:45.4502201Z * [new branch] gh/shunting314/194/head -> origin/gh/shunting314/194/head 2025-01-24T00:47:45.4502739Z * [new branch] gh/shunting314/194/orig -> origin/gh/shunting314/194/orig 2025-01-24T00:47:45.4503268Z * [new branch] gh/shunting314/195/base -> origin/gh/shunting314/195/base 2025-01-24T00:47:45.4503808Z * [new branch] gh/shunting314/195/head -> origin/gh/shunting314/195/head 2025-01-24T00:47:45.4504346Z * [new branch] gh/shunting314/195/orig -> origin/gh/shunting314/195/orig 2025-01-24T00:47:45.4504884Z * [new branch] gh/shuqiangzhang/46/base -> origin/gh/shuqiangzhang/46/base 2025-01-24T00:47:45.4953181Z * [new branch] gh/shuqiangzhang/46/head -> origin/gh/shuqiangzhang/46/head 2025-01-24T00:47:45.4953809Z * [new branch] gh/shuqiangzhang/46/orig -> origin/gh/shuqiangzhang/46/orig 2025-01-24T00:47:45.4954624Z * [new branch] gh/shuqiangzhang/53/base -> origin/gh/shuqiangzhang/53/base 2025-01-24T00:47:45.4955474Z * [new branch] gh/shuqiangzhang/53/head -> origin/gh/shuqiangzhang/53/head 2025-01-24T00:47:45.4956267Z * [new branch] gh/shuqiangzhang/53/orig -> origin/gh/shuqiangzhang/53/orig 2025-01-24T00:47:45.4956972Z * [new branch] gh/shuqiangzhang/56/base -> origin/gh/shuqiangzhang/56/base 2025-01-24T00:47:45.4957530Z * [new branch] gh/shuqiangzhang/56/head -> origin/gh/shuqiangzhang/56/head 2025-01-24T00:47:45.4958083Z * [new branch] gh/shuqiangzhang/56/orig -> origin/gh/shuqiangzhang/56/orig 2025-01-24T00:47:45.4958648Z * [new branch] gh/shuqiangzhang/62/base -> origin/gh/shuqiangzhang/62/base 2025-01-24T00:47:45.4959208Z * [new branch] gh/shuqiangzhang/62/head -> origin/gh/shuqiangzhang/62/head 2025-01-24T00:47:45.4959764Z * [new branch] gh/shuqiangzhang/62/orig -> origin/gh/shuqiangzhang/62/orig 2025-01-24T00:47:45.4960635Z * [new branch] gh/shuqiangzhang/63/base -> origin/gh/shuqiangzhang/63/base 2025-01-24T00:47:45.4961426Z * [new branch] gh/shuqiangzhang/63/head -> origin/gh/shuqiangzhang/63/head 2025-01-24T00:47:45.4961992Z * [new branch] gh/shuqiangzhang/63/orig -> origin/gh/shuqiangzhang/63/orig 2025-01-24T00:47:45.4962644Z * [new branch] gh/sijiac/1/base -> origin/gh/sijiac/1/base 2025-01-24T00:47:45.4963136Z * [new branch] gh/sijiac/1/head -> origin/gh/sijiac/1/head 2025-01-24T00:47:45.4963622Z * [new branch] gh/sijiac/2/base -> origin/gh/sijiac/2/base 2025-01-24T00:47:45.4964095Z * [new branch] gh/sijiac/2/head -> origin/gh/sijiac/2/head 2025-01-24T00:47:45.4964571Z * [new branch] gh/sijiac/3/base -> origin/gh/sijiac/3/base 2025-01-24T00:47:45.4965048Z * [new branch] gh/sijiac/3/head -> origin/gh/sijiac/3/head 2025-01-24T00:47:45.4965537Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-01-24T00:47:45.4966284Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-01-24T00:47:45.4967081Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-01-24T00:47:45.4967590Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-01-24T00:47:45.4968101Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-01-24T00:47:45.4968601Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-01-24T00:47:45.4969109Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-01-24T00:47:45.4969607Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-01-24T00:47:45.4970131Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-01-24T00:47:45.4970670Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-01-24T00:47:45.4971199Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-01-24T00:47:45.4971787Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-01-24T00:47:45.4972560Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-01-24T00:47:45.4973288Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-01-24T00:47:45.4973818Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-01-24T00:47:45.4974338Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-01-24T00:47:45.4974855Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-01-24T00:47:45.4975376Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-01-24T00:47:45.4976057Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-01-24T00:47:45.4976626Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-01-24T00:47:45.4977247Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-01-24T00:47:45.4977791Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-01-24T00:47:45.4978723Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-01-24T00:47:45.4979329Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-01-24T00:47:45.4979853Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-01-24T00:47:45.4980378Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-01-24T00:47:45.4980896Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-01-24T00:47:45.5417436Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-01-24T00:47:45.5418052Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-01-24T00:47:45.5418581Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-01-24T00:47:45.5419093Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-01-24T00:47:45.5419614Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-01-24T00:47:45.5420150Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-01-24T00:47:45.5420676Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-01-24T00:47:45.5421191Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-01-24T00:47:45.5421798Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-01-24T00:47:45.5422376Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-01-24T00:47:45.5423334Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-01-24T00:47:45.5423876Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-01-24T00:47:45.5424396Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-01-24T00:47:45.5424913Z * [new branch] gh/soulitzer/326/base -> origin/gh/soulitzer/326/base 2025-01-24T00:47:45.5425426Z * [new branch] gh/soulitzer/326/head -> origin/gh/soulitzer/326/head 2025-01-24T00:47:45.5425946Z * [new branch] gh/soulitzer/326/orig -> origin/gh/soulitzer/326/orig 2025-01-24T00:47:45.5426466Z * [new branch] gh/soulitzer/328/base -> origin/gh/soulitzer/328/base 2025-01-24T00:47:45.5426981Z * [new branch] gh/soulitzer/328/head -> origin/gh/soulitzer/328/head 2025-01-24T00:47:45.5427496Z * [new branch] gh/soulitzer/328/orig -> origin/gh/soulitzer/328/orig 2025-01-24T00:47:45.5428015Z * [new branch] gh/soulitzer/329/base -> origin/gh/soulitzer/329/base 2025-01-24T00:47:45.5428913Z * [new branch] gh/soulitzer/329/head -> origin/gh/soulitzer/329/head 2025-01-24T00:47:45.5429564Z * [new branch] gh/soulitzer/329/orig -> origin/gh/soulitzer/329/orig 2025-01-24T00:47:45.5430083Z * [new branch] gh/soulitzer/331/base -> origin/gh/soulitzer/331/base 2025-01-24T00:47:45.5430599Z * [new branch] gh/soulitzer/331/head -> origin/gh/soulitzer/331/head 2025-01-24T00:47:45.5431114Z * [new branch] gh/soulitzer/331/orig -> origin/gh/soulitzer/331/orig 2025-01-24T00:47:45.5431630Z * [new branch] gh/soulitzer/332/base -> origin/gh/soulitzer/332/base 2025-01-24T00:47:45.5432344Z * [new branch] gh/soulitzer/332/head -> origin/gh/soulitzer/332/head 2025-01-24T00:47:45.5432971Z * [new branch] gh/soulitzer/332/orig -> origin/gh/soulitzer/332/orig 2025-01-24T00:47:45.5433492Z * [new branch] gh/soulitzer/335/base -> origin/gh/soulitzer/335/base 2025-01-24T00:47:45.5434122Z * [new branch] gh/soulitzer/335/head -> origin/gh/soulitzer/335/head 2025-01-24T00:47:45.5435071Z * [new branch] gh/soulitzer/335/orig -> origin/gh/soulitzer/335/orig 2025-01-24T00:47:45.5435589Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-01-24T00:47:45.5436117Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-01-24T00:47:45.5436639Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-01-24T00:47:45.5437152Z * [new branch] gh/soulitzer/340/base -> origin/gh/soulitzer/340/base 2025-01-24T00:47:45.5437675Z * [new branch] gh/soulitzer/340/head -> origin/gh/soulitzer/340/head 2025-01-24T00:47:45.5438201Z * [new branch] gh/soulitzer/340/orig -> origin/gh/soulitzer/340/orig 2025-01-24T00:47:45.5438714Z * [new branch] gh/soulitzer/341/base -> origin/gh/soulitzer/341/base 2025-01-24T00:47:45.5439226Z * [new branch] gh/soulitzer/341/head -> origin/gh/soulitzer/341/head 2025-01-24T00:47:45.5439750Z * [new branch] gh/soulitzer/341/orig -> origin/gh/soulitzer/341/orig 2025-01-24T00:47:45.5440684Z * [new branch] gh/soulitzer/342/base -> origin/gh/soulitzer/342/base 2025-01-24T00:47:45.5441295Z * [new branch] gh/soulitzer/342/head -> origin/gh/soulitzer/342/head 2025-01-24T00:47:45.5441811Z * [new branch] gh/soulitzer/342/orig -> origin/gh/soulitzer/342/orig 2025-01-24T00:47:45.5442337Z * [new branch] gh/soulitzer/343/base -> origin/gh/soulitzer/343/base 2025-01-24T00:47:45.5442855Z * [new branch] gh/soulitzer/343/head -> origin/gh/soulitzer/343/head 2025-01-24T00:47:45.5443370Z * [new branch] gh/soulitzer/343/orig -> origin/gh/soulitzer/343/orig 2025-01-24T00:47:45.5887720Z * [new branch] gh/soulitzer/344/base -> origin/gh/soulitzer/344/base 2025-01-24T00:47:45.5888272Z * [new branch] gh/soulitzer/344/head -> origin/gh/soulitzer/344/head 2025-01-24T00:47:45.5888818Z * [new branch] gh/soulitzer/344/orig -> origin/gh/soulitzer/344/orig 2025-01-24T00:47:45.5889725Z * [new branch] gh/soulitzer/345/base -> origin/gh/soulitzer/345/base 2025-01-24T00:47:45.5890387Z * [new branch] gh/soulitzer/345/head -> origin/gh/soulitzer/345/head 2025-01-24T00:47:45.5890936Z * [new branch] gh/soulitzer/345/orig -> origin/gh/soulitzer/345/orig 2025-01-24T00:47:45.5891454Z * [new branch] gh/soulitzer/346/base -> origin/gh/soulitzer/346/base 2025-01-24T00:47:45.5891981Z * [new branch] gh/soulitzer/346/head -> origin/gh/soulitzer/346/head 2025-01-24T00:47:45.5892485Z * [new branch] gh/soulitzer/346/orig -> origin/gh/soulitzer/346/orig 2025-01-24T00:47:45.5892985Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-01-24T00:47:45.5893474Z * [new branch] gh/swolchok/685/base -> origin/gh/swolchok/685/base 2025-01-24T00:47:45.5893974Z * [new branch] gh/swolchok/685/head -> origin/gh/swolchok/685/head 2025-01-24T00:47:45.5894488Z * [new branch] gh/swolchok/685/orig -> origin/gh/swolchok/685/orig 2025-01-24T00:47:45.5895299Z * [new branch] gh/swolchok/695/base -> origin/gh/swolchok/695/base 2025-01-24T00:47:45.5896778Z * [new branch] gh/swolchok/695/head -> origin/gh/swolchok/695/head 2025-01-24T00:47:45.5897286Z * [new branch] gh/swolchok/695/orig -> origin/gh/swolchok/695/orig 2025-01-24T00:47:45.5898337Z * [new branch] gh/swolchok/697/base -> origin/gh/swolchok/697/base 2025-01-24T00:47:45.5898862Z * [new branch] gh/swolchok/697/head -> origin/gh/swolchok/697/head 2025-01-24T00:47:45.5899370Z * [new branch] gh/swolchok/697/orig -> origin/gh/swolchok/697/orig 2025-01-24T00:47:45.5899881Z * [new branch] gh/swolchok/704/base -> origin/gh/swolchok/704/base 2025-01-24T00:47:45.5900398Z * [new branch] gh/swolchok/704/head -> origin/gh/swolchok/704/head 2025-01-24T00:47:45.5900955Z * [new branch] gh/swolchok/704/orig -> origin/gh/swolchok/704/orig 2025-01-24T00:47:45.5901952Z * [new branch] gh/swolchok/710/base -> origin/gh/swolchok/710/base 2025-01-24T00:47:45.5902557Z * [new branch] gh/swolchok/710/head -> origin/gh/swolchok/710/head 2025-01-24T00:47:45.5903092Z * [new branch] gh/swolchok/710/orig -> origin/gh/swolchok/710/orig 2025-01-24T00:47:45.5903602Z * [new branch] gh/swolchok/711/base -> origin/gh/swolchok/711/base 2025-01-24T00:47:45.5904108Z * [new branch] gh/swolchok/711/head -> origin/gh/swolchok/711/head 2025-01-24T00:47:45.5904621Z * [new branch] gh/swolchok/711/orig -> origin/gh/swolchok/711/orig 2025-01-24T00:47:45.5905116Z * [new branch] gh/swolchok/714/base -> origin/gh/swolchok/714/base 2025-01-24T00:47:45.5905628Z * [new branch] gh/swolchok/714/head -> origin/gh/swolchok/714/head 2025-01-24T00:47:45.5906134Z * [new branch] gh/swolchok/714/orig -> origin/gh/swolchok/714/orig 2025-01-24T00:47:45.5906644Z * [new branch] gh/swolchok/715/base -> origin/gh/swolchok/715/base 2025-01-24T00:47:45.5907453Z * [new branch] gh/swolchok/715/head -> origin/gh/swolchok/715/head 2025-01-24T00:47:45.5908192Z * [new branch] gh/swolchok/715/orig -> origin/gh/swolchok/715/orig 2025-01-24T00:47:45.5908706Z * [new branch] gh/swolchok/716/base -> origin/gh/swolchok/716/base 2025-01-24T00:47:45.5909206Z * [new branch] gh/swolchok/716/head -> origin/gh/swolchok/716/head 2025-01-24T00:47:45.5909719Z * [new branch] gh/swolchok/716/orig -> origin/gh/swolchok/716/orig 2025-01-24T00:47:45.5910229Z * [new branch] gh/swolchok/717/base -> origin/gh/swolchok/717/base 2025-01-24T00:47:45.5910727Z * [new branch] gh/swolchok/717/head -> origin/gh/swolchok/717/head 2025-01-24T00:47:45.5911233Z * [new branch] gh/swolchok/717/orig -> origin/gh/swolchok/717/orig 2025-01-24T00:47:45.5911749Z * [new branch] gh/swolchok/718/base -> origin/gh/swolchok/718/base 2025-01-24T00:47:45.5912258Z * [new branch] gh/swolchok/718/head -> origin/gh/swolchok/718/head 2025-01-24T00:47:45.5912909Z * [new branch] gh/swolchok/718/orig -> origin/gh/swolchok/718/orig 2025-01-24T00:47:45.5913790Z * [new branch] gh/swolchok/719/base -> origin/gh/swolchok/719/base 2025-01-24T00:47:45.5914318Z * [new branch] gh/swolchok/719/orig -> origin/gh/swolchok/719/orig 2025-01-24T00:47:45.5914828Z * [new branch] gh/swolchok/720/base -> origin/gh/swolchok/720/base 2025-01-24T00:47:45.6362921Z * [new branch] gh/swolchok/720/head -> origin/gh/swolchok/720/head 2025-01-24T00:47:45.6363457Z * [new branch] gh/swolchok/720/orig -> origin/gh/swolchok/720/orig 2025-01-24T00:47:45.6363975Z * [new branch] gh/swolchok/721/base -> origin/gh/swolchok/721/base 2025-01-24T00:47:45.6364736Z * [new branch] gh/swolchok/721/head -> origin/gh/swolchok/721/head 2025-01-24T00:47:45.6365698Z * [new branch] gh/swolchok/721/orig -> origin/gh/swolchok/721/orig 2025-01-24T00:47:45.6366228Z * [new branch] gh/syed-ahmed/1/base -> origin/gh/syed-ahmed/1/base 2025-01-24T00:47:45.6366743Z * [new branch] gh/syed-ahmed/1/head -> origin/gh/syed-ahmed/1/head 2025-01-24T00:47:45.6367239Z * [new branch] gh/syed-ahmed/1/orig -> origin/gh/syed-ahmed/1/orig 2025-01-24T00:47:45.6367747Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-01-24T00:47:45.6368245Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-01-24T00:47:45.6368732Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-01-24T00:47:45.6369212Z * [new branch] gh/tianyu-l/5/base -> origin/gh/tianyu-l/5/base 2025-01-24T00:47:45.6369712Z * [new branch] gh/tianyu-l/5/head -> origin/gh/tianyu-l/5/head 2025-01-24T00:47:45.6370199Z * [new branch] gh/tianyu-l/5/orig -> origin/gh/tianyu-l/5/orig 2025-01-24T00:47:45.6370676Z * [new branch] gh/tianyu-l/6/base -> origin/gh/tianyu-l/6/base 2025-01-24T00:47:45.6371157Z * [new branch] gh/tianyu-l/6/head -> origin/gh/tianyu-l/6/head 2025-01-24T00:47:45.6371643Z * [new branch] gh/tianyu-l/6/orig -> origin/gh/tianyu-l/6/orig 2025-01-24T00:47:45.6372154Z * [new branch] gh/titaiwangms/35/base -> origin/gh/titaiwangms/35/base 2025-01-24T00:47:45.6372690Z * [new branch] gh/titaiwangms/35/head -> origin/gh/titaiwangms/35/head 2025-01-24T00:47:45.6373232Z * [new branch] gh/titaiwangms/35/orig -> origin/gh/titaiwangms/35/orig 2025-01-24T00:47:45.6373796Z * [new branch] gh/tugsbayasgalan/142/base -> origin/gh/tugsbayasgalan/142/base 2025-01-24T00:47:45.6374371Z * [new branch] gh/tugsbayasgalan/142/head -> origin/gh/tugsbayasgalan/142/head 2025-01-24T00:47:45.6375013Z * [new branch] gh/tugsbayasgalan/142/orig -> origin/gh/tugsbayasgalan/142/orig 2025-01-24T00:47:45.6375906Z * [new branch] gh/tugsbayasgalan/155/base -> origin/gh/tugsbayasgalan/155/base 2025-01-24T00:47:45.6376479Z * [new branch] gh/tugsbayasgalan/155/head -> origin/gh/tugsbayasgalan/155/head 2025-01-24T00:47:45.6377063Z * [new branch] gh/tugsbayasgalan/155/orig -> origin/gh/tugsbayasgalan/155/orig 2025-01-24T00:47:45.6377646Z * [new branch] gh/tugsbayasgalan/162/base -> origin/gh/tugsbayasgalan/162/base 2025-01-24T00:47:45.6378218Z * [new branch] gh/tugsbayasgalan/162/head -> origin/gh/tugsbayasgalan/162/head 2025-01-24T00:47:45.6378798Z * [new branch] gh/tugsbayasgalan/162/orig -> origin/gh/tugsbayasgalan/162/orig 2025-01-24T00:47:45.6379378Z * [new branch] gh/tugsbayasgalan/244/base -> origin/gh/tugsbayasgalan/244/base 2025-01-24T00:47:45.6379955Z * [new branch] gh/tugsbayasgalan/244/head -> origin/gh/tugsbayasgalan/244/head 2025-01-24T00:47:45.6380529Z * [new branch] gh/tugsbayasgalan/244/orig -> origin/gh/tugsbayasgalan/244/orig 2025-01-24T00:47:45.6381102Z * [new branch] gh/tugsbayasgalan/246/base -> origin/gh/tugsbayasgalan/246/base 2025-01-24T00:47:45.6381745Z * [new branch] gh/tugsbayasgalan/246/head -> origin/gh/tugsbayasgalan/246/head 2025-01-24T00:47:45.6382313Z * [new branch] gh/tugsbayasgalan/246/orig -> origin/gh/tugsbayasgalan/246/orig 2025-01-24T00:47:45.6382904Z * [new branch] gh/tugsbayasgalan/247/base -> origin/gh/tugsbayasgalan/247/base 2025-01-24T00:47:45.6383490Z * [new branch] gh/tugsbayasgalan/247/head -> origin/gh/tugsbayasgalan/247/head 2025-01-24T00:47:45.6384229Z * [new branch] gh/tugsbayasgalan/247/orig -> origin/gh/tugsbayasgalan/247/orig 2025-01-24T00:47:45.6385150Z * [new branch] gh/tugsbayasgalan/250/base -> origin/gh/tugsbayasgalan/250/base 2025-01-24T00:47:45.6385744Z * [new branch] gh/tugsbayasgalan/250/head -> origin/gh/tugsbayasgalan/250/head 2025-01-24T00:47:45.6386328Z * [new branch] gh/tugsbayasgalan/250/orig -> origin/gh/tugsbayasgalan/250/orig 2025-01-24T00:47:45.6386904Z * [new branch] gh/tugsbayasgalan/257/base -> origin/gh/tugsbayasgalan/257/base 2025-01-24T00:47:45.6387483Z * [new branch] gh/tugsbayasgalan/257/head -> origin/gh/tugsbayasgalan/257/head 2025-01-24T00:47:45.6388064Z * [new branch] gh/tugsbayasgalan/257/orig -> origin/gh/tugsbayasgalan/257/orig 2025-01-24T00:47:45.6388641Z * [new branch] gh/tugsbayasgalan/259/base -> origin/gh/tugsbayasgalan/259/base 2025-01-24T00:47:45.6805854Z * [new branch] gh/tugsbayasgalan/259/head -> origin/gh/tugsbayasgalan/259/head 2025-01-24T00:47:45.6806461Z * [new branch] gh/tugsbayasgalan/259/orig -> origin/gh/tugsbayasgalan/259/orig 2025-01-24T00:47:45.6807066Z * [new branch] gh/tugsbayasgalan/268/base -> origin/gh/tugsbayasgalan/268/base 2025-01-24T00:47:45.6807642Z * [new branch] gh/tugsbayasgalan/268/head -> origin/gh/tugsbayasgalan/268/head 2025-01-24T00:47:45.6808218Z * [new branch] gh/tugsbayasgalan/268/orig -> origin/gh/tugsbayasgalan/268/orig 2025-01-24T00:47:45.6808796Z * [new branch] gh/tugsbayasgalan/269/base -> origin/gh/tugsbayasgalan/269/base 2025-01-24T00:47:45.6809374Z * [new branch] gh/tugsbayasgalan/269/head -> origin/gh/tugsbayasgalan/269/head 2025-01-24T00:47:45.6809944Z * [new branch] gh/tugsbayasgalan/269/orig -> origin/gh/tugsbayasgalan/269/orig 2025-01-24T00:47:45.6810528Z * [new branch] gh/tugsbayasgalan/277/base -> origin/gh/tugsbayasgalan/277/base 2025-01-24T00:47:45.6811102Z * [new branch] gh/tugsbayasgalan/277/head -> origin/gh/tugsbayasgalan/277/head 2025-01-24T00:47:45.6811672Z * [new branch] gh/tugsbayasgalan/277/orig -> origin/gh/tugsbayasgalan/277/orig 2025-01-24T00:47:45.6812251Z * [new branch] gh/tugsbayasgalan/281/base -> origin/gh/tugsbayasgalan/281/base 2025-01-24T00:47:45.6812834Z * [new branch] gh/tugsbayasgalan/281/head -> origin/gh/tugsbayasgalan/281/head 2025-01-24T00:47:45.6813411Z * [new branch] gh/tugsbayasgalan/281/orig -> origin/gh/tugsbayasgalan/281/orig 2025-01-24T00:47:45.6813990Z * [new branch] gh/tugsbayasgalan/282/base -> origin/gh/tugsbayasgalan/282/base 2025-01-24T00:47:45.6814571Z * [new branch] gh/tugsbayasgalan/282/head -> origin/gh/tugsbayasgalan/282/head 2025-01-24T00:47:45.6815155Z * [new branch] gh/tugsbayasgalan/282/orig -> origin/gh/tugsbayasgalan/282/orig 2025-01-24T00:47:45.6815725Z * [new branch] gh/tugsbayasgalan/283/base -> origin/gh/tugsbayasgalan/283/base 2025-01-24T00:47:45.6816306Z * [new branch] gh/tugsbayasgalan/283/head -> origin/gh/tugsbayasgalan/283/head 2025-01-24T00:47:45.6816877Z * [new branch] gh/tugsbayasgalan/283/orig -> origin/gh/tugsbayasgalan/283/orig 2025-01-24T00:47:45.6817443Z * [new branch] gh/tugsbayasgalan/284/base -> origin/gh/tugsbayasgalan/284/base 2025-01-24T00:47:45.6818020Z * [new branch] gh/tugsbayasgalan/284/head -> origin/gh/tugsbayasgalan/284/head 2025-01-24T00:47:45.6818597Z * [new branch] gh/tugsbayasgalan/284/orig -> origin/gh/tugsbayasgalan/284/orig 2025-01-24T00:47:45.6819167Z * [new branch] gh/tugsbayasgalan/285/base -> origin/gh/tugsbayasgalan/285/base 2025-01-24T00:47:45.6819755Z * [new branch] gh/tugsbayasgalan/285/head -> origin/gh/tugsbayasgalan/285/head 2025-01-24T00:47:45.6820527Z * [new branch] gh/tugsbayasgalan/285/orig -> origin/gh/tugsbayasgalan/285/orig 2025-01-24T00:47:45.6821512Z * [new branch] gh/tugsbayasgalan/286/base -> origin/gh/tugsbayasgalan/286/base 2025-01-24T00:47:45.6822183Z * [new branch] gh/tugsbayasgalan/286/head -> origin/gh/tugsbayasgalan/286/head 2025-01-24T00:47:45.6822778Z * [new branch] gh/tugsbayasgalan/286/orig -> origin/gh/tugsbayasgalan/286/orig 2025-01-24T00:47:45.6823338Z * [new branch] gh/vfdev-5/13/base -> origin/gh/vfdev-5/13/base 2025-01-24T00:47:45.6823842Z * [new branch] gh/vfdev-5/13/orig -> origin/gh/vfdev-5/13/orig 2025-01-24T00:47:45.6824318Z * [new branch] gh/vfdev-5/14/base -> origin/gh/vfdev-5/14/base 2025-01-24T00:47:45.6824802Z * [new branch] gh/vfdev-5/14/orig -> origin/gh/vfdev-5/14/orig 2025-01-24T00:47:45.6825287Z * [new branch] gh/vmoens/10/base -> origin/gh/vmoens/10/base 2025-01-24T00:47:45.6825767Z * [new branch] gh/vmoens/10/head -> origin/gh/vmoens/10/head 2025-01-24T00:47:45.6826257Z * [new branch] gh/vmoens/10/orig -> origin/gh/vmoens/10/orig 2025-01-24T00:47:45.6826739Z * [new branch] gh/vmoens/11/base -> origin/gh/vmoens/11/base 2025-01-24T00:47:45.6827213Z * [new branch] gh/vmoens/11/head -> origin/gh/vmoens/11/head 2025-01-24T00:47:45.6827694Z * [new branch] gh/vmoens/11/orig -> origin/gh/vmoens/11/orig 2025-01-24T00:47:45.6828178Z * [new branch] gh/vmoens/12/base -> origin/gh/vmoens/12/base 2025-01-24T00:47:45.6828881Z * [new branch] gh/vmoens/12/head -> origin/gh/vmoens/12/head 2025-01-24T00:47:45.6829730Z * [new branch] gh/vmoens/12/orig -> origin/gh/vmoens/12/orig 2025-01-24T00:47:45.6830233Z * [new branch] gh/vmoens/14/base -> origin/gh/vmoens/14/base 2025-01-24T00:47:45.6830781Z * [new branch] gh/vmoens/14/head -> origin/gh/vmoens/14/head 2025-01-24T00:47:45.6831417Z * [new branch] gh/vmoens/14/orig -> origin/gh/vmoens/14/orig 2025-01-24T00:47:45.7276033Z * [new branch] gh/vmoens/2/base -> origin/gh/vmoens/2/base 2025-01-24T00:47:45.7276545Z * [new branch] gh/vmoens/2/head -> origin/gh/vmoens/2/head 2025-01-24T00:47:45.7277019Z * [new branch] gh/vmoens/2/orig -> origin/gh/vmoens/2/orig 2025-01-24T00:47:45.7277563Z * [new branch] gh/voznesenskym/187/base -> origin/gh/voznesenskym/187/base 2025-01-24T00:47:45.7278126Z * [new branch] gh/voznesenskym/187/head -> origin/gh/voznesenskym/187/head 2025-01-24T00:47:45.7278849Z * [new branch] gh/voznesenskym/187/orig -> origin/gh/voznesenskym/187/orig 2025-01-24T00:47:45.7279917Z * [new branch] gh/voznesenskym/193/base -> origin/gh/voznesenskym/193/base 2025-01-24T00:47:45.7280530Z * [new branch] gh/voznesenskym/193/head -> origin/gh/voznesenskym/193/head 2025-01-24T00:47:45.7281101Z * [new branch] gh/voznesenskym/198/base -> origin/gh/voznesenskym/198/base 2025-01-24T00:47:45.7281646Z * [new branch] gh/voznesenskym/198/head -> origin/gh/voznesenskym/198/head 2025-01-24T00:47:45.7282207Z * [new branch] gh/voznesenskym/198/orig -> origin/gh/voznesenskym/198/orig 2025-01-24T00:47:45.7282750Z * [new branch] gh/voznesenskym/211/base -> origin/gh/voznesenskym/211/base 2025-01-24T00:47:45.7283301Z * [new branch] gh/voznesenskym/211/head -> origin/gh/voznesenskym/211/head 2025-01-24T00:47:45.7283843Z * [new branch] gh/voznesenskym/211/orig -> origin/gh/voznesenskym/211/orig 2025-01-24T00:47:45.7284600Z * [new branch] gh/voznesenskym/231/base -> origin/gh/voznesenskym/231/base 2025-01-24T00:47:45.7285156Z * [new branch] gh/voznesenskym/231/head -> origin/gh/voznesenskym/231/head 2025-01-24T00:47:45.7286242Z * [new branch] gh/voznesenskym/231/orig -> origin/gh/voznesenskym/231/orig 2025-01-24T00:47:45.7286808Z * [new branch] gh/voznesenskym/254/base -> origin/gh/voznesenskym/254/base 2025-01-24T00:47:45.7287366Z * [new branch] gh/voznesenskym/254/head -> origin/gh/voznesenskym/254/head 2025-01-24T00:47:45.7287911Z * [new branch] gh/voznesenskym/254/orig -> origin/gh/voznesenskym/254/orig 2025-01-24T00:47:45.7288449Z * [new branch] gh/wanchaol/344/base -> origin/gh/wanchaol/344/base 2025-01-24T00:47:45.7288962Z * [new branch] gh/wanchaol/344/head -> origin/gh/wanchaol/344/head 2025-01-24T00:47:45.7289482Z * [new branch] gh/wanchaol/344/orig -> origin/gh/wanchaol/344/orig 2025-01-24T00:47:45.7289989Z * [new branch] gh/wanchaol/360/base -> origin/gh/wanchaol/360/base 2025-01-24T00:47:45.7290496Z * [new branch] gh/wanchaol/360/head -> origin/gh/wanchaol/360/head 2025-01-24T00:47:45.7291005Z * [new branch] gh/wanchaol/360/orig -> origin/gh/wanchaol/360/orig 2025-01-24T00:47:45.7291501Z * [new branch] gh/wanchaol/361/base -> origin/gh/wanchaol/361/base 2025-01-24T00:47:45.7292003Z * [new branch] gh/wanchaol/361/head -> origin/gh/wanchaol/361/head 2025-01-24T00:47:45.7292506Z * [new branch] gh/wanchaol/361/orig -> origin/gh/wanchaol/361/orig 2025-01-24T00:47:45.7293008Z * [new branch] gh/wanchaol/362/base -> origin/gh/wanchaol/362/base 2025-01-24T00:47:45.7293513Z * [new branch] gh/wanchaol/362/head -> origin/gh/wanchaol/362/head 2025-01-24T00:47:45.7294015Z * [new branch] gh/wanchaol/362/orig -> origin/gh/wanchaol/362/orig 2025-01-24T00:47:45.7294532Z * [new branch] gh/wanchaol/363/base -> origin/gh/wanchaol/363/base 2025-01-24T00:47:45.7295266Z * [new branch] gh/wanchaol/363/head -> origin/gh/wanchaol/363/head 2025-01-24T00:47:45.7296209Z * [new branch] gh/wanchaol/363/orig -> origin/gh/wanchaol/363/orig 2025-01-24T00:47:45.7296822Z * [new branch] gh/wanchaol/364/base -> origin/gh/wanchaol/364/base 2025-01-24T00:47:45.7297331Z * [new branch] gh/wanchaol/364/orig -> origin/gh/wanchaol/364/orig 2025-01-24T00:47:45.7297841Z * [new branch] gh/wanchaol/365/base -> origin/gh/wanchaol/365/base 2025-01-24T00:47:45.7298347Z * [new branch] gh/wanchaol/365/head -> origin/gh/wanchaol/365/head 2025-01-24T00:47:45.7298844Z * [new branch] gh/wanchaol/365/orig -> origin/gh/wanchaol/365/orig 2025-01-24T00:47:45.7299371Z * [new branch] gh/wanchaol/366/base -> origin/gh/wanchaol/366/base 2025-01-24T00:47:45.7299874Z * [new branch] gh/wanchaol/366/head -> origin/gh/wanchaol/366/head 2025-01-24T00:47:45.7300382Z * [new branch] gh/wanchaol/366/orig -> origin/gh/wanchaol/366/orig 2025-01-24T00:47:45.7300877Z * [new branch] gh/wanchaol/367/base -> origin/gh/wanchaol/367/base 2025-01-24T00:47:45.7301378Z * [new branch] gh/wanchaol/367/head -> origin/gh/wanchaol/367/head 2025-01-24T00:47:45.7301957Z * [new branch] gh/wanchaol/367/orig -> origin/gh/wanchaol/367/orig 2025-01-24T00:47:45.7755636Z * [new branch] gh/wanchaol/368/base -> origin/gh/wanchaol/368/base 2025-01-24T00:47:45.7756302Z * [new branch] gh/wanchaol/368/head -> origin/gh/wanchaol/368/head 2025-01-24T00:47:45.7756921Z * [new branch] gh/wanchaol/368/orig -> origin/gh/wanchaol/368/orig 2025-01-24T00:47:45.7757795Z * [new branch] gh/wconstab/204/base -> origin/gh/wconstab/204/base 2025-01-24T00:47:45.7758349Z * [new branch] gh/wconstab/204/orig -> origin/gh/wconstab/204/orig 2025-01-24T00:47:45.7759519Z * [new branch] gh/wconstab/371/base -> origin/gh/wconstab/371/base 2025-01-24T00:47:45.7760122Z * [new branch] gh/wconstab/371/head -> origin/gh/wconstab/371/head 2025-01-24T00:47:45.7760675Z * [new branch] gh/wconstab/371/orig -> origin/gh/wconstab/371/orig 2025-01-24T00:47:45.7761277Z * [new branch] gh/wconstab/372/base -> origin/gh/wconstab/372/base 2025-01-24T00:47:45.7761871Z * [new branch] gh/wconstab/372/head -> origin/gh/wconstab/372/head 2025-01-24T00:47:45.7762412Z * [new branch] gh/wconstab/372/orig -> origin/gh/wconstab/372/orig 2025-01-24T00:47:45.7763003Z * [new branch] gh/wconstab/373/base -> origin/gh/wconstab/373/base 2025-01-24T00:47:45.7763610Z * [new branch] gh/wconstab/373/head -> origin/gh/wconstab/373/head 2025-01-24T00:47:45.7764211Z * [new branch] gh/wconstab/373/orig -> origin/gh/wconstab/373/orig 2025-01-24T00:47:45.7764755Z * [new branch] gh/wconstab/374/base -> origin/gh/wconstab/374/base 2025-01-24T00:47:45.7765349Z * [new branch] gh/wconstab/374/head -> origin/gh/wconstab/374/head 2025-01-24T00:47:45.7765951Z * [new branch] gh/wconstab/374/orig -> origin/gh/wconstab/374/orig 2025-01-24T00:47:45.7766542Z * [new branch] gh/wconstab/375/base -> origin/gh/wconstab/375/base 2025-01-24T00:47:45.7767113Z * [new branch] gh/wconstab/375/head -> origin/gh/wconstab/375/head 2025-01-24T00:47:45.7767716Z * [new branch] gh/wconstab/375/orig -> origin/gh/wconstab/375/orig 2025-01-24T00:47:45.7768318Z * [new branch] gh/wconstab/376/base -> origin/gh/wconstab/376/base 2025-01-24T00:47:45.7768919Z * [new branch] gh/wconstab/376/head -> origin/gh/wconstab/376/head 2025-01-24T00:47:45.7769542Z * [new branch] gh/wconstab/376/orig -> origin/gh/wconstab/376/orig 2025-01-24T00:47:45.7770100Z * [new branch] gh/wconstab/377/base -> origin/gh/wconstab/377/base 2025-01-24T00:47:45.7770691Z * [new branch] gh/wconstab/377/head -> origin/gh/wconstab/377/head 2025-01-24T00:47:45.7771293Z * [new branch] gh/wconstab/377/orig -> origin/gh/wconstab/377/orig 2025-01-24T00:47:45.7771889Z * [new branch] gh/wconstab/378/base -> origin/gh/wconstab/378/base 2025-01-24T00:47:45.7772433Z * [new branch] gh/wconstab/378/head -> origin/gh/wconstab/378/head 2025-01-24T00:47:45.7773026Z * [new branch] gh/wconstab/378/orig -> origin/gh/wconstab/378/orig 2025-01-24T00:47:45.7773641Z * [new branch] gh/wconstab/379/base -> origin/gh/wconstab/379/base 2025-01-24T00:47:45.7774146Z * [new branch] gh/wconstab/379/head -> origin/gh/wconstab/379/head 2025-01-24T00:47:45.7774650Z * [new branch] gh/wconstab/379/orig -> origin/gh/wconstab/379/orig 2025-01-24T00:47:45.7775157Z * [new branch] gh/wconstab/380/base -> origin/gh/wconstab/380/base 2025-01-24T00:47:45.7775666Z * [new branch] gh/wconstab/380/head -> origin/gh/wconstab/380/head 2025-01-24T00:47:45.7776166Z * [new branch] gh/wconstab/380/orig -> origin/gh/wconstab/380/orig 2025-01-24T00:47:45.7776672Z * [new branch] gh/wconstab/381/base -> origin/gh/wconstab/381/base 2025-01-24T00:47:45.7777182Z * [new branch] gh/wconstab/381/head -> origin/gh/wconstab/381/head 2025-01-24T00:47:45.7777687Z * [new branch] gh/wconstab/381/orig -> origin/gh/wconstab/381/orig 2025-01-24T00:47:45.7778327Z * [new branch] gh/wconstab/382/base -> origin/gh/wconstab/382/base 2025-01-24T00:47:45.7779270Z * [new branch] gh/wconstab/382/head -> origin/gh/wconstab/382/head 2025-01-24T00:47:45.7779834Z * [new branch] gh/wconstab/383/base -> origin/gh/wconstab/383/base 2025-01-24T00:47:45.7780342Z * [new branch] gh/wconstab/383/head -> origin/gh/wconstab/383/head 2025-01-24T00:47:45.7780855Z * [new branch] gh/wconstab/384/base -> origin/gh/wconstab/384/base 2025-01-24T00:47:45.7781368Z * [new branch] gh/wconstab/384/head -> origin/gh/wconstab/384/head 2025-01-24T00:47:45.7781950Z * [new branch] gh/wconstab/385/base -> origin/gh/wconstab/385/base 2025-01-24T00:47:45.7782466Z * [new branch] gh/wconstab/385/head -> origin/gh/wconstab/385/head 2025-01-24T00:47:45.7782982Z * [new branch] gh/wconstab/386/base -> origin/gh/wconstab/386/base 2025-01-24T00:47:45.8214532Z * [new branch] gh/wconstab/386/head -> origin/gh/wconstab/386/head 2025-01-24T00:47:45.8215170Z * [new branch] gh/wconstab/387/base -> origin/gh/wconstab/387/base 2025-01-24T00:47:45.8215694Z * [new branch] gh/wconstab/387/head -> origin/gh/wconstab/387/head 2025-01-24T00:47:45.8216203Z * [new branch] gh/wconstab/387/orig -> origin/gh/wconstab/387/orig 2025-01-24T00:47:45.8216732Z * [new branch] gh/wconstab/388/base -> origin/gh/wconstab/388/base 2025-01-24T00:47:45.8217234Z * [new branch] gh/wconstab/388/head -> origin/gh/wconstab/388/head 2025-01-24T00:47:45.8217741Z * [new branch] gh/wconstab/388/orig -> origin/gh/wconstab/388/orig 2025-01-24T00:47:45.8218253Z * [new branch] gh/wconstab/389/base -> origin/gh/wconstab/389/base 2025-01-24T00:47:45.8218776Z * [new branch] gh/wconstab/389/head -> origin/gh/wconstab/389/head 2025-01-24T00:47:45.8219287Z * [new branch] gh/wconstab/389/orig -> origin/gh/wconstab/389/orig 2025-01-24T00:47:45.8220223Z * [new branch] gh/wconstab/390/base -> origin/gh/wconstab/390/base 2025-01-24T00:47:45.8220823Z * [new branch] gh/wconstab/390/head -> origin/gh/wconstab/390/head 2025-01-24T00:47:45.8221339Z * [new branch] gh/wconstab/390/orig -> origin/gh/wconstab/390/orig 2025-01-24T00:47:45.8221908Z * [new branch] gh/wconstab/391/base -> origin/gh/wconstab/391/base 2025-01-24T00:47:45.8222417Z * [new branch] gh/wconstab/391/head -> origin/gh/wconstab/391/head 2025-01-24T00:47:45.8222917Z * [new branch] gh/wconstab/391/orig -> origin/gh/wconstab/391/orig 2025-01-24T00:47:45.8223436Z * [new branch] gh/weifengpy/20/base -> origin/gh/weifengpy/20/base 2025-01-24T00:47:45.8223962Z * [new branch] gh/weifengpy/20/head -> origin/gh/weifengpy/20/head 2025-01-24T00:47:45.8224474Z * [new branch] gh/weifengpy/20/orig -> origin/gh/weifengpy/20/orig 2025-01-24T00:47:45.8225008Z * [new branch] gh/williamwen42/167/base -> origin/gh/williamwen42/167/base 2025-01-24T00:47:45.8225950Z * [new branch] gh/williamwen42/167/head -> origin/gh/williamwen42/167/head 2025-01-24T00:47:45.8226636Z * [new branch] gh/williamwen42/167/orig -> origin/gh/williamwen42/167/orig 2025-01-24T00:47:45.8227188Z * [new branch] gh/williamwen42/195/base -> origin/gh/williamwen42/195/base 2025-01-24T00:47:45.8227740Z * [new branch] gh/williamwen42/195/head -> origin/gh/williamwen42/195/head 2025-01-24T00:47:45.8228286Z * [new branch] gh/williamwen42/195/orig -> origin/gh/williamwen42/195/orig 2025-01-24T00:47:45.8229050Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-01-24T00:47:45.8229599Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-01-24T00:47:45.8230642Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-01-24T00:47:45.8231423Z * [new branch] gh/williamwen42/197/base -> origin/gh/williamwen42/197/base 2025-01-24T00:47:45.8232454Z * [new branch] gh/williamwen42/197/head -> origin/gh/williamwen42/197/head 2025-01-24T00:47:45.8233485Z * [new branch] gh/williamwen42/197/orig -> origin/gh/williamwen42/197/orig 2025-01-24T00:47:45.8234538Z * [new branch] gh/williamwen42/198/base -> origin/gh/williamwen42/198/base 2025-01-24T00:47:45.8235581Z * [new branch] gh/williamwen42/198/head -> origin/gh/williamwen42/198/head 2025-01-24T00:47:45.8236637Z * [new branch] gh/williamwen42/198/orig -> origin/gh/williamwen42/198/orig 2025-01-24T00:47:45.8237695Z * [new branch] gh/williamwen42/199/base -> origin/gh/williamwen42/199/base 2025-01-24T00:47:45.8238722Z * [new branch] gh/williamwen42/199/head -> origin/gh/williamwen42/199/head 2025-01-24T00:47:45.8239768Z * [new branch] gh/williamwen42/199/orig -> origin/gh/williamwen42/199/orig 2025-01-24T00:47:45.8240715Z * [new branch] gh/wz337/2/base -> origin/gh/wz337/2/base 2025-01-24T00:47:45.8241577Z * [new branch] gh/wz337/2/head -> origin/gh/wz337/2/head 2025-01-24T00:47:45.8242434Z * [new branch] gh/wz337/3/base -> origin/gh/wz337/3/base 2025-01-24T00:47:45.8243295Z * [new branch] gh/wz337/3/head -> origin/gh/wz337/3/head 2025-01-24T00:47:45.8244145Z * [new branch] gh/xmfan/106/base -> origin/gh/xmfan/106/base 2025-01-24T00:47:45.8245073Z * [new branch] gh/xmfan/106/head -> origin/gh/xmfan/106/head 2025-01-24T00:47:45.8245966Z * [new branch] gh/xmfan/106/orig -> origin/gh/xmfan/106/orig 2025-01-24T00:47:45.8246871Z * [new branch] gh/xmfan/108/base -> origin/gh/xmfan/108/base 2025-01-24T00:47:45.8247755Z * [new branch] gh/xmfan/108/head -> origin/gh/xmfan/108/head 2025-01-24T00:47:45.8702400Z * [new branch] gh/xmfan/108/orig -> origin/gh/xmfan/108/orig 2025-01-24T00:47:45.8702929Z * [new branch] gh/xmfan/138/base -> origin/gh/xmfan/138/base 2025-01-24T00:47:45.8703445Z * [new branch] gh/xmfan/138/head -> origin/gh/xmfan/138/head 2025-01-24T00:47:45.8703920Z * [new branch] gh/xmfan/138/orig -> origin/gh/xmfan/138/orig 2025-01-24T00:47:45.8704401Z * [new branch] gh/xmfan/140/base -> origin/gh/xmfan/140/base 2025-01-24T00:47:45.8704907Z * [new branch] gh/xmfan/140/head -> origin/gh/xmfan/140/head 2025-01-24T00:47:45.8705373Z * [new branch] gh/xmfan/140/orig -> origin/gh/xmfan/140/orig 2025-01-24T00:47:45.8705858Z * [new branch] gh/xmfan/150/base -> origin/gh/xmfan/150/base 2025-01-24T00:47:45.8706336Z * [new branch] gh/xmfan/150/head -> origin/gh/xmfan/150/head 2025-01-24T00:47:45.8706803Z * [new branch] gh/xmfan/150/orig -> origin/gh/xmfan/150/orig 2025-01-24T00:47:45.8707422Z * [new branch] gh/xmfan/151/base -> origin/gh/xmfan/151/base 2025-01-24T00:47:45.8708261Z * [new branch] gh/xmfan/151/head -> origin/gh/xmfan/151/head 2025-01-24T00:47:45.8708745Z * [new branch] gh/xmfan/151/orig -> origin/gh/xmfan/151/orig 2025-01-24T00:47:45.8709233Z * [new branch] gh/xmfan/152/base -> origin/gh/xmfan/152/base 2025-01-24T00:47:45.8709934Z * [new branch] gh/xmfan/152/head -> origin/gh/xmfan/152/head 2025-01-24T00:47:45.8710447Z * [new branch] gh/xmfan/152/orig -> origin/gh/xmfan/152/orig 2025-01-24T00:47:45.8711423Z * [new branch] gh/xmfan/153/base -> origin/gh/xmfan/153/base 2025-01-24T00:47:45.8711920Z * [new branch] gh/xmfan/153/head -> origin/gh/xmfan/153/head 2025-01-24T00:47:45.8712415Z * [new branch] gh/xmfan/153/orig -> origin/gh/xmfan/153/orig 2025-01-24T00:47:45.8712892Z * [new branch] gh/xmfan/154/base -> origin/gh/xmfan/154/base 2025-01-24T00:47:45.8713719Z * [new branch] gh/xmfan/154/head -> origin/gh/xmfan/154/head 2025-01-24T00:47:45.8714416Z * [new branch] gh/xmfan/154/orig -> origin/gh/xmfan/154/orig 2025-01-24T00:47:45.8714892Z * [new branch] gh/xmfan/155/base -> origin/gh/xmfan/155/base 2025-01-24T00:47:45.8715394Z * [new branch] gh/xmfan/155/head -> origin/gh/xmfan/155/head 2025-01-24T00:47:45.8715875Z * [new branch] gh/xmfan/155/orig -> origin/gh/xmfan/155/orig 2025-01-24T00:47:45.8716361Z * [new branch] gh/xmfan/156/base -> origin/gh/xmfan/156/base 2025-01-24T00:47:45.8716831Z * [new branch] gh/xmfan/156/head -> origin/gh/xmfan/156/head 2025-01-24T00:47:45.8717308Z * [new branch] gh/xmfan/156/orig -> origin/gh/xmfan/156/orig 2025-01-24T00:47:45.8717788Z * [new branch] gh/xmfan/157/base -> origin/gh/xmfan/157/base 2025-01-24T00:47:45.8718259Z * [new branch] gh/xmfan/157/head -> origin/gh/xmfan/157/head 2025-01-24T00:47:45.8718740Z * [new branch] gh/xmfan/157/orig -> origin/gh/xmfan/157/orig 2025-01-24T00:47:45.8719503Z * [new branch] gh/xmfan/158/base -> origin/gh/xmfan/158/base 2025-01-24T00:47:45.8720212Z * [new branch] gh/xmfan/158/head -> origin/gh/xmfan/158/head 2025-01-24T00:47:45.8720692Z * [new branch] gh/xmfan/158/orig -> origin/gh/xmfan/158/orig 2025-01-24T00:47:45.8721176Z * [new branch] gh/xmfan/159/base -> origin/gh/xmfan/159/base 2025-01-24T00:47:45.8721660Z * [new branch] gh/xmfan/159/head -> origin/gh/xmfan/159/head 2025-01-24T00:47:45.8722131Z * [new branch] gh/xmfan/159/orig -> origin/gh/xmfan/159/orig 2025-01-24T00:47:45.8722608Z * [new branch] gh/xmfan/160/base -> origin/gh/xmfan/160/base 2025-01-24T00:47:45.8723094Z * [new branch] gh/xmfan/160/head -> origin/gh/xmfan/160/head 2025-01-24T00:47:45.8723579Z * [new branch] gh/xmfan/160/orig -> origin/gh/xmfan/160/orig 2025-01-24T00:47:45.8724073Z * [new branch] gh/xmfan/161/base -> origin/gh/xmfan/161/base 2025-01-24T00:47:45.8724572Z * [new branch] gh/xmfan/161/head -> origin/gh/xmfan/161/head 2025-01-24T00:47:45.8725329Z * [new branch] gh/xmfan/161/orig -> origin/gh/xmfan/161/orig 2025-01-24T00:47:45.8725939Z * [new branch] gh/xmfan/162/base -> origin/gh/xmfan/162/base 2025-01-24T00:47:45.8726537Z * [new branch] gh/xmfan/162/head -> origin/gh/xmfan/162/head 2025-01-24T00:47:45.8727012Z * [new branch] gh/xmfan/162/orig -> origin/gh/xmfan/162/orig 2025-01-24T00:47:45.8727495Z * [new branch] gh/xmfan/163/base -> origin/gh/xmfan/163/base 2025-01-24T00:47:45.8727981Z * [new branch] gh/xmfan/163/head -> origin/gh/xmfan/163/head 2025-01-24T00:47:46.0559860Z * [new branch] gh/xmfan/163/orig -> origin/gh/xmfan/163/orig 2025-01-24T00:47:46.0560407Z * [new branch] gh/xmfan/164/base -> origin/gh/xmfan/164/base 2025-01-24T00:47:46.0561125Z * [new branch] gh/xmfan/164/head -> origin/gh/xmfan/164/head 2025-01-24T00:47:46.0562149Z * [new branch] gh/xmfan/164/orig -> origin/gh/xmfan/164/orig 2025-01-24T00:47:46.0562672Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-01-24T00:47:46.0563153Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-01-24T00:47:46.0563743Z * [new branch] gh/xmfan/97/base -> origin/gh/xmfan/97/base 2025-01-24T00:47:46.0564609Z * [new branch] gh/xmfan/97/head -> origin/gh/xmfan/97/head 2025-01-24T00:47:46.0565157Z * [new branch] gh/xmfan/97/orig -> origin/gh/xmfan/97/orig 2025-01-24T00:47:46.0565673Z * [new branch] gh/xuanzhang816/10/base -> origin/gh/xuanzhang816/10/base 2025-01-24T00:47:46.0566216Z * [new branch] gh/xuanzhang816/10/head -> origin/gh/xuanzhang816/10/head 2025-01-24T00:47:46.0566758Z * [new branch] gh/xuanzhang816/10/orig -> origin/gh/xuanzhang816/10/orig 2025-01-24T00:47:46.0567309Z * [new branch] gh/xuanzhang816/11/base -> origin/gh/xuanzhang816/11/base 2025-01-24T00:47:46.0567847Z * [new branch] gh/xuanzhang816/11/head -> origin/gh/xuanzhang816/11/head 2025-01-24T00:47:46.0568378Z * [new branch] gh/xuanzhang816/11/orig -> origin/gh/xuanzhang816/11/orig 2025-01-24T00:47:46.0568911Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-01-24T00:47:46.0569461Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-01-24T00:47:46.0570424Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-01-24T00:47:46.0571031Z * [new branch] gh/xuanzhang816/13/base -> origin/gh/xuanzhang816/13/base 2025-01-24T00:47:46.0571572Z * [new branch] gh/xuanzhang816/13/head -> origin/gh/xuanzhang816/13/head 2025-01-24T00:47:46.0572100Z * [new branch] gh/xuanzhang816/13/orig -> origin/gh/xuanzhang816/13/orig 2025-01-24T00:47:46.0572634Z * [new branch] gh/xuanzhang816/2/base -> origin/gh/xuanzhang816/2/base 2025-01-24T00:47:46.0573166Z * [new branch] gh/xuanzhang816/2/head -> origin/gh/xuanzhang816/2/head 2025-01-24T00:47:46.0592742Z * [new branch] gh/xuanzhang816/2/orig -> origin/gh/xuanzhang816/2/orig 2025-01-24T00:47:46.0593417Z * [new branch] gh/xuanzhang816/3/base -> origin/gh/xuanzhang816/3/base 2025-01-24T00:47:46.0594398Z * [new branch] gh/xuanzhang816/3/head -> origin/gh/xuanzhang816/3/head 2025-01-24T00:47:46.0594983Z * [new branch] gh/xuanzhang816/3/orig -> origin/gh/xuanzhang816/3/orig 2025-01-24T00:47:46.0595525Z * [new branch] gh/xuanzhang816/4/base -> origin/gh/xuanzhang816/4/base 2025-01-24T00:47:46.0596080Z * [new branch] gh/xuanzhang816/4/head -> origin/gh/xuanzhang816/4/head 2025-01-24T00:47:46.0596622Z * [new branch] gh/xuanzhang816/4/orig -> origin/gh/xuanzhang816/4/orig 2025-01-24T00:47:46.0597170Z * [new branch] gh/xuanzhang816/7/base -> origin/gh/xuanzhang816/7/base 2025-01-24T00:47:46.0597715Z * [new branch] gh/xuanzhang816/7/head -> origin/gh/xuanzhang816/7/head 2025-01-24T00:47:46.0598239Z * [new branch] gh/xuanzhang816/7/orig -> origin/gh/xuanzhang816/7/orig 2025-01-24T00:47:46.0598775Z * [new branch] gh/xuhancn/1/base -> origin/gh/xuhancn/1/base 2025-01-24T00:47:46.0599338Z * [new branch] gh/xuhancn/1/head -> origin/gh/xuhancn/1/head 2025-01-24T00:47:46.0600333Z * [new branch] gh/xuhancn/2/base -> origin/gh/xuhancn/2/base 2025-01-24T00:47:46.0601083Z * [new branch] gh/xuhancn/2/head -> origin/gh/xuhancn/2/head 2025-01-24T00:47:46.0601577Z * [new branch] gh/xuhancn/3/base -> origin/gh/xuhancn/3/base 2025-01-24T00:47:46.0602554Z * [new branch] gh/xuhancn/3/head -> origin/gh/xuhancn/3/head 2025-01-24T00:47:46.0603054Z * [new branch] gh/xuhancn/4/base -> origin/gh/xuhancn/4/base 2025-01-24T00:47:46.0603550Z * [new branch] gh/xuhancn/4/head -> origin/gh/xuhancn/4/head 2025-01-24T00:47:46.0604045Z * [new branch] gh/xuhancn/5/base -> origin/gh/xuhancn/5/base 2025-01-24T00:47:46.0604531Z * [new branch] gh/xuhancn/5/head -> origin/gh/xuhancn/5/head 2025-01-24T00:47:46.0605034Z * [new branch] gh/xuhancn/6/base -> origin/gh/xuhancn/6/base 2025-01-24T00:47:46.0605909Z * [new branch] gh/xuhancn/6/head -> origin/gh/xuhancn/6/head 2025-01-24T00:47:46.0606568Z * [new branch] gh/xuhancn/7/base -> origin/gh/xuhancn/7/base 2025-01-24T00:47:46.0607060Z * [new branch] gh/xuhancn/7/head -> origin/gh/xuhancn/7/head 2025-01-24T00:47:46.1113298Z * [new branch] gh/yanbing-j/1/base -> origin/gh/yanbing-j/1/base 2025-01-24T00:47:46.1113861Z * [new branch] gh/yanbing-j/1/orig -> origin/gh/yanbing-j/1/orig 2025-01-24T00:47:46.1114370Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-01-24T00:47:46.1114891Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-01-24T00:47:46.1115410Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-01-24T00:47:46.1115915Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-01-24T00:47:46.1116418Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-01-24T00:47:46.1117346Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-01-24T00:47:46.1117978Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-01-24T00:47:46.1118486Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-01-24T00:47:46.1118992Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-01-24T00:47:46.1119495Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-01-24T00:47:46.1119988Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-01-24T00:47:46.1120600Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-01-24T00:47:46.1121109Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-01-24T00:47:46.1121605Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-01-24T00:47:46.1122114Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-01-24T00:47:46.1122898Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-01-24T00:47:46.1123640Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-01-24T00:47:46.1124145Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-01-24T00:47:46.1124648Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-01-24T00:47:46.1125151Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-01-24T00:47:46.1125641Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-01-24T00:47:46.1126146Z * [new branch] gh/yanbing-j/2/base -> origin/gh/yanbing-j/2/base 2025-01-24T00:47:46.1126860Z * [new branch] gh/yanbing-j/2/orig -> origin/gh/yanbing-j/2/orig 2025-01-24T00:47:46.1127357Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-01-24T00:47:46.1128462Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-01-24T00:47:46.1129368Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-01-24T00:47:46.1129881Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-01-24T00:47:46.1130436Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-01-24T00:47:46.1130994Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-01-24T00:47:46.1131499Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-01-24T00:47:46.1132001Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-01-24T00:47:46.1132514Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-01-24T00:47:46.1133028Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-01-24T00:47:46.1133528Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-01-24T00:47:46.1134065Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-01-24T00:47:46.1134989Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-01-24T00:47:46.1135598Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-01-24T00:47:46.1136096Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-01-24T00:47:46.1136614Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-01-24T00:47:46.1137127Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-01-24T00:47:46.1137627Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-01-24T00:47:46.1138150Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-01-24T00:47:46.1138742Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-01-24T00:47:46.1139241Z * [new branch] gh/yanbing-j/27/base -> origin/gh/yanbing-j/27/base 2025-01-24T00:47:46.1634012Z * [new branch] gh/yanbing-j/27/head -> origin/gh/yanbing-j/27/head 2025-01-24T00:47:46.1634595Z * [new branch] gh/yanbing-j/27/orig -> origin/gh/yanbing-j/27/orig 2025-01-24T00:47:46.1635118Z * [new branch] gh/yanbing-j/28/base -> origin/gh/yanbing-j/28/base 2025-01-24T00:47:46.1635625Z * [new branch] gh/yanbing-j/28/head -> origin/gh/yanbing-j/28/head 2025-01-24T00:47:46.1636169Z * [new branch] gh/yanbing-j/28/orig -> origin/gh/yanbing-j/28/orig 2025-01-24T00:47:46.1636678Z * [new branch] gh/yanbing-j/32/base -> origin/gh/yanbing-j/32/base 2025-01-24T00:47:46.1637184Z * [new branch] gh/yanbing-j/32/head -> origin/gh/yanbing-j/32/head 2025-01-24T00:47:46.1637695Z * [new branch] gh/yanbing-j/32/orig -> origin/gh/yanbing-j/32/orig 2025-01-24T00:47:46.1638196Z * [new branch] gh/yanbing-j/33/base -> origin/gh/yanbing-j/33/base 2025-01-24T00:47:46.1638708Z * [new branch] gh/yanbing-j/33/head -> origin/gh/yanbing-j/33/head 2025-01-24T00:47:46.1639200Z * [new branch] gh/yanbing-j/33/orig -> origin/gh/yanbing-j/33/orig 2025-01-24T00:47:46.1639709Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-01-24T00:47:46.1640209Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-01-24T00:47:46.1640940Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-01-24T00:47:46.1641434Z * [new branch] gh/yanbing-j/35/base -> origin/gh/yanbing-j/35/base 2025-01-24T00:47:46.1642602Z * [new branch] gh/yanbing-j/35/head -> origin/gh/yanbing-j/35/head 2025-01-24T00:47:46.1643156Z * [new branch] gh/yanbing-j/35/orig -> origin/gh/yanbing-j/35/orig 2025-01-24T00:47:46.1643651Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-01-24T00:47:46.1644156Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-01-24T00:47:46.1644663Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-01-24T00:47:46.1645161Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-01-24T00:47:46.1645667Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-01-24T00:47:46.1646186Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-01-24T00:47:46.1646711Z * [new branch] gh/yanboliang/41/base -> origin/gh/yanboliang/41/base 2025-01-24T00:47:46.1647232Z * [new branch] gh/yanboliang/41/head -> origin/gh/yanboliang/41/head 2025-01-24T00:47:46.1647771Z * [new branch] gh/yanboliang/41/orig -> origin/gh/yanboliang/41/orig 2025-01-24T00:47:46.1648296Z * [new branch] gh/yanboliang/46/base -> origin/gh/yanboliang/46/base 2025-01-24T00:47:46.1648810Z * [new branch] gh/yanboliang/46/orig -> origin/gh/yanboliang/46/orig 2025-01-24T00:47:46.1649331Z * [new branch] gh/yanboliang/47/base -> origin/gh/yanboliang/47/base 2025-01-24T00:47:46.1649861Z * [new branch] gh/yanboliang/47/head -> origin/gh/yanboliang/47/head 2025-01-24T00:47:46.1650391Z * [new branch] gh/yanboliang/47/orig -> origin/gh/yanboliang/47/orig 2025-01-24T00:47:46.1650918Z * [new branch] gh/yanboliang/48/base -> origin/gh/yanboliang/48/base 2025-01-24T00:47:46.1651447Z * [new branch] gh/yanboliang/48/head -> origin/gh/yanboliang/48/head 2025-01-24T00:47:46.1651982Z * [new branch] gh/yanboliang/48/orig -> origin/gh/yanboliang/48/orig 2025-01-24T00:47:46.1652500Z * [new branch] gh/yanboliang/49/base -> origin/gh/yanboliang/49/base 2025-01-24T00:47:46.1653036Z * [new branch] gh/yanboliang/49/head -> origin/gh/yanboliang/49/head 2025-01-24T00:47:46.1653570Z * [new branch] gh/yanboliang/49/orig -> origin/gh/yanboliang/49/orig 2025-01-24T00:47:46.1654083Z * [new branch] gh/yanboliang/50/base -> origin/gh/yanboliang/50/base 2025-01-24T00:47:46.1654606Z * [new branch] gh/yanboliang/50/head -> origin/gh/yanboliang/50/head 2025-01-24T00:47:46.1655140Z * [new branch] gh/yanboliang/50/orig -> origin/gh/yanboliang/50/orig 2025-01-24T00:47:46.1655659Z * [new branch] gh/yanboliang/51/base -> origin/gh/yanboliang/51/base 2025-01-24T00:47:46.1656190Z * [new branch] gh/yanboliang/51/orig -> origin/gh/yanboliang/51/orig 2025-01-24T00:47:46.1656722Z * [new branch] gh/yanboliang/52/base -> origin/gh/yanboliang/52/base 2025-01-24T00:47:46.1657246Z * [new branch] gh/yanboliang/52/orig -> origin/gh/yanboliang/52/orig 2025-01-24T00:47:46.1657761Z * [new branch] gh/yanboliang/53/base -> origin/gh/yanboliang/53/base 2025-01-24T00:47:46.1658288Z * [new branch] gh/yanboliang/53/orig -> origin/gh/yanboliang/53/orig 2025-01-24T00:47:46.2112820Z * [new branch] gh/yanboliang/54/base -> origin/gh/yanboliang/54/base 2025-01-24T00:47:46.2113378Z * [new branch] gh/yanboliang/54/orig -> origin/gh/yanboliang/54/orig 2025-01-24T00:47:46.2114151Z * [new branch] gh/yanboliang/55/base -> origin/gh/yanboliang/55/base 2025-01-24T00:47:46.2115159Z * [new branch] gh/yanboliang/55/head -> origin/gh/yanboliang/55/head 2025-01-24T00:47:46.2115700Z * [new branch] gh/yanboliang/55/orig -> origin/gh/yanboliang/55/orig 2025-01-24T00:47:46.2116373Z * [new branch] gh/ydwu4/1/base -> origin/gh/ydwu4/1/base 2025-01-24T00:47:46.2117212Z * [new branch] gh/ydwu4/1/head -> origin/gh/ydwu4/1/head 2025-01-24T00:47:46.2117698Z * [new branch] gh/ydwu4/1/orig -> origin/gh/ydwu4/1/orig 2025-01-24T00:47:46.2118167Z * [new branch] gh/ydwu4/153/base -> origin/gh/ydwu4/153/base 2025-01-24T00:47:46.2118650Z * [new branch] gh/ydwu4/153/head -> origin/gh/ydwu4/153/head 2025-01-24T00:47:46.2119135Z * [new branch] gh/ydwu4/153/orig -> origin/gh/ydwu4/153/orig 2025-01-24T00:47:46.2119604Z * [new branch] gh/ydwu4/157/base -> origin/gh/ydwu4/157/base 2025-01-24T00:47:46.2120086Z * [new branch] gh/ydwu4/157/head -> origin/gh/ydwu4/157/head 2025-01-24T00:47:46.2120569Z * [new branch] gh/ydwu4/157/orig -> origin/gh/ydwu4/157/orig 2025-01-24T00:47:46.2121042Z * [new branch] gh/ydwu4/168/base -> origin/gh/ydwu4/168/base 2025-01-24T00:47:46.2121528Z * [new branch] gh/ydwu4/168/head -> origin/gh/ydwu4/168/head 2025-01-24T00:47:46.2122067Z * [new branch] gh/ydwu4/168/orig -> origin/gh/ydwu4/168/orig 2025-01-24T00:47:46.2122943Z * [new branch] gh/ydwu4/175/base -> origin/gh/ydwu4/175/base 2025-01-24T00:47:46.2123470Z * [new branch] gh/ydwu4/175/head -> origin/gh/ydwu4/175/head 2025-01-24T00:47:46.2123949Z * [new branch] gh/ydwu4/175/orig -> origin/gh/ydwu4/175/orig 2025-01-24T00:47:46.2124431Z * [new branch] gh/ydwu4/179/base -> origin/gh/ydwu4/179/base 2025-01-24T00:47:46.2124903Z * [new branch] gh/ydwu4/179/head -> origin/gh/ydwu4/179/head 2025-01-24T00:47:46.2125380Z * [new branch] gh/ydwu4/179/orig -> origin/gh/ydwu4/179/orig 2025-01-24T00:47:46.2125857Z * [new branch] gh/ydwu4/180/base -> origin/gh/ydwu4/180/base 2025-01-24T00:47:46.2126328Z * [new branch] gh/ydwu4/180/head -> origin/gh/ydwu4/180/head 2025-01-24T00:47:46.2126812Z * [new branch] gh/ydwu4/180/orig -> origin/gh/ydwu4/180/orig 2025-01-24T00:47:46.2127290Z * [new branch] gh/ydwu4/189/base -> origin/gh/ydwu4/189/base 2025-01-24T00:47:46.2127809Z * [new branch] gh/ydwu4/189/head -> origin/gh/ydwu4/189/head 2025-01-24T00:47:46.2128643Z * [new branch] gh/ydwu4/189/orig -> origin/gh/ydwu4/189/orig 2025-01-24T00:47:46.2129265Z * [new branch] gh/ydwu4/190/base -> origin/gh/ydwu4/190/base 2025-01-24T00:47:46.2129756Z * [new branch] gh/ydwu4/190/head -> origin/gh/ydwu4/190/head 2025-01-24T00:47:46.2130225Z * [new branch] gh/ydwu4/190/orig -> origin/gh/ydwu4/190/orig 2025-01-24T00:47:46.2130706Z * [new branch] gh/ydwu4/191/base -> origin/gh/ydwu4/191/base 2025-01-24T00:47:46.2131185Z * [new branch] gh/ydwu4/191/head -> origin/gh/ydwu4/191/head 2025-01-24T00:47:46.2131663Z * [new branch] gh/ydwu4/191/orig -> origin/gh/ydwu4/191/orig 2025-01-24T00:47:46.2132149Z * [new branch] gh/ydwu4/193/base -> origin/gh/ydwu4/193/base 2025-01-24T00:47:46.2132617Z * [new branch] gh/ydwu4/193/head -> origin/gh/ydwu4/193/head 2025-01-24T00:47:46.2133248Z * [new branch] gh/ydwu4/193/orig -> origin/gh/ydwu4/193/orig 2025-01-24T00:47:46.2133797Z * [new branch] gh/ydwu4/194/base -> origin/gh/ydwu4/194/base 2025-01-24T00:47:46.2135111Z * [new branch] gh/ydwu4/194/head -> origin/gh/ydwu4/194/head 2025-01-24T00:47:46.2135620Z * [new branch] gh/ydwu4/194/orig -> origin/gh/ydwu4/194/orig 2025-01-24T00:47:46.2136099Z * [new branch] gh/ydwu4/195/base -> origin/gh/ydwu4/195/base 2025-01-24T00:47:46.2136584Z * [new branch] gh/ydwu4/195/head -> origin/gh/ydwu4/195/head 2025-01-24T00:47:46.2137054Z * [new branch] gh/ydwu4/195/orig -> origin/gh/ydwu4/195/orig 2025-01-24T00:47:46.2137537Z * [new branch] gh/ydwu4/196/base -> origin/gh/ydwu4/196/base 2025-01-24T00:47:46.2138016Z * [new branch] gh/ydwu4/196/head -> origin/gh/ydwu4/196/head 2025-01-24T00:47:46.2138494Z * [new branch] gh/ydwu4/196/orig -> origin/gh/ydwu4/196/orig 2025-01-24T00:47:46.2138973Z * [new branch] gh/ydwu4/197/base -> origin/gh/ydwu4/197/base 2025-01-24T00:47:46.2139449Z * [new branch] gh/ydwu4/197/head -> origin/gh/ydwu4/197/head 2025-01-24T00:47:46.2575035Z * [new branch] gh/ydwu4/197/orig -> origin/gh/ydwu4/197/orig 2025-01-24T00:47:46.2575556Z * [new branch] gh/ydwu4/198/base -> origin/gh/ydwu4/198/base 2025-01-24T00:47:46.2576035Z * [new branch] gh/ydwu4/198/head -> origin/gh/ydwu4/198/head 2025-01-24T00:47:46.2576517Z * [new branch] gh/ydwu4/198/orig -> origin/gh/ydwu4/198/orig 2025-01-24T00:47:46.2576988Z * [new branch] gh/ydwu4/199/base -> origin/gh/ydwu4/199/base 2025-01-24T00:47:46.2577464Z * [new branch] gh/ydwu4/199/head -> origin/gh/ydwu4/199/head 2025-01-24T00:47:46.2577958Z * [new branch] gh/ydwu4/199/orig -> origin/gh/ydwu4/199/orig 2025-01-24T00:47:46.2578425Z * [new branch] gh/ydwu4/200/base -> origin/gh/ydwu4/200/base 2025-01-24T00:47:46.2578921Z * [new branch] gh/ydwu4/200/head -> origin/gh/ydwu4/200/head 2025-01-24T00:47:46.2579399Z * [new branch] gh/ydwu4/200/orig -> origin/gh/ydwu4/200/orig 2025-01-24T00:47:46.2579928Z * [new branch] gh/ydwu4/201/base -> origin/gh/ydwu4/201/base 2025-01-24T00:47:46.2580791Z * [new branch] gh/ydwu4/201/head -> origin/gh/ydwu4/201/head 2025-01-24T00:47:46.2581346Z * [new branch] gh/ydwu4/201/orig -> origin/gh/ydwu4/201/orig 2025-01-24T00:47:46.2581879Z * [new branch] gh/ydwu4/7/base -> origin/gh/ydwu4/7/base 2025-01-24T00:47:46.2582338Z * [new branch] gh/ydwu4/7/head -> origin/gh/ydwu4/7/head 2025-01-24T00:47:46.2582810Z * [new branch] gh/ydwu4/7/orig -> origin/gh/ydwu4/7/orig 2025-01-24T00:47:46.2583289Z * [new branch] gh/yf225/127/base -> origin/gh/yf225/127/base 2025-01-24T00:47:46.2583769Z * [new branch] gh/yf225/127/head -> origin/gh/yf225/127/head 2025-01-24T00:47:46.2584242Z * [new branch] gh/yf225/127/orig -> origin/gh/yf225/127/orig 2025-01-24T00:47:46.2584713Z * [new branch] gh/yf225/132/base -> origin/gh/yf225/132/base 2025-01-24T00:47:46.2585188Z * [new branch] gh/yf225/132/head -> origin/gh/yf225/132/head 2025-01-24T00:47:46.2585676Z * [new branch] gh/yf225/132/orig -> origin/gh/yf225/132/orig 2025-01-24T00:47:46.2586525Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-01-24T00:47:46.2587115Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-01-24T00:47:46.2587773Z * [new branch] gh/yf225/139/base -> origin/gh/yf225/139/base 2025-01-24T00:47:46.2588378Z * [new branch] gh/yf225/139/head -> origin/gh/yf225/139/head 2025-01-24T00:47:46.2588858Z * [new branch] gh/yf225/139/orig -> origin/gh/yf225/139/orig 2025-01-24T00:47:46.2589329Z * [new branch] gh/yf225/151/base -> origin/gh/yf225/151/base 2025-01-24T00:47:46.2589802Z * [new branch] gh/yf225/151/head -> origin/gh/yf225/151/head 2025-01-24T00:47:46.2590283Z * [new branch] gh/yf225/151/orig -> origin/gh/yf225/151/orig 2025-01-24T00:47:46.2590767Z * [new branch] gh/yf225/156/base -> origin/gh/yf225/156/base 2025-01-24T00:47:46.2591238Z * [new branch] gh/yf225/156/head -> origin/gh/yf225/156/head 2025-01-24T00:47:46.2591924Z * [new branch] gh/yf225/156/orig -> origin/gh/yf225/156/orig 2025-01-24T00:47:46.2592710Z * [new branch] gh/yf225/157/base -> origin/gh/yf225/157/base 2025-01-24T00:47:46.2593182Z * [new branch] gh/yf225/157/head -> origin/gh/yf225/157/head 2025-01-24T00:47:46.2593658Z * [new branch] gh/yf225/157/orig -> origin/gh/yf225/157/orig 2025-01-24T00:47:46.2594131Z * [new branch] gh/yf225/158/base -> origin/gh/yf225/158/base 2025-01-24T00:47:46.2594593Z * [new branch] gh/yf225/158/head -> origin/gh/yf225/158/head 2025-01-24T00:47:46.2595062Z * [new branch] gh/yf225/158/orig -> origin/gh/yf225/158/orig 2025-01-24T00:47:46.2595536Z * [new branch] gh/yf225/159/base -> origin/gh/yf225/159/base 2025-01-24T00:47:46.2596005Z * [new branch] gh/yf225/159/head -> origin/gh/yf225/159/head 2025-01-24T00:47:46.2596469Z * [new branch] gh/yf225/159/orig -> origin/gh/yf225/159/orig 2025-01-24T00:47:46.2596942Z * [new branch] gh/yf225/160/base -> origin/gh/yf225/160/base 2025-01-24T00:47:46.2597502Z * [new branch] gh/yf225/160/head -> origin/gh/yf225/160/head 2025-01-24T00:47:46.2598360Z * [new branch] gh/yf225/160/orig -> origin/gh/yf225/160/orig 2025-01-24T00:47:46.2598879Z * [new branch] gh/yf225/162/base -> origin/gh/yf225/162/base 2025-01-24T00:47:46.2599352Z * [new branch] gh/yf225/162/head -> origin/gh/yf225/162/head 2025-01-24T00:47:46.2599813Z * [new branch] gh/yf225/162/orig -> origin/gh/yf225/162/orig 2025-01-24T00:47:46.3875453Z * [new branch] gh/yf225/163/base -> origin/gh/yf225/163/base 2025-01-24T00:47:46.3875990Z * [new branch] gh/yf225/163/head -> origin/gh/yf225/163/head 2025-01-24T00:47:46.3876503Z * [new branch] gh/yf225/163/orig -> origin/gh/yf225/163/orig 2025-01-24T00:47:46.3876987Z * [new branch] gh/yf225/85/base -> origin/gh/yf225/85/base 2025-01-24T00:47:46.3877557Z * [new branch] gh/yf225/85/head -> origin/gh/yf225/85/head 2025-01-24T00:47:46.3878445Z * [new branch] gh/yf225/85/orig -> origin/gh/yf225/85/orig 2025-01-24T00:47:46.3879127Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-01-24T00:47:46.3879599Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-01-24T00:47:46.3880093Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-01-24T00:47:46.3880604Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-01-24T00:47:46.3881101Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-01-24T00:47:46.3882461Z * [new branch] gh/yifuwang/163/base -> origin/gh/yifuwang/163/base 2025-01-24T00:47:46.3882970Z * [new branch] gh/yifuwang/163/head -> origin/gh/yifuwang/163/head 2025-01-24T00:47:46.3883783Z * [new branch] gh/yifuwang/163/orig -> origin/gh/yifuwang/163/orig 2025-01-24T00:47:46.3884302Z * [new branch] gh/yifuwang/174/base -> origin/gh/yifuwang/174/base 2025-01-24T00:47:46.3884812Z * [new branch] gh/yifuwang/174/head -> origin/gh/yifuwang/174/head 2025-01-24T00:47:46.3885312Z * [new branch] gh/yifuwang/174/orig -> origin/gh/yifuwang/174/orig 2025-01-24T00:47:46.3885819Z * [new branch] gh/yifuwang/182/base -> origin/gh/yifuwang/182/base 2025-01-24T00:47:46.3886337Z * [new branch] gh/yifuwang/182/head -> origin/gh/yifuwang/182/head 2025-01-24T00:47:46.3886856Z * [new branch] gh/yifuwang/182/orig -> origin/gh/yifuwang/182/orig 2025-01-24T00:47:46.3887368Z * [new branch] gh/yifuwang/183/base -> origin/gh/yifuwang/183/base 2025-01-24T00:47:46.3887898Z * [new branch] gh/yifuwang/183/head -> origin/gh/yifuwang/183/head 2025-01-24T00:47:46.3888420Z * [new branch] gh/yifuwang/183/orig -> origin/gh/yifuwang/183/orig 2025-01-24T00:47:46.3888926Z * [new branch] gh/yifuwang/184/base -> origin/gh/yifuwang/184/base 2025-01-24T00:47:46.3889443Z * [new branch] gh/yifuwang/184/head -> origin/gh/yifuwang/184/head 2025-01-24T00:47:46.3889961Z * [new branch] gh/yifuwang/184/orig -> origin/gh/yifuwang/184/orig 2025-01-24T00:47:46.3890475Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-01-24T00:47:46.3890993Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-01-24T00:47:46.3891499Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-01-24T00:47:46.3892010Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-01-24T00:47:46.3892518Z * [new branch] gh/ysiraichi/78/base -> origin/gh/ysiraichi/78/base 2025-01-24T00:47:46.3893034Z * [new branch] gh/ysiraichi/78/head -> origin/gh/ysiraichi/78/head 2025-01-24T00:47:46.3893545Z * [new branch] gh/ysiraichi/78/orig -> origin/gh/ysiraichi/78/orig 2025-01-24T00:47:46.3894415Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-01-24T00:47:46.3895352Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-01-24T00:47:46.3895864Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-01-24T00:47:46.3896368Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-01-24T00:47:46.3896886Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-01-24T00:47:46.3897394Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-01-24T00:47:46.3897912Z * [new branch] gh/yushangdi/2/base -> origin/gh/yushangdi/2/base 2025-01-24T00:47:46.3898415Z * [new branch] gh/yushangdi/2/orig -> origin/gh/yushangdi/2/orig 2025-01-24T00:47:46.3898924Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-01-24T00:47:46.3899437Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-01-24T00:47:46.3899943Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-01-24T00:47:46.3900452Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-01-24T00:47:46.3900964Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-01-24T00:47:46.3901626Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-01-24T00:47:46.4320259Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-01-24T00:47:46.4321255Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-01-24T00:47:46.4321774Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-01-24T00:47:46.4322295Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-01-24T00:47:46.4322802Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-01-24T00:47:46.4323312Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-01-24T00:47:46.4323821Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-01-24T00:47:46.4324328Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-01-24T00:47:46.4324846Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-01-24T00:47:46.4325367Z * [new branch] gh/zoranzhao/1/base -> origin/gh/zoranzhao/1/base 2025-01-24T00:47:46.4326234Z * [new branch] gh/zoranzhao/1/orig -> origin/gh/zoranzhao/1/orig 2025-01-24T00:47:46.4327121Z * [new branch] gh/zou3519/1072/base -> origin/gh/zou3519/1072/base 2025-01-24T00:47:46.4327626Z * [new branch] gh/zou3519/1072/head -> origin/gh/zou3519/1072/head 2025-01-24T00:47:46.4328112Z * [new branch] gh/zou3519/1072/orig -> origin/gh/zou3519/1072/orig 2025-01-24T00:47:46.4328610Z * [new branch] gh/zou3519/1075/base -> origin/gh/zou3519/1075/base 2025-01-24T00:47:46.4329103Z * [new branch] gh/zou3519/1075/head -> origin/gh/zou3519/1075/head 2025-01-24T00:47:46.4329601Z * [new branch] gh/zou3519/1075/orig -> origin/gh/zou3519/1075/orig 2025-01-24T00:47:46.4330084Z * [new branch] gh/zou3519/1077/base -> origin/gh/zou3519/1077/base 2025-01-24T00:47:46.4330586Z * [new branch] gh/zou3519/1077/head -> origin/gh/zou3519/1077/head 2025-01-24T00:47:46.4331080Z * [new branch] gh/zou3519/1077/orig -> origin/gh/zou3519/1077/orig 2025-01-24T00:47:46.4331567Z * [new branch] gh/zou3519/1080/base -> origin/gh/zou3519/1080/base 2025-01-24T00:47:46.4332363Z * [new branch] gh/zou3519/1080/head -> origin/gh/zou3519/1080/head 2025-01-24T00:47:46.4333278Z * [new branch] gh/zou3519/1080/orig -> origin/gh/zou3519/1080/orig 2025-01-24T00:47:46.4333768Z * [new branch] gh/zou3519/1081/base -> origin/gh/zou3519/1081/base 2025-01-24T00:47:46.4334259Z * [new branch] gh/zou3519/1081/head -> origin/gh/zou3519/1081/head 2025-01-24T00:47:46.4334756Z * [new branch] gh/zou3519/1081/orig -> origin/gh/zou3519/1081/orig 2025-01-24T00:47:46.4335253Z * [new branch] gh/zou3519/1088/base -> origin/gh/zou3519/1088/base 2025-01-24T00:47:46.4335740Z * [new branch] gh/zou3519/1088/head -> origin/gh/zou3519/1088/head 2025-01-24T00:47:46.4336234Z * [new branch] gh/zou3519/1088/orig -> origin/gh/zou3519/1088/orig 2025-01-24T00:47:46.4336734Z * [new branch] gh/zou3519/1095/base -> origin/gh/zou3519/1095/base 2025-01-24T00:47:46.4337217Z * [new branch] gh/zou3519/1095/head -> origin/gh/zou3519/1095/head 2025-01-24T00:47:46.4337705Z * [new branch] gh/zou3519/1095/orig -> origin/gh/zou3519/1095/orig 2025-01-24T00:47:46.4338415Z * [new branch] gh/zou3519/1105/base -> origin/gh/zou3519/1105/base 2025-01-24T00:47:46.4339331Z * [new branch] gh/zou3519/1105/head -> origin/gh/zou3519/1105/head 2025-01-24T00:47:46.4340012Z * [new branch] gh/zou3519/1105/orig -> origin/gh/zou3519/1105/orig 2025-01-24T00:47:46.4340615Z * [new branch] gh/zou3519/1106/base -> origin/gh/zou3519/1106/base 2025-01-24T00:47:46.4341121Z * [new branch] gh/zou3519/1106/head -> origin/gh/zou3519/1106/head 2025-01-24T00:47:46.4341624Z * [new branch] gh/zou3519/1106/orig -> origin/gh/zou3519/1106/orig 2025-01-24T00:47:46.4342185Z * [new branch] gh/zou3519/1107/base -> origin/gh/zou3519/1107/base 2025-01-24T00:47:46.4342679Z * [new branch] gh/zou3519/1107/head -> origin/gh/zou3519/1107/head 2025-01-24T00:47:46.4343173Z * [new branch] gh/zou3519/1107/orig -> origin/gh/zou3519/1107/orig 2025-01-24T00:47:46.4343673Z * [new branch] gh/zou3519/1108/base -> origin/gh/zou3519/1108/base 2025-01-24T00:47:46.4344189Z * [new branch] gh/zou3519/1108/head -> origin/gh/zou3519/1108/head 2025-01-24T00:47:46.4345110Z * [new branch] gh/zou3519/1108/orig -> origin/gh/zou3519/1108/orig 2025-01-24T00:47:46.4345879Z * [new branch] gh/zou3519/1109/base -> origin/gh/zou3519/1109/base 2025-01-24T00:47:46.4346366Z * [new branch] gh/zou3519/1109/head -> origin/gh/zou3519/1109/head 2025-01-24T00:47:46.4779754Z * [new branch] gh/zou3519/1109/orig -> origin/gh/zou3519/1109/orig 2025-01-24T00:47:46.4780316Z * [new branch] gh/zou3519/1110/base -> origin/gh/zou3519/1110/base 2025-01-24T00:47:46.4780850Z * [new branch] gh/zou3519/1110/head -> origin/gh/zou3519/1110/head 2025-01-24T00:47:46.4781338Z * [new branch] gh/zou3519/1110/orig -> origin/gh/zou3519/1110/orig 2025-01-24T00:47:46.4781893Z * [new branch] gh/zou3519/1111/base -> origin/gh/zou3519/1111/base 2025-01-24T00:47:46.4782420Z * [new branch] gh/zou3519/1111/head -> origin/gh/zou3519/1111/head 2025-01-24T00:47:46.4782902Z * [new branch] gh/zou3519/1111/orig -> origin/gh/zou3519/1111/orig 2025-01-24T00:47:46.4783404Z * [new branch] gh/zou3519/1112/base -> origin/gh/zou3519/1112/base 2025-01-24T00:47:46.4783905Z * [new branch] gh/zou3519/1112/head -> origin/gh/zou3519/1112/head 2025-01-24T00:47:46.4784399Z * [new branch] gh/zou3519/1112/orig -> origin/gh/zou3519/1112/orig 2025-01-24T00:47:46.4784882Z * [new branch] gh/zou3519/1113/base -> origin/gh/zou3519/1113/base 2025-01-24T00:47:46.4785378Z * [new branch] gh/zou3519/1113/head -> origin/gh/zou3519/1113/head 2025-01-24T00:47:46.4785867Z * [new branch] gh/zou3519/1113/orig -> origin/gh/zou3519/1113/orig 2025-01-24T00:47:46.4786350Z * [new branch] gh/zou3519/1114/base -> origin/gh/zou3519/1114/base 2025-01-24T00:47:46.4786849Z * [new branch] gh/zou3519/1114/head -> origin/gh/zou3519/1114/head 2025-01-24T00:47:46.4787346Z * [new branch] gh/zou3519/1114/orig -> origin/gh/zou3519/1114/orig 2025-01-24T00:47:46.4787832Z * [new branch] gh/zou3519/1115/base -> origin/gh/zou3519/1115/base 2025-01-24T00:47:46.4788323Z * [new branch] gh/zou3519/1115/head -> origin/gh/zou3519/1115/head 2025-01-24T00:47:46.4788819Z * [new branch] gh/zou3519/1115/orig -> origin/gh/zou3519/1115/orig 2025-01-24T00:47:46.4789311Z * [new branch] gh/zou3519/1116/base -> origin/gh/zou3519/1116/base 2025-01-24T00:47:46.4789795Z * [new branch] gh/zou3519/1116/head -> origin/gh/zou3519/1116/head 2025-01-24T00:47:46.4790289Z * [new branch] gh/zou3519/1116/orig -> origin/gh/zou3519/1116/orig 2025-01-24T00:47:46.4790981Z * [new branch] gh/zou3519/1117/base -> origin/gh/zou3519/1117/base 2025-01-24T00:47:46.4791474Z * [new branch] gh/zou3519/1117/head -> origin/gh/zou3519/1117/head 2025-01-24T00:47:46.4792098Z * [new branch] gh/zou3519/1117/orig -> origin/gh/zou3519/1117/orig 2025-01-24T00:47:46.4792599Z * [new branch] gh/zou3519/702/base -> origin/gh/zou3519/702/base 2025-01-24T00:47:46.4793087Z * [new branch] gh/zou3519/702/head -> origin/gh/zou3519/702/head 2025-01-24T00:47:46.4793590Z * [new branch] gh/zou3519/702/orig -> origin/gh/zou3519/702/orig 2025-01-24T00:47:46.4794098Z * [new branch] gh/zou3519/703/base -> origin/gh/zou3519/703/base 2025-01-24T00:47:46.4794584Z * [new branch] gh/zou3519/703/head -> origin/gh/zou3519/703/head 2025-01-24T00:47:46.4795070Z * [new branch] gh/zou3519/703/orig -> origin/gh/zou3519/703/orig 2025-01-24T00:47:46.4795552Z * [new branch] gh/zou3519/704/base -> origin/gh/zou3519/704/base 2025-01-24T00:47:46.4796035Z * [new branch] gh/zou3519/704/head -> origin/gh/zou3519/704/head 2025-01-24T00:47:46.4796521Z * [new branch] gh/zou3519/704/orig -> origin/gh/zou3519/704/orig 2025-01-24T00:47:46.4797002Z * [new branch] gh/zou3519/709/base -> origin/gh/zou3519/709/base 2025-01-24T00:47:46.4797479Z * [new branch] gh/zou3519/709/head -> origin/gh/zou3519/709/head 2025-01-24T00:47:46.4797962Z * [new branch] gh/zou3519/709/orig -> origin/gh/zou3519/709/orig 2025-01-24T00:47:46.4798444Z * [new branch] gh/zou3519/754/base -> origin/gh/zou3519/754/base 2025-01-24T00:47:46.4798918Z * [new branch] gh/zou3519/754/head -> origin/gh/zou3519/754/head 2025-01-24T00:47:46.4799397Z * [new branch] gh/zou3519/754/orig -> origin/gh/zou3519/754/orig 2025-01-24T00:47:46.4799885Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-01-24T00:47:46.4800362Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-01-24T00:47:46.4800844Z * [new branch] google-main -> origin/google-main 2025-01-24T00:47:46.4801400Z * [new branch] groupwise_gemm_multithreading -> origin/groupwise_gemm_multithreading 2025-01-24T00:47:46.4801956Z * [new branch] guangyey/acc_fix -> origin/guangyey/acc_fix 2025-01-24T00:47:46.4802479Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-01-24T00:47:46.4803011Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-01-24T00:47:46.5223005Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-01-24T00:47:46.5223511Z * [new branch] guard_source1 -> origin/guard_source1 2025-01-24T00:47:46.5224001Z * [new branch] guard_system -> origin/guard_system 2025-01-24T00:47:46.5224491Z * [new branch] guards-cpp -> origin/guards-cpp 2025-01-24T00:47:46.5225130Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-01-24T00:47:46.5225820Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-01-24T00:47:46.5226361Z * [new branch] higher_order_ops_gb -> origin/higher_order_ops_gb 2025-01-24T00:47:46.5226852Z * [new branch] hl475-patch-1 -> origin/hl475-patch-1 2025-01-24T00:47:46.5227318Z * [new branch] hoy-update-wheel -> origin/hoy-update-wheel 2025-01-24T00:47:46.5227817Z * [new branch] hoy/autofdo/xblock -> origin/hoy/autofdo/xblock 2025-01-24T00:47:46.5228533Z * [new branch] hoy/autotune/nreg -> origin/hoy/autotune/nreg 2025-01-24T00:47:46.5229049Z * [new branch] hoy/autotune/numwarps -> origin/hoy/autotune/numwarps 2025-01-24T00:47:46.5229661Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-01-24T00:47:46.5230153Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-01-24T00:47:46.5230748Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-01-24T00:47:46.5231370Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-01-24T00:47:46.5231961Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-01-24T00:47:46.5232548Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-01-24T00:47:46.5233040Z * [new branch] hoy/ws -> origin/hoy/ws 2025-01-24T00:47:46.5233498Z * [new branch] ignore_lint_in_revs -> origin/ignore_lint_in_revs 2025-01-24T00:47:46.5233988Z * [new branch] improve_vec_log -> origin/improve_vec_log 2025-01-24T00:47:46.5234570Z * [new branch] increase-perf-benchmark-shard -> origin/increase-perf-benchmark-shard 2025-01-24T00:47:46.5235224Z * [new branch] inductor_layout_opt_rocm_disable -> origin/inductor_layout_opt_rocm_disable 2025-01-24T00:47:46.5235757Z * [new branch] inline -> origin/inline 2025-01-24T00:47:46.5236179Z * [new branch] inlining -> origin/inlining 2025-01-24T00:47:46.5236641Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-01-24T00:47:46.5237101Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-01-24T00:47:46.5237558Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-01-24T00:47:46.5238017Z * [new branch] ios-mac-m1 -> origin/ios-mac-m1 2025-01-24T00:47:46.5238483Z * [new branch] ipiszy/cutlass -> origin/ipiszy/cutlass 2025-01-24T00:47:46.5238946Z * [new branch] ipiszy/fix -> origin/ipiszy/fix 2025-01-24T00:47:46.5239399Z * [new branch] ipiszy/fp8_test -> origin/ipiszy/fp8_test 2025-01-24T00:47:46.5239857Z * [new branch] ipiszy/mypy -> origin/ipiszy/mypy 2025-01-24T00:47:46.5240299Z * [new branch] issue#58739 -> origin/issue#58739 2025-01-24T00:47:46.5240836Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-01-24T00:47:46.5241439Z * [new branch] jataylo-nvfuser_blocklist -> origin/jataylo-nvfuser_blocklist 2025-01-24T00:47:46.5241965Z * [new branch] jcaip-patch-1 -> origin/jcaip-patch-1 2025-01-24T00:47:46.5242461Z * [new branch] jcaip/fix-int8-bug -> origin/jcaip/fix-int8-bug 2025-01-24T00:47:46.5242991Z * [new branch] jcaip/fix-int8-bug-alpha -> origin/jcaip/fix-int8-bug-alpha 2025-01-24T00:47:46.5243668Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-01-24T00:47:46.5244734Z * [new branch] jcaip/torch-compile-sparse -> origin/jcaip/torch-compile-sparse 2025-01-24T00:47:46.5245739Z * [new branch] jcaip/update-benchmarks -> origin/jcaip/update-benchmarks 2025-01-24T00:47:46.5246361Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-01-24T00:47:46.5247029Z * [new branch] jon-chuang/compile-config-hash -> origin/jon-chuang/compile-config-hash 2025-01-24T00:47:46.5247650Z * [new branch] jon-chuang/compile-ignored -> origin/jon-chuang/compile-ignored 2025-01-24T00:47:46.5248360Z * [new branch] justinchu/docs-conf -> origin/justinchu/docs-conf 2025-01-24T00:47:46.5248907Z * [new branch] justinchu/safe-tensors -> origin/justinchu/safe-tensors 2025-01-24T00:47:46.5636558Z * [new branch] justinchuby-patch-1 -> origin/justinchuby-patch-1 2025-01-24T00:47:46.5637177Z * [new branch] jwagantall/migrate-checkout -> origin/jwagantall/migrate-checkout 2025-01-24T00:47:46.5637713Z * [new branch] jz/istft -> origin/jz/istft 2025-01-24T00:47:46.5638214Z * [new branch] jz/masked-select-decomp -> origin/jz/masked-select-decomp 2025-01-24T00:47:46.5638712Z * [new branch] jz/stft -> origin/jz/stft 2025-01-24T00:47:46.5639160Z * [new branch] jz/stft-old-fc -> origin/jz/stft-old-fc 2025-01-24T00:47:46.5639632Z * [new branch] kadeng/dev-1 -> origin/kadeng/dev-1 2025-01-24T00:47:46.5640329Z * [new branch] kadeng/inductor-backend/cutlass-evt-fusion-1 -> origin/kadeng/inductor-backend/cutlass-evt-fusion-1 2025-01-24T00:47:46.5641136Z * [new branch] kadeng/inductor-cutlass-epilogue -> origin/kadeng/inductor-cutlass-epilogue 2025-01-24T00:47:46.5641802Z * [new branch] kenjin/call_method_userdefined -> origin/kenjin/call_method_userdefined 2025-01-24T00:47:46.5642348Z * [new branch] kenjin/lambdas -> origin/kenjin/lambdas 2025-01-24T00:47:46.5642847Z * [new branch] kenjin/norefcycles -> origin/kenjin/norefcycles 2025-01-24T00:47:46.5643358Z * [new branch] kineto_warnings_fix -> origin/kineto_warnings_fix 2025-01-24T00:47:46.5643843Z * [new branch] kit1980-patch-2 -> origin/kit1980-patch-2 2025-01-24T00:47:46.5644346Z * [new branch] kleidiai_github_mirror -> origin/kleidiai_github_mirror 2025-01-24T00:47:46.5644879Z * [new branch] klondenberg/cutlass -> origin/klondenberg/cutlass 2025-01-24T00:47:46.5645391Z * [new branch] layernorm_bias_fix -> origin/layernorm_bias_fix 2025-01-24T00:47:46.5645988Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-01-24T00:47:46.5646663Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-01-24T00:47:46.5647315Z * [new branch] liaoxuan/fuse_attention_pattern -> origin/liaoxuan/fuse_attention_pattern 2025-01-24T00:47:46.5647867Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-01-24T00:47:46.5648308Z * [new branch] main -> origin/main 2025-01-24T00:47:46.5648837Z * [new branch] main-update-cusparselt-0.6.3 -> origin/main-update-cusparselt-0.6.3 2025-01-24T00:47:46.5649399Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-01-24T00:47:46.5649893Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-01-24T00:47:46.5650385Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-01-24T00:47:46.5650875Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-01-24T00:47:46.5651346Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-01-24T00:47:46.5651826Z * [new branch] malfet-patch-17 -> origin/malfet-patch-17 2025-01-24T00:47:46.5652304Z * [new branch] malfet-patch-18 -> origin/malfet-patch-18 2025-01-24T00:47:46.5652782Z * [new branch] malfet-patch-19 -> origin/malfet-patch-19 2025-01-24T00:47:46.5653256Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-01-24T00:47:46.5653734Z * [new branch] malfet-patch-20 -> origin/malfet-patch-20 2025-01-24T00:47:46.5654476Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-01-24T00:47:46.5655067Z * [new branch] malfet-patch-22 -> origin/malfet-patch-22 2025-01-24T00:47:46.5655562Z * [new branch] malfet-patch-22-1 -> origin/malfet-patch-22-1 2025-01-24T00:47:46.5656062Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-01-24T00:47:46.5656536Z * [new branch] malfet-patch-24 -> origin/malfet-patch-24 2025-01-24T00:47:46.5657021Z * [new branch] malfet-patch-25 -> origin/malfet-patch-25 2025-01-24T00:47:46.5657500Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-01-24T00:47:46.5657967Z * [new branch] malfet-patch-32 -> origin/malfet-patch-32 2025-01-24T00:47:46.5658440Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-01-24T00:47:46.5658923Z * [new branch] malfet-patch-42 -> origin/malfet-patch-42 2025-01-24T00:47:46.5659391Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-01-24T00:47:46.5659868Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-01-24T00:47:46.5660343Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-01-24T00:47:46.6059544Z * [new branch] malfet/add-ami-option-to-instance-allocation -> origin/malfet/add-ami-option-to-instance-allocation 2025-01-24T00:47:46.6060318Z * [new branch] malfet/add-benchmark-func -> origin/malfet/add-benchmark-func 2025-01-24T00:47:46.6060959Z * [new branch] malfet/add-get-dtype-supported -> origin/malfet/add-get-dtype-supported 2025-01-24T00:47:46.6061591Z * [new branch] malfet/add-mps-inductor-nan -> origin/malfet/add-mps-inductor-nan 2025-01-24T00:47:46.6062380Z * [new branch] malfet/add-nan-to-int-conversion-check-cpu -> origin/malfet/add-nan-to-int-conversion-check-cpu 2025-01-24T00:47:46.6063129Z * [new branch] malfet/cp-143934-and-144055 -> origin/malfet/cp-143934-and-144055 2025-01-24T00:47:46.6063675Z * [new branch] malfet/cp-144716-144698 -> origin/malfet/cp-144716-144698 2025-01-24T00:47:46.6064222Z * [new branch] malfet/delete-find-openmp -> origin/malfet/delete-find-openmp 2025-01-24T00:47:46.6064779Z * [new branch] malfet/ez-cleanup-test -> origin/malfet/ez-cleanup-test 2025-01-24T00:47:46.6065374Z * [new branch] malfet/fix-conv-backward-cl-2 -> origin/malfet/fix-conv-backward-cl-2 2025-01-24T00:47:46.6065985Z * [new branch] malfet/fix-index-printing -> origin/malfet/fix-index-printing 2025-01-24T00:47:46.6066584Z * [new branch] malfet/mps-add-bilineard2d-aa -> origin/malfet/mps-add-bilineard2d-aa 2025-01-24T00:47:46.6067206Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-01-24T00:47:46.6067893Z * [new branch] malfet/mpsinductor-add-check-bounds -> origin/malfet/mpsinductor-add-check-bounds 2025-01-24T00:47:46.6068607Z * [new branch] malfet/mpsinductor-add-sizevars -> origin/malfet/mpsinductor-add-sizevars 2025-01-24T00:47:46.6069266Z * [new branch] malfet/mpsinductor-fix-where -> origin/malfet/mpsinductor-fix-where 2025-01-24T00:47:46.6069981Z * [new branch] malfet/mpsinductor-implement-bitcasts -> origin/malfet/mpsinductor-implement-bitcasts 2025-01-24T00:47:46.6070642Z * [new branch] maxautotune_big_gpu -> origin/maxautotune_big_gpu 2025-01-24T00:47:46.6071165Z * [new branch] mcr229/update_cpuinfo -> origin/mcr229/update_cpuinfo 2025-01-24T00:47:46.6071661Z * [new branch] migrate_map -> origin/migrate_map 2025-01-24T00:47:46.6072378Z * [new branch] missing_gloo_causes_deadlock -> origin/missing_gloo_causes_deadlock 2025-01-24T00:47:46.6072869Z * [new branch] mkl -> origin/mkl 2025-01-24T00:47:46.6073446Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-01-24T00:47:46.6073925Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-01-24T00:47:46.6074424Z * [new branch] mlazos/adam-compiled -> origin/mlazos/adam-compiled 2025-01-24T00:47:46.6074954Z * [new branch] mlazos/adam-fused-bench -> origin/mlazos/adam-fused-bench 2025-01-24T00:47:46.6075513Z * [new branch] mlazos/adam-fused-bench2 -> origin/mlazos/adam-fused-bench2 2025-01-24T00:47:46.6076043Z * [new branch] mlazos/adam-test2 -> origin/mlazos/adam-test2 2025-01-24T00:47:46.6076548Z * [new branch] mlazos/asgd-compile -> origin/mlazos/asgd-compile 2025-01-24T00:47:46.6077046Z * [new branch] mlazos/aux-vars -> origin/mlazos/aux-vars 2025-01-24T00:47:46.6077586Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-01-24T00:47:46.6078156Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-01-24T00:47:46.6078662Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-01-24T00:47:46.6079213Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-01-24T00:47:46.6079797Z * [new branch] mlazos/batch-fuse-opt -> origin/mlazos/batch-fuse-opt 2025-01-24T00:47:46.6080309Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-01-24T00:47:46.6080945Z * [new branch] mlazos/buff-opt2 -> origin/mlazos/buff-opt2 2025-01-24T00:47:46.6081809Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-01-24T00:47:46.6082337Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-01-24T00:47:46.6082819Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-01-24T00:47:46.6083278Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-01-24T00:47:46.6083748Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-01-24T00:47:46.6084255Z * [new branch] mlazos/comp-asgd -> origin/mlazos/comp-asgd 2025-01-24T00:47:46.6084773Z * [new branch] mlazos/compiled-nadam -> origin/mlazos/compiled-nadam 2025-01-24T00:47:46.6085293Z * [new branch] mlazos/concat-opt -> origin/mlazos/concat-opt 2025-01-24T00:47:46.6511447Z * [new branch] mlazos/concat2 -> origin/mlazos/concat2 2025-01-24T00:47:46.6511947Z * [new branch] mlazos/copy2 -> origin/mlazos/copy2 2025-01-24T00:47:46.6512482Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-01-24T00:47:46.6513093Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-01-24T00:47:46.6513688Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-01-24T00:47:46.6514200Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-01-24T00:47:46.6514704Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-01-24T00:47:46.6515225Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-01-24T00:47:46.6515787Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-01-24T00:47:46.6516348Z * [new branch] mlazos/disable-subclass -> origin/mlazos/disable-subclass 2025-01-24T00:47:46.6517085Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-01-24T00:47:46.6517592Z * [new branch] mlazos/env-fix -> origin/mlazos/env-fix 2025-01-24T00:47:46.6518187Z * [new branch] mlazos/exp -> origin/mlazos/exp 2025-01-24T00:47:46.6518677Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-01-24T00:47:46.6519180Z * [new branch] mlazos/faster -> origin/mlazos/faster 2025-01-24T00:47:46.6519636Z * [new branch] mlazos/faster2 -> origin/mlazos/faster2 2025-01-24T00:47:46.6520103Z * [new branch] mlazos/fe-copy -> origin/mlazos/fe-copy 2025-01-24T00:47:46.6520620Z * [new branch] mlazos/foreach-copy-test -> origin/mlazos/foreach-copy-test 2025-01-24T00:47:46.6521183Z * [new branch] mlazos/foreach-fuse-opts -> origin/mlazos/foreach-fuse-opts 2025-01-24T00:47:46.6521722Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-01-24T00:47:46.6522233Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-01-24T00:47:46.6522732Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-01-24T00:47:46.6523196Z * [new branch] mlazos/fuse-cat -> origin/mlazos/fuse-cat 2025-01-24T00:47:46.6523684Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-01-24T00:47:46.6524164Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-01-24T00:47:46.6524614Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-01-24T00:47:46.6525118Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-01-24T00:47:46.6525648Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-01-24T00:47:46.6526153Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-01-24T00:47:46.6526654Z * [new branch] mlazos/log-test-fix -> origin/mlazos/log-test-fix 2025-01-24T00:47:46.6527193Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-01-24T00:47:46.6527768Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-01-24T00:47:46.6528299Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-01-24T00:47:46.6528768Z * [new branch] mlazos/main_test -> origin/mlazos/main_test 2025-01-24T00:47:46.6529223Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-01-24T00:47:46.6529653Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-01-24T00:47:46.6530222Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-01-24T00:47:46.6531109Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-01-24T00:47:46.6531714Z * [new branch] mlazos/mlazos/clean -> origin/mlazos/mlazos/clean 2025-01-24T00:47:46.6532240Z * [new branch] mlazos/mlazos/faster2 -> origin/mlazos/mlazos/faster2 2025-01-24T00:47:46.6532832Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-01-24T00:47:46.6533458Z * [new branch] mlazos/mlazos/subclass-test -> origin/mlazos/mlazos/subclass-test 2025-01-24T00:47:46.6534068Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-01-24T00:47:46.6534668Z * [new branch] mlazos/mlazos/tf-trace-full -> origin/mlazos/mlazos/tf-trace-full 2025-01-24T00:47:46.6535319Z * [new branch] mlazos/mlazos/tf-trace-obj-tensors -> origin/mlazos/mlazos/tf-trace-obj-tensors 2025-01-24T00:47:46.6536068Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-01-24T00:47:46.6536920Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-01-24T00:47:46.6970153Z * [new branch] mlazos/mutable-backup -> origin/mlazos/mutable-backup 2025-01-24T00:47:46.6970676Z * [new branch] mlazos/mv-tfo -> origin/mlazos/mv-tfo 2025-01-24T00:47:46.6971180Z * [new branch] mlazos/nadam-updates -> origin/mlazos/nadam-updates 2025-01-24T00:47:46.6971672Z * [new branch] mlazos/names -> origin/mlazos/names 2025-01-24T00:47:46.6972126Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-01-24T00:47:46.6972678Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-01-24T00:47:46.6973284Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-01-24T00:47:46.6973848Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-01-24T00:47:46.6974352Z * [new branch] mlazos/opt-bench2 -> origin/mlazos/opt-bench2 2025-01-24T00:47:46.6974851Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-01-24T00:47:46.6975333Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-01-24T00:47:46.6975811Z * [new branch] mlazos/opt-recipe -> origin/mlazos/opt-recipe 2025-01-24T00:47:46.6976321Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-01-24T00:47:46.6976824Z * [new branch] mlazos/opt-users -> origin/mlazos/opt-users 2025-01-24T00:47:46.6977323Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-01-24T00:47:46.6977829Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-01-24T00:47:46.6978324Z * [new branch] mlazos/pytest-3 -> origin/mlazos/pytest-3 2025-01-24T00:47:46.6978804Z * [new branch] mlazos/restart -> origin/mlazos/restart 2025-01-24T00:47:46.6979263Z * [new branch] mlazos/rm-copy -> origin/mlazos/rm-copy 2025-01-24T00:47:46.6979740Z * [new branch] mlazos/rm-thunkify -> origin/mlazos/rm-thunkify 2025-01-24T00:47:46.6980236Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-01-24T00:47:46.6980725Z * [new branch] mlazos/spec-api -> origin/mlazos/spec-api 2025-01-24T00:47:46.6981244Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-01-24T00:47:46.6981845Z * [new branch] mlazos/subclass-test -> origin/mlazos/subclass-test 2025-01-24T00:47:46.6982347Z * [new branch] mlazos/tc-fix -> origin/mlazos/tc-fix 2025-01-24T00:47:46.6982808Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-01-24T00:47:46.6983327Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-01-24T00:47:46.6983926Z * [new branch] mlazos/tensor-inherit-backup -> origin/mlazos/tensor-inherit-backup 2025-01-24T00:47:46.6984511Z * [new branch] mlazos/tensor-like-fix -> origin/mlazos/tensor-like-fix 2025-01-24T00:47:46.6985031Z * [new branch] mlazos/tensor-lr -> origin/mlazos/tensor-lr 2025-01-24T00:47:46.6985522Z * [new branch] mlazos/tensor-lr2 -> origin/mlazos/tensor-lr2 2025-01-24T00:47:46.6986017Z * [new branch] mlazos/tf-inherit -> origin/mlazos/tf-inherit 2025-01-24T00:47:46.6986490Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-01-24T00:47:46.6986996Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-01-24T00:47:46.6987660Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-01-24T00:47:46.6988293Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-01-24T00:47:46.6988824Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-01-24T00:47:46.6989352Z * [new branch] mlazos/tf-refactor -> origin/mlazos/tf-refactor 2025-01-24T00:47:46.6989890Z * [new branch] mlazos/tf-subclass-stack -> origin/mlazos/tf-subclass-stack 2025-01-24T00:47:46.6990441Z * [new branch] mlazos/tf-trace-full -> origin/mlazos/tf-trace-full 2025-01-24T00:47:46.6990991Z * [new branch] mlazos/tf-trace-unified -> origin/mlazos/tf-trace-unified 2025-01-24T00:47:46.6991525Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-01-24T00:47:46.6992015Z * [new branch] mlazos/ty-promo -> origin/mlazos/ty-promo 2025-01-24T00:47:46.6992503Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-01-24T00:47:46.6992999Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-01-24T00:47:46.6993476Z * [new branch] mlazos/vsc-fix2 -> origin/mlazos/vsc-fix2 2025-01-24T00:47:46.6993967Z * [new branch] mlazos/vscode-fix -> origin/mlazos/vscode-fix 2025-01-24T00:47:46.6994475Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-01-24T00:47:46.7445692Z * [new branch] mlee8/aot_large_weight -> origin/mlee8/aot_large_weight 2025-01-24T00:47:46.7446256Z * [new branch] mod_guards1 -> origin/mod_guards1 2025-01-24T00:47:46.7446711Z * [new branch] mod_guards3 -> origin/mod_guards3 2025-01-24T00:47:46.7447234Z * [new branch] moderniz29_cyy -> origin/moderniz29_cyy 2025-01-24T00:47:46.7447730Z * [new branch] move_model_to_eval_2.1 -> origin/move_model_to_eval_2.1 2025-01-24T00:47:46.7448262Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-01-24T00:47:46.7448767Z * [new branch] msaroufim-patch-10 -> origin/msaroufim-patch-10 2025-01-24T00:47:46.7449297Z * [new branch] msaroufim-patch-11 -> origin/msaroufim-patch-11 2025-01-24T00:47:46.7449803Z * [new branch] msaroufim-patch-12 -> origin/msaroufim-patch-12 2025-01-24T00:47:46.7450322Z * [new branch] msaroufim-patch-13 -> origin/msaroufim-patch-13 2025-01-24T00:47:46.7450833Z * [new branch] msaroufim-patch-14 -> origin/msaroufim-patch-14 2025-01-24T00:47:46.7451341Z * [new branch] msaroufim-patch-7 -> origin/msaroufim-patch-7 2025-01-24T00:47:46.7451858Z * [new branch] msaroufim-patch-8 -> origin/msaroufim-patch-8 2025-01-24T00:47:46.7452375Z * [new branch] msaroufim-patch-9 -> origin/msaroufim-patch-9 2025-01-24T00:47:46.7452867Z * [new branch] msaroufim/bdfix -> origin/msaroufim/bdfix 2025-01-24T00:47:46.7453353Z * [new branch] msaroufim/cache -> origin/msaroufim/cache 2025-01-24T00:47:46.7453895Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-01-24T00:47:46.7454478Z * [new branch] msaroufim/fixexpected -> origin/msaroufim/fixexpected 2025-01-24T00:47:46.7455045Z * [new branch] msaroufim/fsspecindcache -> origin/msaroufim/fsspecindcache 2025-01-24T00:47:46.7455594Z * [new branch] msaroufim/sdbf16fix -> origin/msaroufim/sdbf16fix 2025-01-24T00:47:46.7456108Z * [new branch] msaroufim/typeind10 -> origin/msaroufim/typeind10 2025-01-24T00:47:46.7456821Z * [new branch] msaroufim/warn_once -> origin/msaroufim/warn_once 2025-01-24T00:47:46.7457293Z * [new branch] mypy_fix -> origin/mypy_fix 2025-01-24T00:47:46.7457918Z * [new branch] nestedfairseq2ops1 -> origin/nestedfairseq2ops1 2025-01-24T00:47:46.7458412Z * [new branch] new-batch-norm -> origin/new-batch-norm 2025-01-24T00:47:46.7458877Z * [new branch] new_branch -> origin/new_branch 2025-01-24T00:47:46.7459338Z * [new branch] new_guard_system -> origin/new_guard_system 2025-01-24T00:47:46.7459792Z * [new branch] ngimel/bits -> origin/ngimel/bits 2025-01-24T00:47:46.7460295Z * [new branch] ngimel/disable_rng_fbcode -> origin/ngimel/disable_rng_fbcode 2025-01-24T00:47:46.7460827Z * [new branch] ngimel/random_fix -> origin/ngimel/random_fix 2025-01-24T00:47:46.7461336Z * [new branch] ngimel/randperm_fix -> origin/ngimel/randperm_fix 2025-01-24T00:47:46.7461952Z * [new branch] ngimel/release_randperm -> origin/ngimel/release_randperm 2025-01-24T00:47:46.7462492Z * [new branch] ngimel/scaled_mm_coop -> origin/ngimel/scaled_mm_coop 2025-01-24T00:47:46.7462976Z * [new branch] ngimel/topk -> origin/ngimel/topk 2025-01-24T00:47:46.7463415Z * [new branch] ngimel/topk2 -> origin/ngimel/topk2 2025-01-24T00:47:46.7463858Z * [new branch] nightly -> origin/nightly 2025-01-24T00:47:46.7464379Z * [new branch] nikitaved/linalg_codeowners -> origin/nikitaved/linalg_codeowners 2025-01-24T00:47:46.7464958Z * [new branch] nikitaved/solve_doc_update -> origin/nikitaved/solve_doc_update 2025-01-24T00:47:46.7465455Z * [new branch] offline -> origin/offline 2025-01-24T00:47:46.7465896Z * [new branch] on_completion -> origin/on_completion 2025-01-24T00:47:46.7466372Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-01-24T00:47:46.7466853Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-01-24T00:47:46.7467339Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-01-24T00:47:46.7467825Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-01-24T00:47:46.7468298Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-01-24T00:47:46.7468774Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-01-24T00:47:46.7469246Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-01-24T00:47:46.7469710Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-01-24T00:47:46.7870523Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-01-24T00:47:46.7871055Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-01-24T00:47:46.7871542Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-01-24T00:47:46.7872039Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-01-24T00:47:46.7872521Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-01-24T00:47:46.7872994Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-01-24T00:47:46.7873467Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-01-24T00:47:46.7873996Z * [new branch] origin/gh/stroxler/1/head -> origin/origin/gh/stroxler/1/head 2025-01-24T00:47:46.7874532Z * [new branch] origin/voz/serde -> origin/origin/voz/serde 2025-01-24T00:47:46.7875231Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-01-24T00:47:46.7875827Z * [new branch] palic_hotfix -> origin/palic_hotfix 2025-01-24T00:47:46.7876289Z * [new branch] parallel_cat -> origin/parallel_cat 2025-01-24T00:47:46.7876762Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-01-24T00:47:46.7877245Z * [new branch] patch_up_signature -> origin/patch_up_signature 2025-01-24T00:47:46.7877709Z * [new branch] pca2 -> origin/pca2 2025-01-24T00:47:46.7878211Z * [new branch] peterbell10/null-change -> origin/peterbell10/null-change 2025-01-24T00:47:46.7878754Z * [new branch] pianpwk/dim_hint_ranges -> origin/pianpwk/dim_hint_ranges 2025-01-24T00:47:46.7879386Z * [new branch] pianpwk/dynamic_shapes_api_doc_12_10 -> origin/pianpwk/dynamic_shapes_api_doc_12_10 2025-01-24T00:47:46.7880028Z * [new branch] pianpwk/dynamo_full_scalar -> origin/pianpwk/dynamo_full_scalar 2025-01-24T00:47:46.7880597Z * [new branch] pianpwk/meta_sdpa_for_cpu -> origin/pianpwk/meta_sdpa_for_cpu 2025-01-24T00:47:46.7881149Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-01-24T00:47:46.7881768Z * [new branch] pianpwk/preserve_dynamic_markers -> origin/pianpwk/preserve_dynamic_markers 2025-01-24T00:47:46.7882386Z * [new branch] pianpwk/real_tensor_prop_3 -> origin/pianpwk/real_tensor_prop_3 2025-01-24T00:47:46.7882936Z * [new branch] pianpwk/serdes_logging -> origin/pianpwk/serdes_logging 2025-01-24T00:47:46.7883539Z * [new branch] pianpwk/symbol_provenance_draft -> origin/pianpwk/symbol_provenance_draft 2025-01-24T00:47:46.7884177Z * [new branch] pianpwk/symbol_provenance_v1 -> origin/pianpwk/symbol_provenance_v1 2025-01-24T00:47:46.7884778Z * [new branch] pianpwk/sympy_trunc_float_2 -> origin/pianpwk/sympy_trunc_float_2 2025-01-24T00:47:46.7885365Z * [new branch] pianpwk/try_deregister_hooks -> origin/pianpwk/try_deregister_hooks 2025-01-24T00:47:46.7885952Z * [new branch] plain-metal-mul-kernel -> origin/plain-metal-mul-kernel 2025-01-24T00:47:46.7886474Z * [new branch] pr-cancel-smol -> origin/pr-cancel-smol 2025-01-24T00:47:46.7886929Z * [new branch] pr/131860 -> origin/pr/131860 2025-01-24T00:47:46.7887448Z * [new branch] prepare-android-artifacts -> origin/prepare-android-artifacts 2025-01-24T00:47:46.7887989Z * [new branch] pt-debug-cpu0 -> origin/pt-debug-cpu0 2025-01-24T00:47:46.7888455Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-01-24T00:47:46.7888918Z * [new branch] pt2-torchrec -> origin/pt2-torchrec 2025-01-24T00:47:46.7889431Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-01-24T00:47:46.7889949Z * [new branch] qat-conv-bn-1d -> origin/qat-conv-bn-1d 2025-01-24T00:47:46.7890447Z * [new branch] qat-remove-bias-temp -> origin/qat-remove-bias-temp 2025-01-24T00:47:46.7890966Z * [new branch] qat_cudnn_batchnorm -> origin/qat_cudnn_batchnorm 2025-01-24T00:47:46.7891738Z * [new branch] qat_preserve_source_fn_stack -> origin/qat_preserve_source_fn_stack 2025-01-24T00:47:46.7892661Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-01-24T00:47:46.7893323Z * [new branch] record-ghstack-deps-in-commit-msg -> origin/record-ghstack-deps-in-commit-msg 2025-01-24T00:47:46.7893915Z * [new branch] reduce1 -> origin/reduce1 2025-01-24T00:47:46.7894552Z * [new branch] reenable-sgd-benchmark -> origin/reenable-sgd-benchmark 2025-01-24T00:47:46.7895078Z * [new branch] refactor-adamw -> origin/refactor-adamw 2025-01-24T00:47:46.7895660Z * [new branch] release/1.10 -> origin/release/1.10 2025-01-24T00:47:46.7896117Z * [new branch] release/1.11 -> origin/release/1.11 2025-01-24T00:47:46.8284428Z * [new branch] release/1.12 -> origin/release/1.12 2025-01-24T00:47:46.8284923Z * [new branch] release/1.13 -> origin/release/1.13 2025-01-24T00:47:46.8285373Z * [new branch] release/1.4 -> origin/release/1.4 2025-01-24T00:47:46.8285817Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-01-24T00:47:46.8286582Z * [new branch] release/1.5 -> origin/release/1.5 2025-01-24T00:47:46.8287269Z * [new branch] release/1.6 -> origin/release/1.6 2025-01-24T00:47:46.8287719Z * [new branch] release/1.7 -> origin/release/1.7 2025-01-24T00:47:46.8288165Z * [new branch] release/1.8 -> origin/release/1.8 2025-01-24T00:47:46.8288618Z * [new branch] release/1.9 -> origin/release/1.9 2025-01-24T00:47:46.8289054Z * [new branch] release/2.0 -> origin/release/2.0 2025-01-24T00:47:46.8289494Z * [new branch] release/2.1 -> origin/release/2.1 2025-01-24T00:47:46.8289949Z * [new branch] release/2.2 -> origin/release/2.2 2025-01-24T00:47:46.8290392Z * [new branch] release/2.3 -> origin/release/2.3 2025-01-24T00:47:46.8290822Z * [new branch] release/2.4 -> origin/release/2.4 2025-01-24T00:47:46.8291260Z * [new branch] release/2.5 -> origin/release/2.5 2025-01-24T00:47:46.8291703Z * [new branch] release/2.6 -> origin/release/2.6 2025-01-24T00:47:46.8292533Z * [new branch] release/3.2.x -> origin/release/3.2.x 2025-01-24T00:47:46.8293381Z * [new branch] release_notes -> origin/release_notes 2025-01-24T00:47:46.8294315Z * [new branch] remove-edit-on-github -> origin/remove-edit-on-github 2025-01-24T00:47:46.8295286Z * [new branch] remove_add_runtime -> origin/remove_add_runtime 2025-01-24T00:47:46.8296187Z * [new branch] remove_global_ns -> origin/remove_global_ns 2025-01-24T00:47:46.8297077Z * [new branch] remove_workflow -> origin/remove_workflow 2025-01-24T00:47:46.8297957Z * [new branch] rename_transform -> origin/rename_transform 2025-01-24T00:47:46.8298845Z * [new branch] rename_validate -> origin/rename_validate 2025-01-24T00:47:46.8299738Z * [new branch] request_english -> origin/request_english 2025-01-24T00:47:46.8300634Z * [new branch] requires_grad_fix -> origin/requires_grad_fix 2025-01-24T00:47:46.8302100Z * [new branch] revert-111036-skylion007/backport-2-1-1-2023-10-11-0 -> origin/revert-111036-skylion007/backport-2-1-1-2023-10-11-0 2025-01-24T00:47:46.8302893Z * [new branch] revert-112125 -> origin/revert-112125 2025-01-24T00:47:46.8303538Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-01-24T00:47:46.8304317Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-01-24T00:47:46.8305175Z * [new branch] revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ -> origin/revert-143244-cherry-pick-143218-by-pytorch_bot_bot_ 2025-01-24T00:47:46.8306242Z * [new branch] revert_realize_input_ExternKernel -> origin/revert_realize_input_ExternKernel 2025-01-24T00:47:46.8306981Z * [new branch] richard/init_types -> origin/richard/init_types 2025-01-24T00:47:46.8307931Z * [new branch] richard/more_types -> origin/richard/more_types 2025-01-24T00:47:46.8308780Z * [new branch] rocm-triton-nightly-wheelfix -> origin/rocm-triton-nightly-wheelfix 2025-01-24T00:47:46.8309464Z * [new branch] rocm-triton-wheel-pinupdate-21 -> origin/rocm-triton-wheel-pinupdate-21 2025-01-24T00:47:46.8310033Z * [new branch] rocm_ck_sdpa -> origin/rocm_ck_sdpa 2025-01-24T00:47:46.8310523Z * [new branch] rohan-varma-patch-13 -> origin/rohan-varma-patch-13 2025-01-24T00:47:46.8311058Z * [new branch] rohan-varma-patch-14 -> origin/rohan-varma-patch-14 2025-01-24T00:47:46.8311600Z * [new branch] rohan-varma-patch-15 -> origin/rohan-varma-patch-15 2025-01-24T00:47:46.8312126Z * [new branch] rohan-varma-patch-16 -> origin/rohan-varma-patch-16 2025-01-24T00:47:46.8312650Z * [new branch] rprop-playground -> origin/rprop-playground 2025-01-24T00:47:46.8313213Z * [new branch] run-ios-test-device-farm -> origin/run-ios-test-device-farm 2025-01-24T00:47:46.8314599Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-01-24T00:47:46.8315384Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-01-24T00:47:46.8315919Z * [new branch] rzou/cache_name -> origin/rzou/cache_name 2025-01-24T00:47:46.8714544Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-01-24T00:47:46.8715048Z * [new branch] rzou/fix -> origin/rzou/fix 2025-01-24T00:47:46.8715669Z * [new branch] rzou/fix2 -> origin/rzou/fix2 2025-01-24T00:47:46.8716406Z * [new branch] rzou/njt -> origin/rzou/njt 2025-01-24T00:47:46.8716907Z * [new branch] rzou/operator -> origin/rzou/operator 2025-01-24T00:47:46.8717396Z * [new branch] rzou/out_dtype_decomp -> origin/rzou/out_dtype_decomp 2025-01-24T00:47:46.8717873Z * [new branch] rzou/pca -> origin/rzou/pca 2025-01-24T00:47:46.8718333Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-01-24T00:47:46.8718799Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-01-24T00:47:46.8719278Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-01-24T00:47:46.8719763Z * [new branch] safe-rollout -> origin/safe-rollout 2025-01-24T00:47:46.8720510Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-01-24T00:47:46.8721734Z * [new branch] sanchitj/remove_duplicate_line_from_freezing.py -> origin/sanchitj/remove_duplicate_line_from_freezing.py 2025-01-24T00:47:46.8722708Z * [new branch] sdpa_autocast_cpu -> origin/sdpa_autocast_cpu 2025-01-24T00:47:46.8723188Z * [new branch] sdpa_base -> origin/sdpa_base 2025-01-24T00:47:46.8723615Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-01-24T00:47:46.8724051Z * [new branch] sdym/chp -> origin/sdym/chp 2025-01-24T00:47:46.8724485Z * [new branch] sdym/chp2 -> origin/sdym/chp2 2025-01-24T00:47:46.8724970Z * [new branch] sdym/docker-python-3.8 -> origin/sdym/docker-python-3.8 2025-01-24T00:47:46.8725703Z * [new branch] sdym/jit-attribute -> origin/sdym/jit-attribute 2025-01-24T00:47:46.8726213Z * [new branch] sdym/revert-107846 -> origin/sdym/revert-107846 2025-01-24T00:47:46.8726832Z * [new branch] sdym/revert-109859 -> origin/sdym/revert-109859 2025-01-24T00:47:46.8727590Z * [new branch] sdym/skip-asan -> origin/sdym/skip-asan 2025-01-24T00:47:46.8728321Z * [new branch] sdym/skipifrocm -> origin/sdym/skipifrocm 2025-01-24T00:47:46.8728851Z * [new branch] sdym/test_quantized_op -> origin/sdym/test_quantized_op 2025-01-24T00:47:46.8729367Z * [new branch] sdym/todo-docstring -> origin/sdym/todo-docstring 2025-01-24T00:47:46.8729867Z * [new branch] sdym/torchfix -> origin/sdym/torchfix 2025-01-24T00:47:46.8730412Z * [new branch] sdym/torchvision-pretrained -> origin/sdym/torchvision-pretrained 2025-01-24T00:47:46.8730983Z * [new branch] sdym/typed-storage -> origin/sdym/typed-storage 2025-01-24T00:47:46.8731457Z * [new branch] sdym/wno -> origin/sdym/wno 2025-01-24T00:47:46.8731896Z * [new branch] serialize -> origin/serialize 2025-01-24T00:47:46.8732356Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-01-24T00:47:46.8732870Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-01-24T00:47:46.8733814Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-01-24T00:47:46.8734513Z * [new branch] shunting-add-reduction-config -> origin/shunting-add-reduction-config 2025-01-24T00:47:46.8735215Z * [new branch] shunting-add-reduction-config-2 -> origin/shunting-add-reduction-config-2 2025-01-24T00:47:46.8735918Z * [new branch] shunting-add-reduction-config-3 -> origin/shunting-add-reduction-config-3 2025-01-24T00:47:46.8736579Z * [new branch] shunting-avoid-stale-cache -> origin/shunting-avoid-stale-cache 2025-01-24T00:47:46.8737182Z * [new branch] shunting-benchmark-fusion -> origin/shunting-benchmark-fusion 2025-01-24T00:47:46.8737800Z * [new branch] shunting-benchmark-fusion-2 -> origin/shunting-benchmark-fusion-2 2025-01-24T00:47:46.8738424Z * [new branch] shunting-benchmark-fusion-3 -> origin/shunting-benchmark-fusion-3 2025-01-24T00:47:46.8739334Z * [new branch] shunting-benchmark-fusion-4 -> origin/shunting-benchmark-fusion-4 2025-01-24T00:47:46.8740260Z * [new branch] shunting-consistent-thread-order -> origin/shunting-consistent-thread-order 2025-01-24T00:47:46.8741007Z * [new branch] shunting-consistent-thread-order-2 -> origin/shunting-consistent-thread-order-2 2025-01-24T00:47:46.8741812Z * [new branch] shunting-consistent-thread-order-3 -> origin/shunting-consistent-thread-order-3 2025-01-24T00:47:46.9109967Z * [new branch] shunting-inductor-change-for-triton -> origin/shunting-inductor-change-for-triton 2025-01-24T00:47:46.9110664Z * [new branch] shunting-loaf-bm-3 -> origin/shunting-loaf-bm-3 2025-01-24T00:47:46.9111185Z * [new branch] shunting-loaf-bm-4 -> origin/shunting-loaf-bm-4 2025-01-24T00:47:46.9111724Z * [new branch] shunting-loaf-bm-5 -> origin/shunting-loaf-bm-5 2025-01-24T00:47:46.9112225Z * [new branch] shunting-loaf-bm-6 -> origin/shunting-loaf-bm-6 2025-01-24T00:47:46.9112887Z * [new branch] shunting-loop-ordering-after-fusion -> origin/shunting-loop-ordering-after-fusion 2025-01-24T00:47:46.9113691Z * [new branch] shunting-loop-ordering-after-fusion-2 -> origin/shunting-loop-ordering-after-fusion-2 2025-01-24T00:47:46.9114511Z * [new branch] shunting-loop-ordering-after-fusion-3 -> origin/shunting-loop-ordering-after-fusion-3 2025-01-24T00:47:46.9116103Z * [new branch] shunting-loop-ordering-after-fusion-bm -> origin/shunting-loop-ordering-after-fusion-bm 2025-01-24T00:47:46.9117493Z * [new branch] shunting-loop-ordering-after-fusion-bm-2 -> origin/shunting-loop-ordering-after-fusion-bm-2 2025-01-24T00:47:46.9118234Z * [new branch] shunting-multi-kernel -> origin/shunting-multi-kernel 2025-01-24T00:47:46.9118795Z * [new branch] shunting-multi-kernel-2 -> origin/shunting-multi-kernel-2 2025-01-24T00:47:46.9119381Z * [new branch] shunting-multi-kernel-3 -> origin/shunting-multi-kernel-3 2025-01-24T00:47:46.9119972Z * [new branch] shunting-scale-down-rblock -> origin/shunting-scale-down-rblock 2025-01-24T00:47:46.9120591Z * [new branch] shunting-tigher-upperbound -> origin/shunting-tigher-upperbound 2025-01-24T00:47:46.9121204Z * [new branch] shunting-triton-pin-update -> origin/shunting-triton-pin-update 2025-01-24T00:47:46.9121828Z * [new branch] shunting-triton-pin-update-2 -> origin/shunting-triton-pin-update-2 2025-01-24T00:47:46.9122482Z * [new branch] shunting-triton-pin-update-3 -> origin/shunting-triton-pin-update-3 2025-01-24T00:47:46.9123106Z * [new branch] shunting-triton-pin-update-4 -> origin/shunting-triton-pin-update-4 2025-01-24T00:47:46.9123741Z * [new branch] shunting-triton-pin-update-5 -> origin/shunting-triton-pin-update-5 2025-01-24T00:47:46.9124384Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-01-24T00:47:46.9124936Z * [new branch] soulitzer/refactor-njt -> origin/soulitzer/refactor-njt 2025-01-24T00:47:46.9125463Z * [new branch] source_fn_stack -> origin/source_fn_stack 2025-01-24T00:47:46.9125983Z * [new branch] speedup-mps-string-key -> origin/speedup-mps-string-key 2025-01-24T00:47:46.9126516Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-01-24T00:47:46.9127022Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-01-24T00:47:46.9127569Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-01-24T00:47:46.9128101Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-01-24T00:47:46.9128557Z * [new branch] standalone -> origin/standalone 2025-01-24T00:47:46.9129091Z * [new branch] subscribe_codeowners_lucasllc -> origin/subscribe_codeowners_lucasllc 2025-01-24T00:47:46.9129614Z * [new branch] super -> origin/super 2025-01-24T00:47:46.9130092Z * [new branch] support_dequant_out_dtype -> origin/support_dequant_out_dtype 2025-01-24T00:47:46.9130624Z * [new branch] svekars-patch-6 -> origin/svekars-patch-6 2025-01-24T00:47:46.9131114Z * [new branch] svekars-patch-7 -> origin/svekars-patch-7 2025-01-24T00:47:46.9131582Z * [new branch] switch-bn -> origin/switch-bn 2025-01-24T00:47:46.9132079Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-01-24T00:47:46.9132633Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-01-24T00:47:46.9133143Z * [new branch] test-cast-hook -> origin/test-cast-hook 2025-01-24T00:47:46.9133650Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-01-24T00:47:46.9134233Z * [new branch] test-torchvision-install-ci -> origin/test-torchvision-install-ci 2025-01-24T00:47:46.9134788Z * [new branch] test/inductor -> origin/test/inductor 2025-01-24T00:47:46.9135370Z * [new branch] test_imdsv2 -> origin/test_imdsv2 2025-01-24T00:47:46.9135811Z * [new branch] test_od -> origin/test_od 2025-01-24T00:47:46.9136389Z * [new branch] test_od_cudnn_bn_qat_fusion -> origin/test_od_cudnn_bn_qat_fusion 2025-01-24T00:47:46.9136914Z * [new branch] tidy_mordenize_cyy -> origin/tidy_mordenize_cyy 2025-01-24T00:47:46.9521749Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-01-24T00:47:46.9522509Z * [new branch] torch_autograd_function_ts_fix -> origin/torch_autograd_function_ts_fix 2025-01-24T00:47:46.9523069Z * [new branch] torch_export -> origin/torch_export 2025-01-24T00:47:46.9523547Z * [new branch] torch_export_only -> origin/torch_export_only 2025-01-24T00:47:46.9524072Z * [new branch] torch_logs_improvements -> origin/torch_logs_improvements 2025-01-24T00:47:46.9524595Z * [new branch] torch_np -> origin/torch_np 2025-01-24T00:47:46.9525096Z * [new branch] torchbench-pin-commit -> origin/torchbench-pin-commit 2025-01-24T00:47:46.9525660Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-01-24T00:47:46.9526230Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-01-24T00:47:46.9526781Z * [new branch] transformer_name -> origin/transformer_name 2025-01-24T00:47:46.9527272Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-01-24T00:47:46.9527743Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-01-24T00:47:46.9528209Z * [new branch] triton-update -> origin/triton-update 2025-01-24T00:47:46.9528666Z * [new branch] triton_kernel -> origin/triton_kernel 2025-01-24T00:47:46.9529299Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-01-24T00:47:46.9529836Z * [new branch] try-speedup-docbuild -> origin/try-speedup-docbuild 2025-01-24T00:47:46.9530342Z * [new branch] type_check -> origin/type_check 2025-01-24T00:47:46.9530773Z * [new branch] type_dec -> origin/type_dec 2025-01-24T00:47:46.9531420Z * [new branch] update-audio-commit-hash/12898458761-1429-1 -> origin/update-audio-commit-hash/12898458761-1429-1 2025-01-24T00:47:46.9532319Z * [new branch] update-executorch-commit-hash/11847856213-1353-1 -> origin/update-executorch-commit-hash/11847856213-1353-1 2025-01-24T00:47:46.9533250Z * [new branch] update-executorch-commit-hash/12778861619-1419-1 -> origin/update-executorch-commit-hash/12778861619-1419-1 2025-01-24T00:47:46.9534185Z * [new branch] update-executorch-commit-hash/12820045707-1423-1 -> origin/update-executorch-commit-hash/12820045707-1423-1 2025-01-24T00:47:46.9535132Z * [new branch] update-executorch-commit-hash/12838938822-1425-1 -> origin/update-executorch-commit-hash/12838938822-1425-1 2025-01-24T00:47:46.9536004Z * [new branch] update-triton-commit-hash/7164317553-91-1 -> origin/update-triton-commit-hash/7164317553-91-1 2025-01-24T00:47:46.9536812Z * [new branch] update-vision-commit-hash/5663141514-644-1 -> origin/update-vision-commit-hash/5663141514-644-1 2025-01-24T00:47:46.9537615Z * [new branch] update-vision-commit-hash/5686712198-646-1 -> origin/update-vision-commit-hash/5686712198-646-1 2025-01-24T00:47:46.9538422Z * [new branch] update-vision-commit-hash/5697383899-647-1 -> origin/update-vision-commit-hash/5697383899-647-1 2025-01-24T00:47:46.9539228Z * [new branch] update-vision-commit-hash/5703215648-648-1 -> origin/update-vision-commit-hash/5703215648-648-1 2025-01-24T00:47:46.9540255Z * [new branch] update-vision-commit-hash/5721003453-652-1 -> origin/update-vision-commit-hash/5721003453-652-1 2025-01-24T00:47:46.9541202Z * [new branch] update-vision-commit-hash/5733163916-653-1 -> origin/update-vision-commit-hash/5733163916-653-1 2025-01-24T00:47:46.9542120Z * [new branch] update-vision-commit-hash/5745082876-655-1 -> origin/update-vision-commit-hash/5745082876-655-1 2025-01-24T00:47:46.9542982Z * [new branch] update-vision-commit-hash/5756913626-656-1 -> origin/update-vision-commit-hash/5756913626-656-1 2025-01-24T00:47:46.9543797Z * [new branch] update-vision-commit-hash/5767629392-657-1 -> origin/update-vision-commit-hash/5767629392-657-1 2025-01-24T00:47:46.9544615Z * [new branch] update-vision-commit-hash/5791192212-660-1 -> origin/update-vision-commit-hash/5791192212-660-1 2025-01-24T00:47:46.9545417Z * [new branch] update-vision-commit-hash/5803321708-661-1 -> origin/update-vision-commit-hash/5803321708-661-1 2025-01-24T00:47:46.9546228Z * [new branch] update-vision-commit-hash/5815393173-662-1 -> origin/update-vision-commit-hash/5815393173-662-1 2025-01-24T00:47:46.9547041Z * [new branch] update-vision-commit-hash/5827402908-663-1 -> origin/update-vision-commit-hash/5827402908-663-1 2025-01-24T00:47:46.9547856Z * [new branch] update-vision-commit-hash/5838148554-664-1 -> origin/update-vision-commit-hash/5838148554-664-1 2025-01-24T00:47:46.9873517Z * [new branch] update-vision-commit-hash/5844184042-669-1 -> origin/update-vision-commit-hash/5844184042-669-1 2025-01-24T00:47:46.9874378Z * [new branch] update-vision-commit-hash/5850331519-670-1 -> origin/update-vision-commit-hash/5850331519-670-1 2025-01-24T00:47:46.9875207Z * [new branch] update-vision-commit-hash/5862012764-671-1 -> origin/update-vision-commit-hash/5862012764-671-1 2025-01-24T00:47:46.9876070Z * [new branch] update-vision-commit-hash/5873060393-672-1 -> origin/update-vision-commit-hash/5873060393-672-1 2025-01-24T00:47:46.9876896Z * [new branch] update-vision-commit-hash/5885149056-673-1 -> origin/update-vision-commit-hash/5885149056-673-1 2025-01-24T00:47:46.9877688Z * [new branch] update-vision-commit-hash/5897221503-674-1 -> origin/update-vision-commit-hash/5897221503-674-1 2025-01-24T00:47:46.9878496Z * [new branch] update-vision-commit-hash/5908209609-675-1 -> origin/update-vision-commit-hash/5908209609-675-1 2025-01-24T00:47:46.9879301Z * [new branch] update-vision-commit-hash/5932800208-678-1 -> origin/update-vision-commit-hash/5932800208-678-1 2025-01-24T00:47:46.9880097Z * [new branch] update-vision-commit-hash/5945368651-679-1 -> origin/update-vision-commit-hash/5945368651-679-1 2025-01-24T00:47:46.9880904Z * [new branch] update-vision-commit-hash/5957816346-680-1 -> origin/update-vision-commit-hash/5957816346-680-1 2025-01-24T00:47:46.9881716Z * [new branch] update-vision-commit-hash/5970234703-681-1 -> origin/update-vision-commit-hash/5970234703-681-1 2025-01-24T00:47:46.9882526Z * [new branch] update-vision-commit-hash/5987723897-683-1 -> origin/update-vision-commit-hash/5987723897-683-1 2025-01-24T00:47:46.9883322Z * [new branch] update-vision-commit-hash/6006315671-686-1 -> origin/update-vision-commit-hash/6006315671-686-1 2025-01-24T00:47:46.9884136Z * [new branch] update-vision-commit-hash/6018891470-687-1 -> origin/update-vision-commit-hash/6018891470-687-1 2025-01-24T00:47:46.9884942Z * [new branch] update-vision-commit-hash/6055107264-691-1 -> origin/update-vision-commit-hash/6055107264-691-1 2025-01-24T00:47:46.9885755Z * [new branch] update-vision-commit-hash/6078630218-694-1 -> origin/update-vision-commit-hash/6078630218-694-1 2025-01-24T00:47:46.9886557Z * [new branch] update-vision-commit-hash/6091086722-695-1 -> origin/update-vision-commit-hash/6091086722-695-1 2025-01-24T00:47:46.9887579Z * [new branch] update-vision-commit-hash/6116061554-699-1 -> origin/update-vision-commit-hash/6116061554-699-1 2025-01-24T00:47:46.9888503Z * [new branch] update-vision-commit-hash/6140304273-702-1 -> origin/update-vision-commit-hash/6140304273-702-1 2025-01-24T00:47:46.9889306Z * [new branch] update-vision-commit-hash/6210383723-710-1 -> origin/update-vision-commit-hash/6210383723-710-1 2025-01-24T00:47:46.9890123Z * [new branch] update-vision-commit-hash/6319671985-721-1 -> origin/update-vision-commit-hash/6319671985-721-1 2025-01-24T00:47:46.9890952Z * [new branch] update-vision-commit-hash/6345577305-723-1 -> origin/update-vision-commit-hash/6345577305-723-1 2025-01-24T00:47:46.9891773Z * [new branch] update-vision-commit-hash/6366568705-725-1 -> origin/update-vision-commit-hash/6366568705-725-1 2025-01-24T00:47:46.9892690Z * [new branch] update-vision-commit-hash/6386942932-727-1 -> origin/update-vision-commit-hash/6386942932-727-1 2025-01-24T00:47:46.9894187Z * [new branch] update-vision-commit-hash/6399845260-728-1 -> origin/update-vision-commit-hash/6399845260-728-1 2025-01-24T00:47:46.9895008Z * [new branch] update-vision-commit-hash/6412969951-729-1 -> origin/update-vision-commit-hash/6412969951-729-1 2025-01-24T00:47:46.9895830Z * [new branch] update-vision-commit-hash/6425844356-730-1 -> origin/update-vision-commit-hash/6425844356-730-1 2025-01-24T00:47:46.9896629Z * [new branch] update-vision-commit-hash/6463026337-734-1 -> origin/update-vision-commit-hash/6463026337-734-1 2025-01-24T00:47:46.9897442Z * [new branch] update-vision-commit-hash/6489506557-736-1 -> origin/update-vision-commit-hash/6489506557-736-1 2025-01-24T00:47:46.9898256Z * [new branch] update-vision-commit-hash/6520762621-739-1 -> origin/update-vision-commit-hash/6520762621-739-1 2025-01-24T00:47:46.9899066Z * [new branch] update-vision-commit-hash/6581672893-744-1 -> origin/update-vision-commit-hash/6581672893-744-1 2025-01-24T00:47:46.9899884Z * [new branch] update-vision-commit-hash/6593929043-745-1 -> origin/update-vision-commit-hash/6593929043-745-1 2025-01-24T00:47:46.9900687Z * [new branch] update-vision-commit-hash/6634009725-750-1 -> origin/update-vision-commit-hash/6634009725-750-1 2025-01-24T00:47:47.0221418Z * [new branch] update-vision-commit-hash/6673463792-754-1 -> origin/update-vision-commit-hash/6673463792-754-1 2025-01-24T00:47:47.0222335Z * [new branch] update-vision-commit-hash/6700258936-758-1 -> origin/update-vision-commit-hash/6700258936-758-1 2025-01-24T00:47:47.0223168Z * [new branch] update-vision-commit-hash/6805589684-770-1 -> origin/update-vision-commit-hash/6805589684-770-1 2025-01-24T00:47:47.0224007Z * [new branch] update-vision-commit-hash/6818989957-773-1 -> origin/update-vision-commit-hash/6818989957-773-1 2025-01-24T00:47:47.0224823Z * [new branch] update-vision-commit-hash/6830864778-774-1 -> origin/update-vision-commit-hash/6830864778-774-1 2025-01-24T00:47:47.0225629Z * [new branch] update-vision-commit-hash/6857388096-777-1 -> origin/update-vision-commit-hash/6857388096-777-1 2025-01-24T00:47:47.0226984Z * [new branch] update-vision-commit-hash/6871122584-778-1 -> origin/update-vision-commit-hash/6871122584-778-1 2025-01-24T00:47:47.0227795Z * [new branch] update-vision-commit-hash/6884505667-779-1 -> origin/update-vision-commit-hash/6884505667-779-1 2025-01-24T00:47:47.0228613Z * [new branch] update-vision-commit-hash/9010274985-1089-1 -> origin/update-vision-commit-hash/9010274985-1089-1 2025-01-24T00:47:47.0229407Z * [new branch] update-xla-commit-hash/10140112669-125-1 -> origin/update-xla-commit-hash/10140112669-125-1 2025-01-24T00:47:47.0230381Z * [new branch] update-xla-commit-hash/5711964502-56-1 -> origin/update-xla-commit-hash/5711964502-56-1 2025-01-24T00:47:47.0231246Z * [new branch] update-xla-commit-hash/5782359377-57-1 -> origin/update-xla-commit-hash/5782359377-57-1 2025-01-24T00:47:47.0232305Z * [new branch] update-xla-commit-hash/5837098370-60-1 -> origin/update-xla-commit-hash/5837098370-60-1 2025-01-24T00:47:47.0233253Z * [new branch] update-xla-commit-hash/5837494164-62-2 -> origin/update-xla-commit-hash/5837494164-62-2 2025-01-24T00:47:47.0233993Z * [new branch] update-xla-commit-hash/5853121215-70-1 -> origin/update-xla-commit-hash/5853121215-70-1 2025-01-24T00:47:47.0234730Z * [new branch] update-xla-commit-hash/5856611801-73-1 -> origin/update-xla-commit-hash/5856611801-73-1 2025-01-24T00:47:47.0235453Z * [new branch] update-xla-commit-hash/5861803330-74-1 -> origin/update-xla-commit-hash/5861803330-74-1 2025-01-24T00:47:47.0236197Z * [new branch] update-xla-commit-hash/5923384420-75-1 -> origin/update-xla-commit-hash/5923384420-75-1 2025-01-24T00:47:47.0236936Z * [new branch] update-xla-commit-hash/5997018991-76-1 -> origin/update-xla-commit-hash/5997018991-76-1 2025-01-24T00:47:47.0237718Z * [new branch] update-xla-commit-hash/6070520075-77-1 -> origin/update-xla-commit-hash/6070520075-77-1 2025-01-24T00:47:47.0238908Z * [new branch] update-xla-commit-hash/6143382673-78-1 -> origin/update-xla-commit-hash/6143382673-78-1 2025-01-24T00:47:47.0239647Z * [new branch] update-xla-commit-hash/6219563710-79-1 -> origin/update-xla-commit-hash/6219563710-79-1 2025-01-24T00:47:47.0240373Z * [new branch] update-xla-commit-hash/6296332542-80-1 -> origin/update-xla-commit-hash/6296332542-80-1 2025-01-24T00:47:47.0241100Z * [new branch] update-xla-commit-hash/6377302016-81-1 -> origin/update-xla-commit-hash/6377302016-81-1 2025-01-24T00:47:47.0241838Z * [new branch] update-xla-commit-hash/6453689944-82-1 -> origin/update-xla-commit-hash/6453689944-82-1 2025-01-24T00:47:47.0242579Z * [new branch] update-xla-commit-hash/6530489691-83-1 -> origin/update-xla-commit-hash/6530489691-83-1 2025-01-24T00:47:47.0243315Z * [new branch] update-xla-commit-hash/6610159969-84-1 -> origin/update-xla-commit-hash/6610159969-84-1 2025-01-24T00:47:47.0244547Z * [new branch] update-xla-commit-hash/6689695021-85-1 -> origin/update-xla-commit-hash/6689695021-85-1 2025-01-24T00:47:47.0245300Z * [new branch] update-xla-commit-hash/6767672412-86-1 -> origin/update-xla-commit-hash/6767672412-86-1 2025-01-24T00:47:47.0246039Z * [new branch] update-xla-commit-hash/6846986487-87-1 -> origin/update-xla-commit-hash/6846986487-87-1 2025-01-24T00:47:47.0246805Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-01-24T00:47:47.0247428Z * [new branch] update_pin -> origin/update_pin 2025-01-24T00:47:47.0247939Z * [new branch] update_rocm_yml_labels -> origin/update_rocm_yml_labels 2025-01-24T00:47:47.0248497Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-01-24T00:47:47.0249057Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-01-24T00:47:47.0661341Z * [new branch] update_slow_tests_1734939586 -> origin/update_slow_tests_1734939586 2025-01-24T00:47:47.0662041Z * [new branch] update_slow_tests_1736149192 -> origin/update_slow_tests_1736149192 2025-01-24T00:47:47.0662629Z * [new branch] update_slow_tests_1736754002 -> origin/update_slow_tests_1736754002 2025-01-24T00:47:47.0663211Z * [new branch] update_slow_tests_1737358785 -> origin/update_slow_tests_1737358785 2025-01-24T00:47:47.0664007Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-01-24T00:47:47.0664704Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-01-24T00:47:47.0665339Z * [new branch] upload-test-stats-workflow-env -> origin/upload-test-stats-workflow-env 2025-01-24T00:47:47.0665932Z * [new branch] use_torch_export_3 -> origin/use_torch_export_3 2025-01-24T00:47:47.0666401Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-01-24T00:47:47.0666839Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-01-24T00:47:47.0667252Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-01-24T00:47:47.0667655Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-01-24T00:47:47.0668072Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-01-24T00:47:47.0668489Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-01-24T00:47:47.0668891Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-01-24T00:47:47.0669332Z * [new branch] validate_fn -> origin/validate_fn 2025-01-24T00:47:47.0669804Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-01-24T00:47:47.0670288Z * [new branch] vfdev-5-patch-2 -> origin/vfdev-5-patch-2 2025-01-24T00:47:47.0670766Z * [new branch] viable/strict -> origin/viable/strict 2025-01-24T00:47:47.0671227Z * [new branch] voz/always_lift -> origin/voz/always_lift 2025-01-24T00:47:47.0671754Z * [new branch] voz/compiled_autograd_hooks -> origin/voz/compiled_autograd_hooks 2025-01-24T00:47:47.0672271Z * [new branch] voz/debug_dec -> origin/voz/debug_dec 2025-01-24T00:47:47.0672730Z * [new branch] voz/fix_fsdp -> origin/voz/fix_fsdp 2025-01-24T00:47:47.0673169Z * [new branch] voz/fix_np -> origin/voz/fix_np 2025-01-24T00:47:47.0673608Z * [new branch] voz/fix_np_2 -> origin/voz/fix_np_2 2025-01-24T00:47:47.0674077Z * [new branch] voz/fsdp_autograd -> origin/voz/fsdp_autograd 2025-01-24T00:47:47.0674571Z * [new branch] voz/fsdp_autograd2 -> origin/voz/fsdp_autograd2 2025-01-24T00:47:47.0675065Z * [new branch] voz/fsdp_autograd4 -> origin/voz/fsdp_autograd4 2025-01-24T00:47:47.0675584Z * [new branch] voz/fsdp_autograd_merge -> origin/voz/fsdp_autograd_merge 2025-01-24T00:47:47.0676121Z * [new branch] voz/fsdp_autograd_merge2 -> origin/voz/fsdp_autograd_merge2 2025-01-24T00:47:47.0676612Z * [new branch] voz/fsdp_ops -> origin/voz/fsdp_ops 2025-01-24T00:47:47.0677064Z * [new branch] voz/fsdp_ops2 -> origin/voz/fsdp_ops2 2025-01-24T00:47:47.0677509Z * [new branch] voz/fsdp_ops3 -> origin/voz/fsdp_ops3 2025-01-24T00:47:47.0677948Z * [new branch] voz/hacks -> origin/voz/hacks 2025-01-24T00:47:47.0678387Z * [new branch] voz/partials -> origin/voz/partials 2025-01-24T00:47:47.0678844Z * [new branch] voz/puffery -> origin/voz/puffery 2025-01-24T00:47:47.0679274Z * [new branch] voz/serde2 -> origin/voz/serde2 2025-01-24T00:47:47.0679778Z * [new branch] voz/soft_fork_autograd_fsdp -> origin/voz/soft_fork_autograd_fsdp 2025-01-24T00:47:47.0680294Z * [new branch] voz/torch_np -> origin/voz/torch_np 2025-01-24T00:47:47.0680795Z * [new branch] voz/torchrec_enablement -> origin/voz/torchrec_enablement 2025-01-24T00:47:47.0681462Z * [new branch] voz/torchrec_enablement2 -> origin/voz/torchrec_enablement2 2025-01-24T00:47:47.0681986Z * [new branch] wdvr-patch-1 -> origin/wdvr-patch-1 2025-01-24T00:47:47.0682558Z * [new branch] wdvr/add_boto3 -> origin/wdvr/add_boto3 2025-01-24T00:47:47.0683080Z * [new branch] wdvr/fix_cppwarnings_build -> origin/wdvr/fix_cppwarnings_build 2025-01-24T00:47:47.0683704Z * [new branch] wdvr/sccache091 -> origin/wdvr/sccache091 2025-01-24T00:47:47.0684190Z * [new branch] wdvr/sccache_nvcc -> origin/wdvr/sccache_nvcc 2025-01-24T00:47:47.0684706Z * [new branch] wdvr/sccache_simplified -> origin/wdvr/sccache_simplified 2025-01-24T00:47:47.0685233Z * [new branch] wdvr/xpu_sccache_fix -> origin/wdvr/xpu_sccache_fix 2025-01-24T00:47:47.0685720Z * [new branch] whc/flight -> origin/whc/flight 2025-01-24T00:47:47.1092457Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-01-24T00:47:47.1092951Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-01-24T00:47:47.1093444Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-01-24T00:47:47.1093911Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-01-24T00:47:47.1094384Z * [new branch] whc/flightbase -> origin/whc/flightbase 2025-01-24T00:47:47.1094869Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-01-24T00:47:47.1095316Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-01-24T00:47:47.1095900Z * [new branch] wwen/dynamo-preserve-node-metadata -> origin/wwen/dynamo-preserve-node-metadata 2025-01-24T00:47:47.1096527Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-01-24T00:47:47.1097021Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-01-24T00:47:47.1097505Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-01-24T00:47:47.1097985Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-01-24T00:47:47.1098440Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-01-24T00:47:47.1098898Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-01-24T00:47:47.1099357Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-01-24T00:47:47.1099833Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-01-24T00:47:47.1100323Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-01-24T00:47:47.1100869Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-01-24T00:47:47.1101442Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-01-24T00:47:47.1102069Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-01-24T00:47:47.1102586Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-01-24T00:47:47.1103123Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-01-24T00:47:47.1103659Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-01-24T00:47:47.1104181Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-01-24T00:47:47.1104693Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-01-24T00:47:47.1105192Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-01-24T00:47:47.1105695Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-01-24T00:47:47.1106374Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-01-24T00:47:47.1106962Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-01-24T00:47:47.1107434Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-01-24T00:47:47.1107926Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-01-24T00:47:47.1108487Z * [new branch] xmfan/compiled_autograd_bench -> origin/xmfan/compiled_autograd_bench 2025-01-24T00:47:47.1109144Z * [new branch] xmfan/compiled_autograd_bench_base -> origin/xmfan/compiled_autograd_bench_base 2025-01-24T00:47:47.1109829Z * [new branch] xmfan/compiled_autograd_benchmark -> origin/xmfan/compiled_autograd_benchmark 2025-01-24T00:47:47.1110459Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-01-24T00:47:47.1111075Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-01-24T00:47:47.1111757Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-01-24T00:47:47.1112406Z * [new branch] xmfan/compiled_autograd_hud -> origin/xmfan/compiled_autograd_hud 2025-01-24T00:47:47.1113108Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-01-24T00:47:47.1113875Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-01-24T00:47:47.1114513Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-01-24T00:47:47.1115097Z * [new branch] xmfan/distributed_torchbench -> origin/xmfan/distributed_torchbench 2025-01-24T00:47:47.1115717Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-01-24T00:47:47.1116335Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-01-24T00:47:47.1545268Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-01-24T00:47:47.1545940Z * [new branch] xmfan/fsdp_wraps -> origin/xmfan/fsdp_wraps 2025-01-24T00:47:47.1546458Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-01-24T00:47:47.1546994Z * [new branch] xmfan/oss_benchmark_script -> origin/xmfan/oss_benchmark_script 2025-01-24T00:47:47.1547545Z * [new branch] xmfan/rename_nanogpt -> origin/xmfan/rename_nanogpt 2025-01-24T00:47:47.1548080Z * [new branch] xmfan/retains_grad_hooks -> origin/xmfan/retains_grad_hooks 2025-01-24T00:47:47.1548613Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-01-24T00:47:47.1549118Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-01-24T00:47:47.1549571Z * [new branch] xmfan/test -> origin/xmfan/test 2025-01-24T00:47:47.1550031Z * [new branch] xmfan/yolov3_oom -> origin/xmfan/yolov3_oom 2025-01-24T00:47:47.1550657Z * [new branch] xz9/remove-run-torchbench -> origin/xz9/remove-run-torchbench 2025-01-24T00:47:47.1551638Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-01-24T00:47:47.1552146Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-01-24T00:47:47.1552637Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-01-24T00:47:47.1553124Z * [new branch] zainr/emit-debug -> origin/zainr/emit-debug 2025-01-24T00:47:47.1553727Z * [new branch] zainr/historical-correlation-fix -> origin/zainr/historical-correlation-fix 2025-01-24T00:47:47.1554535Z * [new branch] zainr/lint-fix -> origin/zainr/lint-fix 2025-01-24T00:47:47.1555172Z * [new branch] zainr/metrics-job-id -> origin/zainr/metrics-job-id 2025-01-24T00:47:47.1555694Z * [new branch] zainr/metrics-pr -> origin/zainr/metrics-pr 2025-01-24T00:47:47.1556206Z * [new branch] zainr/no-op -> origin/zainr/no-op 2025-01-24T00:47:47.1556770Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-01-24T00:47:47.1557325Z * [new branch] zainr/td-baseline-stats -> origin/zainr/td-baseline-stats 2025-01-24T00:47:47.1557850Z * [new branch] zainr/td-class -> origin/zainr/td-class 2025-01-24T00:47:47.1558366Z * [new branch] zainr/td-class-metrics -> origin/zainr/td-class-metrics 2025-01-24T00:47:47.1558901Z * [new branch] zainr/td-downgrade -> origin/zainr/td-downgrade 2025-01-24T00:47:47.1559410Z * [new branch] zainr/td-file-pass -> origin/zainr/td-file-pass 2025-01-24T00:47:47.1559928Z * [new branch] zainr/td-metrics-v2 -> origin/zainr/td-metrics-v2 2025-01-24T00:47:47.1560430Z * [new branch] zainr/td-metrics2 -> origin/zainr/td-metrics2 2025-01-24T00:47:47.1560950Z * [new branch] zainr/td-pass-class-times -> origin/zainr/td-pass-class-times 2025-01-24T00:47:47.1561486Z * [new branch] zainr/td-shard-info -> origin/zainr/td-shard-info 2025-01-24T00:47:47.1561980Z * [new branch] zainr/td-trial -> origin/zainr/td-trial 2025-01-24T00:47:47.1562433Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-01-24T00:47:47.1562927Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-01-24T00:47:47.1563395Z * [new branch] zb2p -> origin/zb2p 2025-01-24T00:47:47.1563809Z * [new branch] zbv_algo -> origin/zbv_algo 2025-01-24T00:47:47.1564262Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-01-24T00:47:47.1564753Z * [new branch] zdevito-patch-2 -> origin/zdevito-patch-2 2025-01-24T00:47:47.1565275Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-01-24T00:47:47.1565805Z * [new branch] zhuhaozhe-patch-1 -> origin/zhuhaozhe-patch-1 2025-01-24T00:47:47.1566311Z * [new branch] zhxchen17/dynamo/0 -> origin/zhxchen17/dynamo/0 2025-01-24T00:47:47.1566819Z * [new branch] zhxchen17/dynamo/1 -> origin/zhxchen17/dynamo/1 2025-01-24T00:47:47.1567306Z * [new branch] zhxchen17/dynamo/2 -> origin/zhxchen17/dynamo/2 2025-01-24T00:47:47.1567806Z * [new branch] zhxchen17/export/1 -> origin/zhxchen17/export/1 2025-01-24T00:47:47.1568314Z * [new branch] zhxchen17/export/10 -> origin/zhxchen17/export/10 2025-01-24T00:47:47.1568823Z * [new branch] zhxchen17/export/11 -> origin/zhxchen17/export/11 2025-01-24T00:47:47.1569324Z * [new branch] zhxchen17/export/12 -> origin/zhxchen17/export/12 2025-01-24T00:47:47.1569834Z * [new branch] zhxchen17/export/13 -> origin/zhxchen17/export/13 2025-01-24T00:47:47.1570334Z * [new branch] zhxchen17/export/14 -> origin/zhxchen17/export/14 2025-01-24T00:47:47.1908250Z * [new branch] zhxchen17/export/3 -> origin/zhxchen17/export/3 2025-01-24T00:47:47.1908827Z * [new branch] zhxchen17/export/6 -> origin/zhxchen17/export/6 2025-01-24T00:47:47.1909343Z * [new branch] zhxchen17/export/7 -> origin/zhxchen17/export/7 2025-01-24T00:47:47.1910078Z * [new branch] zhxchen17/export/8 -> origin/zhxchen17/export/8 2025-01-24T00:47:47.1910591Z * [new branch] zhxchen17/export/9 -> origin/zhxchen17/export/9 2025-01-24T00:47:47.1911222Z * [new branch] zhxchen17/tmp/0 -> origin/zhxchen17/tmp/0 2025-01-24T00:47:47.1911716Z * [new branch] zhxchen17/tmp/2 -> origin/zhxchen17/tmp/2 2025-01-24T00:47:47.1912214Z * [new branch] zxiiro/docs-build.sh -> origin/zxiiro/docs-build.sh 2025-01-24T00:47:47.1913008Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-01-24T00:47:47.1913757Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-01-24T00:47:47.1914169Z * [new tag] ciflow/all/70978 -> ciflow/all/70978 2025-01-24T00:47:47.1914572Z * [new tag] ciflow/all/70979 -> ciflow/all/70979 2025-01-24T00:47:47.1914987Z * [new tag] ciflow/all/70989 -> ciflow/all/70989 2025-01-24T00:47:47.1915407Z * [new tag] ciflow/binaries/120076 -> ciflow/binaries/120076 2025-01-24T00:47:47.1915890Z * [new tag] ciflow/binaries/128672 -> ciflow/binaries/128672 2025-01-24T00:47:47.1916335Z * [new tag] ciflow/binaries/129465 -> ciflow/binaries/129465 2025-01-24T00:47:47.1916783Z * [new tag] ciflow/binaries/138175 -> ciflow/binaries/138175 2025-01-24T00:47:47.1917218Z * [new tag] ciflow/binaries/138996 -> ciflow/binaries/138996 2025-01-24T00:47:47.1917666Z * [new tag] ciflow/binaries/139760 -> ciflow/binaries/139760 2025-01-24T00:47:47.1918109Z * [new tag] ciflow/binaries/140844 -> ciflow/binaries/140844 2025-01-24T00:47:47.1918557Z * [new tag] ciflow/binaries/142040 -> ciflow/binaries/142040 2025-01-24T00:47:47.1918996Z * [new tag] ciflow/binaries/143082 -> ciflow/binaries/143082 2025-01-24T00:47:47.1919448Z * [new tag] ciflow/binaries/143360 -> ciflow/binaries/143360 2025-01-24T00:47:47.1919893Z * [new tag] ciflow/binaries/143416 -> ciflow/binaries/143416 2025-01-24T00:47:47.1920329Z * [new tag] ciflow/binaries/143791 -> ciflow/binaries/143791 2025-01-24T00:47:47.1920788Z * [new tag] ciflow/binaries/143794 -> ciflow/binaries/143794 2025-01-24T00:47:47.1921240Z * [new tag] ciflow/binaries/144046 -> ciflow/binaries/144046 2025-01-24T00:47:47.1921685Z * [new tag] ciflow/binaries/144127 -> ciflow/binaries/144127 2025-01-24T00:47:47.1922148Z * [new tag] ciflow/binaries/145119 -> ciflow/binaries/145119 2025-01-24T00:47:47.1922599Z * [new tag] ciflow/binaries/145224 -> ciflow/binaries/145224 2025-01-24T00:47:47.1923079Z * [new tag] ciflow/binaries_conda/139576 -> ciflow/binaries_conda/139576 2025-01-24T00:47:47.1923608Z * [new tag] ciflow/binaries_libtorch/139576 -> ciflow/binaries_libtorch/139576 2025-01-24T00:47:47.1924143Z * [new tag] ciflow/binaries_wheel/135189 -> ciflow/binaries_wheel/135189 2025-01-24T00:47:47.1924650Z * [new tag] ciflow/binaries_wheel/139576 -> ciflow/binaries_wheel/139576 2025-01-24T00:47:47.1925141Z * [new tag] ciflow/binaries_wheel/141584 -> ciflow/binaries_wheel/141584 2025-01-24T00:47:47.1925642Z * [new tag] ciflow/binaries_wheel/142279 -> ciflow/binaries_wheel/142279 2025-01-24T00:47:47.1926142Z * [new tag] ciflow/binaries_wheel/143388 -> ciflow/binaries_wheel/143388 2025-01-24T00:47:47.1926629Z * [new tag] ciflow/binaries_wheel/144049 -> ciflow/binaries_wheel/144049 2025-01-24T00:47:47.1927243Z * [new tag] ciflow/binaries_wheel/144842 -> ciflow/binaries_wheel/144842 2025-01-24T00:47:47.1927745Z * [new tag] ciflow/binaries_wheel/144887 -> ciflow/binaries_wheel/144887 2025-01-24T00:47:47.1928307Z * [new tag] ciflow/cuda/70978 -> ciflow/cuda/70978 2025-01-24T00:47:47.1928718Z * [new tag] ciflow/cuda/70979 -> ciflow/cuda/70979 2025-01-24T00:47:47.1929133Z * [new tag] ciflow/cuda/70989 -> ciflow/cuda/70989 2025-01-24T00:47:47.1929608Z * [new tag] ciflow/inductor-cu126/140793 -> ciflow/inductor-cu126/140793 2025-01-24T00:47:47.1930212Z * [new tag] ciflow/inductor-micro-benchmark/141910 -> ciflow/inductor-micro-benchmark/141910 2025-01-24T00:47:47.1930908Z * [new tag] ciflow/inductor-perf-compare/140195 -> ciflow/inductor-perf-compare/140195 2025-01-24T00:47:47.1931565Z * [new tag] ciflow/inductor-perf-compare/145455 -> ciflow/inductor-perf-compare/145455 2025-01-24T00:47:47.2232679Z * [new tag] ciflow/inductor-perf-test-nightly/140195 -> ciflow/inductor-perf-test-nightly/140195 2025-01-24T00:47:47.2233362Z * [new tag] ciflow/inductor-periodic/140793 -> ciflow/inductor-periodic/140793 2025-01-24T00:47:47.2233952Z * [new tag] ciflow/inductor-periodic/143560 -> ciflow/inductor-periodic/143560 2025-01-24T00:47:47.2234538Z * [new tag] ciflow/inductor-periodic/144594 -> ciflow/inductor-periodic/144594 2025-01-24T00:47:47.2235101Z * [new tag] ciflow/inductor-periodic/145455 -> ciflow/inductor-periodic/145455 2025-01-24T00:47:47.2235640Z * [new tag] ciflow/inductor-rocm/140261 -> ciflow/inductor-rocm/140261 2025-01-24T00:47:47.2236149Z * [new tag] ciflow/inductor-rocm/140989 -> ciflow/inductor-rocm/140989 2025-01-24T00:47:47.2236653Z * [new tag] ciflow/inductor-rocm/141309 -> ciflow/inductor-rocm/141309 2025-01-24T00:47:47.2237201Z * [new tag] ciflow/inductor-rocm/141355 -> ciflow/inductor-rocm/141355 2025-01-24T00:47:47.2237750Z * [new tag] ciflow/inductor-rocm/142408 -> ciflow/inductor-rocm/142408 2025-01-24T00:47:47.2238251Z * [new tag] ciflow/inductor-rocm/144985 -> ciflow/inductor-rocm/144985 2025-01-24T00:47:47.2238736Z * [new tag] ciflow/inductor-rocm/145504 -> ciflow/inductor-rocm/145504 2025-01-24T00:47:47.2239236Z * [new tag] ciflow/inductor-rocm/145518 -> ciflow/inductor-rocm/145518 2025-01-24T00:47:47.2239717Z * [new tag] ciflow/inductor/110155 -> ciflow/inductor/110155 2025-01-24T00:47:47.2240163Z * [new tag] ciflow/inductor/113257 -> ciflow/inductor/113257 2025-01-24T00:47:47.2240613Z * [new tag] ciflow/inductor/118489 -> ciflow/inductor/118489 2025-01-24T00:47:47.2241076Z * [new tag] ciflow/inductor/119496 -> ciflow/inductor/119496 2025-01-24T00:47:47.2241529Z * [new tag] ciflow/inductor/119977 -> ciflow/inductor/119977 2025-01-24T00:47:47.2241982Z * [new tag] ciflow/inductor/120076 -> ciflow/inductor/120076 2025-01-24T00:47:47.2242418Z * [new tag] ciflow/inductor/121445 -> ciflow/inductor/121445 2025-01-24T00:47:47.2242916Z * [new tag] ciflow/inductor/123661 -> ciflow/inductor/123661 2025-01-24T00:47:47.2243411Z * [new tag] ciflow/inductor/124490 -> ciflow/inductor/124490 2025-01-24T00:47:47.2243847Z * [new tag] ciflow/inductor/125270 -> ciflow/inductor/125270 2025-01-24T00:47:47.2244298Z * [new tag] ciflow/inductor/125326 -> ciflow/inductor/125326 2025-01-24T00:47:47.2244749Z * [new tag] ciflow/inductor/125428 -> ciflow/inductor/125428 2025-01-24T00:47:47.2245190Z * [new tag] ciflow/inductor/125469 -> ciflow/inductor/125469 2025-01-24T00:47:47.2245780Z * [new tag] ciflow/inductor/125806 -> ciflow/inductor/125806 2025-01-24T00:47:47.2246241Z * [new tag] ciflow/inductor/125888 -> ciflow/inductor/125888 2025-01-24T00:47:47.2246792Z * [new tag] ciflow/inductor/125995 -> ciflow/inductor/125995 2025-01-24T00:47:47.2247235Z * [new tag] ciflow/inductor/126129 -> ciflow/inductor/126129 2025-01-24T00:47:47.2247684Z * [new tag] ciflow/inductor/126348 -> ciflow/inductor/126348 2025-01-24T00:47:47.2248140Z * [new tag] ciflow/inductor/127011 -> ciflow/inductor/127011 2025-01-24T00:47:47.2248637Z * [new tag] ciflow/inductor/127171 -> ciflow/inductor/127171 2025-01-24T00:47:47.2249121Z * [new tag] ciflow/inductor/127293 -> ciflow/inductor/127293 2025-01-24T00:47:47.2249569Z * [new tag] ciflow/inductor/127294 -> ciflow/inductor/127294 2025-01-24T00:47:47.2250020Z * [new tag] ciflow/inductor/128802 -> ciflow/inductor/128802 2025-01-24T00:47:47.2250458Z * [new tag] ciflow/inductor/129352 -> ciflow/inductor/129352 2025-01-24T00:47:47.2250909Z * [new tag] ciflow/inductor/129409 -> ciflow/inductor/129409 2025-01-24T00:47:47.2251360Z * [new tag] ciflow/inductor/129420 -> ciflow/inductor/129420 2025-01-24T00:47:47.2251797Z * [new tag] ciflow/inductor/130141 -> ciflow/inductor/130141 2025-01-24T00:47:47.2252244Z * [new tag] ciflow/inductor/130499 -> ciflow/inductor/130499 2025-01-24T00:47:47.2252690Z * [new tag] ciflow/inductor/130887 -> ciflow/inductor/130887 2025-01-24T00:47:47.2253136Z * [new tag] ciflow/inductor/131354 -> ciflow/inductor/131354 2025-01-24T00:47:47.2253575Z * [new tag] ciflow/inductor/131481 -> ciflow/inductor/131481 2025-01-24T00:47:47.2254055Z * [new tag] ciflow/inductor/131493 -> ciflow/inductor/131493 2025-01-24T00:47:47.2254566Z * [new tag] ciflow/inductor/132021 -> ciflow/inductor/132021 2025-01-24T00:47:47.2255008Z * [new tag] ciflow/inductor/132414 -> ciflow/inductor/132414 2025-01-24T00:47:47.2255454Z * [new tag] ciflow/inductor/132755 -> ciflow/inductor/132755 2025-01-24T00:47:47.2573987Z * [new tag] ciflow/inductor/133044 -> ciflow/inductor/133044 2025-01-24T00:47:47.2574491Z * [new tag] ciflow/inductor/133121 -> ciflow/inductor/133121 2025-01-24T00:47:47.2574953Z * [new tag] ciflow/inductor/133287 -> ciflow/inductor/133287 2025-01-24T00:47:47.2575485Z * [new tag] ciflow/inductor/133289 -> ciflow/inductor/133289 2025-01-24T00:47:47.2576331Z * [new tag] ciflow/inductor/133296 -> ciflow/inductor/133296 2025-01-24T00:47:47.2576886Z * [new tag] ciflow/inductor/133297 -> ciflow/inductor/133297 2025-01-24T00:47:47.2577335Z * [new tag] ciflow/inductor/133307 -> ciflow/inductor/133307 2025-01-24T00:47:47.2577797Z * [new tag] ciflow/inductor/133315 -> ciflow/inductor/133315 2025-01-24T00:47:47.2578244Z * [new tag] ciflow/inductor/133392 -> ciflow/inductor/133392 2025-01-24T00:47:47.2578697Z * [new tag] ciflow/inductor/133419 -> ciflow/inductor/133419 2025-01-24T00:47:47.2579139Z * [new tag] ciflow/inductor/133423 -> ciflow/inductor/133423 2025-01-24T00:47:47.2579593Z * [new tag] ciflow/inductor/133667 -> ciflow/inductor/133667 2025-01-24T00:47:47.2580033Z * [new tag] ciflow/inductor/133753 -> ciflow/inductor/133753 2025-01-24T00:47:47.2580478Z * [new tag] ciflow/inductor/133842 -> ciflow/inductor/133842 2025-01-24T00:47:47.2581137Z * [new tag] ciflow/inductor/134681 -> ciflow/inductor/134681 2025-01-24T00:47:47.2581918Z * [new tag] ciflow/inductor/134881 -> ciflow/inductor/134881 2025-01-24T00:47:47.2582655Z * [new tag] ciflow/inductor/134969 -> ciflow/inductor/134969 2025-01-24T00:47:47.2583142Z * [new tag] ciflow/inductor/135189 -> ciflow/inductor/135189 2025-01-24T00:47:47.2583598Z * [new tag] ciflow/inductor/135337 -> ciflow/inductor/135337 2025-01-24T00:47:47.2584051Z * [new tag] ciflow/inductor/135465 -> ciflow/inductor/135465 2025-01-24T00:47:47.2584499Z * [new tag] ciflow/inductor/135708 -> ciflow/inductor/135708 2025-01-24T00:47:47.2584949Z * [new tag] ciflow/inductor/135719 -> ciflow/inductor/135719 2025-01-24T00:47:47.2585388Z * [new tag] ciflow/inductor/135792 -> ciflow/inductor/135792 2025-01-24T00:47:47.2585839Z * [new tag] ciflow/inductor/136268 -> ciflow/inductor/136268 2025-01-24T00:47:47.2586284Z * [new tag] ciflow/inductor/136355 -> ciflow/inductor/136355 2025-01-24T00:47:47.2586728Z * [new tag] ciflow/inductor/136478 -> ciflow/inductor/136478 2025-01-24T00:47:47.2587181Z * [new tag] ciflow/inductor/136702 -> ciflow/inductor/136702 2025-01-24T00:47:47.2587817Z * [new tag] ciflow/inductor/136753 -> ciflow/inductor/136753 2025-01-24T00:47:47.2588591Z * [new tag] ciflow/inductor/136802 -> ciflow/inductor/136802 2025-01-24T00:47:47.2589042Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-01-24T00:47:47.2589491Z * [new tag] ciflow/inductor/137493 -> ciflow/inductor/137493 2025-01-24T00:47:47.2589932Z * [new tag] ciflow/inductor/137568 -> ciflow/inductor/137568 2025-01-24T00:47:47.2590385Z * [new tag] ciflow/inductor/137583 -> ciflow/inductor/137583 2025-01-24T00:47:47.2590835Z * [new tag] ciflow/inductor/137658 -> ciflow/inductor/137658 2025-01-24T00:47:47.2591286Z * [new tag] ciflow/inductor/137662 -> ciflow/inductor/137662 2025-01-24T00:47:47.2591724Z * [new tag] ciflow/inductor/137726 -> ciflow/inductor/137726 2025-01-24T00:47:47.2592174Z * [new tag] ciflow/inductor/137808 -> ciflow/inductor/137808 2025-01-24T00:47:47.2592625Z * [new tag] ciflow/inductor/137822 -> ciflow/inductor/137822 2025-01-24T00:47:47.2593063Z * [new tag] ciflow/inductor/137846 -> ciflow/inductor/137846 2025-01-24T00:47:47.2593730Z * [new tag] ciflow/inductor/137861 -> ciflow/inductor/137861 2025-01-24T00:47:47.2594471Z * [new tag] ciflow/inductor/137884 -> ciflow/inductor/137884 2025-01-24T00:47:47.2594926Z * [new tag] ciflow/inductor/137921 -> ciflow/inductor/137921 2025-01-24T00:47:47.2595383Z * [new tag] ciflow/inductor/137959 -> ciflow/inductor/137959 2025-01-24T00:47:47.2595844Z * [new tag] ciflow/inductor/138101 -> ciflow/inductor/138101 2025-01-24T00:47:47.2596293Z * [new tag] ciflow/inductor/138185 -> ciflow/inductor/138185 2025-01-24T00:47:47.2596732Z * [new tag] ciflow/inductor/138202 -> ciflow/inductor/138202 2025-01-24T00:47:47.2597182Z * [new tag] ciflow/inductor/138213 -> ciflow/inductor/138213 2025-01-24T00:47:47.2597633Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-01-24T00:47:47.2598075Z * [new tag] ciflow/inductor/138282 -> ciflow/inductor/138282 2025-01-24T00:47:47.2915398Z * [new tag] ciflow/inductor/138503 -> ciflow/inductor/138503 2025-01-24T00:47:47.2916118Z * [new tag] ciflow/inductor/138513 -> ciflow/inductor/138513 2025-01-24T00:47:47.2916571Z * [new tag] ciflow/inductor/138519 -> ciflow/inductor/138519 2025-01-24T00:47:47.2917143Z * [new tag] ciflow/inductor/138555 -> ciflow/inductor/138555 2025-01-24T00:47:47.2917597Z * [new tag] ciflow/inductor/138573 -> ciflow/inductor/138573 2025-01-24T00:47:47.2918052Z * [new tag] ciflow/inductor/138626 -> ciflow/inductor/138626 2025-01-24T00:47:47.2918494Z * [new tag] ciflow/inductor/138749 -> ciflow/inductor/138749 2025-01-24T00:47:47.2918952Z * [new tag] ciflow/inductor/138871 -> ciflow/inductor/138871 2025-01-24T00:47:47.2919407Z * [new tag] ciflow/inductor/138889 -> ciflow/inductor/138889 2025-01-24T00:47:47.2919856Z * [new tag] ciflow/inductor/138929 -> ciflow/inductor/138929 2025-01-24T00:47:47.2920307Z * [new tag] ciflow/inductor/138930 -> ciflow/inductor/138930 2025-01-24T00:47:47.2920756Z * [new tag] ciflow/inductor/138938 -> ciflow/inductor/138938 2025-01-24T00:47:47.2921201Z * [new tag] ciflow/inductor/138953 -> ciflow/inductor/138953 2025-01-24T00:47:47.2921636Z * [new tag] ciflow/inductor/138963 -> ciflow/inductor/138963 2025-01-24T00:47:47.2922086Z * [new tag] ciflow/inductor/138966 -> ciflow/inductor/138966 2025-01-24T00:47:47.2922532Z * [new tag] ciflow/inductor/138999 -> ciflow/inductor/138999 2025-01-24T00:47:47.2922965Z * [new tag] ciflow/inductor/139094 -> ciflow/inductor/139094 2025-01-24T00:47:47.2923411Z * [new tag] ciflow/inductor/139098 -> ciflow/inductor/139098 2025-01-24T00:47:47.2923852Z * [new tag] ciflow/inductor/139101 -> ciflow/inductor/139101 2025-01-24T00:47:47.2924290Z * [new tag] ciflow/inductor/139102 -> ciflow/inductor/139102 2025-01-24T00:47:47.2924735Z * [new tag] ciflow/inductor/139105 -> ciflow/inductor/139105 2025-01-24T00:47:47.2925183Z * [new tag] ciflow/inductor/139135 -> ciflow/inductor/139135 2025-01-24T00:47:47.2925622Z * [new tag] ciflow/inductor/139146 -> ciflow/inductor/139146 2025-01-24T00:47:47.2926058Z * [new tag] ciflow/inductor/139171 -> ciflow/inductor/139171 2025-01-24T00:47:47.2926505Z * [new tag] ciflow/inductor/139247 -> ciflow/inductor/139247 2025-01-24T00:47:47.2926948Z * [new tag] ciflow/inductor/139271 -> ciflow/inductor/139271 2025-01-24T00:47:47.2927391Z * [new tag] ciflow/inductor/139308 -> ciflow/inductor/139308 2025-01-24T00:47:47.2927844Z * [new tag] ciflow/inductor/139325 -> ciflow/inductor/139325 2025-01-24T00:47:47.2928294Z * [new tag] ciflow/inductor/139329 -> ciflow/inductor/139329 2025-01-24T00:47:47.2928734Z * [new tag] ciflow/inductor/139338 -> ciflow/inductor/139338 2025-01-24T00:47:47.2929182Z * [new tag] ciflow/inductor/139356 -> ciflow/inductor/139356 2025-01-24T00:47:47.2929624Z * [new tag] ciflow/inductor/139357 -> ciflow/inductor/139357 2025-01-24T00:47:47.2930061Z * [new tag] ciflow/inductor/139379 -> ciflow/inductor/139379 2025-01-24T00:47:47.2930504Z * [new tag] ciflow/inductor/139384 -> ciflow/inductor/139384 2025-01-24T00:47:47.2930947Z * [new tag] ciflow/inductor/139421 -> ciflow/inductor/139421 2025-01-24T00:47:47.2931390Z * [new tag] ciflow/inductor/139437 -> ciflow/inductor/139437 2025-01-24T00:47:47.2931822Z * [new tag] ciflow/inductor/139535 -> ciflow/inductor/139535 2025-01-24T00:47:47.2932273Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-01-24T00:47:47.2932831Z * [new tag] ciflow/inductor/139672 -> ciflow/inductor/139672 2025-01-24T00:47:47.2933360Z * [new tag] ciflow/inductor/139697 -> ciflow/inductor/139697 2025-01-24T00:47:47.2933808Z * [new tag] ciflow/inductor/139708 -> ciflow/inductor/139708 2025-01-24T00:47:47.2934260Z * [new tag] ciflow/inductor/139796 -> ciflow/inductor/139796 2025-01-24T00:47:47.2934714Z * [new tag] ciflow/inductor/139840 -> ciflow/inductor/139840 2025-01-24T00:47:47.2935148Z * [new tag] ciflow/inductor/139864 -> ciflow/inductor/139864 2025-01-24T00:47:47.2935594Z * [new tag] ciflow/inductor/139928 -> ciflow/inductor/139928 2025-01-24T00:47:47.2936043Z * [new tag] ciflow/inductor/139975 -> ciflow/inductor/139975 2025-01-24T00:47:47.2936481Z * [new tag] ciflow/inductor/139976 -> ciflow/inductor/139976 2025-01-24T00:47:47.2936932Z * [new tag] ciflow/inductor/140032 -> ciflow/inductor/140032 2025-01-24T00:47:47.2937392Z * [new tag] ciflow/inductor/140048 -> ciflow/inductor/140048 2025-01-24T00:47:47.4189548Z * [new tag] ciflow/inductor/140084 -> ciflow/inductor/140084 2025-01-24T00:47:47.4190074Z * [new tag] ciflow/inductor/140132 -> ciflow/inductor/140132 2025-01-24T00:47:47.4190557Z * [new tag] ciflow/inductor/140146 -> ciflow/inductor/140146 2025-01-24T00:47:47.4191012Z * [new tag] ciflow/inductor/140159 -> ciflow/inductor/140159 2025-01-24T00:47:47.4191451Z * [new tag] ciflow/inductor/140195 -> ciflow/inductor/140195 2025-01-24T00:47:47.4191896Z * [new tag] ciflow/inductor/140283 -> ciflow/inductor/140283 2025-01-24T00:47:47.4192348Z * [new tag] ciflow/inductor/140328 -> ciflow/inductor/140328 2025-01-24T00:47:47.4192817Z * [new tag] ciflow/inductor/140362 -> ciflow/inductor/140362 2025-01-24T00:47:47.4193275Z * [new tag] ciflow/inductor/140677 -> ciflow/inductor/140677 2025-01-24T00:47:47.4193727Z * [new tag] ciflow/inductor/140746 -> ciflow/inductor/140746 2025-01-24T00:47:47.4194181Z * [new tag] ciflow/inductor/140747 -> ciflow/inductor/140747 2025-01-24T00:47:47.4194642Z * [new tag] ciflow/inductor/140756 -> ciflow/inductor/140756 2025-01-24T00:47:47.4195201Z * [new tag] ciflow/inductor/140807 -> ciflow/inductor/140807 2025-01-24T00:47:47.4195645Z * [new tag] ciflow/inductor/140858 -> ciflow/inductor/140858 2025-01-24T00:47:47.4196087Z * [new tag] ciflow/inductor/140979 -> ciflow/inductor/140979 2025-01-24T00:47:47.4196531Z * [new tag] ciflow/inductor/141055 -> ciflow/inductor/141055 2025-01-24T00:47:47.4196982Z * [new tag] ciflow/inductor/141082 -> ciflow/inductor/141082 2025-01-24T00:47:47.4197423Z * [new tag] ciflow/inductor/141096 -> ciflow/inductor/141096 2025-01-24T00:47:47.4197866Z * [new tag] ciflow/inductor/141097 -> ciflow/inductor/141097 2025-01-24T00:47:47.4198307Z * [new tag] ciflow/inductor/141131 -> ciflow/inductor/141131 2025-01-24T00:47:47.4198750Z * [new tag] ciflow/inductor/141168 -> ciflow/inductor/141168 2025-01-24T00:47:47.4199190Z * [new tag] ciflow/inductor/141193 -> ciflow/inductor/141193 2025-01-24T00:47:47.4199635Z * [new tag] ciflow/inductor/141195 -> ciflow/inductor/141195 2025-01-24T00:47:47.4200077Z * [new tag] ciflow/inductor/141213 -> ciflow/inductor/141213 2025-01-24T00:47:47.4200512Z * [new tag] ciflow/inductor/141226 -> ciflow/inductor/141226 2025-01-24T00:47:47.4201187Z * [new tag] ciflow/inductor/141309 -> ciflow/inductor/141309 2025-01-24T00:47:47.4201646Z * [new tag] ciflow/inductor/141342 -> ciflow/inductor/141342 2025-01-24T00:47:47.4202222Z * [new tag] ciflow/inductor/141347 -> ciflow/inductor/141347 2025-01-24T00:47:47.4202678Z * [new tag] ciflow/inductor/141393 -> ciflow/inductor/141393 2025-01-24T00:47:47.4203132Z * [new tag] ciflow/inductor/141489 -> ciflow/inductor/141489 2025-01-24T00:47:47.4203583Z * [new tag] ciflow/inductor/141493 -> ciflow/inductor/141493 2025-01-24T00:47:47.4204040Z * [new tag] ciflow/inductor/141496 -> ciflow/inductor/141496 2025-01-24T00:47:47.4204491Z * [new tag] ciflow/inductor/141588 -> ciflow/inductor/141588 2025-01-24T00:47:47.4204939Z * [new tag] ciflow/inductor/141641 -> ciflow/inductor/141641 2025-01-24T00:47:47.4205477Z * [new tag] ciflow/inductor/141659 -> ciflow/inductor/141659 2025-01-24T00:47:47.4205982Z * [new tag] ciflow/inductor/141684 -> ciflow/inductor/141684 2025-01-24T00:47:47.4206443Z * [new tag] ciflow/inductor/141697 -> ciflow/inductor/141697 2025-01-24T00:47:47.4206882Z * [new tag] ciflow/inductor/141700 -> ciflow/inductor/141700 2025-01-24T00:47:47.4207333Z * [new tag] ciflow/inductor/141702 -> ciflow/inductor/141702 2025-01-24T00:47:47.4207787Z * [new tag] ciflow/inductor/141720 -> ciflow/inductor/141720 2025-01-24T00:47:47.4208230Z * [new tag] ciflow/inductor/141730 -> ciflow/inductor/141730 2025-01-24T00:47:47.4208685Z * [new tag] ciflow/inductor/141795 -> ciflow/inductor/141795 2025-01-24T00:47:47.4209130Z * [new tag] ciflow/inductor/141842 -> ciflow/inductor/141842 2025-01-24T00:47:47.4209591Z * [new tag] ciflow/inductor/141889 -> ciflow/inductor/141889 2025-01-24T00:47:47.4210031Z * [new tag] ciflow/inductor/141940 -> ciflow/inductor/141940 2025-01-24T00:47:47.4210480Z * [new tag] ciflow/inductor/141944 -> ciflow/inductor/141944 2025-01-24T00:47:47.4210926Z * [new tag] ciflow/inductor/141947 -> ciflow/inductor/141947 2025-01-24T00:47:47.4211366Z * [new tag] ciflow/inductor/141961 -> ciflow/inductor/141961 2025-01-24T00:47:47.4211812Z * [new tag] ciflow/inductor/142026 -> ciflow/inductor/142026 2025-01-24T00:47:47.4212268Z * [new tag] ciflow/inductor/142046 -> ciflow/inductor/142046 2025-01-24T00:47:47.4514045Z * [new tag] ciflow/inductor/142091 -> ciflow/inductor/142091 2025-01-24T00:47:47.4514570Z * [new tag] ciflow/inductor/142092 -> ciflow/inductor/142092 2025-01-24T00:47:47.4515072Z * [new tag] ciflow/inductor/142105 -> ciflow/inductor/142105 2025-01-24T00:47:47.4515525Z * [new tag] ciflow/inductor/142163 -> ciflow/inductor/142163 2025-01-24T00:47:47.4515980Z * [new tag] ciflow/inductor/142272 -> ciflow/inductor/142272 2025-01-24T00:47:47.4516426Z * [new tag] ciflow/inductor/142273 -> ciflow/inductor/142273 2025-01-24T00:47:47.4516896Z * [new tag] ciflow/inductor/142295 -> ciflow/inductor/142295 2025-01-24T00:47:47.4517336Z * [new tag] ciflow/inductor/142296 -> ciflow/inductor/142296 2025-01-24T00:47:47.4517783Z * [new tag] ciflow/inductor/142309 -> ciflow/inductor/142309 2025-01-24T00:47:47.4518226Z * [new tag] ciflow/inductor/142350 -> ciflow/inductor/142350 2025-01-24T00:47:47.4518669Z * [new tag] ciflow/inductor/142372 -> ciflow/inductor/142372 2025-01-24T00:47:47.4519900Z * [new tag] ciflow/inductor/142407 -> ciflow/inductor/142407 2025-01-24T00:47:47.4520345Z * [new tag] ciflow/inductor/142483 -> ciflow/inductor/142483 2025-01-24T00:47:47.4521239Z * [new tag] ciflow/inductor/142513 -> ciflow/inductor/142513 2025-01-24T00:47:47.4521693Z * [new tag] ciflow/inductor/142830 -> ciflow/inductor/142830 2025-01-24T00:47:47.4522138Z * [new tag] ciflow/inductor/142851 -> ciflow/inductor/142851 2025-01-24T00:47:47.4522577Z * [new tag] ciflow/inductor/142861 -> ciflow/inductor/142861 2025-01-24T00:47:47.4523025Z * [new tag] ciflow/inductor/143044 -> ciflow/inductor/143044 2025-01-24T00:47:47.4523478Z * [new tag] ciflow/inductor/143061 -> ciflow/inductor/143061 2025-01-24T00:47:47.4523931Z * [new tag] ciflow/inductor/143103 -> ciflow/inductor/143103 2025-01-24T00:47:47.4524382Z * [new tag] ciflow/inductor/143220 -> ciflow/inductor/143220 2025-01-24T00:47:47.4524819Z * [new tag] ciflow/inductor/143275 -> ciflow/inductor/143275 2025-01-24T00:47:47.4525272Z * [new tag] ciflow/inductor/143286 -> ciflow/inductor/143286 2025-01-24T00:47:47.4525712Z * [new tag] ciflow/inductor/143296 -> ciflow/inductor/143296 2025-01-24T00:47:47.4526148Z * [new tag] ciflow/inductor/143313 -> ciflow/inductor/143313 2025-01-24T00:47:47.4526589Z * [new tag] ciflow/inductor/143378 -> ciflow/inductor/143378 2025-01-24T00:47:47.4527035Z * [new tag] ciflow/inductor/143387 -> ciflow/inductor/143387 2025-01-24T00:47:47.4527469Z * [new tag] ciflow/inductor/143405 -> ciflow/inductor/143405 2025-01-24T00:47:47.4527923Z * [new tag] ciflow/inductor/143408 -> ciflow/inductor/143408 2025-01-24T00:47:47.4528466Z * [new tag] ciflow/inductor/143411 -> ciflow/inductor/143411 2025-01-24T00:47:47.4528913Z * [new tag] ciflow/inductor/143417 -> ciflow/inductor/143417 2025-01-24T00:47:47.4529356Z * [new tag] ciflow/inductor/143456 -> ciflow/inductor/143456 2025-01-24T00:47:47.4529799Z * [new tag] ciflow/inductor/143457 -> ciflow/inductor/143457 2025-01-24T00:47:47.4530245Z * [new tag] ciflow/inductor/143464 -> ciflow/inductor/143464 2025-01-24T00:47:47.4530685Z * [new tag] ciflow/inductor/143475 -> ciflow/inductor/143475 2025-01-24T00:47:47.4531137Z * [new tag] ciflow/inductor/143525 -> ciflow/inductor/143525 2025-01-24T00:47:47.4531586Z * [new tag] ciflow/inductor/143527 -> ciflow/inductor/143527 2025-01-24T00:47:47.4532021Z * [new tag] ciflow/inductor/143533 -> ciflow/inductor/143533 2025-01-24T00:47:47.4532473Z * [new tag] ciflow/inductor/143534 -> ciflow/inductor/143534 2025-01-24T00:47:47.4532923Z * [new tag] ciflow/inductor/143544 -> ciflow/inductor/143544 2025-01-24T00:47:47.4533361Z * [new tag] ciflow/inductor/143559 -> ciflow/inductor/143559 2025-01-24T00:47:47.4533804Z * [new tag] ciflow/inductor/143622 -> ciflow/inductor/143622 2025-01-24T00:47:47.4534251Z * [new tag] ciflow/inductor/143631 -> ciflow/inductor/143631 2025-01-24T00:47:47.4534692Z * [new tag] ciflow/inductor/143638 -> ciflow/inductor/143638 2025-01-24T00:47:47.4535124Z * [new tag] ciflow/inductor/143671 -> ciflow/inductor/143671 2025-01-24T00:47:47.4535568Z * [new tag] ciflow/inductor/143683 -> ciflow/inductor/143683 2025-01-24T00:47:47.4536013Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-01-24T00:47:47.4536601Z * [new tag] ciflow/inductor/143808 -> ciflow/inductor/143808 2025-01-24T00:47:47.4537052Z * [new tag] ciflow/inductor/143812 -> ciflow/inductor/143812 2025-01-24T00:47:47.4828230Z * [new tag] ciflow/inductor/143833 -> ciflow/inductor/143833 2025-01-24T00:47:47.4828799Z * [new tag] ciflow/inductor/143872 -> ciflow/inductor/143872 2025-01-24T00:47:47.4829267Z * [new tag] ciflow/inductor/143877 -> ciflow/inductor/143877 2025-01-24T00:47:47.4829751Z * [new tag] ciflow/inductor/143880 -> ciflow/inductor/143880 2025-01-24T00:47:47.4830201Z * [new tag] ciflow/inductor/143961 -> ciflow/inductor/143961 2025-01-24T00:47:47.4830640Z * [new tag] ciflow/inductor/143987 -> ciflow/inductor/143987 2025-01-24T00:47:47.4831087Z * [new tag] ciflow/inductor/144002 -> ciflow/inductor/144002 2025-01-24T00:47:47.4831549Z * [new tag] ciflow/inductor/144008 -> ciflow/inductor/144008 2025-01-24T00:47:47.4831990Z * [new tag] ciflow/inductor/144017 -> ciflow/inductor/144017 2025-01-24T00:47:47.4832436Z * [new tag] ciflow/inductor/144020 -> ciflow/inductor/144020 2025-01-24T00:47:47.4832885Z * [new tag] ciflow/inductor/144073 -> ciflow/inductor/144073 2025-01-24T00:47:47.4833560Z * [new tag] ciflow/inductor/144097 -> ciflow/inductor/144097 2025-01-24T00:47:47.4834299Z * [new tag] ciflow/inductor/144108 -> ciflow/inductor/144108 2025-01-24T00:47:47.4834759Z * [new tag] ciflow/inductor/144114 -> ciflow/inductor/144114 2025-01-24T00:47:47.4835205Z * [new tag] ciflow/inductor/144115 -> ciflow/inductor/144115 2025-01-24T00:47:47.4835644Z * [new tag] ciflow/inductor/144120 -> ciflow/inductor/144120 2025-01-24T00:47:47.4836101Z * [new tag] ciflow/inductor/144172 -> ciflow/inductor/144172 2025-01-24T00:47:47.4836553Z * [new tag] ciflow/inductor/144193 -> ciflow/inductor/144193 2025-01-24T00:47:47.4836994Z * [new tag] ciflow/inductor/144234 -> ciflow/inductor/144234 2025-01-24T00:47:47.4837445Z * [new tag] ciflow/inductor/144272 -> ciflow/inductor/144272 2025-01-24T00:47:47.4837895Z * [new tag] ciflow/inductor/144288 -> ciflow/inductor/144288 2025-01-24T00:47:47.4838346Z * [new tag] ciflow/inductor/144293 -> ciflow/inductor/144293 2025-01-24T00:47:47.4838778Z * [new tag] ciflow/inductor/144294 -> ciflow/inductor/144294 2025-01-24T00:47:47.4839491Z * [new tag] ciflow/inductor/144303 -> ciflow/inductor/144303 2025-01-24T00:47:47.4840330Z * [new tag] ciflow/inductor/144332 -> ciflow/inductor/144332 2025-01-24T00:47:47.4841167Z * [new tag] ciflow/inductor/144333 -> ciflow/inductor/144333 2025-01-24T00:47:47.4842001Z * [new tag] ciflow/inductor/144349 -> ciflow/inductor/144349 2025-01-24T00:47:47.4842842Z * [new tag] ciflow/inductor/144353 -> ciflow/inductor/144353 2025-01-24T00:47:47.4843679Z * [new tag] ciflow/inductor/144365 -> ciflow/inductor/144365 2025-01-24T00:47:47.4844524Z * [new tag] ciflow/inductor/144366 -> ciflow/inductor/144366 2025-01-24T00:47:47.4845340Z * [new tag] ciflow/inductor/144395 -> ciflow/inductor/144395 2025-01-24T00:47:47.4846177Z * [new tag] ciflow/inductor/144405 -> ciflow/inductor/144405 2025-01-24T00:47:47.4847011Z * [new tag] ciflow/inductor/144413 -> ciflow/inductor/144413 2025-01-24T00:47:47.4847851Z * [new tag] ciflow/inductor/144414 -> ciflow/inductor/144414 2025-01-24T00:47:47.4848699Z * [new tag] ciflow/inductor/144420 -> ciflow/inductor/144420 2025-01-24T00:47:47.4849718Z * [new tag] ciflow/inductor/144421 -> ciflow/inductor/144421 2025-01-24T00:47:47.4850758Z * [new tag] ciflow/inductor/144422 -> ciflow/inductor/144422 2025-01-24T00:47:47.4851610Z * [new tag] ciflow/inductor/144423 -> ciflow/inductor/144423 2025-01-24T00:47:47.4852416Z * [new tag] ciflow/inductor/144424 -> ciflow/inductor/144424 2025-01-24T00:47:47.4853256Z * [new tag] ciflow/inductor/144438 -> ciflow/inductor/144438 2025-01-24T00:47:47.4854100Z * [new tag] ciflow/inductor/144452 -> ciflow/inductor/144452 2025-01-24T00:47:47.4854937Z * [new tag] ciflow/inductor/144458 -> ciflow/inductor/144458 2025-01-24T00:47:47.4855768Z * [new tag] ciflow/inductor/144485 -> ciflow/inductor/144485 2025-01-24T00:47:47.4856608Z * [new tag] ciflow/inductor/144492 -> ciflow/inductor/144492 2025-01-24T00:47:47.4857453Z * [new tag] ciflow/inductor/144501 -> ciflow/inductor/144501 2025-01-24T00:47:47.4858291Z * [new tag] ciflow/inductor/144505 -> ciflow/inductor/144505 2025-01-24T00:47:47.4859133Z * [new tag] ciflow/inductor/144507 -> ciflow/inductor/144507 2025-01-24T00:47:47.4859950Z * [new tag] ciflow/inductor/144513 -> ciflow/inductor/144513 2025-01-24T00:47:47.4860782Z * [new tag] ciflow/inductor/144515 -> ciflow/inductor/144515 2025-01-24T00:47:47.5140879Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-01-24T00:47:47.5141401Z * [new tag] ciflow/inductor/144526 -> ciflow/inductor/144526 2025-01-24T00:47:47.5141931Z * [new tag] ciflow/inductor/144527 -> ciflow/inductor/144527 2025-01-24T00:47:47.5142383Z * [new tag] ciflow/inductor/144528 -> ciflow/inductor/144528 2025-01-24T00:47:47.5142877Z * [new tag] ciflow/inductor/144542 -> ciflow/inductor/144542 2025-01-24T00:47:47.5143335Z * [new tag] ciflow/inductor/144546 -> ciflow/inductor/144546 2025-01-24T00:47:47.5143796Z * [new tag] ciflow/inductor/144547 -> ciflow/inductor/144547 2025-01-24T00:47:47.5144391Z * [new tag] ciflow/inductor/144549 -> ciflow/inductor/144549 2025-01-24T00:47:47.5145173Z * [new tag] ciflow/inductor/144550 -> ciflow/inductor/144550 2025-01-24T00:47:47.5145684Z * [new tag] ciflow/inductor/144551 -> ciflow/inductor/144551 2025-01-24T00:47:47.5146125Z * [new tag] ciflow/inductor/144553 -> ciflow/inductor/144553 2025-01-24T00:47:47.5146581Z * [new tag] ciflow/inductor/144555 -> ciflow/inductor/144555 2025-01-24T00:47:47.5147023Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-01-24T00:47:47.5147475Z * [new tag] ciflow/inductor/144569 -> ciflow/inductor/144569 2025-01-24T00:47:47.5147929Z * [new tag] ciflow/inductor/144579 -> ciflow/inductor/144579 2025-01-24T00:47:47.5148381Z * [new tag] ciflow/inductor/144598 -> ciflow/inductor/144598 2025-01-24T00:47:47.5148815Z * [new tag] ciflow/inductor/144640 -> ciflow/inductor/144640 2025-01-24T00:47:47.5149263Z * [new tag] ciflow/inductor/144642 -> ciflow/inductor/144642 2025-01-24T00:47:47.5149706Z * [new tag] ciflow/inductor/144646 -> ciflow/inductor/144646 2025-01-24T00:47:47.5150315Z * [new tag] ciflow/inductor/144695 -> ciflow/inductor/144695 2025-01-24T00:47:47.5151078Z * [new tag] ciflow/inductor/144700 -> ciflow/inductor/144700 2025-01-24T00:47:47.5151565Z * [new tag] ciflow/inductor/144707 -> ciflow/inductor/144707 2025-01-24T00:47:47.5152215Z * [new tag] ciflow/inductor/144712 -> ciflow/inductor/144712 2025-01-24T00:47:47.5152662Z * [new tag] ciflow/inductor/144721 -> ciflow/inductor/144721 2025-01-24T00:47:47.5153225Z * [new tag] ciflow/inductor/144724 -> ciflow/inductor/144724 2025-01-24T00:47:47.5153677Z * [new tag] ciflow/inductor/144733 -> ciflow/inductor/144733 2025-01-24T00:47:47.5154114Z * [new tag] ciflow/inductor/144741 -> ciflow/inductor/144741 2025-01-24T00:47:47.5154563Z * [new tag] ciflow/inductor/144765 -> ciflow/inductor/144765 2025-01-24T00:47:47.5155017Z * [new tag] ciflow/inductor/144771 -> ciflow/inductor/144771 2025-01-24T00:47:47.5155471Z * [new tag] ciflow/inductor/144773 -> ciflow/inductor/144773 2025-01-24T00:47:47.5155941Z * [new tag] ciflow/inductor/144829 -> ciflow/inductor/144829 2025-01-24T00:47:47.5156750Z * [new tag] ciflow/inductor/144865 -> ciflow/inductor/144865 2025-01-24T00:47:47.5157325Z * [new tag] ciflow/inductor/144880 -> ciflow/inductor/144880 2025-01-24T00:47:47.5157768Z * [new tag] ciflow/inductor/144894 -> ciflow/inductor/144894 2025-01-24T00:47:47.5158215Z * [new tag] ciflow/inductor/144905 -> ciflow/inductor/144905 2025-01-24T00:47:47.5158656Z * [new tag] ciflow/inductor/144910 -> ciflow/inductor/144910 2025-01-24T00:47:47.5159094Z * [new tag] ciflow/inductor/144925 -> ciflow/inductor/144925 2025-01-24T00:47:47.5159546Z * [new tag] ciflow/inductor/144940 -> ciflow/inductor/144940 2025-01-24T00:47:47.5159991Z * [new tag] ciflow/inductor/144943 -> ciflow/inductor/144943 2025-01-24T00:47:47.5160440Z * [new tag] ciflow/inductor/144953 -> ciflow/inductor/144953 2025-01-24T00:47:47.5160882Z * [new tag] ciflow/inductor/144974 -> ciflow/inductor/144974 2025-01-24T00:47:47.5161327Z * [new tag] ciflow/inductor/144975 -> ciflow/inductor/144975 2025-01-24T00:47:47.5161831Z * [new tag] ciflow/inductor/144979 -> ciflow/inductor/144979 2025-01-24T00:47:47.5162631Z * [new tag] ciflow/inductor/144980 -> ciflow/inductor/144980 2025-01-24T00:47:47.5163191Z * [new tag] ciflow/inductor/144985 -> ciflow/inductor/144985 2025-01-24T00:47:47.5163682Z * [new tag] ciflow/inductor/144986 -> ciflow/inductor/144986 2025-01-24T00:47:47.5164118Z * [new tag] ciflow/inductor/144999 -> ciflow/inductor/144999 2025-01-24T00:47:47.5164567Z * [new tag] ciflow/inductor/145024 -> ciflow/inductor/145024 2025-01-24T00:47:47.5165012Z * [new tag] ciflow/inductor/145047 -> ciflow/inductor/145047 2025-01-24T00:47:47.5165458Z * [new tag] ciflow/inductor/145059 -> ciflow/inductor/145059 2025-01-24T00:47:47.5464050Z * [new tag] ciflow/inductor/145061 -> ciflow/inductor/145061 2025-01-24T00:47:47.5464595Z * [new tag] ciflow/inductor/145082 -> ciflow/inductor/145082 2025-01-24T00:47:47.5465055Z * [new tag] ciflow/inductor/145083 -> ciflow/inductor/145083 2025-01-24T00:47:47.5465498Z * [new tag] ciflow/inductor/145095 -> ciflow/inductor/145095 2025-01-24T00:47:47.5465971Z * [new tag] ciflow/inductor/145103 -> ciflow/inductor/145103 2025-01-24T00:47:47.5466420Z * [new tag] ciflow/inductor/145104 -> ciflow/inductor/145104 2025-01-24T00:47:47.5466873Z * [new tag] ciflow/inductor/145117 -> ciflow/inductor/145117 2025-01-24T00:47:47.5467313Z * [new tag] ciflow/inductor/145119 -> ciflow/inductor/145119 2025-01-24T00:47:47.5467968Z * [new tag] ciflow/inductor/145120 -> ciflow/inductor/145120 2025-01-24T00:47:47.5468421Z * [new tag] ciflow/inductor/145122 -> ciflow/inductor/145122 2025-01-24T00:47:47.5468992Z * [new tag] ciflow/inductor/145128 -> ciflow/inductor/145128 2025-01-24T00:47:47.5469448Z * [new tag] ciflow/inductor/145130 -> ciflow/inductor/145130 2025-01-24T00:47:47.5469900Z * [new tag] ciflow/inductor/145132 -> ciflow/inductor/145132 2025-01-24T00:47:47.5470340Z * [new tag] ciflow/inductor/145148 -> ciflow/inductor/145148 2025-01-24T00:47:47.5470789Z * [new tag] ciflow/inductor/145150 -> ciflow/inductor/145150 2025-01-24T00:47:47.5471251Z * [new tag] ciflow/inductor/145153 -> ciflow/inductor/145153 2025-01-24T00:47:47.5471704Z * [new tag] ciflow/inductor/145156 -> ciflow/inductor/145156 2025-01-24T00:47:47.5472147Z * [new tag] ciflow/inductor/145194 -> ciflow/inductor/145194 2025-01-24T00:47:47.5472592Z * [new tag] ciflow/inductor/145196 -> ciflow/inductor/145196 2025-01-24T00:47:47.5473039Z * [new tag] ciflow/inductor/145204 -> ciflow/inductor/145204 2025-01-24T00:47:47.5473478Z * [new tag] ciflow/inductor/145223 -> ciflow/inductor/145223 2025-01-24T00:47:47.5473927Z * [new tag] ciflow/inductor/145245 -> ciflow/inductor/145245 2025-01-24T00:47:47.5474375Z * [new tag] ciflow/inductor/145248 -> ciflow/inductor/145248 2025-01-24T00:47:47.5474818Z * [new tag] ciflow/inductor/145250 -> ciflow/inductor/145250 2025-01-24T00:47:47.5475261Z * [new tag] ciflow/inductor/145254 -> ciflow/inductor/145254 2025-01-24T00:47:47.5475707Z * [new tag] ciflow/inductor/145303 -> ciflow/inductor/145303 2025-01-24T00:47:47.5476149Z * [new tag] ciflow/inductor/145307 -> ciflow/inductor/145307 2025-01-24T00:47:47.5476602Z * [new tag] ciflow/inductor/145311 -> ciflow/inductor/145311 2025-01-24T00:47:47.5477067Z * [new tag] ciflow/inductor/145318 -> ciflow/inductor/145318 2025-01-24T00:47:47.5477516Z * [new tag] ciflow/inductor/145321 -> ciflow/inductor/145321 2025-01-24T00:47:47.5477954Z * [new tag] ciflow/inductor/145323 -> ciflow/inductor/145323 2025-01-24T00:47:47.5478397Z * [new tag] ciflow/inductor/145331 -> ciflow/inductor/145331 2025-01-24T00:47:47.5478847Z * [new tag] ciflow/inductor/145353 -> ciflow/inductor/145353 2025-01-24T00:47:47.5479290Z * [new tag] ciflow/inductor/145354 -> ciflow/inductor/145354 2025-01-24T00:47:47.5479739Z * [new tag] ciflow/inductor/145373 -> ciflow/inductor/145373 2025-01-24T00:47:47.5480190Z * [new tag] ciflow/inductor/145375 -> ciflow/inductor/145375 2025-01-24T00:47:47.5480628Z * [new tag] ciflow/inductor/145381 -> ciflow/inductor/145381 2025-01-24T00:47:47.5481083Z * [new tag] ciflow/inductor/145400 -> ciflow/inductor/145400 2025-01-24T00:47:47.5481529Z * [new tag] ciflow/inductor/145403 -> ciflow/inductor/145403 2025-01-24T00:47:47.5481971Z * [new tag] ciflow/inductor/145407 -> ciflow/inductor/145407 2025-01-24T00:47:47.5482413Z * [new tag] ciflow/inductor/145415 -> ciflow/inductor/145415 2025-01-24T00:47:47.5482868Z * [new tag] ciflow/inductor/145421 -> ciflow/inductor/145421 2025-01-24T00:47:47.5483315Z * [new tag] ciflow/inductor/145422 -> ciflow/inductor/145422 2025-01-24T00:47:47.5483751Z * [new tag] ciflow/inductor/145426 -> ciflow/inductor/145426 2025-01-24T00:47:47.5484324Z * [new tag] ciflow/inductor/145427 -> ciflow/inductor/145427 2025-01-24T00:47:47.5484807Z * [new tag] ciflow/inductor/145429 -> ciflow/inductor/145429 2025-01-24T00:47:47.5485350Z * [new tag] ciflow/inductor/145431 -> ciflow/inductor/145431 2025-01-24T00:47:47.5485811Z * [new tag] ciflow/inductor/145435 -> ciflow/inductor/145435 2025-01-24T00:47:47.5486268Z * [new tag] ciflow/inductor/145448 -> ciflow/inductor/145448 2025-01-24T00:47:47.5809229Z * [new tag] ciflow/inductor/145455 -> ciflow/inductor/145455 2025-01-24T00:47:47.5809759Z * [new tag] ciflow/inductor/145459 -> ciflow/inductor/145459 2025-01-24T00:47:47.5810213Z * [new tag] ciflow/inductor/145475 -> ciflow/inductor/145475 2025-01-24T00:47:47.5810703Z * [new tag] ciflow/inductor/145479 -> ciflow/inductor/145479 2025-01-24T00:47:47.5811212Z * [new tag] ciflow/inductor/145490 -> ciflow/inductor/145490 2025-01-24T00:47:47.5811707Z * [new tag] ciflow/inductor/145506 -> ciflow/inductor/145506 2025-01-24T00:47:47.5812170Z * [new tag] ciflow/inductor/145509 -> ciflow/inductor/145509 2025-01-24T00:47:47.5812617Z * [new tag] ciflow/inductor/145513 -> ciflow/inductor/145513 2025-01-24T00:47:47.5813100Z * [new tag] ciflow/inductor/145515 -> ciflow/inductor/145515 2025-01-24T00:47:47.5813610Z * [new tag] ciflow/inductor/145518 -> ciflow/inductor/145518 2025-01-24T00:47:47.5814059Z * [new tag] ciflow/inductor/145519 -> ciflow/inductor/145519 2025-01-24T00:47:47.5814494Z * [new tag] ciflow/inductor/145523 -> ciflow/inductor/145523 2025-01-24T00:47:47.5814937Z * [new tag] ciflow/inductor/145527 -> ciflow/inductor/145527 2025-01-24T00:47:47.5815393Z * [new tag] ciflow/inductor/145532 -> ciflow/inductor/145532 2025-01-24T00:47:47.5815829Z * [new tag] ciflow/inductor/145533 -> ciflow/inductor/145533 2025-01-24T00:47:47.5816282Z * [new tag] ciflow/inductor/145537 -> ciflow/inductor/145537 2025-01-24T00:47:47.5816747Z * [new tag] ciflow/inductor/145538 -> ciflow/inductor/145538 2025-01-24T00:47:47.5817189Z * [new tag] ciflow/inductor/145539 -> ciflow/inductor/145539 2025-01-24T00:47:47.5817622Z * [new tag] ciflow/inductor/145540 -> ciflow/inductor/145540 2025-01-24T00:47:47.5818068Z * [new tag] ciflow/inductor/145542 -> ciflow/inductor/145542 2025-01-24T00:47:47.5818511Z * [new tag] ciflow/inductor/145545 -> ciflow/inductor/145545 2025-01-24T00:47:47.5818947Z * [new tag] ciflow/inductor/145546 -> ciflow/inductor/145546 2025-01-24T00:47:47.5819401Z * [new tag] ciflow/inductor/145547 -> ciflow/inductor/145547 2025-01-24T00:47:47.5819851Z * [new tag] ciflow/inductor/145548 -> ciflow/inductor/145548 2025-01-24T00:47:47.5820308Z * [new tag] ciflow/inductor/145549 -> ciflow/inductor/145549 2025-01-24T00:47:47.5820751Z * [new tag] ciflow/inductor/145551 -> ciflow/inductor/145551 2025-01-24T00:47:47.5821201Z * [new tag] ciflow/inductor/145552 -> ciflow/inductor/145552 2025-01-24T00:47:47.5821649Z * [new tag] ciflow/inductor/145553 -> ciflow/inductor/145553 2025-01-24T00:47:47.5822174Z * [new tag] ciflow/inductor/145554 -> ciflow/inductor/145554 2025-01-24T00:47:47.5822622Z * [new tag] ciflow/inductor/145558 -> ciflow/inductor/145558 2025-01-24T00:47:47.5823072Z * [new tag] ciflow/inductor/145559 -> ciflow/inductor/145559 2025-01-24T00:47:47.5823509Z * [new tag] ciflow/inductor/145562 -> ciflow/inductor/145562 2025-01-24T00:47:47.5824162Z * [new tag] ciflow/inductor/145565 -> ciflow/inductor/145565 2025-01-24T00:47:47.5824749Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-01-24T00:47:47.5825217Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-01-24T00:47:47.5825674Z * [new tag] ciflow/inductor/88106 -> ciflow/inductor/88106 2025-01-24T00:47:47.5826123Z * [new tag] ciflow/inductor/88196 -> ciflow/inductor/88196 2025-01-24T00:47:47.5826565Z * [new tag] ciflow/inductor/88998 -> ciflow/inductor/88998 2025-01-24T00:47:47.5827010Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-01-24T00:47:47.5827500Z * [new tag] ciflow/linux-aarch64/125888 -> ciflow/linux-aarch64/125888 2025-01-24T00:47:47.5827996Z * [new tag] ciflow/linux-aarch64/126050 -> ciflow/linux-aarch64/126050 2025-01-24T00:47:47.5828488Z * [new tag] ciflow/linux-aarch64/126054 -> ciflow/linux-aarch64/126054 2025-01-24T00:47:47.5828980Z * [new tag] ciflow/linux-aarch64/133297 -> ciflow/linux-aarch64/133297 2025-01-24T00:47:47.5829468Z * [new tag] ciflow/linux-aarch64/133315 -> ciflow/linux-aarch64/133315 2025-01-24T00:47:47.5829965Z * [new tag] ciflow/linux-aarch64/133392 -> ciflow/linux-aarch64/133392 2025-01-24T00:47:47.5830457Z * [new tag] ciflow/linux-aarch64/133419 -> ciflow/linux-aarch64/133419 2025-01-24T00:47:47.5830952Z * [new tag] ciflow/linux-aarch64/133423 -> ciflow/linux-aarch64/133423 2025-01-24T00:47:47.5831445Z * [new tag] ciflow/linux-aarch64/133667 -> ciflow/linux-aarch64/133667 2025-01-24T00:47:47.5831930Z * [new tag] ciflow/linux-aarch64/133753 -> ciflow/linux-aarch64/133753 2025-01-24T00:47:47.6133482Z * [new tag] ciflow/linux-aarch64/135058 -> ciflow/linux-aarch64/135058 2025-01-24T00:47:47.6134047Z * [new tag] ciflow/linux-aarch64/135333 -> ciflow/linux-aarch64/135333 2025-01-24T00:47:47.6134577Z * [new tag] ciflow/linux-aarch64/135792 -> ciflow/linux-aarch64/135792 2025-01-24T00:47:47.6135067Z * [new tag] ciflow/linux-aarch64/136355 -> ciflow/linux-aarch64/136355 2025-01-24T00:47:47.6135559Z * [new tag] ciflow/linux-aarch64/137562 -> ciflow/linux-aarch64/137562 2025-01-24T00:47:47.6136418Z * [new tag] ciflow/linux-aarch64/137568 -> ciflow/linux-aarch64/137568 2025-01-24T00:47:47.6137067Z * [new tag] ciflow/linux-aarch64/137995 -> ciflow/linux-aarch64/137995 2025-01-24T00:47:47.6137553Z * [new tag] ciflow/linux-aarch64/138388 -> ciflow/linux-aarch64/138388 2025-01-24T00:47:47.6138054Z * [new tag] ciflow/linux-aarch64/138889 -> ciflow/linux-aarch64/138889 2025-01-24T00:47:47.6138546Z * [new tag] ciflow/linux-aarch64/139243 -> ciflow/linux-aarch64/139243 2025-01-24T00:47:47.6139059Z * [new tag] ciflow/linux-aarch64/139973 -> ciflow/linux-aarch64/139973 2025-01-24T00:47:47.6139558Z * [new tag] ciflow/linux-aarch64/140159 -> ciflow/linux-aarch64/140159 2025-01-24T00:47:47.6140051Z * [new tag] ciflow/linux-aarch64/140362 -> ciflow/linux-aarch64/140362 2025-01-24T00:47:47.6140532Z * [new tag] ciflow/linux-aarch64/142501 -> ciflow/linux-aarch64/142501 2025-01-24T00:47:47.6141017Z * [new tag] ciflow/linux-aarch64/142760 -> ciflow/linux-aarch64/142760 2025-01-24T00:47:47.6141545Z * [new tag] ciflow/linux-aarch64/143741 -> ciflow/linux-aarch64/143741 2025-01-24T00:47:47.6142385Z * [new tag] ciflow/mps/102148 -> ciflow/mps/102148 2025-01-24T00:47:47.6142935Z * [new tag] ciflow/mps/119496 -> ciflow/mps/119496 2025-01-24T00:47:47.6143573Z * [new tag] ciflow/mps/120076 -> ciflow/mps/120076 2025-01-24T00:47:47.6143996Z * [new tag] ciflow/mps/133423 -> ciflow/mps/133423 2025-01-24T00:47:47.6144525Z * [new tag] ciflow/mps/133667 -> ciflow/mps/133667 2025-01-24T00:47:47.6144950Z * [new tag] ciflow/mps/137562 -> ciflow/mps/137562 2025-01-24T00:47:47.6145368Z * [new tag] ciflow/mps/138640 -> ciflow/mps/138640 2025-01-24T00:47:47.6145764Z * [new tag] ciflow/mps/139469 -> ciflow/mps/139469 2025-01-24T00:47:47.6146171Z * [new tag] ciflow/mps/140159 -> ciflow/mps/140159 2025-01-24T00:47:47.6146569Z * [new tag] ciflow/mps/140211 -> ciflow/mps/140211 2025-01-24T00:47:47.6146963Z * [new tag] ciflow/mps/140371 -> ciflow/mps/140371 2025-01-24T00:47:47.6147404Z * [new tag] ciflow/mps/140725 -> ciflow/mps/140725 2025-01-24T00:47:47.6148106Z * [new tag] ciflow/mps/140869 -> ciflow/mps/140869 2025-01-24T00:47:47.6148717Z * [new tag] ciflow/mps/141795 -> ciflow/mps/141795 2025-01-24T00:47:47.6149118Z * [new tag] ciflow/mps/142202 -> ciflow/mps/142202 2025-01-24T00:47:47.6149516Z * [new tag] ciflow/mps/142477 -> ciflow/mps/142477 2025-01-24T00:47:47.6149919Z * [new tag] ciflow/mps/143630 -> ciflow/mps/143630 2025-01-24T00:47:47.6150312Z * [new tag] ciflow/mps/143656 -> ciflow/mps/143656 2025-01-24T00:47:47.6150724Z * [new tag] ciflow/mps/143911 -> ciflow/mps/143911 2025-01-24T00:47:47.6151125Z * [new tag] ciflow/mps/143966 -> ciflow/mps/143966 2025-01-24T00:47:47.6151523Z * [new tag] ciflow/mps/144193 -> ciflow/mps/144193 2025-01-24T00:47:47.6151942Z * [new tag] ciflow/mps/144405 -> ciflow/mps/144405 2025-01-24T00:47:47.6152347Z * [new tag] ciflow/mps/144664 -> ciflow/mps/144664 2025-01-24T00:47:47.6152745Z * [new tag] ciflow/mps/145512 -> ciflow/mps/145512 2025-01-24T00:47:47.6153152Z * [new tag] ciflow/mps/145526 -> ciflow/mps/145526 2025-01-24T00:47:47.6153847Z * [new tag] ciflow/mps/145533 -> ciflow/mps/145533 2025-01-24T00:47:47.6154467Z * [new tag] ciflow/mps/145568 -> ciflow/mps/145568 2025-01-24T00:47:47.6154920Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-01-24T00:47:47.6155400Z * [new tag] ciflow/periodic/123020 -> ciflow/periodic/123020 2025-01-24T00:47:47.6155858Z * [new tag] ciflow/periodic/131296 -> ciflow/periodic/131296 2025-01-24T00:47:47.6156307Z * [new tag] ciflow/periodic/131493 -> ciflow/periodic/131493 2025-01-24T00:47:47.6156756Z * [new tag] ciflow/periodic/132742 -> ciflow/periodic/132742 2025-01-24T00:47:47.6157209Z * [new tag] ciflow/periodic/132755 -> ciflow/periodic/132755 2025-01-24T00:47:47.6157649Z * [new tag] ciflow/periodic/134817 -> ciflow/periodic/134817 2025-01-24T00:47:47.6465851Z * [new tag] ciflow/periodic/138503 -> ciflow/periodic/138503 2025-01-24T00:47:47.6466365Z * [new tag] ciflow/periodic/138573 -> ciflow/periodic/138573 2025-01-24T00:47:47.6466821Z * [new tag] ciflow/periodic/139225 -> ciflow/periodic/139225 2025-01-24T00:47:47.6467294Z * [new tag] ciflow/periodic/139576 -> ciflow/periodic/139576 2025-01-24T00:47:47.6467749Z * [new tag] ciflow/periodic/140293 -> ciflow/periodic/140293 2025-01-24T00:47:47.6468442Z * [new tag] ciflow/periodic/140989 -> ciflow/periodic/140989 2025-01-24T00:47:47.6468885Z * [new tag] ciflow/periodic/141168 -> ciflow/periodic/141168 2025-01-24T00:47:47.6469459Z * [new tag] ciflow/periodic/141309 -> ciflow/periodic/141309 2025-01-24T00:47:47.6469948Z * [new tag] ciflow/periodic/141355 -> ciflow/periodic/141355 2025-01-24T00:47:47.6470511Z * [new tag] ciflow/periodic/141588 -> ciflow/periodic/141588 2025-01-24T00:47:47.6470992Z * [new tag] ciflow/periodic/141730 -> ciflow/periodic/141730 2025-01-24T00:47:47.6471490Z * [new tag] ciflow/periodic/142179 -> ciflow/periodic/142179 2025-01-24T00:47:47.6490680Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-01-24T00:47:47.6491169Z * [new tag] ciflow/periodic/144953 -> ciflow/periodic/144953 2025-01-24T00:47:47.6491662Z * [new tag] ciflow/periodic/145130 -> ciflow/periodic/145130 2025-01-24T00:47:47.6492123Z * [new tag] ciflow/periodic/145416 -> ciflow/periodic/145416 2025-01-24T00:47:47.6492581Z * [new tag] ciflow/periodic/145504 -> ciflow/periodic/145504 2025-01-24T00:47:47.6493056Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-01-24T00:47:47.6493527Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-01-24T00:47:47.6493979Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-01-24T00:47:47.6494435Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-01-24T00:47:47.6494928Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-01-24T00:47:47.6495466Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-01-24T00:47:47.6496009Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-01-24T00:47:47.6496550Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-01-24T00:47:47.6497086Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-01-24T00:47:47.6497616Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-01-24T00:47:47.6498145Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-01-24T00:47:47.6498618Z * [new tag] ciflow/rocm/121885 -> ciflow/rocm/121885 2025-01-24T00:47:47.6499031Z * [new tag] ciflow/rocm/124424 -> ciflow/rocm/124424 2025-01-24T00:47:47.6499454Z * [new tag] ciflow/rocm/129409 -> ciflow/rocm/129409 2025-01-24T00:47:47.6499873Z * [new tag] ciflow/rocm/134817 -> ciflow/rocm/134817 2025-01-24T00:47:47.6500293Z * [new tag] ciflow/rocm/137136 -> ciflow/rocm/137136 2025-01-24T00:47:47.6500701Z * [new tag] ciflow/rocm/138964 -> ciflow/rocm/138964 2025-01-24T00:47:47.6501120Z * [new tag] ciflow/rocm/139469 -> ciflow/rocm/139469 2025-01-24T00:47:47.6501528Z * [new tag] ciflow/rocm/139975 -> ciflow/rocm/139975 2025-01-24T00:47:47.6502020Z * [new tag] ciflow/rocm/140261 -> ciflow/rocm/140261 2025-01-24T00:47:47.6502442Z * [new tag] ciflow/rocm/140293 -> ciflow/rocm/140293 2025-01-24T00:47:47.6502855Z * [new tag] ciflow/rocm/140989 -> ciflow/rocm/140989 2025-01-24T00:47:47.6503261Z * [new tag] ciflow/rocm/141309 -> ciflow/rocm/141309 2025-01-24T00:47:47.6503673Z * [new tag] ciflow/rocm/141355 -> ciflow/rocm/141355 2025-01-24T00:47:47.6504288Z * [new tag] ciflow/rocm/142408 -> ciflow/rocm/142408 2025-01-24T00:47:47.6504690Z * [new tag] ciflow/rocm/143286 -> ciflow/rocm/143286 2025-01-24T00:47:47.6505224Z * [new tag] ciflow/rocm/143416 -> ciflow/rocm/143416 2025-01-24T00:47:47.6505645Z * [new tag] ciflow/rocm/143971 -> ciflow/rocm/143971 2025-01-24T00:47:47.6506184Z * [new tag] ciflow/rocm/144120 -> ciflow/rocm/144120 2025-01-24T00:47:47.6506959Z * [new tag] ciflow/rocm/144441 -> ciflow/rocm/144441 2025-01-24T00:47:47.6507514Z * [new tag] ciflow/rocm/144476 -> ciflow/rocm/144476 2025-01-24T00:47:47.6507932Z * [new tag] ciflow/rocm/144572 -> ciflow/rocm/144572 2025-01-24T00:47:47.6508341Z * [new tag] ciflow/rocm/144664 -> ciflow/rocm/144664 2025-01-24T00:47:47.6792706Z * [new tag] ciflow/rocm/144865 -> ciflow/rocm/144865 2025-01-24T00:47:47.6793203Z * [new tag] ciflow/rocm/144942 -> ciflow/rocm/144942 2025-01-24T00:47:47.6793625Z * [new tag] ciflow/rocm/144985 -> ciflow/rocm/144985 2025-01-24T00:47:47.6794050Z * [new tag] ciflow/rocm/145083 -> ciflow/rocm/145083 2025-01-24T00:47:47.6794525Z * [new tag] ciflow/rocm/145130 -> ciflow/rocm/145130 2025-01-24T00:47:47.6794980Z * [new tag] ciflow/rocm/145227 -> ciflow/rocm/145227 2025-01-24T00:47:47.6795380Z * [new tag] ciflow/rocm/145294 -> ciflow/rocm/145294 2025-01-24T00:47:47.6795792Z * [new tag] ciflow/rocm/145416 -> ciflow/rocm/145416 2025-01-24T00:47:47.6796207Z * [new tag] ciflow/rocm/145475 -> ciflow/rocm/145475 2025-01-24T00:47:47.6796608Z * [new tag] ciflow/rocm/145490 -> ciflow/rocm/145490 2025-01-24T00:47:47.6797023Z * [new tag] ciflow/rocm/145504 -> ciflow/rocm/145504 2025-01-24T00:47:47.6797437Z * [new tag] ciflow/rocm/145518 -> ciflow/rocm/145518 2025-01-24T00:47:47.6797852Z * [new tag] ciflow/s390/137995 -> ciflow/s390/137995 2025-01-24T00:47:47.6798251Z * [new tag] ciflow/s390/142346 -> ciflow/s390/142346 2025-01-24T00:47:47.6798661Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-01-24T00:47:47.6799079Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-01-24T00:47:47.6799495Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-01-24T00:47:47.6800315Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-01-24T00:47:47.6801131Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-01-24T00:47:47.6801559Z * [new tag] ciflow/slow/139975 -> ciflow/slow/139975 2025-01-24T00:47:47.6801978Z * [new tag] ciflow/slow/141588 -> ciflow/slow/141588 2025-01-24T00:47:47.6802406Z * [new tag] ciflow/slow/144865 -> ciflow/slow/144865 2025-01-24T00:47:47.6802833Z * [new tag] ciflow/slow/145206 -> ciflow/slow/145206 2025-01-24T00:47:47.6803250Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-01-24T00:47:47.6803682Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-01-24T00:47:47.6804119Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-01-24T00:47:47.6804542Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-01-24T00:47:47.6804972Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-01-24T00:47:47.6805597Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-01-24T00:47:47.6806071Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-01-24T00:47:47.6806823Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-01-24T00:47:47.6807734Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-01-24T00:47:47.6808476Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-01-24T00:47:47.6808894Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-01-24T00:47:47.6809324Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-01-24T00:47:47.6809747Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-01-24T00:47:47.6810163Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-01-24T00:47:47.6810919Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-01-24T00:47:47.6811709Z * [new tag] ciflow/trunk/108303 -> ciflow/trunk/108303 2025-01-24T00:47:47.6812169Z * [new tag] ciflow/trunk/113257 -> ciflow/trunk/113257 2025-01-24T00:47:47.6812594Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-01-24T00:47:47.6813006Z * [new tag] ciflow/trunk/115749 -> ciflow/trunk/115749 2025-01-24T00:47:47.6813422Z * [new tag] ciflow/trunk/120076 -> ciflow/trunk/120076 2025-01-24T00:47:47.6813830Z * [new tag] ciflow/trunk/121445 -> ciflow/trunk/121445 2025-01-24T00:47:47.6814250Z * [new tag] ciflow/trunk/123020 -> ciflow/trunk/123020 2025-01-24T00:47:47.6814663Z * [new tag] ciflow/trunk/124424 -> ciflow/trunk/124424 2025-01-24T00:47:47.6815074Z * [new tag] ciflow/trunk/124490 -> ciflow/trunk/124490 2025-01-24T00:47:47.6815497Z * [new tag] ciflow/trunk/125469 -> ciflow/trunk/125469 2025-01-24T00:47:47.6815913Z * [new tag] ciflow/trunk/125806 -> ciflow/trunk/125806 2025-01-24T00:47:47.7129000Z * [new tag] ciflow/trunk/125888 -> ciflow/trunk/125888 2025-01-24T00:47:47.7129694Z * [new tag] ciflow/trunk/125995 -> ciflow/trunk/125995 2025-01-24T00:47:47.7130120Z * [new tag] ciflow/trunk/126050 -> ciflow/trunk/126050 2025-01-24T00:47:47.7130544Z * [new tag] ciflow/trunk/126054 -> ciflow/trunk/126054 2025-01-24T00:47:47.7130952Z * [new tag] ciflow/trunk/126635 -> ciflow/trunk/126635 2025-01-24T00:47:47.7131370Z * [new tag] ciflow/trunk/127171 -> ciflow/trunk/127171 2025-01-24T00:47:47.7131818Z * [new tag] ciflow/trunk/127370 -> ciflow/trunk/127370 2025-01-24T00:47:47.7132225Z * [new tag] ciflow/trunk/127919 -> ciflow/trunk/127919 2025-01-24T00:47:47.7132653Z * [new tag] ciflow/trunk/128672 -> ciflow/trunk/128672 2025-01-24T00:47:47.7133078Z * [new tag] ciflow/trunk/129352 -> ciflow/trunk/129352 2025-01-24T00:47:47.7133492Z * [new tag] ciflow/trunk/129409 -> ciflow/trunk/129409 2025-01-24T00:47:47.7133909Z * [new tag] ciflow/trunk/129420 -> ciflow/trunk/129420 2025-01-24T00:47:47.7134493Z * [new tag] ciflow/trunk/130140 -> ciflow/trunk/130140 2025-01-24T00:47:47.7135229Z * [new tag] ciflow/trunk/130141 -> ciflow/trunk/130141 2025-01-24T00:47:47.7135695Z * [new tag] ciflow/trunk/130752 -> ciflow/trunk/130752 2025-01-24T00:47:47.7136318Z * [new tag] ciflow/trunk/131296 -> ciflow/trunk/131296 2025-01-24T00:47:47.7136743Z * [new tag] ciflow/trunk/131354 -> ciflow/trunk/131354 2025-01-24T00:47:47.7137274Z * [new tag] ciflow/trunk/131481 -> ciflow/trunk/131481 2025-01-24T00:47:47.7137708Z * [new tag] ciflow/trunk/131493 -> ciflow/trunk/131493 2025-01-24T00:47:47.7138137Z * [new tag] ciflow/trunk/131507 -> ciflow/trunk/131507 2025-01-24T00:47:47.7138551Z * [new tag] ciflow/trunk/132021 -> ciflow/trunk/132021 2025-01-24T00:47:47.7138970Z * [new tag] ciflow/trunk/132742 -> ciflow/trunk/132742 2025-01-24T00:47:47.7139405Z * [new tag] ciflow/trunk/132755 -> ciflow/trunk/132755 2025-01-24T00:47:47.7139829Z * [new tag] ciflow/trunk/133044 -> ciflow/trunk/133044 2025-01-24T00:47:47.7140425Z * [new tag] ciflow/trunk/133222 -> ciflow/trunk/133222 2025-01-24T00:47:47.7141165Z * [new tag] ciflow/trunk/133289 -> ciflow/trunk/133289 2025-01-24T00:47:47.7141601Z * [new tag] ciflow/trunk/133296 -> ciflow/trunk/133296 2025-01-24T00:47:47.7142089Z * [new tag] ciflow/trunk/133297 -> ciflow/trunk/133297 2025-01-24T00:47:47.7142516Z * [new tag] ciflow/trunk/133315 -> ciflow/trunk/133315 2025-01-24T00:47:47.7142939Z * [new tag] ciflow/trunk/133392 -> ciflow/trunk/133392 2025-01-24T00:47:47.7143353Z * [new tag] ciflow/trunk/133419 -> ciflow/trunk/133419 2025-01-24T00:47:47.7143770Z * [new tag] ciflow/trunk/133423 -> ciflow/trunk/133423 2025-01-24T00:47:47.7144190Z * [new tag] ciflow/trunk/133667 -> ciflow/trunk/133667 2025-01-24T00:47:47.7144606Z * [new tag] ciflow/trunk/133753 -> ciflow/trunk/133753 2025-01-24T00:47:47.7145032Z * [new tag] ciflow/trunk/134219 -> ciflow/trunk/134219 2025-01-24T00:47:47.7145453Z * [new tag] ciflow/trunk/134515 -> ciflow/trunk/134515 2025-01-24T00:47:47.7145882Z * [new tag] ciflow/trunk/134667 -> ciflow/trunk/134667 2025-01-24T00:47:47.7146610Z * [new tag] ciflow/trunk/134969 -> ciflow/trunk/134969 2025-01-24T00:47:47.7147244Z * [new tag] ciflow/trunk/135058 -> ciflow/trunk/135058 2025-01-24T00:47:47.7147665Z * [new tag] ciflow/trunk/135189 -> ciflow/trunk/135189 2025-01-24T00:47:47.7148071Z * [new tag] ciflow/trunk/135337 -> ciflow/trunk/135337 2025-01-24T00:47:47.7148495Z * [new tag] ciflow/trunk/135338 -> ciflow/trunk/135338 2025-01-24T00:47:47.7148916Z * [new tag] ciflow/trunk/135465 -> ciflow/trunk/135465 2025-01-24T00:47:47.7149335Z * [new tag] ciflow/trunk/135631 -> ciflow/trunk/135631 2025-01-24T00:47:47.7149749Z * [new tag] ciflow/trunk/135719 -> ciflow/trunk/135719 2025-01-24T00:47:47.7150167Z * [new tag] ciflow/trunk/136241 -> ciflow/trunk/136241 2025-01-24T00:47:47.7150581Z * [new tag] ciflow/trunk/136824 -> ciflow/trunk/136824 2025-01-24T00:47:47.7150988Z * [new tag] ciflow/trunk/136835 -> ciflow/trunk/136835 2025-01-24T00:47:47.7151402Z * [new tag] ciflow/trunk/136993 -> ciflow/trunk/136993 2025-01-24T00:47:47.7151906Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-01-24T00:47:47.7152671Z * [new tag] ciflow/trunk/137570 -> ciflow/trunk/137570 2025-01-24T00:47:47.7465831Z * [new tag] ciflow/trunk/137580 -> ciflow/trunk/137580 2025-01-24T00:47:47.7466547Z * [new tag] ciflow/trunk/137726 -> ciflow/trunk/137726 2025-01-24T00:47:47.7466960Z * [new tag] ciflow/trunk/137822 -> ciflow/trunk/137822 2025-01-24T00:47:47.7467515Z * [new tag] ciflow/trunk/137921 -> ciflow/trunk/137921 2025-01-24T00:47:47.7467936Z * [new tag] ciflow/trunk/138175 -> ciflow/trunk/138175 2025-01-24T00:47:47.7468357Z * [new tag] ciflow/trunk/138213 -> ciflow/trunk/138213 2025-01-24T00:47:47.7468767Z * [new tag] ciflow/trunk/138618 -> ciflow/trunk/138618 2025-01-24T00:47:47.7469187Z * [new tag] ciflow/trunk/138626 -> ciflow/trunk/138626 2025-01-24T00:47:47.7469607Z * [new tag] ciflow/trunk/138628 -> ciflow/trunk/138628 2025-01-24T00:47:47.7470020Z * [new tag] ciflow/trunk/138672 -> ciflow/trunk/138672 2025-01-24T00:47:47.7470448Z * [new tag] ciflow/trunk/138684 -> ciflow/trunk/138684 2025-01-24T00:47:47.7470879Z * [new tag] ciflow/trunk/138749 -> ciflow/trunk/138749 2025-01-24T00:47:47.7471297Z * [new tag] ciflow/trunk/138871 -> ciflow/trunk/138871 2025-01-24T00:47:47.7471721Z * [new tag] ciflow/trunk/138889 -> ciflow/trunk/138889 2025-01-24T00:47:47.7472123Z * [new tag] ciflow/trunk/138923 -> ciflow/trunk/138923 2025-01-24T00:47:47.7472534Z * [new tag] ciflow/trunk/138938 -> ciflow/trunk/138938 2025-01-24T00:47:47.7472948Z * [new tag] ciflow/trunk/138964 -> ciflow/trunk/138964 2025-01-24T00:47:47.7473350Z * [new tag] ciflow/trunk/138996 -> ciflow/trunk/138996 2025-01-24T00:47:47.7473767Z * [new tag] ciflow/trunk/138998 -> ciflow/trunk/138998 2025-01-24T00:47:47.7474174Z * [new tag] ciflow/trunk/139094 -> ciflow/trunk/139094 2025-01-24T00:47:47.7474586Z * [new tag] ciflow/trunk/139135 -> ciflow/trunk/139135 2025-01-24T00:47:47.7474999Z * [new tag] ciflow/trunk/139171 -> ciflow/trunk/139171 2025-01-24T00:47:47.7475416Z * [new tag] ciflow/trunk/139217 -> ciflow/trunk/139217 2025-01-24T00:47:47.7475829Z * [new tag] ciflow/trunk/139219 -> ciflow/trunk/139219 2025-01-24T00:47:47.7476254Z * [new tag] ciflow/trunk/139225 -> ciflow/trunk/139225 2025-01-24T00:47:47.7476663Z * [new tag] ciflow/trunk/139308 -> ciflow/trunk/139308 2025-01-24T00:47:47.7477080Z * [new tag] ciflow/trunk/139338 -> ciflow/trunk/139338 2025-01-24T00:47:47.7477484Z * [new tag] ciflow/trunk/139380 -> ciflow/trunk/139380 2025-01-24T00:47:47.7477894Z * [new tag] ciflow/trunk/139426 -> ciflow/trunk/139426 2025-01-24T00:47:47.7478316Z * [new tag] ciflow/trunk/139535 -> ciflow/trunk/139535 2025-01-24T00:47:47.7478728Z * [new tag] ciflow/trunk/139576 -> ciflow/trunk/139576 2025-01-24T00:47:47.7479140Z * [new tag] ciflow/trunk/139750 -> ciflow/trunk/139750 2025-01-24T00:47:47.7479551Z * [new tag] ciflow/trunk/139796 -> ciflow/trunk/139796 2025-01-24T00:47:47.7479964Z * [new tag] ciflow/trunk/139820 -> ciflow/trunk/139820 2025-01-24T00:47:47.7480367Z * [new tag] ciflow/trunk/139864 -> ciflow/trunk/139864 2025-01-24T00:47:47.7480783Z * [new tag] ciflow/trunk/139919 -> ciflow/trunk/139919 2025-01-24T00:47:47.7481194Z * [new tag] ciflow/trunk/139932 -> ciflow/trunk/139932 2025-01-24T00:47:47.7481607Z * [new tag] ciflow/trunk/139966 -> ciflow/trunk/139966 2025-01-24T00:47:47.7482024Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-01-24T00:47:47.7482560Z * [new tag] ciflow/trunk/139975 -> ciflow/trunk/139975 2025-01-24T00:47:47.7483059Z * [new tag] ciflow/trunk/139976 -> ciflow/trunk/139976 2025-01-24T00:47:47.7483478Z * [new tag] ciflow/trunk/139985 -> ciflow/trunk/139985 2025-01-24T00:47:47.7483908Z * [new tag] ciflow/trunk/140061 -> ciflow/trunk/140061 2025-01-24T00:47:47.7484328Z * [new tag] ciflow/trunk/140084 -> ciflow/trunk/140084 2025-01-24T00:47:47.7484742Z * [new tag] ciflow/trunk/140159 -> ciflow/trunk/140159 2025-01-24T00:47:47.7485165Z * [new tag] ciflow/trunk/140200 -> ciflow/trunk/140200 2025-01-24T00:47:47.7485578Z * [new tag] ciflow/trunk/140211 -> ciflow/trunk/140211 2025-01-24T00:47:47.7485985Z * [new tag] ciflow/trunk/140256 -> ciflow/trunk/140256 2025-01-24T00:47:47.7486412Z * [new tag] ciflow/trunk/140298 -> ciflow/trunk/140298 2025-01-24T00:47:47.7486828Z * [new tag] ciflow/trunk/140323 -> ciflow/trunk/140323 2025-01-24T00:47:47.7487246Z * [new tag] ciflow/trunk/140362 -> ciflow/trunk/140362 2025-01-24T00:47:47.7807933Z * [new tag] ciflow/trunk/140365 -> ciflow/trunk/140365 2025-01-24T00:47:47.7808410Z * [new tag] ciflow/trunk/140399 -> ciflow/trunk/140399 2025-01-24T00:47:47.7808826Z * [new tag] ciflow/trunk/140677 -> ciflow/trunk/140677 2025-01-24T00:47:47.7809330Z * [new tag] ciflow/trunk/140734 -> ciflow/trunk/140734 2025-01-24T00:47:47.7809808Z * [new tag] ciflow/trunk/140793 -> ciflow/trunk/140793 2025-01-24T00:47:47.7810231Z * [new tag] ciflow/trunk/140836 -> ciflow/trunk/140836 2025-01-24T00:47:47.7810673Z * [new tag] ciflow/trunk/140868 -> ciflow/trunk/140868 2025-01-24T00:47:47.7811087Z * [new tag] ciflow/trunk/140989 -> ciflow/trunk/140989 2025-01-24T00:47:47.7811514Z * [new tag] ciflow/trunk/141002 -> ciflow/trunk/141002 2025-01-24T00:47:47.7811932Z * [new tag] ciflow/trunk/141038 -> ciflow/trunk/141038 2025-01-24T00:47:47.7812340Z * [new tag] ciflow/trunk/141117 -> ciflow/trunk/141117 2025-01-24T00:47:47.7812755Z * [new tag] ciflow/trunk/141131 -> ciflow/trunk/141131 2025-01-24T00:47:47.7813170Z * [new tag] ciflow/trunk/141136 -> ciflow/trunk/141136 2025-01-24T00:47:47.7813579Z * [new tag] ciflow/trunk/141168 -> ciflow/trunk/141168 2025-01-24T00:47:47.7813997Z * [new tag] ciflow/trunk/141195 -> ciflow/trunk/141195 2025-01-24T00:47:47.7814415Z * [new tag] ciflow/trunk/141226 -> ciflow/trunk/141226 2025-01-24T00:47:47.7814853Z * [new tag] ciflow/trunk/141257 -> ciflow/trunk/141257 2025-01-24T00:47:47.7815334Z * [new tag] ciflow/trunk/141309 -> ciflow/trunk/141309 2025-01-24T00:47:47.7815747Z * [new tag] ciflow/trunk/141468 -> ciflow/trunk/141468 2025-01-24T00:47:47.7816151Z * [new tag] ciflow/trunk/141489 -> ciflow/trunk/141489 2025-01-24T00:47:47.7816566Z * [new tag] ciflow/trunk/141503 -> ciflow/trunk/141503 2025-01-24T00:47:47.7816981Z * [new tag] ciflow/trunk/141508 -> ciflow/trunk/141508 2025-01-24T00:47:47.7817395Z * [new tag] ciflow/trunk/141530 -> ciflow/trunk/141530 2025-01-24T00:47:47.7817805Z * [new tag] ciflow/trunk/141588 -> ciflow/trunk/141588 2025-01-24T00:47:47.7818224Z * [new tag] ciflow/trunk/141697 -> ciflow/trunk/141697 2025-01-24T00:47:47.7818834Z * [new tag] ciflow/trunk/141730 -> ciflow/trunk/141730 2025-01-24T00:47:47.7819241Z * [new tag] ciflow/trunk/141791 -> ciflow/trunk/141791 2025-01-24T00:47:47.7819778Z * [new tag] ciflow/trunk/141796 -> ciflow/trunk/141796 2025-01-24T00:47:47.7820202Z * [new tag] ciflow/trunk/141842 -> ciflow/trunk/141842 2025-01-24T00:47:47.7820660Z * [new tag] ciflow/trunk/141889 -> ciflow/trunk/141889 2025-01-24T00:47:47.7821116Z * [new tag] ciflow/trunk/141910 -> ciflow/trunk/141910 2025-01-24T00:47:47.7821532Z * [new tag] ciflow/trunk/141914 -> ciflow/trunk/141914 2025-01-24T00:47:47.7822013Z * [new tag] ciflow/trunk/141959 -> ciflow/trunk/141959 2025-01-24T00:47:47.7822425Z * [new tag] ciflow/trunk/141961 -> ciflow/trunk/141961 2025-01-24T00:47:47.7822848Z * [new tag] ciflow/trunk/142067 -> ciflow/trunk/142067 2025-01-24T00:47:47.7823270Z * [new tag] ciflow/trunk/142091 -> ciflow/trunk/142091 2025-01-24T00:47:47.7823681Z * [new tag] ciflow/trunk/142092 -> ciflow/trunk/142092 2025-01-24T00:47:47.7824100Z * [new tag] ciflow/trunk/142097 -> ciflow/trunk/142097 2025-01-24T00:47:47.7824513Z * [new tag] ciflow/trunk/142179 -> ciflow/trunk/142179 2025-01-24T00:47:47.7824915Z * [new tag] ciflow/trunk/142263 -> ciflow/trunk/142263 2025-01-24T00:47:47.7825326Z * [new tag] ciflow/trunk/142272 -> ciflow/trunk/142272 2025-01-24T00:47:47.7825741Z * [new tag] ciflow/trunk/142273 -> ciflow/trunk/142273 2025-01-24T00:47:47.7826196Z * [new tag] ciflow/trunk/142346 -> ciflow/trunk/142346 2025-01-24T00:47:47.7826656Z * [new tag] ciflow/trunk/142350 -> ciflow/trunk/142350 2025-01-24T00:47:47.7827073Z * [new tag] ciflow/trunk/142372 -> ciflow/trunk/142372 2025-01-24T00:47:47.7827492Z * [new tag] ciflow/trunk/142477 -> ciflow/trunk/142477 2025-01-24T00:47:47.7827902Z * [new tag] ciflow/trunk/142821 -> ciflow/trunk/142821 2025-01-24T00:47:47.7828311Z * [new tag] ciflow/trunk/142848 -> ciflow/trunk/142848 2025-01-24T00:47:47.7828720Z * [new tag] ciflow/trunk/142859 -> ciflow/trunk/142859 2025-01-24T00:47:47.7829129Z * [new tag] ciflow/trunk/142861 -> ciflow/trunk/142861 2025-01-24T00:47:47.7829550Z * [new tag] ciflow/trunk/142865 -> ciflow/trunk/142865 2025-01-24T00:47:47.8150824Z * [new tag] ciflow/trunk/143082 -> ciflow/trunk/143082 2025-01-24T00:47:47.8151288Z * [new tag] ciflow/trunk/143093 -> ciflow/trunk/143093 2025-01-24T00:47:47.8151736Z * [new tag] ciflow/trunk/143168 -> ciflow/trunk/143168 2025-01-24T00:47:47.8152157Z * [new tag] ciflow/trunk/143220 -> ciflow/trunk/143220 2025-01-24T00:47:47.8152580Z * [new tag] ciflow/trunk/143261 -> ciflow/trunk/143261 2025-01-24T00:47:47.8153017Z * [new tag] ciflow/trunk/143303 -> ciflow/trunk/143303 2025-01-24T00:47:47.8153442Z * [new tag] ciflow/trunk/143313 -> ciflow/trunk/143313 2025-01-24T00:47:47.8153868Z * [new tag] ciflow/trunk/143347 -> ciflow/trunk/143347 2025-01-24T00:47:47.8154284Z * [new tag] ciflow/trunk/143360 -> ciflow/trunk/143360 2025-01-24T00:47:47.8154720Z * [new tag] ciflow/trunk/143378 -> ciflow/trunk/143378 2025-01-24T00:47:47.8155151Z * [new tag] ciflow/trunk/143402 -> ciflow/trunk/143402 2025-01-24T00:47:47.8155787Z * [new tag] ciflow/trunk/143416 -> ciflow/trunk/143416 2025-01-24T00:47:47.8156206Z * [new tag] ciflow/trunk/143417 -> ciflow/trunk/143417 2025-01-24T00:47:47.8156744Z * [new tag] ciflow/trunk/143451 -> ciflow/trunk/143451 2025-01-24T00:47:47.8157163Z * [new tag] ciflow/trunk/143475 -> ciflow/trunk/143475 2025-01-24T00:47:47.8157573Z * [new tag] ciflow/trunk/143622 -> ciflow/trunk/143622 2025-01-24T00:47:47.8157989Z * [new tag] ciflow/trunk/143630 -> ciflow/trunk/143630 2025-01-24T00:47:47.8158405Z * [new tag] ciflow/trunk/143671 -> ciflow/trunk/143671 2025-01-24T00:47:47.8158813Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-01-24T00:47:47.8159229Z * [new tag] ciflow/trunk/143733 -> ciflow/trunk/143733 2025-01-24T00:47:47.8159652Z * [new tag] ciflow/trunk/143806 -> ciflow/trunk/143806 2025-01-24T00:47:47.8160059Z * [new tag] ciflow/trunk/143808 -> ciflow/trunk/143808 2025-01-24T00:47:47.8160477Z * [new tag] ciflow/trunk/143822 -> ciflow/trunk/143822 2025-01-24T00:47:47.8160891Z * [new tag] ciflow/trunk/143833 -> ciflow/trunk/143833 2025-01-24T00:47:47.8161302Z * [new tag] ciflow/trunk/143879 -> ciflow/trunk/143879 2025-01-24T00:47:47.8161708Z * [new tag] ciflow/trunk/143880 -> ciflow/trunk/143880 2025-01-24T00:47:47.8162124Z * [new tag] ciflow/trunk/143894 -> ciflow/trunk/143894 2025-01-24T00:47:47.8162535Z * [new tag] ciflow/trunk/143896 -> ciflow/trunk/143896 2025-01-24T00:47:47.8162942Z * [new tag] ciflow/trunk/143961 -> ciflow/trunk/143961 2025-01-24T00:47:47.8163360Z * [new tag] ciflow/trunk/143966 -> ciflow/trunk/143966 2025-01-24T00:47:47.8163786Z * [new tag] ciflow/trunk/144011 -> ciflow/trunk/144011 2025-01-24T00:47:47.8164194Z * [new tag] ciflow/trunk/144017 -> ciflow/trunk/144017 2025-01-24T00:47:47.8164610Z * [new tag] ciflow/trunk/144019 -> ciflow/trunk/144019 2025-01-24T00:47:47.8165022Z * [new tag] ciflow/trunk/144020 -> ciflow/trunk/144020 2025-01-24T00:47:47.8165431Z * [new tag] ciflow/trunk/144046 -> ciflow/trunk/144046 2025-01-24T00:47:47.8165857Z * [new tag] ciflow/trunk/144115 -> ciflow/trunk/144115 2025-01-24T00:47:47.8166272Z * [new tag] ciflow/trunk/144120 -> ciflow/trunk/144120 2025-01-24T00:47:47.8166687Z * [new tag] ciflow/trunk/144138 -> ciflow/trunk/144138 2025-01-24T00:47:47.8167094Z * [new tag] ciflow/trunk/144172 -> ciflow/trunk/144172 2025-01-24T00:47:47.8167514Z * [new tag] ciflow/trunk/144177 -> ciflow/trunk/144177 2025-01-24T00:47:47.8167930Z * [new tag] ciflow/trunk/144268 -> ciflow/trunk/144268 2025-01-24T00:47:47.8168341Z * [new tag] ciflow/trunk/144341 -> ciflow/trunk/144341 2025-01-24T00:47:47.8168769Z * [new tag] ciflow/trunk/144354 -> ciflow/trunk/144354 2025-01-24T00:47:47.8169193Z * [new tag] ciflow/trunk/144368 -> ciflow/trunk/144368 2025-01-24T00:47:47.8169599Z * [new tag] ciflow/trunk/144378 -> ciflow/trunk/144378 2025-01-24T00:47:47.8170022Z * [new tag] ciflow/trunk/144441 -> ciflow/trunk/144441 2025-01-24T00:47:47.8170435Z * [new tag] ciflow/trunk/144452 -> ciflow/trunk/144452 2025-01-24T00:47:47.8170840Z * [new tag] ciflow/trunk/144468 -> ciflow/trunk/144468 2025-01-24T00:47:47.8171970Z * [new tag] ciflow/trunk/144485 -> ciflow/trunk/144485 2025-01-24T00:47:47.8172394Z * [new tag] ciflow/trunk/144492 -> ciflow/trunk/144492 2025-01-24T00:47:47.8173342Z * [new tag] ciflow/trunk/144498 -> ciflow/trunk/144498 2025-01-24T00:47:47.8494111Z * [new tag] ciflow/trunk/144508 -> ciflow/trunk/144508 2025-01-24T00:47:47.8494597Z * [new tag] ciflow/trunk/144513 -> ciflow/trunk/144513 2025-01-24T00:47:47.8495018Z * [new tag] ciflow/trunk/144590 -> ciflow/trunk/144590 2025-01-24T00:47:47.8495441Z * [new tag] ciflow/trunk/144616 -> ciflow/trunk/144616 2025-01-24T00:47:47.8495864Z * [new tag] ciflow/trunk/144642 -> ciflow/trunk/144642 2025-01-24T00:47:47.8496279Z * [new tag] ciflow/trunk/144644 -> ciflow/trunk/144644 2025-01-24T00:47:47.8496690Z * [new tag] ciflow/trunk/144646 -> ciflow/trunk/144646 2025-01-24T00:47:47.8497126Z * [new tag] ciflow/trunk/144664 -> ciflow/trunk/144664 2025-01-24T00:47:47.8497556Z * [new tag] ciflow/trunk/144695 -> ciflow/trunk/144695 2025-01-24T00:47:47.8497974Z * [new tag] ciflow/trunk/144700 -> ciflow/trunk/144700 2025-01-24T00:47:47.8498383Z * [new tag] ciflow/trunk/144707 -> ciflow/trunk/144707 2025-01-24T00:47:47.8498799Z * [new tag] ciflow/trunk/144708 -> ciflow/trunk/144708 2025-01-24T00:47:47.8499215Z * [new tag] ciflow/trunk/144721 -> ciflow/trunk/144721 2025-01-24T00:47:47.8499621Z * [new tag] ciflow/trunk/144733 -> ciflow/trunk/144733 2025-01-24T00:47:47.8500030Z * [new tag] ciflow/trunk/144763 -> ciflow/trunk/144763 2025-01-24T00:47:47.8500442Z * [new tag] ciflow/trunk/144771 -> ciflow/trunk/144771 2025-01-24T00:47:47.8500862Z * [new tag] ciflow/trunk/144773 -> ciflow/trunk/144773 2025-01-24T00:47:47.8501283Z * [new tag] ciflow/trunk/144829 -> ciflow/trunk/144829 2025-01-24T00:47:47.8501699Z * [new tag] ciflow/trunk/144841 -> ciflow/trunk/144841 2025-01-24T00:47:47.8502181Z * [new tag] ciflow/trunk/144865 -> ciflow/trunk/144865 2025-01-24T00:47:47.8502583Z * [new tag] ciflow/trunk/144880 -> ciflow/trunk/144880 2025-01-24T00:47:47.8503000Z * [new tag] ciflow/trunk/144894 -> ciflow/trunk/144894 2025-01-24T00:47:47.8503417Z * [new tag] ciflow/trunk/144910 -> ciflow/trunk/144910 2025-01-24T00:47:47.8503823Z * [new tag] ciflow/trunk/144940 -> ciflow/trunk/144940 2025-01-24T00:47:47.8504243Z * [new tag] ciflow/trunk/144953 -> ciflow/trunk/144953 2025-01-24T00:47:47.8504675Z * [new tag] ciflow/trunk/144956 -> ciflow/trunk/144956 2025-01-24T00:47:47.8505076Z * [new tag] ciflow/trunk/144975 -> ciflow/trunk/144975 2025-01-24T00:47:47.8505500Z * [new tag] ciflow/trunk/144985 -> ciflow/trunk/144985 2025-01-24T00:47:47.8505936Z * [new tag] ciflow/trunk/144994 -> ciflow/trunk/144994 2025-01-24T00:47:47.8506347Z * [new tag] ciflow/trunk/144999 -> ciflow/trunk/144999 2025-01-24T00:47:47.8506753Z * [new tag] ciflow/trunk/145031 -> ciflow/trunk/145031 2025-01-24T00:47:47.8507169Z * [new tag] ciflow/trunk/145047 -> ciflow/trunk/145047 2025-01-24T00:47:47.8507590Z * [new tag] ciflow/trunk/145060 -> ciflow/trunk/145060 2025-01-24T00:47:47.8508002Z * [new tag] ciflow/trunk/145061 -> ciflow/trunk/145061 2025-01-24T00:47:47.8508420Z * [new tag] ciflow/trunk/145083 -> ciflow/trunk/145083 2025-01-24T00:47:47.8509064Z * [new tag] ciflow/trunk/145116 -> ciflow/trunk/145116 2025-01-24T00:47:47.8509591Z * [new tag] ciflow/trunk/145119 -> ciflow/trunk/145119 2025-01-24T00:47:47.8510022Z * [new tag] ciflow/trunk/145120 -> ciflow/trunk/145120 2025-01-24T00:47:47.8510451Z * [new tag] ciflow/trunk/145128 -> ciflow/trunk/145128 2025-01-24T00:47:47.8510867Z * [new tag] ciflow/trunk/145130 -> ciflow/trunk/145130 2025-01-24T00:47:47.8511308Z * [new tag] ciflow/trunk/145132 -> ciflow/trunk/145132 2025-01-24T00:47:47.8511719Z * [new tag] ciflow/trunk/145136 -> ciflow/trunk/145136 2025-01-24T00:47:47.8512128Z * [new tag] ciflow/trunk/145148 -> ciflow/trunk/145148 2025-01-24T00:47:47.8512537Z * [new tag] ciflow/trunk/145153 -> ciflow/trunk/145153 2025-01-24T00:47:47.8512952Z * [new tag] ciflow/trunk/145156 -> ciflow/trunk/145156 2025-01-24T00:47:47.8513362Z * [new tag] ciflow/trunk/145204 -> ciflow/trunk/145204 2025-01-24T00:47:47.8513773Z * [new tag] ciflow/trunk/145206 -> ciflow/trunk/145206 2025-01-24T00:47:47.8514186Z * [new tag] ciflow/trunk/145224 -> ciflow/trunk/145224 2025-01-24T00:47:47.8514588Z * [new tag] ciflow/trunk/145227 -> ciflow/trunk/145227 2025-01-24T00:47:47.8514998Z * [new tag] ciflow/trunk/145241 -> ciflow/trunk/145241 2025-01-24T00:47:47.8515405Z * [new tag] ciflow/trunk/145245 -> ciflow/trunk/145245 2025-01-24T00:47:47.8515805Z * [new tag] ciflow/trunk/145250 -> ciflow/trunk/145250 2025-01-24T00:47:47.8826445Z * [new tag] ciflow/trunk/145254 -> ciflow/trunk/145254 2025-01-24T00:47:47.8826962Z * [new tag] ciflow/trunk/145269 -> ciflow/trunk/145269 2025-01-24T00:47:47.8827474Z * [new tag] ciflow/trunk/145288 -> ciflow/trunk/145288 2025-01-24T00:47:47.8827942Z * [new tag] ciflow/trunk/145303 -> ciflow/trunk/145303 2025-01-24T00:47:47.8828364Z * [new tag] ciflow/trunk/145307 -> ciflow/trunk/145307 2025-01-24T00:47:47.8828782Z * [new tag] ciflow/trunk/145311 -> ciflow/trunk/145311 2025-01-24T00:47:47.8829192Z * [new tag] ciflow/trunk/145318 -> ciflow/trunk/145318 2025-01-24T00:47:47.8829604Z * [new tag] ciflow/trunk/145321 -> ciflow/trunk/145321 2025-01-24T00:47:47.8830009Z * [new tag] ciflow/trunk/145323 -> ciflow/trunk/145323 2025-01-24T00:47:47.8830412Z * [new tag] ciflow/trunk/145331 -> ciflow/trunk/145331 2025-01-24T00:47:47.8830829Z * [new tag] ciflow/trunk/145373 -> ciflow/trunk/145373 2025-01-24T00:47:47.8831248Z * [new tag] ciflow/trunk/145375 -> ciflow/trunk/145375 2025-01-24T00:47:47.8831665Z * [new tag] ciflow/trunk/145391 -> ciflow/trunk/145391 2025-01-24T00:47:47.8832070Z * [new tag] ciflow/trunk/145399 -> ciflow/trunk/145399 2025-01-24T00:47:47.8832479Z * [new tag] ciflow/trunk/145407 -> ciflow/trunk/145407 2025-01-24T00:47:47.8832919Z * [new tag] ciflow/trunk/145412 -> ciflow/trunk/145412 2025-01-24T00:47:47.8833381Z * [new tag] ciflow/trunk/145417 -> ciflow/trunk/145417 2025-01-24T00:47:47.8833836Z * [new tag] ciflow/trunk/145421 -> ciflow/trunk/145421 2025-01-24T00:47:47.8834251Z * [new tag] ciflow/trunk/145435 -> ciflow/trunk/145435 2025-01-24T00:47:47.8834654Z * [new tag] ciflow/trunk/145436 -> ciflow/trunk/145436 2025-01-24T00:47:47.8835267Z * [new tag] ciflow/trunk/145443 -> ciflow/trunk/145443 2025-01-24T00:47:47.8835684Z * [new tag] ciflow/trunk/145449 -> ciflow/trunk/145449 2025-01-24T00:47:47.8836215Z * [new tag] ciflow/trunk/145450 -> ciflow/trunk/145450 2025-01-24T00:47:47.8836634Z * [new tag] ciflow/trunk/145465 -> ciflow/trunk/145465 2025-01-24T00:47:47.8837051Z * [new tag] ciflow/trunk/145490 -> ciflow/trunk/145490 2025-01-24T00:47:47.8837465Z * [new tag] ciflow/trunk/145494 -> ciflow/trunk/145494 2025-01-24T00:47:47.8837876Z * [new tag] ciflow/trunk/145495 -> ciflow/trunk/145495 2025-01-24T00:47:47.8838286Z * [new tag] ciflow/trunk/145502 -> ciflow/trunk/145502 2025-01-24T00:47:47.8838701Z * [new tag] ciflow/trunk/145506 -> ciflow/trunk/145506 2025-01-24T00:47:47.8839105Z * [new tag] ciflow/trunk/145509 -> ciflow/trunk/145509 2025-01-24T00:47:47.8839519Z * [new tag] ciflow/trunk/145513 -> ciflow/trunk/145513 2025-01-24T00:47:47.8839932Z * [new tag] ciflow/trunk/145517 -> ciflow/trunk/145517 2025-01-24T00:47:47.8840335Z * [new tag] ciflow/trunk/145519 -> ciflow/trunk/145519 2025-01-24T00:47:47.8840749Z * [new tag] ciflow/trunk/145524 -> ciflow/trunk/145524 2025-01-24T00:47:47.8841159Z * [new tag] ciflow/trunk/145530 -> ciflow/trunk/145530 2025-01-24T00:47:47.8841568Z * [new tag] ciflow/trunk/145531 -> ciflow/trunk/145531 2025-01-24T00:47:47.8841981Z * [new tag] ciflow/trunk/145533 -> ciflow/trunk/145533 2025-01-24T00:47:47.8842393Z * [new tag] ciflow/trunk/145539 -> ciflow/trunk/145539 2025-01-24T00:47:47.8842807Z * [new tag] ciflow/trunk/145542 -> ciflow/trunk/145542 2025-01-24T00:47:47.8843224Z * [new tag] ciflow/trunk/145545 -> ciflow/trunk/145545 2025-01-24T00:47:47.8843638Z * [new tag] ciflow/trunk/145547 -> ciflow/trunk/145547 2025-01-24T00:47:47.8844112Z * [new tag] ciflow/trunk/145550 -> ciflow/trunk/145550 2025-01-24T00:47:47.8844602Z * [new tag] ciflow/trunk/145551 -> ciflow/trunk/145551 2025-01-24T00:47:47.8845059Z * [new tag] ciflow/trunk/145552 -> ciflow/trunk/145552 2025-01-24T00:47:47.8845470Z * [new tag] ciflow/trunk/145553 -> ciflow/trunk/145553 2025-01-24T00:47:47.8845871Z * [new tag] ciflow/trunk/145554 -> ciflow/trunk/145554 2025-01-24T00:47:47.8846290Z * [new tag] ciflow/trunk/145558 -> ciflow/trunk/145558 2025-01-24T00:47:47.8846703Z * [new tag] ciflow/trunk/145559 -> ciflow/trunk/145559 2025-01-24T00:47:47.8847126Z * [new tag] ciflow/trunk/70978 -> ciflow/trunk/70978 2025-01-24T00:47:47.8847598Z * [new tag] ciflow/trunk/70979 -> ciflow/trunk/70979 2025-01-24T00:47:47.8848279Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-01-24T00:47:47.9400344Z * [new tag] ciflow/xpu/132945 -> ciflow/xpu/132945 2025-01-24T00:47:47.9400809Z * [new tag] ciflow/xpu/133307 -> ciflow/xpu/133307 2025-01-24T00:47:47.9401222Z * [new tag] ciflow/xpu/135189 -> ciflow/xpu/135189 2025-01-24T00:47:47.9401630Z * [new tag] ciflow/xpu/135337 -> ciflow/xpu/135337 2025-01-24T00:47:47.9402051Z * [new tag] ciflow/xpu/135465 -> ciflow/xpu/135465 2025-01-24T00:47:47.9402448Z * [new tag] ciflow/xpu/137566 -> ciflow/xpu/137566 2025-01-24T00:47:47.9403072Z * [new tag] ciflow/xpu/137570 -> ciflow/xpu/137570 2025-01-24T00:47:47.9403481Z * [new tag] ciflow/xpu/137580 -> ciflow/xpu/137580 2025-01-24T00:47:47.9404107Z * [new tag] ciflow/xpu/138889 -> ciflow/xpu/138889 2025-01-24T00:47:47.9404574Z * [new tag] ciflow/xpu/139171 -> ciflow/xpu/139171 2025-01-24T00:47:47.9404993Z * [new tag] ciflow/xpu/139469 -> ciflow/xpu/139469 2025-01-24T00:47:47.9405389Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-01-24T00:47:47.9405799Z * [new tag] ciflow/xpu/140362 -> ciflow/xpu/140362 2025-01-24T00:47:47.9406199Z * [new tag] ciflow/xpu/140365 -> ciflow/xpu/140365 2025-01-24T00:47:47.9406609Z * [new tag] ciflow/xpu/140372 -> ciflow/xpu/140372 2025-01-24T00:47:47.9407004Z * [new tag] ciflow/xpu/140389 -> ciflow/xpu/140389 2025-01-24T00:47:47.9407419Z * [new tag] ciflow/xpu/140677 -> ciflow/xpu/140677 2025-01-24T00:47:47.9407827Z * [new tag] ciflow/xpu/140686 -> ciflow/xpu/140686 2025-01-24T00:47:47.9408228Z * [new tag] ciflow/xpu/140972 -> ciflow/xpu/140972 2025-01-24T00:47:47.9408629Z * [new tag] ciflow/xpu/141318 -> ciflow/xpu/141318 2025-01-24T00:47:47.9409037Z * [new tag] ciflow/xpu/142040 -> ciflow/xpu/142040 2025-01-24T00:47:47.9409433Z * [new tag] ciflow/xpu/142067 -> ciflow/xpu/142067 2025-01-24T00:47:47.9409890Z * [new tag] ciflow/xpu/142097 -> ciflow/xpu/142097 2025-01-24T00:47:47.9410385Z * [new tag] ciflow/xpu/143597 -> ciflow/xpu/143597 2025-01-24T00:47:47.9410787Z * [new tag] ciflow/xpu/143784 -> ciflow/xpu/143784 2025-01-24T00:47:47.9411203Z * [new tag] ciflow/xpu/143833 -> ciflow/xpu/143833 2025-01-24T00:47:47.9411604Z * [new tag] ciflow/xpu/144046 -> ciflow/xpu/144046 2025-01-24T00:47:47.9412013Z * [new tag] ciflow/xpu/144368 -> ciflow/xpu/144368 2025-01-24T00:47:47.9412410Z * [new tag] ciflow/xpu/144378 -> ciflow/xpu/144378 2025-01-24T00:47:47.9412815Z * [new tag] ciflow/xpu/144385 -> ciflow/xpu/144385 2025-01-24T00:47:47.9413224Z * [new tag] ciflow/xpu/144452 -> ciflow/xpu/144452 2025-01-24T00:47:47.9413618Z * [new tag] ciflow/xpu/144473 -> ciflow/xpu/144473 2025-01-24T00:47:47.9414021Z * [new tag] ciflow/xpu/144644 -> ciflow/xpu/144644 2025-01-24T00:47:47.9414424Z * [new tag] ciflow/xpu/144664 -> ciflow/xpu/144664 2025-01-24T00:47:47.9414818Z * [new tag] ciflow/xpu/144722 -> ciflow/xpu/144722 2025-01-24T00:47:47.9415226Z * [new tag] ciflow/xpu/145060 -> ciflow/xpu/145060 2025-01-24T00:47:47.9415672Z * [new tag] ciflow/xpu/145083 -> ciflow/xpu/145083 2025-01-24T00:47:47.9416116Z * [new tag] ciflow/xpu/145248 -> ciflow/xpu/145248 2025-01-24T00:47:47.9416563Z * [new tag] ciflow/xpu/145490 -> ciflow/xpu/145490 2025-01-24T00:47:47.9416957Z * [new tag] cslpull75 -> cslpull75 2025-01-24T00:47:47.9417340Z * [new tag] cslpull76 -> cslpull76 2025-01-24T00:47:47.9417707Z * [new tag] cslpull77 -> cslpull77 2025-01-24T00:47:47.9418070Z * [new tag] cslpull78 -> cslpull78 2025-01-24T00:47:47.9418438Z * [new tag] cslpull79 -> cslpull79 2025-01-24T00:47:47.9418798Z * [new tag] cslpull80 -> cslpull80 2025-01-24T00:47:47.9419297Z * [new tag] cslpull81 -> cslpull81 2025-01-24T00:47:47.9419672Z * [new tag] cslpull82 -> cslpull82 2025-01-24T00:47:47.9420148Z * [new tag] cslpull83 -> cslpull83 2025-01-24T00:47:47.9420527Z * [new tag] cslpull84 -> cslpull84 2025-01-24T00:47:47.9420905Z * [new tag] cslpull85 -> cslpull85 2025-01-24T00:47:47.9421270Z * [new tag] cslpull86 -> cslpull86 2025-01-24T00:47:47.9421687Z * [new tag] cslpull87 -> cslpull87 2025-01-24T00:47:47.9422240Z * [new tag] cslpull88 -> cslpull88 2025-01-24T00:47:47.9422604Z * [new tag] cslpull89 -> cslpull89 2025-01-24T00:47:47.9811441Z * [new tag] cslpull90 -> cslpull90 2025-01-24T00:47:47.9811872Z * [new tag] cslpull91 -> cslpull91 2025-01-24T00:47:47.9812257Z * [new tag] cslpull92 -> cslpull92 2025-01-24T00:47:47.9812633Z * [new tag] flight_5 -> flight_5 2025-01-24T00:47:47.9813006Z * [new tag] flight_5.1 -> flight_5.1 2025-01-24T00:47:47.9813375Z * [new tag] flight_5.2 -> flight_5.2 2025-01-24T00:47:47.9813737Z * [new tag] flight_5.3 -> flight_5.3 2025-01-24T00:47:47.9814099Z * [new tag] forpull1 -> forpull1 2025-01-24T00:47:47.9814492Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-01-24T00:47:47.9814910Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-01-24T00:47:47.9815342Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-01-24T00:47:47.9815764Z * [new tag] nightly-binary -> nightly-binary 2025-01-24T00:47:47.9816194Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-01-24T00:47:47.9816716Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-01-24T00:47:47.9817114Z * [new tag] v0.1.1 -> v0.1.1 2025-01-24T00:47:47.9817473Z * [new tag] v0.1.10 -> v0.1.10 2025-01-24T00:47:47.9817819Z * [new tag] v0.1.11 -> v0.1.11 2025-01-24T00:47:47.9818186Z * [new tag] v0.1.12 -> v0.1.12 2025-01-24T00:47:47.9818536Z * [new tag] v0.1.2 -> v0.1.2 2025-01-24T00:47:47.9818876Z * [new tag] v0.1.3 -> v0.1.3 2025-01-24T00:47:47.9819220Z * [new tag] v0.1.4 -> v0.1.4 2025-01-24T00:47:47.9819587Z * [new tag] v0.1.5 -> v0.1.5 2025-01-24T00:47:47.9819922Z * [new tag] v0.1.6 -> v0.1.6 2025-01-24T00:47:47.9820268Z * [new tag] v0.1.7 -> v0.1.7 2025-01-24T00:47:47.9820609Z * [new tag] v0.1.8 -> v0.1.8 2025-01-24T00:47:47.9820949Z * [new tag] v0.1.9 -> v0.1.9 2025-01-24T00:47:47.9821295Z * [new tag] v0.2.0 -> v0.2.0 2025-01-24T00:47:47.9821658Z * [new tag] v0.3.0 -> v0.3.0 2025-01-24T00:47:47.9822085Z * [new tag] v0.3.1 -> v0.3.1 2025-01-24T00:47:47.9822466Z * [new tag] v0.4.0 -> v0.4.0 2025-01-24T00:47:47.9822812Z * [new tag] v0.4.1 -> v0.4.1 2025-01-24T00:47:47.9823330Z * [new tag] v1.0.0 -> v1.0.0 2025-01-24T00:47:47.9823676Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-01-24T00:47:47.9824039Z * [new tag] v1.0.1 -> v1.0.1 2025-01-24T00:47:47.9824498Z * [new tag] v1.0rc0 -> v1.0rc0 2025-01-24T00:47:47.9824855Z * [new tag] v1.0rc1 -> v1.0rc1 2025-01-24T00:47:47.9825211Z * [new tag] v1.1.0 -> v1.1.0 2025-01-24T00:47:47.9825574Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-01-24T00:47:47.9825936Z * [new tag] v1.10.0 -> v1.10.0 2025-01-24T00:47:47.9826299Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-01-24T00:47:47.9826678Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-01-24T00:47:47.9827055Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-01-24T00:47:47.9827414Z * [new tag] v1.10.1 -> v1.10.1 2025-01-24T00:47:47.9827825Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-01-24T00:47:47.9828243Z * [new tag] v1.10.2 -> v1.10.2 2025-01-24T00:47:47.9828598Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-01-24T00:47:47.9828955Z * [new tag] v1.11.0 -> v1.11.0 2025-01-24T00:47:47.9829324Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-01-24T00:47:47.9829685Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-01-24T00:47:47.9830055Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-01-24T00:47:47.9830421Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-01-24T00:47:47.9830785Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-01-24T00:47:47.9831165Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-01-24T00:47:47.9831535Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-01-24T00:47:47.9831891Z * [new tag] v1.12.0 -> v1.12.0 2025-01-24T00:47:47.9832251Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-01-24T00:47:47.9832614Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-01-24T00:47:47.9832984Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-01-24T00:47:48.0197934Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-01-24T00:47:48.0198331Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-01-24T00:47:48.0198707Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-01-24T00:47:48.0199124Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-01-24T00:47:48.0199516Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-01-24T00:47:48.0199883Z * [new tag] v1.12.1 -> v1.12.1 2025-01-24T00:47:48.0200249Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-01-24T00:47:48.0200622Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-01-24T00:47:48.0200989Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-01-24T00:47:48.0201349Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-01-24T00:47:48.0201724Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-01-24T00:47:48.0202119Z * [new tag] v1.13.0 -> v1.13.0 2025-01-24T00:47:48.0202531Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-01-24T00:47:48.0202943Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-01-24T00:47:48.0203488Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-01-24T00:47:48.0203862Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-01-24T00:47:48.0204333Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-01-24T00:47:48.0204707Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-01-24T00:47:48.0205069Z * [new tag] v1.13.1 -> v1.13.1 2025-01-24T00:47:48.0205437Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-01-24T00:47:48.0205792Z * [new tag] v1.2.0 -> v1.2.0 2025-01-24T00:47:48.0206162Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-01-24T00:47:48.0206519Z * [new tag] v1.3.0 -> v1.3.0 2025-01-24T00:47:48.0206862Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-01-24T00:47:48.0207220Z * [new tag] v1.3.1 -> v1.3.1 2025-01-24T00:47:48.0207573Z * [new tag] v1.4.0 -> v1.4.0 2025-01-24T00:47:48.0207963Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-01-24T00:47:48.0208441Z * [new tag] v1.4.1 -> v1.4.1 2025-01-24T00:47:48.0208789Z * [new tag] v1.5.0 -> v1.5.0 2025-01-24T00:47:48.0209141Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-01-24T00:47:48.0209558Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-01-24T00:47:48.0209978Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-01-24T00:47:48.0210381Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-01-24T00:47:48.0210742Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-01-24T00:47:48.0211099Z * [new tag] v1.5.1 -> v1.5.1 2025-01-24T00:47:48.0211448Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-01-24T00:47:48.0211855Z * [new tag] v1.6.0 -> v1.6.0 2025-01-24T00:47:48.0212247Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-01-24T00:47:48.0212620Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-01-24T00:47:48.0212982Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-01-24T00:47:48.0213348Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-01-24T00:47:48.0213761Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-01-24T00:47:48.0214164Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-01-24T00:47:48.0214538Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-01-24T00:47:48.0214899Z * [new tag] v1.7.0 -> v1.7.0 2025-01-24T00:47:48.0215304Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-01-24T00:47:48.0215668Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-01-24T00:47:48.0216085Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-01-24T00:47:48.0216483Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-01-24T00:47:48.0216887Z * [new tag] v1.7.1 -> v1.7.1 2025-01-24T00:47:48.0217240Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-01-24T00:47:48.0217597Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-01-24T00:47:48.0217961Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-01-24T00:47:48.0218363Z * [new tag] v1.8.0 -> v1.8.0 2025-01-24T00:47:48.0218763Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-01-24T00:47:48.0219286Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-01-24T00:47:48.0219705Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-01-24T00:47:48.0220186Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-01-24T00:47:48.0220542Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-01-24T00:47:48.0588656Z * [new tag] v1.8.1 -> v1.8.1 2025-01-24T00:47:48.0589042Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-01-24T00:47:48.0589406Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-01-24T00:47:48.0589780Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-01-24T00:47:48.0590142Z * [new tag] v1.8.2 -> v1.8.2 2025-01-24T00:47:48.0590499Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-01-24T00:47:48.0590880Z * [new tag] v1.9.0 -> v1.9.0 2025-01-24T00:47:48.0591245Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-01-24T00:47:48.0591624Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-01-24T00:47:48.0591976Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-01-24T00:47:48.0592336Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-01-24T00:47:48.0592688Z * [new tag] v1.9.1 -> v1.9.1 2025-01-24T00:47:48.0593033Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-01-24T00:47:48.0593401Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-01-24T00:47:48.0593755Z * [new tag] v2.0.0 -> v2.0.0 2025-01-24T00:47:48.0594102Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-01-24T00:47:48.0594464Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-01-24T00:47:48.0594833Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-01-24T00:47:48.0595185Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-01-24T00:47:48.0595570Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-01-24T00:47:48.0595932Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-01-24T00:47:48.0596294Z * [new tag] v2.0.1 -> v2.0.1 2025-01-24T00:47:48.0596643Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-01-24T00:47:48.0597013Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-01-24T00:47:48.0597381Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-01-24T00:47:48.0597745Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-01-24T00:47:48.0598107Z * [new tag] v2.1.0 -> v2.1.0 2025-01-24T00:47:48.0598474Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-01-24T00:47:48.0598830Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-01-24T00:47:48.0599194Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-01-24T00:47:48.0599562Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-01-24T00:47:48.0599930Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-01-24T00:47:48.0600282Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-01-24T00:47:48.0600641Z * [new tag] v2.1.1 -> v2.1.1 2025-01-24T00:47:48.0600995Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-01-24T00:47:48.0601355Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-01-24T00:47:48.0601718Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-01-24T00:47:48.0602264Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-01-24T00:47:48.0602622Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-01-24T00:47:48.0603087Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-01-24T00:47:48.0603454Z * [new tag] v2.1.2 -> v2.1.2 2025-01-24T00:47:48.0603809Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-01-24T00:47:48.0604188Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-01-24T00:47:48.0604570Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-01-24T00:47:48.0604931Z * [new tag] v2.2.0 -> v2.2.0 2025-01-24T00:47:48.0605370Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-01-24T00:47:48.0605789Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-01-24T00:47:48.0606152Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-01-24T00:47:48.0606509Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-01-24T00:47:48.0606878Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-01-24T00:47:48.0607243Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-01-24T00:47:48.0607596Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-01-24T00:47:48.0607956Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-01-24T00:47:48.0608312Z * [new tag] v2.2.1 -> v2.2.1 2025-01-24T00:47:48.0608659Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-01-24T00:47:48.0609020Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-01-24T00:47:48.0609380Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-01-24T00:47:48.0609737Z * [new tag] v2.2.2 -> v2.2.2 2025-01-24T00:47:48.3686584Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-01-24T00:47:48.3687008Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-01-24T00:47:48.3687415Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-01-24T00:47:48.3687783Z * [new tag] v2.3.0 -> v2.3.0 2025-01-24T00:47:48.3688165Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-01-24T00:47:48.3688532Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-01-24T00:47:48.3688903Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-01-24T00:47:48.3689268Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-01-24T00:47:48.3689630Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-01-24T00:47:48.3689995Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-01-24T00:47:48.3690370Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-01-24T00:47:48.3690730Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-01-24T00:47:48.3691094Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-01-24T00:47:48.3691456Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-01-24T00:47:48.3691808Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-01-24T00:47:48.3692177Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-01-24T00:47:48.3692536Z * [new tag] v2.3.1 -> v2.3.1 2025-01-24T00:47:48.3692894Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-01-24T00:47:48.3693246Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-01-24T00:47:48.3693616Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-01-24T00:47:48.3694188Z * [new tag] v2.4.0 -> v2.4.0 2025-01-24T00:47:48.3694533Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-01-24T00:47:48.3695031Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-01-24T00:47:48.3695403Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-01-24T00:47:48.3695759Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-01-24T00:47:48.3696121Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-01-24T00:47:48.3696488Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-01-24T00:47:48.3696842Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-01-24T00:47:48.3697212Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-01-24T00:47:48.3697573Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-01-24T00:47:48.3697933Z * [new tag] v2.4.1 -> v2.4.1 2025-01-24T00:47:48.3698291Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-01-24T00:47:48.3698662Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-01-24T00:47:48.3699026Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-01-24T00:47:48.3699369Z * [new tag] v2.5.0 -> v2.5.0 2025-01-24T00:47:48.3699730Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-01-24T00:47:48.3700102Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-01-24T00:47:48.3700457Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-01-24T00:47:48.3700892Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-01-24T00:47:48.3701313Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-01-24T00:47:48.3701683Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-01-24T00:47:48.3702121Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-01-24T00:47:48.3702496Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-01-24T00:47:48.3702863Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-01-24T00:47:48.3703232Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-01-24T00:47:48.3703595Z * [new tag] v2.5.1 -> v2.5.1 2025-01-24T00:47:48.3703941Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-01-24T00:47:48.3704309Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-01-24T00:47:48.3704680Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-01-24T00:47:48.3705044Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-01-24T00:47:48.3705407Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-01-24T00:47:48.3705770Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-01-24T00:47:48.3706146Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-01-24T00:47:48.3706504Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-01-24T00:47:48.3706882Z * [new tag] whc_flight_1 -> whc_flight_1 2025-01-24T00:47:48.3707263Z * [new tag] whc_flight_2 -> whc_flight_2 2025-01-24T00:47:48.3707638Z * [new tag] whc_flight_4 -> whc_flight_4 2025-01-24T00:47:48.3874092Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d087145b9259b4cfbcb758dc0bca6a6e5d75d08f^{object} 2025-01-24T00:47:48.4084516Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:47:48.4116059Z ##[endgroup] 2025-01-24T00:47:48.4116478Z ##[group]Determining the checkout info 2025-01-24T00:47:48.4117530Z ##[endgroup] 2025-01-24T00:47:48.4126891Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-01-24T00:47:48.4381413Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-01-24T00:47:48.4619497Z ##[group]Checking out the ref 2025-01-24T00:47:48.4629839Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:47:49.5514439Z Updating files: 10% (1875/18011) 2025-01-24T00:47:49.6222973Z Updating files: 11% (1982/18011) 2025-01-24T00:47:49.6888111Z Updating files: 12% (2162/18011) 2025-01-24T00:47:49.7531981Z Updating files: 13% (2342/18011) 2025-01-24T00:47:49.8136763Z Updating files: 14% (2522/18011) 2025-01-24T00:47:50.0204658Z Updating files: 15% (2702/18011) 2025-01-24T00:47:50.0731353Z Updating files: 16% (2882/18011) 2025-01-24T00:47:50.1200403Z Updating files: 17% (3062/18011) 2025-01-24T00:47:50.1691507Z Updating files: 18% (3242/18011) 2025-01-24T00:47:50.2249350Z Updating files: 19% (3423/18011) 2025-01-24T00:47:50.2726844Z Updating files: 20% (3603/18011) 2025-01-24T00:47:50.3706974Z Updating files: 21% (3783/18011) 2025-01-24T00:47:50.4221893Z Updating files: 22% (3963/18011) 2025-01-24T00:47:50.4688286Z Updating files: 23% (4143/18011) 2025-01-24T00:47:50.6685000Z Updating files: 24% (4323/18011) 2025-01-24T00:47:50.6991491Z Updating files: 24% (4388/18011) 2025-01-24T00:47:50.7527769Z Updating files: 25% (4503/18011) 2025-01-24T00:47:50.8073591Z Updating files: 26% (4683/18011) 2025-01-24T00:47:50.8670846Z Updating files: 27% (4863/18011) 2025-01-24T00:47:50.9265836Z Updating files: 28% (5044/18011) 2025-01-24T00:47:50.9997353Z Updating files: 29% (5224/18011) 2025-01-24T00:47:51.0567722Z Updating files: 30% (5404/18011) 2025-01-24T00:47:51.1190979Z Updating files: 31% (5584/18011) 2025-01-24T00:47:51.1766060Z Updating files: 32% (5764/18011) 2025-01-24T00:47:51.2396179Z Updating files: 33% (5944/18011) 2025-01-24T00:47:51.3664440Z Updating files: 34% (6124/18011) 2025-01-24T00:47:51.4305766Z Updating files: 35% (6304/18011) 2025-01-24T00:47:51.5002417Z Updating files: 36% (6484/18011) 2025-01-24T00:47:51.5144079Z Updating files: 37% (6665/18011) 2025-01-24T00:47:51.5685207Z Updating files: 37% (6707/18011) 2025-01-24T00:47:51.6400329Z Updating files: 38% (6845/18011) 2025-01-24T00:47:51.7192304Z Updating files: 39% (7025/18011) 2025-01-24T00:47:51.7735820Z Updating files: 40% (7205/18011) 2025-01-24T00:47:51.7993989Z Updating files: 41% (7385/18011) 2025-01-24T00:47:51.8241484Z Updating files: 42% (7565/18011) 2025-01-24T00:47:51.8497585Z Updating files: 43% (7745/18011) 2025-01-24T00:47:51.8748771Z Updating files: 44% (7925/18011) 2025-01-24T00:47:51.9004541Z Updating files: 45% (8105/18011) 2025-01-24T00:47:52.0087533Z Updating files: 46% (8286/18011) 2025-01-24T00:47:52.0377045Z Updating files: 47% (8466/18011) 2025-01-24T00:47:52.0629830Z Updating files: 48% (8646/18011) 2025-01-24T00:47:52.0896878Z Updating files: 49% (8826/18011) 2025-01-24T00:47:52.1186883Z Updating files: 50% (9006/18011) 2025-01-24T00:47:52.1479291Z Updating files: 51% (9186/18011) 2025-01-24T00:47:52.1778577Z Updating files: 52% (9366/18011) 2025-01-24T00:47:52.2091812Z Updating files: 53% (9546/18011) 2025-01-24T00:47:52.2386106Z Updating files: 54% (9726/18011) 2025-01-24T00:47:52.2714400Z Updating files: 55% (9907/18011) 2025-01-24T00:47:52.3003207Z Updating files: 56% (10087/18011) 2025-01-24T00:47:52.3328545Z Updating files: 57% (10267/18011) 2025-01-24T00:47:52.3629066Z Updating files: 58% (10447/18011) 2025-01-24T00:47:52.3981982Z Updating files: 59% (10627/18011) 2025-01-24T00:47:52.4304946Z Updating files: 60% (10807/18011) 2025-01-24T00:47:52.4644729Z Updating files: 61% (10987/18011) 2025-01-24T00:47:52.4968680Z Updating files: 62% (11167/18011) 2025-01-24T00:47:52.5147688Z Updating files: 63% (11347/18011) 2025-01-24T00:47:52.5317384Z Updating files: 63% (11449/18011) 2025-01-24T00:47:52.5627119Z Updating files: 64% (11528/18011) 2025-01-24T00:47:52.5984705Z Updating files: 65% (11708/18011) 2025-01-24T00:47:52.6297087Z Updating files: 66% (11888/18011) 2025-01-24T00:47:52.6625449Z Updating files: 67% (12068/18011) 2025-01-24T00:47:52.6910483Z Updating files: 68% (12248/18011) 2025-01-24T00:47:52.7233680Z Updating files: 69% (12428/18011) 2025-01-24T00:47:52.7774805Z Updating files: 70% (12608/18011) 2025-01-24T00:47:52.8691498Z Updating files: 71% (12788/18011) 2025-01-24T00:47:52.9299899Z Updating files: 72% (12968/18011) 2025-01-24T00:47:53.0128305Z Updating files: 73% (13149/18011) 2025-01-24T00:47:53.1018546Z Updating files: 74% (13329/18011) 2025-01-24T00:47:53.2123082Z Updating files: 75% (13509/18011) 2025-01-24T00:47:53.4056950Z Updating files: 76% (13689/18011) 2025-01-24T00:47:53.4652332Z Updating files: 77% (13869/18011) 2025-01-24T00:47:53.5158522Z Updating files: 78% (14049/18011) 2025-01-24T00:47:53.5388808Z Updating files: 78% (14178/18011) 2025-01-24T00:47:53.6176914Z Updating files: 79% (14229/18011) 2025-01-24T00:47:54.5160843Z Updating files: 80% (14409/18011) 2025-01-24T00:47:54.5340303Z Updating files: 80% (14549/18011) 2025-01-24T00:47:54.6217928Z Updating files: 81% (14589/18011) 2025-01-24T00:47:54.8607638Z Updating files: 82% (14770/18011) 2025-01-24T00:47:54.9166126Z Updating files: 83% (14950/18011) 2025-01-24T00:47:54.9798261Z Updating files: 84% (15130/18011) 2025-01-24T00:47:55.0452151Z Updating files: 85% (15310/18011) 2025-01-24T00:47:55.1077640Z Updating files: 86% (15490/18011) 2025-01-24T00:47:55.1689156Z Updating files: 87% (15670/18011) 2025-01-24T00:47:55.2289821Z Updating files: 88% (15850/18011) 2025-01-24T00:47:55.2880346Z Updating files: 89% (16030/18011) 2025-01-24T00:47:55.3600975Z Updating files: 90% (16210/18011) 2025-01-24T00:47:55.4216553Z Updating files: 91% (16391/18011) 2025-01-24T00:47:55.4831365Z Updating files: 92% (16571/18011) 2025-01-24T00:47:55.5302318Z Updating files: 93% (16751/18011) 2025-01-24T00:47:55.5554531Z Updating files: 93% (16869/18011) 2025-01-24T00:47:55.6283067Z Updating files: 94% (16931/18011) 2025-01-24T00:47:55.7022333Z Updating files: 95% (17111/18011) 2025-01-24T00:47:55.7600281Z Updating files: 96% (17291/18011) 2025-01-24T00:47:55.8485732Z Updating files: 97% (17471/18011) 2025-01-24T00:47:55.9231376Z Updating files: 98% (17651/18011) 2025-01-24T00:47:55.9901551Z Updating files: 99% (17831/18011) 2025-01-24T00:47:55.9901874Z Updating files: 100% (18011/18011) 2025-01-24T00:47:55.9902159Z Updating files: 100% (18011/18011), done. 2025-01-24T00:47:56.0359039Z Note: switching to 'd087145b9259b4cfbcb758dc0bca6a6e5d75d08f'. 2025-01-24T00:47:56.0359519Z 2025-01-24T00:47:56.0359767Z You are in 'detached HEAD' state. You can look around, make experimental 2025-01-24T00:47:56.0360308Z changes and commit them, and you can discard any commits you make in this 2025-01-24T00:47:56.0360836Z state without impacting any branches by switching back to a branch. 2025-01-24T00:47:56.0361189Z 2025-01-24T00:47:56.0361387Z If you want to create a new branch to retain commits you create, you may 2025-01-24T00:47:56.0361890Z do so (now or later) by using -c with the switch command. Example: 2025-01-24T00:47:56.0362174Z 2025-01-24T00:47:56.0362307Z git switch -c 2025-01-24T00:47:56.0362519Z 2025-01-24T00:47:56.0362623Z Or undo this operation with: 2025-01-24T00:47:56.0362791Z 2025-01-24T00:47:56.0362889Z git switch - 2025-01-24T00:47:56.0363014Z 2025-01-24T00:47:56.0363290Z Turn off this advice by setting config variable advice.detachedHead to false 2025-01-24T00:47:56.0363688Z 2025-01-24T00:47:56.0363918Z HEAD is now at d087145b925 Add accuracy issue support in AOTI Minifier (#145539) 2025-01-24T00:47:56.0576231Z ##[endgroup] 2025-01-24T00:47:56.0576679Z ##[group]Setting up auth for fetching submodules 2025-01-24T00:47:56.0588453Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-01-24T00:47:56.0849695Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-01-24T00:47:56.1095885Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-01-24T00:47:56.1350291Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-01-24T00:47:56.1617094Z ##[endgroup] 2025-01-24T00:47:56.1617564Z ##[group]Fetching submodules 2025-01-24T00:47:56.1627046Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-01-24T00:47:56.6102626Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-01-24T00:47:57.0538183Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-01-24T00:47:57.0539405Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-01-24T00:47:57.0540516Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-01-24T00:47:57.0541581Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-01-24T00:47:57.0542554Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-01-24T00:47:57.0543923Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-01-24T00:47:57.0545262Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-01-24T00:47:57.0546297Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-01-24T00:47:57.0547475Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-01-24T00:47:57.0548658Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-01-24T00:47:57.0549713Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-01-24T00:47:57.0550846Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-01-24T00:47:57.0551936Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-01-24T00:47:57.0552907Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2025-01-24T00:47:57.0553894Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-01-24T00:47:57.0554926Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-01-24T00:47:57.0555936Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-01-24T00:47:57.0556955Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:47:57.0558054Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2025-01-24T00:47:57.0559101Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-01-24T00:47:57.0560084Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-01-24T00:47:57.0561048Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-01-24T00:47:57.0562430Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-01-24T00:47:57.0563620Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-01-24T00:47:57.0564677Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-01-24T00:47:57.0565695Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2025-01-24T00:47:57.0566571Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-01-24T00:47:57.0567414Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-01-24T00:47:57.0568416Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-01-24T00:47:57.0569521Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-01-24T00:47:57.0570502Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-01-24T00:47:57.0571609Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-01-24T00:47:57.0572681Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-01-24T00:47:57.0613370Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-01-24T00:47:57.0614393Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-01-24T00:47:57.0615341Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-01-24T00:47:57.0616262Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-01-24T00:47:57.5940949Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-01-24T00:47:57.9860294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-01-24T00:47:58.3651480Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-01-24T00:47:58.8229835Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-01-24T00:47:59.3804708Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-01-24T00:48:02.0123439Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-01-24T00:48:13.9373066Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-01-24T00:48:14.5570059Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-01-24T00:48:16.7702828Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-01-24T00:48:17.5539642Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-01-24T00:48:18.3498502Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-01-24T00:48:19.8670471Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-01-24T00:48:22.7581443Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-01-24T00:48:28.8972259Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2025-01-24T00:48:31.0319642Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-01-24T00:48:32.7312905Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-01-24T00:48:34.1967467Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-01-24T00:48:34.8125674Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-01-24T00:48:35.3559785Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-01-24T00:48:36.6563365Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-01-24T00:48:37.2850428Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-01-24T00:48:37.8016256Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-01-24T00:48:39.5463637Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-01-24T00:48:40.1039267Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-01-24T00:48:41.0640021Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-01-24T00:48:41.6767236Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2025-01-24T00:48:48.1681729Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-01-24T00:48:50.7819175Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-01-24T00:48:57.4717907Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-01-24T00:48:57.8759151Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-01-24T00:49:07.7474956Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-01-24T00:49:08.1141069Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-01-24T00:49:08.5301417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-01-24T00:49:09.9110192Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-01-24T00:49:10.3678926Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-01-24T00:49:11.2354008Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-01-24T00:49:11.8462927Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-01-24T00:49:11.9448975Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-01-24T00:49:12.0236880Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-01-24T00:49:12.0962571Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-01-24T00:49:12.2376337Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-01-24T00:49:12.4542265Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2025-01-24T00:49:12.6246883Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-01-24T00:49:18.0214259Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-01-24T00:49:18.1424656Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2025-01-24T00:49:20.6236333Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2025-01-24T00:49:20.7679826Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2025-01-24T00:49:21.1334749Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-01-24T00:49:21.4556876Z Submodule path 'third_party/cudnn_frontend': checked out 'ee971b18ee428ff55b444ac93876cfbd377d304f' 2025-01-24T00:49:24.7430522Z Submodule path 'third_party/cutlass': checked out 'bf9da7b76c766d7ee7d536afc77880a4ef1f1156' 2025-01-24T00:49:25.8405177Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2025-01-24T00:49:26.1694701Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2025-01-24T00:49:26.1861297Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:49:26.1862545Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:49:26.1863562Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:49:26.1864642Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:49:26.1865859Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:49:27.4900841Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2025-01-24T00:49:28.5316364Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2025-01-24T00:49:31.9492959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2025-01-24T00:49:33.2952372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2025-01-24T00:49:33.7782169Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2025-01-24T00:49:34.2044484Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2025-01-24T00:49:34.5588496Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2025-01-24T00:49:37.0014825Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2025-01-24T00:49:37.2445894Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2025-01-24T00:49:37.3299775Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2025-01-24T00:49:38.0656045Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2025-01-24T00:49:38.4600355Z Submodule path 'third_party/fmt': checked out 'e3ddede6c4ee818825c4e5a6dfa1d384860c27d9' 2025-01-24T00:49:39.0010110Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-01-24T00:49:39.1576040Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2025-01-24T00:49:39.3408463Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2025-01-24T00:49:39.4157594Z Submodule path 'third_party/ideep': checked out 'e026f3b0318087fe19e2b062e8edf55bfe7a522c' 2025-01-24T00:49:39.4266298Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-01-24T00:49:51.3011417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-01-24T00:49:53.5070319Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2025-01-24T00:49:53.6259472Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2025-01-24T00:49:53.9869382Z Submodule path 'third_party/kineto': checked out 'bc1616a65cfe552516ce62f81ead48e45c85e18c' 2025-01-24T00:49:54.0002908Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:49:54.0004131Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:49:54.0005354Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:49:55.1859132Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-01-24T00:49:56.8375810Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-01-24T00:49:58.2219516Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-01-24T00:49:58.5067893Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-01-24T00:49:58.5303046Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:49:58.5304219Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:49:58.5305382Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:49:58.5306571Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:49:58.5307762Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:49:58.5309009Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:49:58.5310266Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:49:58.5311446Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:50:00.2665024Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-01-24T00:50:00.8522469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-01-24T00:50:03.1519273Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-01-24T00:50:03.7528581Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-01-24T00:50:04.5109717Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-01-24T00:50:05.8719434Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-01-24T00:50:13.1013105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-01-24T00:50:13.5346816Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-01-24T00:50:14.1248039Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-01-24T00:50:14.2425337Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-01-24T00:50:14.4017995Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-01-24T00:50:14.4982665Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-01-24T00:50:14.5082814Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:50:15.0451928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-01-24T00:50:15.1050062Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-01-24T00:50:15.2119261Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-01-24T00:50:15.3951175Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-01-24T00:50:15.8177582Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-01-24T00:50:15.9174699Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-01-24T00:50:16.0541626Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-01-24T00:50:16.2687549Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-01-24T00:50:16.5192937Z Submodule path 'third_party/kleidiai': checked out '202603f38a9df9d2ded89f12b41ded621c71d4ea' 2025-01-24T00:50:16.6846454Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2025-01-24T00:50:16.8245787Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2025-01-24T00:50:17.2653020Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2025-01-24T00:50:20.2270999Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2025-01-24T00:50:20.2386440Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-01-24T00:50:21.6141899Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-01-24T00:50:21.8883948Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2025-01-24T00:50:22.6282884Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-01-24T00:50:22.6502249Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:50:22.6503462Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:50:22.6504577Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:50:22.6505798Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:50:22.6507188Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:50:22.6508645Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:50:22.6509986Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:50:22.6511120Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:50:23.3338123Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-01-24T00:50:24.7087003Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-01-24T00:50:25.2149350Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-01-24T00:50:32.2042942Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-01-24T00:50:32.6719932Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-01-24T00:50:33.0742041Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-01-24T00:50:33.5895610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-01-24T00:50:41.3641127Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-01-24T00:50:41.4767288Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-01-24T00:50:41.6801769Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-01-24T00:50:41.7659240Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-01-24T00:50:42.2323445Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-01-24T00:50:42.3211940Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-01-24T00:50:42.4318209Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-01-24T00:50:42.5580475Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-01-24T00:50:42.5695174Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:50:42.5696666Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:50:44.6295590Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-01-24T00:50:45.9217467Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-01-24T00:50:46.6955447Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-01-24T00:50:46.8943823Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-01-24T00:50:51.9044955Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-01-24T00:50:51.9856025Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2025-01-24T00:50:53.1754151Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-01-24T00:50:53.1870469Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:50:53.1871705Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-01-24T00:50:54.0171690Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-01-24T00:50:55.3375701Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-01-24T00:50:55.4159504Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-01-24T00:50:55.8742442Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-01-24T00:50:55.9565518Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-01-24T00:50:56.1723574Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-01-24T00:50:56.4025106Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-01-24T00:50:56.5356528Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-01-24T00:50:56.7133740Z Submodule path 'third_party/sleef': checked out '56e1f79cb140fb9326d612d0be06b5250565cade' 2025-01-24T00:50:56.8814753Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-01-24T00:50:56.8969876Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:50:56.8971009Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:50:56.8972038Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:50:56.8973074Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:50:58.5930439Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-01-24T00:50:59.0302332Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-01-24T00:51:01.1004884Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-01-24T00:51:02.4827188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-01-24T00:51:02.6812823Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-01-24T00:51:02.7910238Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-01-24T00:51:03.0423742Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-01-24T00:51:03.2610452Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-01-24T00:51:03.2707039Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:03.7470684Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-01-24T00:51:03.8151038Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-01-24T00:51:03.8378689Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-01-24T00:51:04.1589831Z Entering 'android/libs/fbjni' 2025-01-24T00:51:04.1940879Z Entering 'third_party/FP16' 2025-01-24T00:51:04.2297930Z Entering 'third_party/FXdiv' 2025-01-24T00:51:04.2631638Z Entering 'third_party/NNPACK' 2025-01-24T00:51:04.2983738Z Entering 'third_party/NVTX' 2025-01-24T00:51:04.3375859Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:51:04.3725866Z Entering 'third_party/XNNPACK' 2025-01-24T00:51:04.4084662Z Entering 'third_party/benchmark' 2025-01-24T00:51:04.4456083Z Entering 'third_party/composable_kernel' 2025-01-24T00:51:04.4825334Z Entering 'third_party/cpp-httplib' 2025-01-24T00:51:04.5182040Z Entering 'third_party/cpuinfo' 2025-01-24T00:51:04.5590422Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:51:04.5944987Z Entering 'third_party/cutlass' 2025-01-24T00:51:04.6324946Z Entering 'third_party/eigen' 2025-01-24T00:51:04.6676295Z Entering 'third_party/fbgemm' 2025-01-24T00:51:04.7054611Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:51:04.7445764Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:51:04.7809398Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:51:04.8172398Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:51:04.8531476Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:51:04.8891893Z Entering 'third_party/flatbuffers' 2025-01-24T00:51:04.9253067Z Entering 'third_party/fmt' 2025-01-24T00:51:04.9600163Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:51:04.9953116Z Entering 'third_party/gloo' 2025-01-24T00:51:05.0296058Z Entering 'third_party/googletest' 2025-01-24T00:51:05.0645958Z Entering 'third_party/ideep' 2025-01-24T00:51:05.0991270Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:51:05.1377779Z Entering 'third_party/ittapi' 2025-01-24T00:51:05.1722179Z Entering 'third_party/kineto' 2025-01-24T00:51:05.2107169Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:51:05.2464804Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:05.2823025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:05.3172376Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:05.3529222Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:05.3863285Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:05.4238877Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:05.4604898Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:05.4982085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:05.5332482Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:05.5708644Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:51:05.6060801Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:51:05.6431190Z Entering 'third_party/kleidiai' 2025-01-24T00:51:05.6777769Z Entering 'third_party/mimalloc' 2025-01-24T00:51:05.7162753Z Entering 'third_party/nccl/nccl' 2025-01-24T00:51:05.7508329Z Entering 'third_party/nlohmann' 2025-01-24T00:51:05.7848227Z Entering 'third_party/onnx' 2025-01-24T00:51:05.8185713Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:05.8577756Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:51:05.8915216Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:05.9271784Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:05.9627090Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:05.9991550Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:06.0351926Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:06.0729998Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:06.1087891Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:06.1424164Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:06.1790581Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:06.2158288Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:06.2548940Z Entering 'third_party/pocketfft' 2025-01-24T00:51:06.2891496Z Entering 'third_party/protobuf' 2025-01-24T00:51:06.3229867Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:06.3662286Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:06.4035657Z Entering 'third_party/psimd' 2025-01-24T00:51:06.4391354Z Entering 'third_party/pthreadpool' 2025-01-24T00:51:06.4735883Z Entering 'third_party/pybind11' 2025-01-24T00:51:06.5089808Z Entering 'third_party/python-peachpy' 2025-01-24T00:51:06.5429964Z Entering 'third_party/sleef' 2025-01-24T00:51:06.5807422Z Entering 'third_party/tensorpipe' 2025-01-24T00:51:06.6137529Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:51:06.6516429Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:51:06.6876978Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:51:06.7229502Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:51:06.7568924Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:06.8027638Z ##[endgroup] 2025-01-24T00:51:06.8028609Z ##[group]Persisting credentials for submodules 2025-01-24T00:51:06.8041645Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :\"" 2025-01-24T00:51:07.1707881Z Entering 'android/libs/fbjni' 2025-01-24T00:51:07.2268516Z Entering 'third_party/FP16' 2025-01-24T00:51:07.2822456Z Entering 'third_party/FXdiv' 2025-01-24T00:51:07.3378032Z Entering 'third_party/NNPACK' 2025-01-24T00:51:07.3922664Z Entering 'third_party/NVTX' 2025-01-24T00:51:07.4500637Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:51:07.5048025Z Entering 'third_party/XNNPACK' 2025-01-24T00:51:07.5630096Z Entering 'third_party/benchmark' 2025-01-24T00:51:07.6204915Z Entering 'third_party/composable_kernel' 2025-01-24T00:51:07.6763735Z Entering 'third_party/cpp-httplib' 2025-01-24T00:51:07.7320811Z Entering 'third_party/cpuinfo' 2025-01-24T00:51:07.7857699Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:51:07.8468797Z Entering 'third_party/cutlass' 2025-01-24T00:51:07.9028976Z Entering 'third_party/eigen' 2025-01-24T00:51:07.9590075Z Entering 'third_party/fbgemm' 2025-01-24T00:51:08.0139341Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:51:08.0690854Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:51:08.1252088Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:51:08.1855132Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:51:08.2409214Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:51:08.2986101Z Entering 'third_party/flatbuffers' 2025-01-24T00:51:08.3545365Z Entering 'third_party/fmt' 2025-01-24T00:51:08.4130024Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:51:08.4687258Z Entering 'third_party/gloo' 2025-01-24T00:51:08.5255996Z Entering 'third_party/googletest' 2025-01-24T00:51:08.5809482Z Entering 'third_party/ideep' 2025-01-24T00:51:08.6359255Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:51:08.6994480Z Entering 'third_party/ittapi' 2025-01-24T00:51:08.7566539Z Entering 'third_party/kineto' 2025-01-24T00:51:08.8107748Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:51:08.8657448Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:08.9234986Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:08.9804927Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:09.0379608Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:09.0928623Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:09.1501178Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:09.2087912Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:09.2694902Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:09.3257160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:09.3845181Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:51:09.4387266Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:51:09.4968452Z Entering 'third_party/kleidiai' 2025-01-24T00:51:09.5513462Z Entering 'third_party/mimalloc' 2025-01-24T00:51:09.6092218Z Entering 'third_party/nccl/nccl' 2025-01-24T00:51:09.6634542Z Entering 'third_party/nlohmann' 2025-01-24T00:51:09.7194078Z Entering 'third_party/onnx' 2025-01-24T00:51:09.7750094Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:09.8331798Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:51:09.8872842Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:09.9422062Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:09.9973675Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:10.0545842Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:10.1119074Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:10.1700454Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:10.2246436Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:10.2786730Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:10.3346373Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:10.3978480Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:10.4570253Z Entering 'third_party/pocketfft' 2025-01-24T00:51:10.5106779Z Entering 'third_party/protobuf' 2025-01-24T00:51:10.5633966Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:10.6205821Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:10.6760213Z Entering 'third_party/psimd' 2025-01-24T00:51:10.7303107Z Entering 'third_party/pthreadpool' 2025-01-24T00:51:10.7851346Z Entering 'third_party/pybind11' 2025-01-24T00:51:10.8414712Z Entering 'third_party/python-peachpy' 2025-01-24T00:51:10.8974970Z Entering 'third_party/sleef' 2025-01-24T00:51:10.9527530Z Entering 'third_party/tensorpipe' 2025-01-24T00:51:11.0109213Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:51:11.0668042Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:51:11.1218088Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:51:11.1810360Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:51:11.2337071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:11.3067067Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url\"" 2025-01-24T00:51:11.6451206Z Entering 'android/libs/fbjni' 2025-01-24T00:51:11.6986970Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-01-24T00:51:11.7113188Z Entering 'third_party/FP16' 2025-01-24T00:51:11.7653535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-01-24T00:51:11.7779726Z Entering 'third_party/FXdiv' 2025-01-24T00:51:11.8316456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-01-24T00:51:11.8441424Z Entering 'third_party/NNPACK' 2025-01-24T00:51:11.8963456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-01-24T00:51:11.9086699Z Entering 'third_party/NVTX' 2025-01-24T00:51:11.9623091Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-01-24T00:51:11.9755168Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:51:12.0278947Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-01-24T00:51:12.0420737Z Entering 'third_party/XNNPACK' 2025-01-24T00:51:12.0967193Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-01-24T00:51:12.1115059Z Entering 'third_party/benchmark' 2025-01-24T00:51:12.1645426Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:51:12.1775885Z Entering 'third_party/composable_kernel' 2025-01-24T00:51:12.2351151Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-01-24T00:51:12.2496146Z Entering 'third_party/cpp-httplib' 2025-01-24T00:51:12.3102871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-01-24T00:51:12.3254043Z Entering 'third_party/cpuinfo' 2025-01-24T00:51:12.3794775Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T00:51:12.3945634Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:51:12.4483026Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-01-24T00:51:12.4608172Z Entering 'third_party/cutlass' 2025-01-24T00:51:12.5137033Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-01-24T00:51:12.5274705Z Entering 'third_party/eigen' 2025-01-24T00:51:12.5796529Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2025-01-24T00:51:12.5923676Z Entering 'third_party/fbgemm' 2025-01-24T00:51:12.6450461Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-01-24T00:51:12.6564781Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:51:12.7125601Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2025-01-24T00:51:12.7251856Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:51:12.7791838Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2025-01-24T00:51:12.7915607Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:51:12.8463914Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2025-01-24T00:51:12.8598181Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:51:12.9105758Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:12.9230422Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:51:12.9750997Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2025-01-24T00:51:12.9895313Z Entering 'third_party/flatbuffers' 2025-01-24T00:51:13.0410401Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-01-24T00:51:13.0540482Z Entering 'third_party/fmt' 2025-01-24T00:51:13.1091767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-01-24T00:51:13.1217867Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:51:13.1742748Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-01-24T00:51:13.1873143Z Entering 'third_party/gloo' 2025-01-24T00:51:13.2402056Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-01-24T00:51:13.2548387Z Entering 'third_party/googletest' 2025-01-24T00:51:13.3086920Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:13.3216778Z Entering 'third_party/ideep' 2025-01-24T00:51:13.3733683Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-01-24T00:51:13.3845217Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:51:13.4378373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-01-24T00:51:13.4528244Z Entering 'third_party/ittapi' 2025-01-24T00:51:13.5056994Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-01-24T00:51:13.5207838Z Entering 'third_party/kineto' 2025-01-24T00:51:13.5763482Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-01-24T00:51:13.5874056Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:51:13.6409187Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-01-24T00:51:13.6543346Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:13.7099384Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-01-24T00:51:13.7228066Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:13.8211504Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-01-24T00:51:13.8340246Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:13.8904920Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-01-24T00:51:13.9032354Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:13.9578459Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-01-24T00:51:13.9697269Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:14.0255273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2025-01-24T00:51:14.0403544Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:14.0979558Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-01-24T00:51:14.1103638Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:14.1630266Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:14.1751988Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:14.2294083Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-01-24T00:51:14.2422863Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:14.2958104Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-01-24T00:51:14.3100249Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:51:14.3618595Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-01-24T00:51:14.3741785Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:51:14.4285570Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-01-24T00:51:14.4429165Z Entering 'third_party/kleidiai' 2025-01-24T00:51:14.4932169Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-01-24T00:51:14.5060385Z Entering 'third_party/mimalloc' 2025-01-24T00:51:14.5577947Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-01-24T00:51:14.5700871Z Entering 'third_party/nccl/nccl' 2025-01-24T00:51:14.6199664Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2025-01-24T00:51:14.6325077Z Entering 'third_party/nlohmann' 2025-01-24T00:51:14.6856494Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-01-24T00:51:14.6988740Z Entering 'third_party/onnx' 2025-01-24T00:51:14.7495129Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-01-24T00:51:14.7629362Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:14.8144813Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:51:14.8285985Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:51:14.8804627Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-01-24T00:51:14.8916783Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:14.9467892Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:51:14.9595491Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:15.0107881Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:15.0234186Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:15.0761040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-01-24T00:51:15.0890450Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:15.1410853Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-01-24T00:51:15.1541530Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:15.2064229Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-01-24T00:51:15.2190317Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:15.2743842Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-01-24T00:51:15.2866839Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:15.3394011Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-01-24T00:51:15.3513928Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:15.4040056Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-01-24T00:51:15.4165695Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:15.4697318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-01-24T00:51:15.4840957Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:15.5351578Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-01-24T00:51:15.5513060Z Entering 'third_party/pocketfft' 2025-01-24T00:51:15.6031479Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-01-24T00:51:15.6182204Z Entering 'third_party/protobuf' 2025-01-24T00:51:15.6711654Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-01-24T00:51:15.6826481Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:15.7349686Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-01-24T00:51:15.7475939Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:15.8010252Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:15.8162534Z Entering 'third_party/psimd' 2025-01-24T00:51:15.8674053Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-01-24T00:51:15.8796273Z Entering 'third_party/pthreadpool' 2025-01-24T00:51:15.9310365Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-01-24T00:51:15.9435712Z Entering 'third_party/pybind11' 2025-01-24T00:51:16.0001747Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:51:16.0153855Z Entering 'third_party/python-peachpy' 2025-01-24T00:51:16.0681728Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-01-24T00:51:16.0809559Z Entering 'third_party/sleef' 2025-01-24T00:51:16.1344981Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-01-24T00:51:16.1470108Z Entering 'third_party/tensorpipe' 2025-01-24T00:51:16.1983568Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-01-24T00:51:16.2100066Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:51:16.2660179Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-01-24T00:51:16.2784875Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:51:16.3371961Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-01-24T00:51:16.3494979Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:51:16.4013320Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-01-24T00:51:16.4142747Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:51:16.4675795Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-01-24T00:51:16.4791467Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:16.5349087Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-01-24T00:51:16.5944862Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-01-24T00:51:16.9362492Z Entering 'android/libs/fbjni' 2025-01-24T00:51:16.9741497Z Entering 'third_party/FP16' 2025-01-24T00:51:17.0101510Z Entering 'third_party/FXdiv' 2025-01-24T00:51:17.0462321Z Entering 'third_party/NNPACK' 2025-01-24T00:51:17.0818200Z Entering 'third_party/NVTX' 2025-01-24T00:51:17.1183752Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:51:17.1528145Z Entering 'third_party/XNNPACK' 2025-01-24T00:51:17.1923383Z Entering 'third_party/benchmark' 2025-01-24T00:51:17.2277253Z Entering 'third_party/composable_kernel' 2025-01-24T00:51:17.2626823Z Entering 'third_party/cpp-httplib' 2025-01-24T00:51:17.2968454Z Entering 'third_party/cpuinfo' 2025-01-24T00:51:17.3343940Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:51:17.3700605Z Entering 'third_party/cutlass' 2025-01-24T00:51:17.4065492Z Entering 'third_party/eigen' 2025-01-24T00:51:17.4411152Z Entering 'third_party/fbgemm' 2025-01-24T00:51:17.4766911Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:51:17.5139748Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:51:17.5487936Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:51:17.5841888Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:51:17.6178036Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:51:17.6541355Z Entering 'third_party/flatbuffers' 2025-01-24T00:51:17.6890516Z Entering 'third_party/fmt' 2025-01-24T00:51:17.7237268Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:51:17.7592334Z Entering 'third_party/gloo' 2025-01-24T00:51:17.7974156Z Entering 'third_party/googletest' 2025-01-24T00:51:17.8331239Z Entering 'third_party/ideep' 2025-01-24T00:51:17.8680618Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:51:17.9054929Z Entering 'third_party/ittapi' 2025-01-24T00:51:17.9406562Z Entering 'third_party/kineto' 2025-01-24T00:51:17.9747508Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:51:18.0098906Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:18.0463109Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:18.0817594Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:18.1169531Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:18.1507702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:18.1911716Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:18.2277730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:18.2643371Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:18.3026279Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:18.3398782Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:51:18.3754286Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:51:18.4120900Z Entering 'third_party/kleidiai' 2025-01-24T00:51:18.4487468Z Entering 'third_party/mimalloc' 2025-01-24T00:51:18.4865619Z Entering 'third_party/nccl/nccl' 2025-01-24T00:51:18.5209748Z Entering 'third_party/nlohmann' 2025-01-24T00:51:18.5557187Z Entering 'third_party/onnx' 2025-01-24T00:51:18.5916292Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:18.6294578Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:51:18.6648002Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:18.7006128Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:18.7367183Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:18.7719217Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:18.8069547Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:18.8437281Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:18.8803461Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:18.9132782Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:18.9507901Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:18.9913419Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:19.0308142Z Entering 'third_party/pocketfft' 2025-01-24T00:51:19.0679913Z Entering 'third_party/protobuf' 2025-01-24T00:51:19.1023179Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:19.1381594Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:19.1786859Z Entering 'third_party/psimd' 2025-01-24T00:51:19.2105055Z Entering 'third_party/pthreadpool' 2025-01-24T00:51:19.2473013Z Entering 'third_party/pybind11' 2025-01-24T00:51:19.2815600Z Entering 'third_party/python-peachpy' 2025-01-24T00:51:19.3158871Z Entering 'third_party/sleef' 2025-01-24T00:51:19.3492558Z Entering 'third_party/tensorpipe' 2025-01-24T00:51:19.3828078Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:51:19.4176758Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:51:19.4573830Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:51:19.4929557Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:51:19.5262516Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:19.5748772Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2025-01-24T00:51:19.9272265Z Entering 'android/libs/fbjni' 2025-01-24T00:51:19.9633674Z Entering 'third_party/FP16' 2025-01-24T00:51:19.9987482Z Entering 'third_party/FXdiv' 2025-01-24T00:51:20.0356081Z Entering 'third_party/NNPACK' 2025-01-24T00:51:20.0712250Z Entering 'third_party/NVTX' 2025-01-24T00:51:20.1064133Z Entering 'third_party/VulkanMemoryAllocator' 2025-01-24T00:51:20.1434094Z Entering 'third_party/XNNPACK' 2025-01-24T00:51:20.1805861Z Entering 'third_party/benchmark' 2025-01-24T00:51:20.2155982Z Entering 'third_party/composable_kernel' 2025-01-24T00:51:20.2532126Z Entering 'third_party/cpp-httplib' 2025-01-24T00:51:20.2897005Z Entering 'third_party/cpuinfo' 2025-01-24T00:51:20.3289459Z Entering 'third_party/cudnn_frontend' 2025-01-24T00:51:20.3640812Z Entering 'third_party/cutlass' 2025-01-24T00:51:20.4039973Z Entering 'third_party/eigen' 2025-01-24T00:51:20.4430649Z Entering 'third_party/fbgemm' 2025-01-24T00:51:20.4765711Z Entering 'third_party/fbgemm/third_party/asmjit' 2025-01-24T00:51:20.5128891Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2025-01-24T00:51:20.5494448Z Entering 'third_party/fbgemm/third_party/cutlass' 2025-01-24T00:51:20.5849541Z Entering 'third_party/fbgemm/third_party/googletest' 2025-01-24T00:51:20.6231995Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2025-01-24T00:51:20.6670403Z Entering 'third_party/flatbuffers' 2025-01-24T00:51:20.7056280Z Entering 'third_party/fmt' 2025-01-24T00:51:20.7419601Z Entering 'third_party/gemmlowp/gemmlowp' 2025-01-24T00:51:20.7770619Z Entering 'third_party/gloo' 2025-01-24T00:51:20.8114518Z Entering 'third_party/googletest' 2025-01-24T00:51:20.8477860Z Entering 'third_party/ideep' 2025-01-24T00:51:20.8812717Z Entering 'third_party/ideep/mkl-dnn' 2025-01-24T00:51:20.9189493Z Entering 'third_party/ittapi' 2025-01-24T00:51:20.9545776Z Entering 'third_party/kineto' 2025-01-24T00:51:20.9882826Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-01-24T00:51:21.0235619Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-01-24T00:51:21.0596721Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-01-24T00:51:21.0961658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-01-24T00:51:21.1632068Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-01-24T00:51:21.1998763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-01-24T00:51:21.2387503Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-01-24T00:51:21.2777976Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-01-24T00:51:21.3144520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-01-24T00:51:21.3520745Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-01-24T00:51:21.3903306Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-01-24T00:51:21.4263312Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-01-24T00:51:21.4664311Z Entering 'third_party/kleidiai' 2025-01-24T00:51:21.5025845Z Entering 'third_party/mimalloc' 2025-01-24T00:51:21.5380583Z Entering 'third_party/nccl/nccl' 2025-01-24T00:51:21.5725230Z Entering 'third_party/nlohmann' 2025-01-24T00:51:21.6079384Z Entering 'third_party/onnx' 2025-01-24T00:51:21.6450691Z Entering 'third_party/onnx/third_party/pybind11' 2025-01-24T00:51:21.6822088Z Entering 'third_party/opentelemetry-cpp' 2025-01-24T00:51:21.7165259Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-01-24T00:51:21.7539042Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-01-24T00:51:21.7908788Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-01-24T00:51:21.8265294Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-01-24T00:51:21.8664992Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-01-24T00:51:21.9029255Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-01-24T00:51:21.9390783Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-01-24T00:51:21.9723723Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-01-24T00:51:22.0084447Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-01-24T00:51:22.0462103Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-01-24T00:51:22.0844639Z Entering 'third_party/pocketfft' 2025-01-24T00:51:22.1191183Z Entering 'third_party/protobuf' 2025-01-24T00:51:22.1539688Z Entering 'third_party/protobuf/third_party/benchmark' 2025-01-24T00:51:22.1887285Z Entering 'third_party/protobuf/third_party/googletest' 2025-01-24T00:51:22.2269043Z Entering 'third_party/psimd' 2025-01-24T00:51:22.2625041Z Entering 'third_party/pthreadpool' 2025-01-24T00:51:22.2969245Z Entering 'third_party/pybind11' 2025-01-24T00:51:22.3308705Z Entering 'third_party/python-peachpy' 2025-01-24T00:51:22.3659646Z Entering 'third_party/sleef' 2025-01-24T00:51:22.4002014Z Entering 'third_party/tensorpipe' 2025-01-24T00:51:22.4349992Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-01-24T00:51:22.4719716Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-01-24T00:51:22.5085506Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-01-24T00:51:22.5433306Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-01-24T00:51:22.5793201Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-01-24T00:51:22.6262777Z ##[endgroup] 2025-01-24T00:51:22.6535264Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-01-24T00:51:22.6742508Z d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:51:22.7032182Z Prepare all required actions 2025-01-24T00:51:22.7104054Z ##[group]Run ./.github/actions/setup-win 2025-01-24T00:51:22.7104385Z with: 2025-01-24T00:51:22.7104742Z cuda-version: cpu 2025-01-24T00:51:22.7104938Z env: 2025-01-24T00:51:22.7105132Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:22.7105372Z ##[endgroup] 2025-01-24T00:51:22.7184059Z ##[group]Run set -euo pipefail 2025-01-24T00:51:22.7184368Z set -euo pipefail 2025-01-24T00:51:22.7184622Z function get_ec2_metadata() { 2025-01-24T00:51:22.7184977Z  # Pulled from instance metadata endpoint for EC2 2025-01-24T00:51:22.7185570Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-01-24T00:51:22.7186103Z  category=$1 2025-01-24T00:51:22.7186991Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-01-24T00:51:22.7187852Z } 2025-01-24T00:51:22.7188077Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-01-24T00:51:22.7188488Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-01-24T00:51:22.7188941Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-01-24T00:51:22.7189310Z echo "system info $(uname -a)" 2025-01-24T00:51:22.7208563Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:22.7208990Z env: 2025-01-24T00:51:22.7209178Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:22.7209410Z ##[endgroup] 2025-01-24T00:51:22.7875714Z ami-id: ami-0f193dcb92b822c69 2025-01-24T00:51:22.8279562Z instance-id: i-00ec15358c09e5870 2025-01-24T00:51:22.8635254Z instance-type: c5d.4xlarge 2025-01-24T00:51:22.8823274Z system info MSYS_NT-10.0-17763 EC2AMAZ-LDB17KL 3.5.4-395fda67.x86_64 2024-11-25 09:49 UTC x86_64 Msys 2025-01-24T00:51:22.8920718Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T00:51:22.8921764Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-01-24T00:51:22.8937972Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:51:22.8938493Z env: 2025-01-24T00:51:22.8938735Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:22.8938964Z ##[endgroup] 2025-01-24T00:51:23.2541616Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:51:23.2584562Z Finished 2025-01-24T00:51:23.2910158Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-01-24T00:51:23.2910660Z # Windows conda is baked into the AMI at this location 2025-01-24T00:51:23.2911072Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-01-24T00:51:23.2911403Z  2025-01-24T00:51:23.2911599Z { 2025-01-24T00:51:23.2911858Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-01-24T00:51:23.2912251Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-01-24T00:51:23.2912615Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-01-24T00:51:23.2912913Z } >> "${GITHUB_ENV}" 2025-01-24T00:51:23.2931582Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:23.2932011Z env: 2025-01-24T00:51:23.2932211Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:23.2932535Z ##[endgroup] 2025-01-24T00:51:23.3214656Z ##[group]Run set +e 2025-01-24T00:51:23.3214951Z set +e 2025-01-24T00:51:23.3215170Z set -x 2025-01-24T00:51:23.3215397Z  2025-01-24T00:51:23.3215662Z PYTHON3=$(${CONDA_RUN} which python3) 2025-01-24T00:51:23.3216011Z EXIT_CODE=$? 2025-01-24T00:51:23.3216216Z  2025-01-24T00:51:23.3218066Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T00:51:23.3218541Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-01-24T00:51:23.3219005Z  2025-01-24T00:51:23.3219221Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-01-24T00:51:23.3219796Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T00:51:23.3220133Z else 2025-01-24T00:51:23.3220655Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-01-24T00:51:23.3221446Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-01-24T00:51:23.3222201Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-01-24T00:51:23.3222853Z  # needed. In both cases, Python binary is just called python 2025-01-24T00:51:23.3223331Z  PYTHON=$(${CONDA_RUN} which python) 2025-01-24T00:51:23.3223669Z  EXIT_CODE=$? 2025-01-24T00:51:23.3223939Z  2025-01-24T00:51:23.3224143Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-01-24T00:51:23.3224672Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-01-24T00:51:23.3225134Z  2025-01-24T00:51:23.3225438Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-01-24T00:51:23.3225960Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-01-24T00:51:23.3226415Z  # here pointing to Python 2025-01-24T00:51:23.3226722Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-01-24T00:51:23.3226997Z  2025-01-24T00:51:23.3227204Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-01-24T00:51:23.3227535Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-01-24T00:51:23.3227833Z  else 2025-01-24T00:51:23.3228063Z  echo "Found no Python using ${CONDA_RUN}" 2025-01-24T00:51:23.3228365Z  fi 2025-01-24T00:51:23.3228551Z fi 2025-01-24T00:51:23.3249826Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:23.3250363Z env: 2025-01-24T00:51:23.3250588Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:23.3251016Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:23.3251626Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:23.3252137Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:23.3252585Z ##[endgroup] 2025-01-24T00:51:23.3491455Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-01-24T00:51:24.7713841Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-01-24T00:51:24.7714184Z + EXIT_CODE=0 2025-01-24T00:51:24.7714745Z + [[ 0 == \0 ]] 2025-01-24T00:51:24.7715211Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2025-01-24T00:51:24.7715838Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2025-01-24T00:51:24.7781337Z ++ dirname /c/Jenkins/Miniconda3/python3 2025-01-24T00:51:24.7846136Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-01-24T00:51:24.7846528Z + echo /c/Jenkins/Miniconda3 2025-01-24T00:51:24.7987217Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T00:51:24.7987838Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-01-24T00:51:24.7988308Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-01-24T00:51:24.8011078Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:24.8011511Z env: 2025-01-24T00:51:24.8011714Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:24.8012098Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:24.8012617Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:24.8013713Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:24.8014104Z ##[endgroup] 2025-01-24T00:51:24.8884514Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T00:51:24.8886362Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-01-24T00:51:24.8887171Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-01-24T00:51:24.8887684Z # that it doesn't interfere 2025-01-24T00:51:24.8888196Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-01-24T00:51:24.8903799Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:51:24.8904319Z env: 2025-01-24T00:51:24.8904556Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:24.8904989Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:24.8905569Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:24.8906097Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:24.8906529Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:24.8906877Z ##[endgroup] 2025-01-24T00:51:25.2542343Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:51:25.2585530Z Finished 2025-01-24T00:51:25.6398810Z ##[group]Run choco install handle -y 2025-01-24T00:51:25.6399144Z choco install handle -y 2025-01-24T00:51:25.6399430Z handle C:\actions-runner\_work\ 2025-01-24T00:51:25.6415267Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T00:51:25.6415729Z env: 2025-01-24T00:51:25.6415918Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:25.6416307Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:25.6416842Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:25.6417311Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:25.6417723Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:25.6418021Z ##[endgroup] 2025-01-24T00:51:25.9965665Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T00:51:26.0032250Z Finished 2025-01-24T00:51:26.6871840Z Chocolatey v2.4.0 2025-01-24T00:51:26.8216840Z Installing the following packages: 2025-01-24T00:51:26.8221564Z handle 2025-01-24T00:51:26.8225414Z By installing, you accept licenses for the packages. 2025-01-24T00:51:27.1547580Z handle v5.0.0 already installed. 2025-01-24T00:51:27.1548068Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-01-24T00:51:27.1635670Z 2025-01-24T00:51:27.1636072Z Chocolatey installed 0/1 packages. 2025-01-24T00:51:27.1636569Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-01-24T00:51:27.1639599Z 2025-01-24T00:51:27.1643239Z Warnings: 2025-01-24T00:51:27.1648994Z - handle - handle v5.0.0 already installed. 2025-01-24T00:51:27.1649507Z Use --force to reinstall, specify a version to install, or try upgrade. 2025-01-24T00:51:27.2338335Z 2025-01-24T00:51:27.2339048Z Nthandle v5.0 - Handle viewer 2025-01-24T00:51:27.2339468Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T00:51:27.2339819Z Sysinternals - www.sysinternals.com 2025-01-24T00:51:27.2340066Z 2025-01-24T00:51:27.2613231Z powershell.exe pid: 6208 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:51:27.2613876Z handle.exe pid: 4624 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:51:27.2614443Z handle.exe pid: 4788 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:51:27.2615262Z handle64.exe pid: 6932 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:51:27.2935249Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-01-24T00:51:27.2935690Z python3 .github/scripts/parse_ref.py 2025-01-24T00:51:27.2954577Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:27.2955008Z env: 2025-01-24T00:51:27.2955210Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:27.2955602Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:27.2956127Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:27.2956616Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:27.2957023Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:27.2957316Z ##[endgroup] 2025-01-24T00:51:27.3722422Z Prepare all required actions 2025-01-24T00:51:27.3762392Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-01-24T00:51:27.3762808Z with: 2025-01-24T00:51:27.3763302Z github-token: *** 2025-01-24T00:51:27.3763557Z env: 2025-01-24T00:51:27.3763771Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:27.3764200Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:27.3764794Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:27.3765296Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:27.3765745Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:27.3766084Z ##[endgroup] 2025-01-24T00:51:27.3854004Z ##[group]Run set -eux 2025-01-24T00:51:27.3854259Z set -eux 2025-01-24T00:51:27.3854676Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T00:51:27.3874247Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:27.3874667Z env: 2025-01-24T00:51:27.3874855Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:27.3875324Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:27.3875884Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:27.3876416Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:27.3876828Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:27.3877327Z GITHUB_TOKEN: *** 2025-01-24T00:51:27.3877528Z ##[endgroup] 2025-01-24T00:51:27.4058015Z + python3 .github/scripts/get_workflow_job_id.py 12940916563 i-00ec15358c09e5870 2025-01-24T00:51:28.2420407Z setting job-id=36096109090 2025-01-24T00:51:28.2420755Z setting job-name=win-vs2019-cpu-py3 / build 2025-01-24T00:51:28.2737253Z Prepare all required actions 2025-01-24T00:51:28.2737708Z Getting action download info 2025-01-24T00:51:28.3757221Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-01-24T00:51:28.5386089Z ##[group]Run ./.github/actions/filter-test-configs 2025-01-24T00:51:28.5386413Z with: 2025-01-24T00:51:28.5386775Z github-token: *** 2025-01-24T00:51:28.5387909Z 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-01-24T00:51:28.5389141Z job-name: win-vs2019-cpu-py3 / build 2025-01-24T00:51:28.5389413Z env: 2025-01-24T00:51:28.5389610Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:28.5390030Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:28.5390558Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:28.5391027Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:28.5391433Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:28.5391732Z ##[endgroup] 2025-01-24T00:51:28.5488356Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T00:51:28.5488641Z with: 2025-01-24T00:51:28.5488818Z shell: bash 2025-01-24T00:51:28.5489009Z timeout_minutes: 10 2025-01-24T00:51:28.5489404Z max_attempts: 5 2025-01-24T00:51:28.5489628Z retry_wait_seconds: 30 2025-01-24T00:51:28.5490377Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T00:51:28.5491175Z polling_interval_seconds: 1 2025-01-24T00:51:28.5491439Z warning_on_retry: true 2025-01-24T00:51:28.5491667Z continue_on_error: false 2025-01-24T00:51:28.5491912Z env: 2025-01-24T00:51:28.5492096Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:28.5492459Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:28.5492990Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:28.5493473Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:28.5493866Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:28.5494345Z GITHUB_TOKEN: *** 2025-01-24T00:51:28.5494559Z ##[endgroup] 2025-01-24T00:51:28.6669499Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-01-24T00:51:29.2148243Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2025-01-24T00:51:29.2153578Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2025-01-24T00:51:29.2283560Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2025-01-24T00:51:29.2290316Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.8.30) 2025-01-24T00:51:29.2303315Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-01-24T00:51:29.2318735Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-01-24T00:51:30.6541601Z Command completed after 1 attempt(s). 2025-01-24T00:51:30.6696525Z ##[group]Run set -x 2025-01-24T00:51:30.6696782Z set -x 2025-01-24T00:51:30.6696974Z  2025-01-24T00:51:30.6697333Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:51:30.6697796Z # in runner workspace 2025-01-24T00:51:30.6698150Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-01-24T00:51:30.6718522Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:30.6718991Z env: 2025-01-24T00:51:30.6719168Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:30.6719548Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:30.6720068Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:30.6720535Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:30.6720936Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:30.6721252Z ##[endgroup] 2025-01-24T00:51:30.6904767Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-01-24T00:51:30.7519638Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:51:30.7520029Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-01-24T00:51:30.7520342Z echo "Job name: ${JOB_NAME}" 2025-01-24T00:51:30.7520630Z  2025-01-24T00:51:30.7520974Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-01-24T00:51:30.7521420Z # in runner workspace 2025-01-24T00:51:30.7521812Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-01-24T00:51:30.7522249Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-01-24T00:51:30.7522606Z  --job-name "${JOB_NAME}" \ 2025-01-24T00:51:30.7522935Z  --test-matrix "{ include: [ 2025-01-24T00:51:30.7523398Z  { config: "default", shard: 1, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-01-24T00:51:30.7524213Z  { config: "default", shard: 2, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-01-24T00:51:30.7524878Z  { config: "default", shard: 3, num_shards: 3, runner: "lf.windows.4xlarge.nonephemeral" }, 2025-01-24T00:51:30.7525329Z ]} 2025-01-24T00:51:30.7525506Z " \ 2025-01-24T00:51:30.7525744Z  --selected-test-configs "" \ 2025-01-24T00:51:30.7526039Z  --pr-number "${PR_NUMBER}" \ 2025-01-24T00:51:30.7526316Z  --tag "${TAG}" \ 2025-01-24T00:51:30.7526655Z  --event-name "${EVENT_NAME}" \ 2025-01-24T00:51:30.7526938Z  --schedule "${SCHEDULE}" \ 2025-01-24T00:51:30.7527219Z  --branch "${HEAD_BRANCH}" 2025-01-24T00:51:30.7546808Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:30.7547253Z env: 2025-01-24T00:51:30.7547461Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:30.7547843Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:30.7548369Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:30.7548848Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:30.7549238Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:30.7549760Z GITHUB_TOKEN: *** 2025-01-24T00:51:30.7550003Z JOB_NAME: win-vs2019-cpu-py3 / build 2025-01-24T00:51:30.7550271Z PR_NUMBER: 145539 2025-01-24T00:51:30.7550482Z TAG: 2025-01-24T00:51:30.7550739Z EVENT_NAME: pull_request 2025-01-24T00:51:30.7551007Z SCHEDULE: 2025-01-24T00:51:30.7551199Z HEAD_BRANCH: 2025-01-24T00:51:30.7551387Z ##[endgroup] 2025-01-24T00:51:30.7739249Z Workflow: pull 2025-01-24T00:51:30.7739536Z Job name: win-vs2019-cpu-py3 / build 2025-01-24T00:51:31.0362685Z INFO:root:Found no test-config label on the PR, so all test configs are included 2025-01-24T00:51:31.1890180Z ##[group]Run echo "Filtered matrix:" 2025-01-24T00:51:31.1890493Z echo "Filtered matrix:" 2025-01-24T00:51:31.1892209Z 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-01-24T00:51:31.1893449Z  2025-01-24T00:51:31.1893626Z echo 2025-01-24T00:51:31.1893872Z echo "Is the current job unstable? False" 2025-01-24T00:51:31.1894177Z  2025-01-24T00:51:31.1894350Z echo 2025-01-24T00:51:31.1894584Z echo "Is keep-going label set? False" 2025-01-24T00:51:31.1894878Z  2025-01-24T00:51:31.1895039Z echo 2025-01-24T00:51:31.1895246Z echo "Renabled issues? " 2025-01-24T00:51:31.1914239Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:31.1914672Z env: 2025-01-24T00:51:31.1914877Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:31.1915326Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:31.1915895Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:31.1916386Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:31.1916789Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:31.1917074Z ##[endgroup] 2025-01-24T00:51:31.2096930Z Filtered matrix: 2025-01-24T00:51:31.2098063Z {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-01-24T00:51:31.2099155Z 2025-01-24T00:51:31.2099463Z Is the current job unstable? False 2025-01-24T00:51:31.2099663Z 2025-01-24T00:51:31.2099757Z Is keep-going label set? False 2025-01-24T00:51:31.2099933Z 2025-01-24T00:51:31.2100026Z Renabled issues? 2025-01-24T00:51:31.2215366Z Prepare all required actions 2025-01-24T00:51:31.2215796Z Getting action download info 2025-01-24T00:51:31.3410434Z ##[group]Run ./.github/actions/pytest-cache-download 2025-01-24T00:51:31.3410769Z with: 2025-01-24T00:51:31.3410968Z cache_dir: .pytest_cache 2025-01-24T00:51:31.3411224Z job_identifier: pull_win-vs2019-cpu-py3 2025-01-24T00:51:31.3411521Z s3_bucket: gha-artifacts 2025-01-24T00:51:31.3411749Z env: 2025-01-24T00:51:31.3411922Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:31.3412298Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:31.3412828Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:31.3413351Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:31.3413866Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:31.3414160Z ##[endgroup] 2025-01-24T00:51:31.3509757Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T00:51:31.3510110Z with: 2025-01-24T00:51:31.3510278Z shell: bash 2025-01-24T00:51:31.3510478Z timeout_minutes: 5 2025-01-24T00:51:31.3510699Z max_attempts: 5 2025-01-24T00:51:31.3510909Z retry_wait_seconds: 30 2025-01-24T00:51:31.3511219Z command: set -eu python3 -m pip install boto3==1.35.42 2025-01-24T00:51:31.3511579Z polling_interval_seconds: 1 2025-01-24T00:51:31.3511823Z warning_on_retry: true 2025-01-24T00:51:31.3512057Z continue_on_error: false 2025-01-24T00:51:31.3512289Z env: 2025-01-24T00:51:31.3512458Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:31.3512824Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:31.3513524Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:31.3513998Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:31.3514410Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:31.3514698Z ##[endgroup] 2025-01-24T00:51:32.6971244Z Collecting boto3==1.35.42 2025-01-24T00:51:32.6999962Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-01-24T00:51:32.7067864Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.99) 2025-01-24T00:51:32.7075077Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.0.1) 2025-01-24T00:51:32.7082257Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (0.10.1) 2025-01-24T00:51:32.7151334Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (2.9.0.post0) 2025-01-24T00:51:32.7163661Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.19) 2025-01-24T00:51:32.7226218Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.16.0) 2025-01-24T00:51:32.7443563Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-01-24T00:51:33.8294891Z Installing collected packages: boto3 2025-01-24T00:51:33.8296980Z Attempting uninstall: boto3 2025-01-24T00:51:33.8307509Z Found existing installation: boto3 1.35.33 2025-01-24T00:51:33.8463102Z Uninstalling boto3-1.35.33: 2025-01-24T00:51:33.8516408Z Successfully uninstalled boto3-1.35.33 2025-01-24T00:51:34.5469129Z Successfully installed boto3-1.35.42 2025-01-24T00:51:35.4703769Z Command completed after 1 attempt(s). 2025-01-24T00:51:35.4864549Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-01-24T00:51:35.4865104Z python3 .github/scripts/pytest_cache.py \ 2025-01-24T00:51:35.4865431Z  --download \ 2025-01-24T00:51:35.4867245Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-01-24T00:51:35.4867613Z  --pr_identifier $GITHUB_REF \ 2025-01-24T00:51:35.4867934Z  --job_identifier $JOB_IDENTIFIER \ 2025-01-24T00:51:35.4868235Z  --temp_dir $RUNNER_TEMP \ 2025-01-24T00:51:35.4868497Z  --repo $REPO \ 2025-01-24T00:51:35.4868734Z  --bucket $BUCKET \ 2025-01-24T00:51:35.4887863Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:35.4888289Z env: 2025-01-24T00:51:35.4888485Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:35.4888934Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:35.4889536Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:35.4890025Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:35.4890450Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:35.4890748Z CACHE_DIR: .pytest_cache 2025-01-24T00:51:35.4891025Z JOB_IDENTIFIER: pull_win-vs2019-cpu-py3 2025-01-24T00:51:35.4891321Z REPO: pytorch/pytorch 2025-01-24T00:51:35.4891540Z BUCKET: gha-artifacts 2025-01-24T00:51:35.4891763Z ##[endgroup] 2025-01-24T00:51:36.3612326Z PR identifier for `refs/pull/145539/merge` is `f9c84d07ed548895db5fdd66341ab6d6` 2025-01-24T00:51:36.3613944Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/pull/145539/merge', job_identifier='pull_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-01-24T00:51:36.3615845Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/f9c84d07ed548895db5fdd66341ab6d6/pull_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2025-01-24T00:51:36.4308701Z ##[group]Run .ci/pytorch/win-build.sh 2025-01-24T00:51:36.4309069Z .ci/pytorch/win-build.sh 2025-01-24T00:51:36.4327983Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T00:51:36.4328423Z env: 2025-01-24T00:51:36.4328610Z GIT_DEFAULT_BRANCH: main 2025-01-24T00:51:36.4329072Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:36.4329653Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:36.4330136Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:36.4330528Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:36.4330905Z PYTORCH_FINAL_PACKAGE_DIR: /c/12940916563/build-results/ 2025-01-24T00:51:36.4331248Z BRANCH: pull/145539 2025-01-24T00:51:36.4331491Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2025-01-24T00:51:36.4331775Z BUILD_WHEEL: 1 2025-01-24T00:51:36.4331989Z MAX_JOBS: 8 2025-01-24T00:51:36.4332213Z CUDA_VERSION: cpu 2025-01-24T00:51:36.4332419Z PYTHON_VERSION: 3.9 2025-01-24T00:51:36.4332659Z SCCACHE_BUCKET: ossci-compiler-cache 2025-01-24T00:51:36.4332963Z SCCACHE_S3_KEY_PREFIX: pull 2025-01-24T00:51:36.4333210Z SCCACHE_REGION: us-east-1 2025-01-24T00:51:36.4333453Z VC_PRODUCT: BuildTools 2025-01-24T00:51:36.4333675Z VC_VERSION: 2025-01-24T00:51:36.4333856Z VC_YEAR: 2019 2025-01-24T00:51:36.4334189Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T00:51:36.4334645Z AWS_DEFAULT_REGION: us-east-1 2025-01-24T00:51:36.4334918Z PR_NUMBER: 145539 2025-01-24T00:51:36.4335182Z SHA1: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:51:36.4335482Z DEBUG: 0 2025-01-24T00:51:36.4335666Z TORCH_CUDA_ARCH_LIST: 8.6 2025-01-24T00:51:36.4335893Z USE_CUDA: 0 2025-01-24T00:51:36.4336079Z USE_XPU: 0 2025-01-24T00:51:36.4336255Z XPU_VERSION: 2025-01-24T00:51:36.4336619Z OUR_GITHUB_JOB_ID: 36096109090 2025-01-24T00:51:36.4336874Z ##[endgroup] 2025-01-24T00:51:36.5032483Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2025-01-24T00:51:36.5032827Z ++ BUILD_TEST_LIBTORCH=0 2025-01-24T00:51:36.5033258Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-01-24T00:51:36.5035524Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2025-01-24T00:51:36.5035933Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:51:36.5036418Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:51:36.5091380Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:51:36.5184379Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-01-24T00:51:36.5184796Z + export TMP_DIR_WIN 2025-01-24T00:51:36.5185112Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/12940916563/build-results/ 2025-01-24T00:51:36.5185538Z + PYTORCH_FINAL_PACKAGE_DIR=/c/12940916563/build-results/ 2025-01-24T00:51:36.5185920Z + [[ -n /c/12940916563/build-results/ ]] 2025-01-24T00:51:36.5186223Z + mkdir -p /c/12940916563/build-results/ 2025-01-24T00:51:36.5308083Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:51:36.5308821Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:51:36.5309308Z + set +ex 2025-01-24T00:51:37.4003642Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T00:51:37.4185764Z 2025-01-24T00:51:37.4186527Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-01-24T00:51:37.4189421Z 2025-01-24T00:51:37.4193977Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T00:51:37.4196554Z 2025-01-24T00:51:37.4197098Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T00:51:37.4197727Z 2025-01-24T00:51:37.4198273Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-01-24T00:51:37.4206423Z 2025-01-24T00:51:37.4206952Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-01-24T00:51:37.4207393Z echo skip magma installation for cpu builds 2025-01-24T00:51:37.4207742Z exit /b 0 2025-01-24T00:51:37.4207935Z ) 2025-01-24T00:51:37.4208146Z skip magma installation for cpu builds 2025-01-24T00:51:37.4210905Z 2025-01-24T00:51:37.4211157Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T00:51:37.4212088Z 2025-01-24T00:51:37.4212373Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T00:51:37.4213527Z 2025-01-24T00:51:37.4214228Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-01-24T00:51:37.4223300Z 2025-01-24T00:51:37.4223721Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-01-24T00:51:37.4230698Z 2025-01-24T00:51:37.4230932Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-01-24T00:51:37.4231422Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-01-24T00:51:37.4232080Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-01-24T00:51:37.4232584Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-01-24T00:51:37.4233037Z ) 2025-01-24T00:51:37.4234307Z if "win-vs2019-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-01-24T00:51:37.4235613Z ) 2025-01-24T00:51:38.7750198Z Completed 256.0 KiB/18.8 MiB (692.1 KiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7758182Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7760915Z Completed 768.0 KiB/18.8 MiB (2.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7768709Z Completed 1.0 MiB/18.8 MiB (2.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7781541Z Completed 1.2 MiB/18.8 MiB (3.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7788479Z Completed 1.5 MiB/18.8 MiB (4.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7791191Z Completed 1.8 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7797976Z Completed 2.0 MiB/18.8 MiB (5.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7810795Z Completed 2.2 MiB/18.8 MiB (6.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7816273Z Completed 2.5 MiB/18.8 MiB (6.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7823517Z Completed 2.8 MiB/18.8 MiB (7.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7831744Z Completed 3.0 MiB/18.8 MiB (8.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7837940Z Completed 3.2 MiB/18.8 MiB (8.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7841397Z Completed 3.5 MiB/18.8 MiB (9.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7849290Z Completed 3.8 MiB/18.8 MiB (10.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7853700Z Completed 4.0 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7860933Z Completed 4.2 MiB/18.8 MiB (11.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7868034Z Completed 4.5 MiB/18.8 MiB (12.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7874921Z Completed 4.8 MiB/18.8 MiB (12.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7878775Z Completed 5.0 MiB/18.8 MiB (13.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7883119Z Completed 5.2 MiB/18.8 MiB (13.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7889582Z Completed 5.5 MiB/18.8 MiB (14.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7897379Z Completed 5.8 MiB/18.8 MiB (15.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7901485Z Completed 6.0 MiB/18.8 MiB (15.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7907359Z Completed 6.2 MiB/18.8 MiB (16.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7913718Z Completed 6.5 MiB/18.8 MiB (16.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7915849Z Completed 6.8 MiB/18.8 MiB (17.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7921886Z Completed 7.0 MiB/18.8 MiB (18.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7928225Z Completed 7.2 MiB/18.8 MiB (18.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7933821Z Completed 7.5 MiB/18.8 MiB (19.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7939240Z Completed 7.8 MiB/18.8 MiB (20.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7941759Z Completed 8.0 MiB/18.8 MiB (20.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7946790Z Completed 8.2 MiB/18.8 MiB (21.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7952940Z Completed 8.5 MiB/18.8 MiB (22.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7966480Z Completed 8.8 MiB/18.8 MiB (22.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7978801Z Completed 9.0 MiB/18.8 MiB (23.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.7986003Z Completed 9.2 MiB/18.8 MiB (23.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8011019Z Completed 9.5 MiB/18.8 MiB (24.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8014176Z Completed 9.8 MiB/18.8 MiB (24.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8026186Z Completed 10.0 MiB/18.8 MiB (25.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8039043Z Completed 10.2 MiB/18.8 MiB (25.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8041826Z Completed 10.5 MiB/18.8 MiB (26.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8057867Z Completed 10.8 MiB/18.8 MiB (26.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8073409Z Completed 11.0 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8083858Z Completed 11.2 MiB/18.8 MiB (27.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8095232Z Completed 11.5 MiB/18.8 MiB (28.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8129441Z Completed 11.8 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8134503Z Completed 12.0 MiB/18.8 MiB (29.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8139764Z Completed 12.2 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8149696Z Completed 12.5 MiB/18.8 MiB (30.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8158011Z Completed 12.8 MiB/18.8 MiB (31.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8166440Z Completed 13.0 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8172889Z Completed 13.2 MiB/18.8 MiB (32.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8180132Z Completed 13.5 MiB/18.8 MiB (32.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8189150Z Completed 13.8 MiB/18.8 MiB (33.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8196226Z Completed 14.0 MiB/18.8 MiB (33.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8203750Z Completed 14.2 MiB/18.8 MiB (34.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8210336Z Completed 14.5 MiB/18.8 MiB (34.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8216598Z Completed 14.8 MiB/18.8 MiB (35.4 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8222766Z Completed 15.0 MiB/18.8 MiB (36.0 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8229540Z Completed 15.2 MiB/18.8 MiB (36.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8235527Z Completed 15.5 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8242276Z Completed 15.8 MiB/18.8 MiB (37.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8249525Z Completed 16.0 MiB/18.8 MiB (38.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8468049Z Completed 16.2 MiB/18.8 MiB (38.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8502429Z Completed 16.5 MiB/18.8 MiB (37.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8534239Z Completed 16.8 MiB/18.8 MiB (37.5 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8552458Z Completed 17.0 MiB/18.8 MiB (37.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8578338Z Completed 17.2 MiB/18.8 MiB (38.2 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8595284Z Completed 17.5 MiB/18.8 MiB (38.6 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8612501Z Completed 17.8 MiB/18.8 MiB (38.9 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8630718Z Completed 18.0 MiB/18.8 MiB (39.3 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8648627Z Completed 18.2 MiB/18.8 MiB (39.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8658755Z Completed 18.5 MiB/18.8 MiB (40.1 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8666954Z Completed 18.8 MiB/18.8 MiB (40.7 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8674675Z Completed 18.8 MiB/18.8 MiB (40.8 MiB/s) with 1 file(s) remaining 2025-01-24T00:51:38.8675226Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-01-24T00:51:38.9700909Z 2025-01-24T00:51:38.9701471Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T00:51:38.9702086Z 2025-01-24T00:51:38.9702584Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T00:51:38.9704158Z 2025-01-24T00:51:38.9704436Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-01-24T00:51:38.9704783Z set CUDA_VERSION=xpu 2025-01-24T00:51:38.9705318Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-01-24T00:51:38.9705910Z if errorlevel 1 exit /b 1 2025-01-24T00:51:38.9706151Z ) 2025-01-24T00:51:38.9706347Z 2025-01-24T00:51:38.9706982Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-01-24T00:51:38.9717595Z 2025-01-24T00:51:38.9718276Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-01-24T00:51:38.9721119Z 2025-01-24T00:51:38.9721748Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-01-24T00:51:38.9724033Z 2025-01-24T00:51:38.9724500Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-01-24T00:51:38.9725545Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2025-01-24T00:51:38.9726508Z if errorlevel 1 exit /b 2025-01-24T00:51:38.9726754Z if not errorlevel 0 exit /b 2025-01-24T00:51:38.9727630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2025-01-24T00:51:38.9728441Z if errorlevel 1 exit /b 2025-01-24T00:51:38.9728922Z if not errorlevel 0 exit /b 2025-01-24T00:51:38.9729167Z ) 2025-01-24T00:51:38.9729259Z 2025-01-24T00:51:38.9729609Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-01-24T00:51:40.2024142Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-01-24T00:51:40.2032326Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2025-01-24T00:51:40.2067134Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2025-01-24T00:51:40.2093821Z Requirement already satisfied: intel-openmp==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.4.0) 2025-01-24T00:51:40.2100550Z Requirement already satisfied: tbb==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.13.1) 2025-01-24T00:51:41.3286372Z ********************************************************************** 2025-01-24T00:51:41.3286825Z ** Visual Studio 2019 Developer Command Prompt v16.11.42 2025-01-24T00:51:41.3287263Z ** Copyright (c) 2021 Microsoft Corporation 2025-01-24T00:51:41.3287580Z ********************************************************************** 2025-01-24T00:51:41.7207539Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-01-24T00:51:41.7241230Z 2025-01-24T00:51:41.7241411Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-01-24T00:51:41.7245198Z 2025-01-24T00:51:41.7245563Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-01-24T00:51:41.7247980Z 2025-01-24T00:51:41.7248243Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-01-24T00:51:41.7250588Z 2025-01-24T00:51:41.7258428Z (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-01-24T00:51:41.7266819Z 2025-01-24T00:51:41.7267961Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T00:51:41.7268476Z 2025-01-24T00:51:41.7268720Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-01-24T00:51:41.7269102Z 2025-01-24T00:51:41.7269373Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T00:51:41.7269782Z 2025-01-24T00:51:41.7270000Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T00:51:41.7369591Z Stopping sccache server... 2025-01-24T00:51:42.7404875Z sccache: error: couldn't connect to server 2025-01-24T00:51:42.7407213Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-01-24T00:51:42.7431063Z 2025-01-24T00:51:42.7431529Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-01-24T00:51:42.7523029Z sccache: Starting the server... 2025-01-24T00:51:42.8706679Z 2025-01-24T00:51:42.8707361Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-01-24T00:51:42.8839711Z Compile requests 0 2025-01-24T00:51:42.8840045Z Compile requests executed 0 2025-01-24T00:51:42.8840335Z Cache hits 0 2025-01-24T00:51:42.8840596Z Cache misses 0 2025-01-24T00:51:42.8840871Z Cache timeouts 0 2025-01-24T00:51:42.8841143Z Cache read errors 0 2025-01-24T00:51:42.8841457Z Forced recaches 0 2025-01-24T00:51:42.8841773Z Cache write errors 0 2025-01-24T00:51:42.8842099Z Compilation failures 0 2025-01-24T00:51:42.8842397Z Cache errors 0 2025-01-24T00:51:42.8842734Z Non-cacheable compilations 0 2025-01-24T00:51:42.8843059Z Non-cacheable calls 0 2025-01-24T00:51:42.8843378Z Non-compilation calls 0 2025-01-24T00:51:42.8843688Z Unsupported compiler calls 0 2025-01-24T00:51:42.8844312Z Average cache write 0.000 s 2025-01-24T00:51:42.8844648Z Average compiler 0.000 s 2025-01-24T00:51:42.8844988Z Average cache read hit 0.000 s 2025-01-24T00:51:42.8845338Z Failed distributed compilations 0 2025-01-24T00:51:42.8845809Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-01-24T00:51:42.8846263Z Version (client) 0.7.4 2025-01-24T00:51:42.8879177Z 2025-01-24T00:51:42.8879842Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T00:51:42.8881688Z 2025-01-24T00:51:42.8882008Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T00:51:42.8884208Z 2025-01-24T00:51:42.8884492Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-01-24T00:51:42.8888725Z 2025-01-24T00:51:42.8888989Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-01-24T00:51:42.8889422Z 2025-01-24T00:51:42.8889637Z 2025-01-24T00:51:42.8889839Z 2025-01-24T00:51:42.8890619Z curl -kL https://github.com/peterjc123/randomtemp-rust/releases/download/v0.4/randomtemp.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe 2025-01-24T00:51:42.8891478Z if errorlevel 1 goto fail 2025-01-24T00:51:42.8891752Z if not errorlevel 0 goto fail 2025-01-24T00:51:42.8892941Z echo @"C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\randomtemp.exe" "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-01-24T00:51:42.8894276Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:51:42.8894911Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-01-24T00:51:42.8896032Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-01-24T00:51:42.8897253Z set CMAKE_CUDA_COMPILER_LAUNCHER=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/randomtemp.exe;C:/actions-runner/_work/pytorch/pytorch/build/win_tmp\bin\sccache.exe 2025-01-24T00:51:42.8898077Z ) 2025-01-24T00:51:42.8898173Z 2025-01-24T00:51:42.8898304Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-01-24T00:51:42.8898650Z ALLUSERSPROFILE=C:\ProgramData 2025-01-24T00:51:42.8899047Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-01-24T00:51:42.8899490Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-01-24T00:51:42.8899796Z AWS_DEFAULT_REGION=us-east-1 2025-01-24T00:51:42.8900039Z AWS_EXECUTION_ENV=EC2 2025-01-24T00:51:42.8900248Z BRANCH=pull/145539 2025-01-24T00:51:42.8900477Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2025-01-24T00:51:42.8900754Z BUILD_TYPE=release 2025-01-24T00:51:42.8900956Z BUILD_WHEEL=1 2025-01-24T00:51:42.8901146Z CI=true 2025-01-24T00:51:42.8901332Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-01-24T00:51:42.8901614Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-01-24T00:51:42.8901873Z CMAKE_GENERATOR=Ninja 2025-01-24T00:51:42.8902091Z CommandPromptType=Native 2025-01-24T00:51:42.8902383Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-01-24T00:51:42.8902720Z COMPUTERNAME=EC2AMAZ-LDB17KL 2025-01-24T00:51:42.8902970Z COMSPEC=C:\Windows\system32\cmd.exe 2025-01-24T00:51:42.8903345Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T00:51:42.8903729Z CONDA_DEFAULT_ENV=base 2025-01-24T00:51:42.8903997Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-01-24T00:51:42.8904398Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T00:51:42.8904763Z CONDA_PARENT_DIR=C:\Jenkins 2025-01-24T00:51:42.8905059Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-01-24T00:51:42.8905356Z CONDA_PROMPT_MODIFIER=(base) 2025-01-24T00:51:42.8905876Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-01-24T00:51:42.8906326Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T00:51:42.8906732Z CONDA_SHLVL=1 2025-01-24T00:51:42.8907039Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T00:51:42.8907519Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2025-01-24T00:51:42.8908008Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2025-01-24T00:51:42.8908500Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2025-01-24T00:51:42.8908982Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-01-24T00:51:42.8909362Z CUDA_VERSION=cpu 2025-01-24T00:51:42.8909602Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-01-24T00:51:42.8909985Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-01-24T00:51:42.8910394Z CommonProgramW6432=C:\Program Files\Common Files 2025-01-24T00:51:42.8910711Z DEBUG=0 2025-01-24T00:51:42.8911056Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2025-01-24T00:51:42.8911495Z DISTUTILS_USE_SDK=1 2025-01-24T00:51:42.8911756Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-01-24T00:51:42.8912072Z EC2LAUNCH_TELEMETRY=1 2025-01-24T00:51:42.8912461Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-01-24T00:51:42.8912904Z Framework40Version=v4.0 2025-01-24T00:51:42.8913180Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T00:51:42.8913566Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-01-24T00:51:42.8913911Z FrameworkVersion=v4.0.30319 2025-01-24T00:51:42.8914157Z FrameworkVersion64=v4.0.30319 2025-01-24T00:51:42.8914403Z GITHUB_ACTION=build 2025-01-24T00:51:42.8914616Z GITHUB_ACTIONS=true 2025-01-24T00:51:42.8914812Z GITHUB_ACTION_REF= 2025-01-24T00:51:42.8915041Z GITHUB_ACTION_REPOSITORY= 2025-01-24T00:51:42.8915301Z GITHUB_ACTOR=facebook-github-bot 2025-01-24T00:51:42.8915683Z GITHUB_ACTOR_ID=6422482 2025-01-24T00:51:42.8915949Z GITHUB_API_URL=https://api.github.com 2025-01-24T00:51:42.8916239Z GITHUB_BASE_REF=main 2025-01-24T00:51:42.8916700Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_be4957ef-3b50-48ed-b2c9-e7d77bc702bb 2025-01-24T00:51:42.8917233Z GITHUB_EVENT_NAME=pull_request 2025-01-24T00:51:42.8917621Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-01-24T00:51:42.8918087Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-01-24T00:51:42.8918428Z GITHUB_HEAD_REF=export-D68294638 2025-01-24T00:51:42.8918682Z GITHUB_JOB=build 2025-01-24T00:51:42.8919153Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_be4957ef-3b50-48ed-b2c9-e7d77bc702bb 2025-01-24T00:51:42.8919954Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_be4957ef-3b50-48ed-b2c9-e7d77bc702bb 2025-01-24T00:51:42.8920493Z GITHUB_REF=refs/pull/145539/merge 2025-01-24T00:51:42.8920768Z GITHUB_REF_NAME=145539/merge 2025-01-24T00:51:42.8921018Z GITHUB_REF_PROTECTED=false 2025-01-24T00:51:42.8921260Z GITHUB_REF_TYPE=branch 2025-01-24T00:51:42.8921496Z GITHUB_REPOSITORY=pytorch/pytorch 2025-01-24T00:51:42.8921778Z GITHUB_REPOSITORY_ID=65600975 2025-01-24T00:51:42.8922042Z GITHUB_REPOSITORY_OWNER=pytorch 2025-01-24T00:51:42.8922302Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-01-24T00:51:42.8922579Z GITHUB_RETENTION_DAYS=90 2025-01-24T00:51:42.8922818Z GITHUB_RUN_ATTEMPT=1 2025-01-24T00:51:42.8923027Z GITHUB_RUN_ID=12940916563 2025-01-24T00:51:42.8923261Z GITHUB_RUN_NUMBER=284905 2025-01-24T00:51:42.8923500Z GITHUB_SERVER_URL=https://github.com 2025-01-24T00:51:42.8923824Z GITHUB_SHA=74e42e7401e3b57fc188c6d3823585f63c780e87 2025-01-24T00:51:42.8924417Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_be4957ef-3b50-48ed-b2c9-e7d77bc702bb 2025-01-24T00:51:42.8925276Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_be4957ef-3b50-48ed-b2c9-e7d77bc702bb 2025-01-24T00:51:42.8926002Z GITHUB_TRIGGERING_ACTOR=facebook-github-bot 2025-01-24T00:51:42.8926313Z GITHUB_WORKFLOW=pull 2025-01-24T00:51:42.8926723Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/145539/merge 2025-01-24T00:51:42.8927332Z GITHUB_WORKFLOW_SHA=74e42e7401e3b57fc188c6d3823585f63c780e87 2025-01-24T00:51:42.8927772Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-01-24T00:51:42.8928120Z GIT_DEFAULT_BRANCH=main 2025-01-24T00:51:42.8928343Z HOME=C:\Users\runneruser 2025-01-24T00:51:42.8930059Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt 2025-01-24T00:51:42.8932074Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-01-24T00:51:42.8933528Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64 2025-01-24T00:51:42.8935785Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 2025-01-24T00:51:42.8937429Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-01-24T00:51:42.8937861Z MAX_JOBS=8 2025-01-24T00:51:42.8938154Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-01-24T00:51:42.8938515Z NUMBER_OF_PROCESSORS=16 2025-01-24T00:51:42.8938750Z OS=Windows_NT 2025-01-24T00:51:42.8938957Z OUR_GITHUB_JOB_ID=36096109090 2025-01-24T00:51:42.8946201Z 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-01-24T00:51:42.8953732Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-01-24T00:51:42.8954081Z Platform=x64 2025-01-24T00:51:42.8954289Z PROCESSOR_ARCHITECTURE=AMD64 2025-01-24T00:51:42.8954665Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-01-24T00:51:42.8955065Z PROCESSOR_LEVEL=6 2025-01-24T00:51:42.8955286Z PROCESSOR_REVISION=5507 2025-01-24T00:51:42.8955523Z PROGRAMFILES=C:\Program Files 2025-01-24T00:51:42.8955778Z PROMPT=(base) $P$G 2025-01-24T00:51:42.8955990Z PR_NUMBER=145539 2025-01-24T00:51:42.8956464Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-01-24T00:51:42.8957016Z PUBLIC=C:\Users\Public 2025-01-24T00:51:42.8957573Z *** 2025-01-24T00:51:42.8957746Z PYTHON_VERSION=3.9 2025-01-24T00:51:42.8958024Z PYTORCH_FINAL_PACKAGE_DIR=C:/12940916563/build-results/ 2025-01-24T00:51:42.8958377Z ProgramData=C:\ProgramData 2025-01-24T00:51:42.8958640Z ProgramFiles(x86)=C:\Program Files (x86) 2025-01-24T00:51:42.8958938Z ProgramW6432=C:\Program Files 2025-01-24T00:51:42.8959191Z RUNNER_ARCH=X64 2025-01-24T00:51:42.8959395Z RUNNER_ENVIRONMENT=self-hosted 2025-01-24T00:51:42.8959660Z RUNNER_NAME=i-00ec15358c09e5870 2025-01-24T00:51:42.8959906Z RUNNER_OS=Windows 2025-01-24T00:51:42.8960131Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-01-24T00:51:42.8960467Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-01-24T00:51:42.8960857Z RUNNER_TRACKING_ID=github_e82866d0-878e-4b84-899d-8b7ea91f2924 2025-01-24T00:51:42.8961256Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-01-24T00:51:42.8961593Z SCCACHE_BUCKET=ossci-compiler-cache 2025-01-24T00:51:42.8961874Z SCCACHE_IDLE_TIMEOUT=0 2025-01-24T00:51:42.8962832Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-01-24T00:51:42.8963121Z SCCACHE_REGION=us-east-1 2025-01-24T00:51:42.8963367Z SCCACHE_S3_KEY_PREFIX=pull 2025-01-24T00:51:42.8963786Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-01-24T00:51:42.8964288Z SHA1=d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T00:51:42.8964579Z SHLVL=2 2025-01-24T00:51:42.8964825Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-01-24T00:51:42.8965173Z SYSTEMDRIVE=C: 2025-01-24T00:51:42.8965376Z SYSTEMROOT=C:\Windows 2025-01-24T00:51:42.8965614Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:42.8965901Z TERM=xterm-256color 2025-01-24T00:51:42.8966132Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:42.8966436Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T00:51:42.8966815Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-01-24T00:51:42.8967336Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-01-24T00:51:42.8967730Z TORCH_CUDA_ARCH_LIST=8.6 2025-01-24T00:51:42.8967968Z UCRTVersion=10.0.19041.0 2025-01-24T00:51:42.8968270Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T00:51:42.8968647Z UPDATEFILE=update.finished 2025-01-24T00:51:42.8968899Z USERDOMAIN=EC2AMAZ-LDB17KL 2025-01-24T00:51:42.8969130Z USERNAME=runneruser 2025-01-24T00:51:42.8969358Z USERPROFILE=C:\Users\runneruser 2025-01-24T00:51:42.8969601Z USE_CUDA=0 2025-01-24T00:51:42.8969773Z USE_XPU=0 2025-01-24T00:51:42.8970171Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2025-01-24T00:51:42.8970793Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2025-01-24T00:51:42.8971498Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2025-01-24T00:51:42.8972266Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2025-01-24T00:51:42.8972920Z VCToolsVersion=14.29.30133 2025-01-24T00:51:42.8973161Z VC_PRODUCT=BuildTools 2025-01-24T00:51:42.8973369Z VC_VERSION= 2025-01-24T00:51:42.8973553Z VC_YEAR=2019 2025-01-24T00:51:42.8973758Z VERBOSE_ARG='SilentlyContinue' 2025-01-24T00:51:42.8974014Z VisualStudioVersion=16.0 2025-01-24T00:51:42.8974450Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2025-01-24T00:51:42.8974927Z VSCMD_ARG_app_plat=Desktop 2025-01-24T00:51:42.8975161Z VSCMD_ARG_HOST_ARCH=x64 2025-01-24T00:51:42.8975380Z VSCMD_ARG_TGT_ARCH=x64 2025-01-24T00:51:42.8975585Z VSCMD_VER=16.11.42 2025-01-24T00:51:42.8975932Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2025-01-24T00:51:42.8976341Z WINDIR=C:\Windows 2025-01-24T00:51:42.8976901Z WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0 2025-01-24T00:51:42.8977646Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-01-24T00:51:42.8978085Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-01-24T00:51:42.8978438Z WindowsSDKLibVersion=10.0.19041.0\ 2025-01-24T00:51:42.8978857Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-01-24T00:51:42.8979301Z WindowsSDKVersion=10.0.19041.0\ 2025-01-24T00:51:42.8979811Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-01-24T00:51:42.8980567Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-01-24T00:51:42.8981068Z XPU_VERSION= 2025-01-24T00:51:42.8981467Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-01-24T00:51:42.8981942Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-01-24T00:51:42.8982463Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2025-01-24T00:51:42.8983083Z __DOTNET_ADD_64BIT=1 2025-01-24T00:51:42.8983309Z __DOTNET_PREFERRED_BITNESS=64 2025-01-24T00:51:42.8986545Z __VSCMD_PREINIT_PATH=C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Jenkins\Miniconda3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2025-01-24T00:51:42.8989703Z 2025-01-24T00:51:42.8989930Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-01-24T00:51:43.1939380Z Building wheel torch-2.7.0a0+gitd087145 2025-01-24T00:51:43.9774517Z -- The CXX compiler identification is MSVC 19.29.30157.0 2025-01-24T00:51:44.1392955Z -- The C compiler identification is MSVC 19.29.30157.0 2025-01-24T00:51:44.1777217Z -- Detecting CXX compiler ABI info 2025-01-24T00:51:44.6446886Z -- Detecting CXX compiler ABI info - done 2025-01-24T00:51:44.6469843Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-01-24T00:51:44.6487297Z -- Detecting CXX compile features 2025-01-24T00:51:44.6505678Z -- Detecting CXX compile features - done 2025-01-24T00:51:44.6596173Z -- Detecting C compiler ABI info 2025-01-24T00:51:44.9621104Z -- Detecting C compiler ABI info - done 2025-01-24T00:51:44.9642216Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped 2025-01-24T00:51:44.9645843Z -- Detecting C compile features 2025-01-24T00:51:44.9652269Z -- Detecting C compile features - done 2025-01-24T00:51:44.9723734Z -- Not forcing any particular BLAS to be found 2025-01-24T00:51:44.9763848Z CMake Warning at CMakeLists.txt:422 (message): 2025-01-24T00:51:44.9764265Z TensorPipe cannot be used on Windows. Set it to OFF 2025-01-24T00:51:44.9764522Z 2025-01-24T00:51:44.9764536Z 2025-01-24T00:51:44.9764654Z CMake Warning at CMakeLists.txt:424 (message): 2025-01-24T00:51:44.9764998Z KleidiAI cannot be used on Windows. Set it to OFF 2025-01-24T00:51:44.9765235Z 2025-01-24T00:51:44.9765240Z 2025-01-24T00:51:44.9858625Z -- Performing Test C_HAS_AVX_1 2025-01-24T00:51:45.4713729Z -- Performing Test C_HAS_AVX_1 - Success 2025-01-24T00:51:45.4719097Z -- Performing Test C_HAS_AVX2_1 2025-01-24T00:51:45.8602705Z -- Performing Test C_HAS_AVX2_1 - Success 2025-01-24T00:51:45.8608755Z -- Performing Test C_HAS_AVX512_1 2025-01-24T00:51:46.2315769Z -- Performing Test C_HAS_AVX512_1 - Success 2025-01-24T00:51:46.2321362Z -- Performing Test CXX_HAS_AVX_1 2025-01-24T00:51:46.5929770Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-01-24T00:51:46.5935260Z -- Performing Test CXX_HAS_AVX2_1 2025-01-24T00:51:47.0578394Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-01-24T00:51:47.0584262Z -- Performing Test CXX_HAS_AVX512_1 2025-01-24T00:51:47.4225126Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-01-24T00:51:47.4227526Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-01-24T00:51:47.4232089Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-01-24T00:51:47.7894800Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-01-24T00:51:47.7895737Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-01-24T00:51:47.7907978Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-01-24T00:51:48.0892189Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-01-24T00:51:48.0906551Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-01-24T00:51:48.4838771Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-01-24T00:51:48.4854295Z -- Could not find hardware support for NEON on this machine. 2025-01-24T00:51:48.4854690Z -- No OMAP3 processor on this machine. 2025-01-24T00:51:48.4854998Z -- No OMAP4 processor on this machine. 2025-01-24T00:51:48.4855392Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-01-24T00:51:48.4993189Z -- Performing Test HAS/UTF_8 2025-01-24T00:51:48.7937544Z -- Performing Test HAS/UTF_8 - Success 2025-01-24T00:51:48.7963898Z -- Building using own protobuf under third_party per request. 2025-01-24T00:51:48.7964329Z -- Use custom protobuf build. 2025-01-24T00:51:48.7992303Z -- 2025-01-24T00:51:48.7992509Z -- 3.13.0.0 2025-01-24T00:51:48.8045553Z -- Looking for pthread.h 2025-01-24T00:51:48.8927835Z -- Looking for pthread.h - not found 2025-01-24T00:51:48.8965333Z -- Found Threads: TRUE 2025-01-24T00:51:48.9607115Z -- Caffe2 protobuf include directory: $$ 2025-01-24T00:51:48.9630741Z -- Trying to find preferred BLAS backend of choice: MKL 2025-01-24T00:51:48.9683585Z -- MKL_THREADING = OMP 2025-01-24T00:51:48.9692781Z -- Looking for sys/types.h 2025-01-24T00:51:49.2688082Z -- Looking for sys/types.h - found 2025-01-24T00:51:49.2697637Z -- Looking for stdint.h 2025-01-24T00:51:49.5763618Z -- Looking for stdint.h - found 2025-01-24T00:51:49.5773593Z -- Looking for stddef.h 2025-01-24T00:51:49.8748063Z -- Looking for stddef.h - found 2025-01-24T00:51:49.8750213Z -- Check size of void* 2025-01-24T00:51:50.2027484Z -- Check size of void* - done 2025-01-24T00:51:50.2507097Z -- Looking for cblas_sgemm 2025-01-24T00:51:50.5713233Z -- Looking for cblas_sgemm - found 2025-01-24T00:51:50.5717466Z -- Looking for cblas_gemm_bf16bf16f32 2025-01-24T00:51:50.8897082Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-01-24T00:51:50.8898856Z -- Looking for cblas_gemm_f16f16f32 2025-01-24T00:51:51.1079670Z -- Looking for cblas_gemm_f16f16f32 - not found 2025-01-24T00:51:51.1625038Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread_dll.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core_dll.lib 2025-01-24T00:51:51.1626045Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-01-24T00:51:51.1626427Z -- MKL OpenMP type: 2025-01-24T00:51:51.1626648Z -- MKL OpenMP library: 2025-01-24T00:51:51.3244384Z -- The ASM compiler identification is MSVC 2025-01-24T00:51:51.3256080Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:51:51.3464272Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-01-24T00:51:51.3489845Z -- Generating microkernels.cmake 2025-01-24T00:51:56.0731425Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-01-24T00:51:56.0732823Z Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c 2025-01-24T00:51:56.0733694Z No microkernel found in src\reference\binary-elementwise.cc 2025-01-24T00:51:56.0734100Z No microkernel found in src\reference\packing.cc 2025-01-24T00:51:56.0734500Z No microkernel found in src\reference\unary-elementwise.cc 2025-01-24T00:51:56.3305342Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.47.1.windows.1") 2025-01-24T00:51:56.4316193Z -- git version: v1.6.1 normalized to 1.6.1 2025-01-24T00:51:56.4316555Z -- Version: 1.6.1 2025-01-24T00:51:56.4332342Z -- Looking for shm_open in rt 2025-01-24T00:51:56.5936118Z -- Looking for shm_open in rt - not found 2025-01-24T00:51:56.5938603Z -- Performing Test HAVE_STD_REGEX 2025-01-24T00:51:56.5938883Z -- Performing Test HAVE_STD_REGEX 2025-01-24T00:51:57.7150546Z -- Performing Test HAVE_STD_REGEX -- success 2025-01-24T00:51:57.7150945Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T00:51:57.7151247Z -- Performing Test HAVE_GNU_POSIX_REGEX 2025-01-24T00:51:57.8047351Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-01-24T00:51:57.8047791Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T00:51:57.8048087Z -- Performing Test HAVE_POSIX_REGEX 2025-01-24T00:51:57.8912145Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-01-24T00:51:57.8912613Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T00:51:57.8912951Z -- Performing Test HAVE_STEADY_CLOCK 2025-01-24T00:51:58.3840059Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-01-24T00:51:58.4721587Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-01-24T00:51:58.4737212Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-01-24T00:51:58.7792698Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-01-24T00:51:59.9881035Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:51:59.9881874Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T00:51:59.9882409Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:51:59.9882925Z problems in calling code that expects `find_package` result variables 2025-01-24T00:51:59.9883361Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:51:59.9883663Z Call Stack (most recent call first): 2025-01-24T00:51:59.9884076Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:51:59.9884542Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T00:51:59.9885231Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:51:59.9885607Z 2025-01-24T00:51:59.9885725Z -- Found OpenMP_C: -openmp:experimental 2025-01-24T00:52:00.3378407Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:52:00.3379259Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T00:52:00.3379795Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:52:00.3380301Z problems in calling code that expects `find_package` result variables 2025-01-24T00:52:00.3380737Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:52:00.3381047Z Call Stack (most recent call first): 2025-01-24T00:52:00.3381453Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:52:00.3381918Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2025-01-24T00:52:00.3382404Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:00.3382708Z 2025-01-24T00:52:00.3382827Z -- Found OpenMP_CXX: -openmp:experimental 2025-01-24T00:52:00.3383133Z -- Found OpenMP: TRUE 2025-01-24T00:52:00.3384527Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2025-01-24T00:52:00.3384936Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-01-24T00:52:00.3385133Z 2025-01-24T00:52:00.3385138Z 2025-01-24T00:52:00.5817643Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2025-01-24T00:52:00.5818062Z ========== 2025-01-24T00:52:00.5818179Z 2025-01-24T00:52:00.5818184Z 2025-01-24T00:52:00.5818375Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2025-01-24T00:52:00.5818764Z CMAKE_BUILD_TYPE = Release 2025-01-24T00:52:00.5818925Z 2025-01-24T00:52:00.5818930Z 2025-01-24T00:52:00.5819117Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2025-01-24T00:52:00.5819524Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2025-01-24T00:52:00.5820004Z 2025-01-24T00:52:00.5820009Z 2025-01-24T00:52:00.5820194Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2025-01-24T00:52:00.5820616Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-01-24T00:52:00.5820853Z 2025-01-24T00:52:00.5820857Z 2025-01-24T00:52:00.5821052Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2025-01-24T00:52:00.5821408Z ========== 2025-01-24T00:52:00.5821528Z 2025-01-24T00:52:00.5821532Z 2025-01-24T00:52:00.6190302Z ** AsmJit Summary ** 2025-01-24T00:52:00.6190793Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2025-01-24T00:52:00.6191269Z ASMJIT_TEST=FALSE 2025-01-24T00:52:00.6191492Z ASMJIT_TARGET_TYPE=SHARED 2025-01-24T00:52:00.6191732Z ASMJIT_DEPS= 2025-01-24T00:52:00.6191928Z ASMJIT_LIBS=asmjit 2025-01-24T00:52:00.6192141Z ASMJIT_CFLAGS= 2025-01-24T00:52:00.6192618Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-01-24T00:52:00.6193128Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-01-24T00:52:00.6193412Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-01-24T00:52:00.6422923Z -- Using third party subdirectory Eigen. 2025-01-24T00:52:02.3497120Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-01-24T00:52:02.3497807Z -- Using third_party/pybind11. 2025-01-24T00:52:02.3498810Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-01-24T00:52:02.3537870Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-01-24T00:52:02.3538391Z -- Using third_party/opentelemetry-cpp. 2025-01-24T00:52:02.3539042Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-01-24T00:52:03.2960859Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-01-24T00:52:04.0000531Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-01-24T00:52:04.0003578Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-01-24T00:52:04.0006494Z CMake Warning at cmake/Dependencies.cmake:945 (message): 2025-01-24T00:52:04.0006996Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-01-24T00:52:04.0007408Z Call Stack (most recent call first): 2025-01-24T00:52:04.0007755Z CMakeLists.txt:865 (include) 2025-01-24T00:52:04.0007929Z 2025-01-24T00:52:04.0007935Z 2025-01-24T00:52:04.0043048Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-01-24T00:52:04.0062806Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2025-01-24T00:52:04.0063357Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:52:04.0063920Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:52:04.0064470Z set the policy and suppress this warning. 2025-01-24T00:52:04.0064740Z 2025-01-24T00:52:04.0064948Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:52:04.0065384Z normal variable 'BUILD_BENCHMARK'. 2025-01-24T00:52:04.0065775Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:04.0066076Z 2025-01-24T00:52:04.0066271Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2025-01-24T00:52:04.0066757Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:52:04.0067291Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:52:04.0067731Z set the policy and suppress this warning. 2025-01-24T00:52:04.0067943Z 2025-01-24T00:52:04.0068148Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:52:04.0068557Z normal variable 'USE_NCCL'. 2025-01-24T00:52:04.0069135Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:04.0069441Z 2025-01-24T00:52:04.0069637Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2025-01-24T00:52:04.0070182Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2025-01-24T00:52:04.0070754Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2025-01-24T00:52:04.0071185Z set the policy and suppress this warning. 2025-01-24T00:52:04.0071401Z 2025-01-24T00:52:04.0071606Z For compatibility with older versions of CMake, option is clearing the 2025-01-24T00:52:04.0072013Z normal variable 'USE_RCCL'. 2025-01-24T00:52:04.0072383Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:04.0072686Z 2025-01-24T00:52:04.0072764Z -- MSVC detected 2025-01-24T00:52:04.0072976Z -- Set USE_REDIS OFF 2025-01-24T00:52:04.0073195Z -- Set USE_IBVERBS OFF 2025-01-24T00:52:04.0073402Z -- Set USE_NCCL OFF 2025-01-24T00:52:04.0073616Z -- Set USE_RCCL OFF 2025-01-24T00:52:04.0073813Z -- Set USE_LIBUV ON 2025-01-24T00:52:04.0074045Z -- Only USE_LIBUV is supported on Windows 2025-01-24T00:52:04.0084320Z -- Gloo build as SHARED library 2025-01-24T00:52:04.0720003Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T00:52:04.0728409Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T00:52:04.0736773Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T00:52:04.7776906Z -- 2025-01-24T00:52:04.7777188Z -- ******** Summary ******** 2025-01-24T00:52:04.7777493Z -- CMake version : 3.22.1 2025-01-24T00:52:04.7777888Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T00:52:04.7778336Z -- System : Windows 2025-01-24T00:52:04.7779291Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:52:04.7779951Z -- C++ compiler version : 19.29.30157.0 2025-01-24T00:52:04.7780502Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-01-24T00:52:04.7781034Z -- Build type : Release 2025-01-24T00:52:04.7781471Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2025-01-24T00:52:04.7781986Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T00:52:04.7782504Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T00:52:04.7783044Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-01-24T00:52:04.7783446Z -- 2025-01-24T00:52:04.7783644Z -- ONNX version : 1.17.0 2025-01-24T00:52:04.7783970Z -- ONNX NAMESPACE : onnx_torch 2025-01-24T00:52:04.7784285Z -- ONNX_USE_LITE_PROTO : OFF 2025-01-24T00:52:04.7784650Z CMake Warning at cmake/Dependencies.cmake:1396 (message): 2025-01-24T00:52:04.7785115Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-01-24T00:52:04.7785522Z Call Stack (most recent call first): 2025-01-24T00:52:04.7785797Z CMakeLists.txt:865 (include) 2025-01-24T00:52:04.7785974Z 2025-01-24T00:52:04.7785978Z 2025-01-24T00:52:04.7786082Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-01-24T00:52:04.7786378Z -- Protobuf_USE_STATIC_LIBS : ON 2025-01-24T00:52:04.7786670Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-01-24T00:52:04.7786971Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-01-24T00:52:04.7787266Z -- ONNX_WERROR : OFF 2025-01-24T00:52:04.7787545Z -- ONNX_BUILD_TESTS : OFF 2025-01-24T00:52:04.7787979Z -- ONNX_BUILD_SHARED_LIBS : 2025-01-24T00:52:04.7788276Z -- BUILD_SHARED_LIBS : OFF 2025-01-24T00:52:04.7788534Z -- 2025-01-24T00:52:04.7788733Z -- Protobuf compiler : 2025-01-24T00:52:04.7789084Z -- Protobuf includes : 2025-01-24T00:52:04.7789409Z -- Protobuf libraries : 2025-01-24T00:52:04.7789745Z -- BUILD_ONNX_PYTHON : OFF 2025-01-24T00:52:04.7790132Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-01-24T00:52:04.7790526Z -- Adding -DNDEBUG to compile flags 2025-01-24T00:52:04.7790870Z -- Could not find hardware support for NEON on this machine. 2025-01-24T00:52:04.7791235Z -- No OMAP3 processor on this machine. 2025-01-24T00:52:04.7791518Z -- No OMAP4 processor on this machine. 2025-01-24T00:52:04.7803784Z -- Looking for sbgemm_ 2025-01-24T00:52:04.9977097Z -- Looking for sbgemm_ - not found 2025-01-24T00:52:04.9993101Z -- Found a library with LAPACK API (mkl). 2025-01-24T00:52:04.9994414Z disabling CUDA because NOT USE_CUDA is set 2025-01-24T00:52:04.9994788Z disabling ROCM because NOT USE_ROCM is set 2025-01-24T00:52:04.9995131Z -- MIOpen not found. Compiling without MIOpen support 2025-01-24T00:52:05.0003619Z -- Will build oneDNN UKERNEL 2025-01-24T00:52:05.0081397Z -- MKLDNN_CPU_RUNTIME = OMP 2025-01-24T00:52:05.0099843Z -- DNNL_TARGET_ARCH: X64 2025-01-24T00:52:05.0126363Z -- DNNL_LIBRARY_NAME: dnnl 2025-01-24T00:52:05.0210639Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:52:05.0211479Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-01-24T00:52:05.0212011Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:52:05.0212545Z problems in calling code that expects `find_package` result variables 2025-01-24T00:52:05.0213215Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:52:05.0213531Z Call Stack (most recent call first): 2025-01-24T00:52:05.0214002Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:52:05.0214572Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T00:52:05.0215004Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T00:52:05.0223882Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:05.0224211Z 2025-01-24T00:52:05.0224706Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-01-24T00:52:05.0225550Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-01-24T00:52:05.0226138Z does not match the name of the calling package (OpenMP). This can lead to 2025-01-24T00:52:05.0226649Z problems in calling code that expects `find_package` result variables 2025-01-24T00:52:05.0227092Z (e.g., `_FOUND`) to follow a certain pattern. 2025-01-24T00:52:05.0227403Z Call Stack (most recent call first): 2025-01-24T00:52:05.0227809Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2025-01-24T00:52:05.0228323Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2025-01-24T00:52:05.0228747Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2025-01-24T00:52:05.0229195Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-01-24T00:52:05.0229498Z 2025-01-24T00:52:05.0620619Z -- Enabled testing coverage: CI 2025-01-24T00:52:05.0633247Z -- Enabled workload: TRAINING 2025-01-24T00:52:05.0633550Z -- Enabled primitives: ALL 2025-01-24T00:52:05.0633836Z -- Enabled primitive CPU ISA: ALL 2025-01-24T00:52:05.0634107Z -- Enabled primitive GPU ISA: ALL 2025-01-24T00:52:05.0634379Z -- Enabled GeMM kernels ISA: ALL 2025-01-24T00:52:05.0721567Z -- Primitive cache is enabled 2025-01-24T00:52:05.0721932Z -- Experimental functionality for ukernels is enabled 2025-01-24T00:52:05.1916140Z -- The ASM_MASM compiler identification is MSVC 2025-01-24T00:52:05.3040797Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2025-01-24T00:52:05.3628842Z -- Graph component is enabled 2025-01-24T00:52:05.3769797Z -- Graph compiler backend is disabled. 2025-01-24T00:52:05.3910507Z -- Found MKL-DNN: TRUE 2025-01-24T00:52:05.3979963Z -- {fmt} version: 11.1.1 2025-01-24T00:52:05.3980232Z -- Build type: Release 2025-01-24T00:52:05.4057061Z -- Using CPU-only version of Kineto 2025-01-24T00:52:05.4057390Z -- Configuring Kineto dependency: 2025-01-24T00:52:05.4057869Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-01-24T00:52:05.4058354Z -- KINETO_BUILD_TESTS = OFF 2025-01-24T00:52:05.4058616Z -- KINETO_LIBRARY_TYPE = static 2025-01-24T00:52:05.4523020Z INFO CUDA_SOURCE_DIR = 2025-01-24T00:52:05.4523367Z INFO ROCM_SOURCE_DIR = 2025-01-24T00:52:05.4927689Z INFO CUPTI unavailable or disabled - not building GPU profilers 2025-01-24T00:52:05.5752004Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-01-24T00:52:05.5752788Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-01-24T00:52:05.5753300Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-01-24T00:52:05.5753806Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-01-24T00:52:05.5754433Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-01-24T00:52:05.5755420Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-01-24T00:52:05.5780253Z -- Configured Kineto (CPU) 2025-01-24T00:52:05.5816816Z -- Performing Test HAS/WD4624 2025-01-24T00:52:05.8908944Z -- Performing Test HAS/WD4624 - Success 2025-01-24T00:52:05.8923341Z -- Performing Test HAS/WD4068 2025-01-24T00:52:06.1942675Z -- Performing Test HAS/WD4068 - Success 2025-01-24T00:52:06.1957943Z -- Performing Test HAS/WD4067 2025-01-24T00:52:06.5049349Z -- Performing Test HAS/WD4067 - Success 2025-01-24T00:52:06.5064244Z -- Performing Test HAS/WD4267 2025-01-24T00:52:06.8062714Z -- Performing Test HAS/WD4267 - Success 2025-01-24T00:52:06.8076951Z -- Performing Test HAS/WD4661 2025-01-24T00:52:07.1115334Z -- Performing Test HAS/WD4661 - Success 2025-01-24T00:52:07.1129672Z -- Performing Test HAS/WD4717 2025-01-24T00:52:07.4099840Z -- Performing Test HAS/WD4717 - Success 2025-01-24T00:52:07.4114457Z -- Performing Test HAS/WD4244 2025-01-24T00:52:07.7109057Z -- Performing Test HAS/WD4244 - Success 2025-01-24T00:52:07.7123909Z -- Performing Test HAS/WD4804 2025-01-24T00:52:08.0112997Z -- Performing Test HAS/WD4804 - Success 2025-01-24T00:52:08.0127409Z -- Performing Test HAS/WD4273 2025-01-24T00:52:08.3115430Z -- Performing Test HAS/WD4273 - Success 2025-01-24T00:52:08.3130577Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-01-24T00:52:08.3802737Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-01-24T00:52:08.3869567Z -- 2025-01-24T00:52:08.3870543Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-01-24T00:52:08.3873293Z -- 2025-01-24T00:52:08.3873550Z -- Library base name: mimalloc 2025-01-24T00:52:08.3873818Z -- Version : 1.8 2025-01-24T00:52:08.3874059Z -- Build type : release 2025-01-24T00:52:08.3874662Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:52:08.3875279Z -- Compiler flags : /Zc:__cplusplus 2025-01-24T00:52:08.3875569Z -- Compiler defines : 2025-01-24T00:52:08.3875870Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-01-24T00:52:08.3876258Z -- Build targets : static 2025-01-24T00:52:08.3876501Z -- 2025-01-24T00:52:08.3986172Z -- Performing Test HAS_WDEPRECATED 2025-01-24T00:52:08.4688860Z -- Performing Test HAS_WDEPRECATED - Failed 2025-01-24T00:52:08.4692245Z -- don't use NUMA 2025-01-24T00:52:08.4763770Z -- Looking for backtrace 2025-01-24T00:52:08.5583851Z -- Looking for backtrace - not found 2025-01-24T00:52:08.5649706Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-01-24T00:52:12.6356989Z -- headers outputs: 2025-01-24T00:52:15.6578030Z -- sources outputs: 2025-01-24T00:52:17.3537145Z -- declarations_yaml outputs: 2025-01-24T00:52:17.3648702Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-01-24T00:52:22.7251883Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-01-24T00:52:22.9783915Z -- Using ATen parallel backend: OMP 2025-01-24T00:52:22.9798390Z disabling CUDA because USE_CUDA is set false 2025-01-24T00:52:23.4043343Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.15") 2025-01-24T00:52:23.5895969Z -- Check size of long double 2025-01-24T00:52:23.9434783Z -- Check size of long double - done 2025-01-24T00:52:23.9442335Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-01-24T00:52:24.0525068Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-01-24T00:52:24.0530682Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-01-24T00:52:24.4534744Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-01-24T00:52:24.4539150Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-01-24T00:52:24.8456906Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-01-24T00:52:24.8462102Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-01-24T00:52:25.2429864Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-01-24T00:52:25.2434502Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-01-24T00:52:25.6323409Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-01-24T00:52:25.6328026Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-01-24T00:52:26.1046130Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-01-24T00:52:26.1051291Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-01-24T00:52:26.5009909Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-01-24T00:52:26.5065111Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-01-24T00:52:26.5069296Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-01-24T00:52:26.5073228Z -- Found OpenMP: TRUE (found version "2.0") 2025-01-24T00:52:26.5077907Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-01-24T00:52:26.8984306Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-01-24T00:52:26.8988892Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-01-24T00:52:27.0157320Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-01-24T00:52:27.0161887Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-01-24T00:52:27.1206012Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-01-24T00:52:27.1211011Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-01-24T00:52:27.3128269Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-01-24T00:52:27.3133004Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-01-24T00:52:27.4027351Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-01-24T00:52:27.5662603Z Target system: Windows-10.0.17763 2025-01-24T00:52:27.5662963Z Target processor: AMD64 2025-01-24T00:52:27.5663213Z Host system: Windows-10.0.17763 2025-01-24T00:52:27.5663482Z Host processor: AMD64 2025-01-24T00:52:27.5663740Z -- Configuring build for SLEEF-v3.7.0 2025-01-24T00:52:27.5664436Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:52:27.5665086Z CMake: 3.22.1 2025-01-24T00:52:27.5665375Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-01-24T00:52:27.5665901Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-01-24T00:52:27.5666370Z -- Building shared libs : OFF 2025-01-24T00:52:27.5666663Z -- Building static test bins: OFF 2025-01-24T00:52:27.5667148Z -- MPFR : LIB_MPFR-NOTFOUND 2025-01-24T00:52:27.5667406Z -- GMP : LIBGMP-NOTFOUND 2025-01-24T00:52:27.5667637Z -- RT : 2025-01-24T00:52:27.5667835Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-01-24T00:52:27.5668076Z -- OPENSSL : 3.0.15 2025-01-24T00:52:27.5668298Z -- SDE : SDE_COMMAND-NOTFOUND 2025-01-24T00:52:27.5668564Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-01-24T00:52:27.5998900Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-01-24T00:52:27.5999517Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-01-24T00:52:27.6000319Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-01-24T00:52:27.6001102Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-01-24T00:52:28.1662685Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2025-01-24T00:52:28.2338513Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2025-01-24T00:52:28.2344486Z -- Generating sources for unboxing kernels C:\Jenkins\Miniconda3\python.exe;-m;torchgen.gen_executorch;--source-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge;--install-dir=C:/actions-runner/_work/pytorch/pytorch/build/out;--tags-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=C:/actions-runner/_work/pytorch/pytorch/test/edge/../../test/edge/custom_ops.yaml 2025-01-24T00:52:28.3915728Z CMake Warning at CMakeLists.txt:1278 (message): 2025-01-24T00:52:28.3916251Z Generated cmake files are only fully tested if one builds with system glog, 2025-01-24T00:52:28.3916819Z gflags, and protobuf. Other settings may generate files that are not well 2025-01-24T00:52:28.3917459Z tested. 2025-01-24T00:52:28.3917586Z 2025-01-24T00:52:28.3917591Z 2025-01-24T00:52:28.3938822Z -- 2025-01-24T00:52:28.3939041Z -- ******** Summary ******** 2025-01-24T00:52:28.3939287Z -- General: 2025-01-24T00:52:28.3939476Z -- CMake version : 3.22.1 2025-01-24T00:52:28.3939840Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2025-01-24T00:52:28.3940210Z -- System : Windows 2025-01-24T00:52:28.3940811Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2025-01-24T00:52:28.3941429Z -- C++ compiler id : MSVC 2025-01-24T00:52:28.3941719Z -- C++ compiler version : 19.29.30157.0 2025-01-24T00:52:28.3942000Z -- Using ccache if found : OFF 2025-01-24T00:52:28.3943306Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 2025-01-24T00:52:28.3944710Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:52:28.3945199Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:52:28.3945670Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-01-24T00:52:28.3946050Z -- Build type : Release 2025-01-24T00:52:28.3947247Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;IDEEP_USE_MKL;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-01-24T00:52:28.3948528Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T00:52:28.3949186Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-01-24T00:52:28.3949585Z -- USE_GOLD_LINKER : OFF 2025-01-24T00:52:28.3949824Z -- 2025-01-24T00:52:28.3950008Z -- TORCH_VERSION : 2.7.0 2025-01-24T00:52:28.3950291Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-01-24T00:52:28.3950571Z -- BUILD_BINARY : OFF 2025-01-24T00:52:28.3950837Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-01-24T00:52:28.3951095Z -- Link local protobuf : ON 2025-01-24T00:52:28.3951341Z -- BUILD_PYTHON : True 2025-01-24T00:52:28.3951599Z -- Python version : 3.9.19 2025-01-24T00:52:28.3951936Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-01-24T00:52:28.3952361Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-01-24T00:52:28.3952777Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-01-24T00:52:28.3953206Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-01-24T00:52:28.3953582Z -- BUILD_SHARED_LIBS : ON 2025-01-24T00:52:28.3953856Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-01-24T00:52:28.3954154Z -- BUILD_TEST : True 2025-01-24T00:52:28.3954399Z -- BUILD_JNI : OFF 2025-01-24T00:52:28.3954650Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-01-24T00:52:28.3954911Z -- BUILD_LITE_INTERPRETER: OFF 2025-01-24T00:52:28.3955159Z -- INTERN_BUILD_MOBILE : 2025-01-24T00:52:28.3955406Z -- TRACING_BASED : OFF 2025-01-24T00:52:28.3955681Z -- USE_BLAS : 1 2025-01-24T00:52:28.3955911Z -- BLAS : mkl 2025-01-24T00:52:28.3956151Z -- BLAS_HAS_SBGEMM : 2025-01-24T00:52:28.3956392Z -- USE_LAPACK : 1 2025-01-24T00:52:28.3956628Z -- LAPACK : mkl 2025-01-24T00:52:28.3956870Z -- USE_ASAN : OFF 2025-01-24T00:52:28.3957108Z -- USE_TSAN : OFF 2025-01-24T00:52:28.3957346Z -- USE_CPP_CODE_COVERAGE : OFF 2025-01-24T00:52:28.3957724Z -- USE_CUDA : 0 2025-01-24T00:52:28.3957967Z -- USE_XPU : 0 2025-01-24T00:52:28.3958206Z -- USE_ROCM : OFF 2025-01-24T00:52:28.3958462Z -- BUILD_NVFUSER : 2025-01-24T00:52:28.3958714Z -- USE_EIGEN_FOR_BLAS : 2025-01-24T00:52:28.3958952Z -- USE_FBGEMM : ON 2025-01-24T00:52:28.3959207Z -- USE_FAKELOWP : OFF 2025-01-24T00:52:28.3959461Z -- USE_KINETO : ON 2025-01-24T00:52:28.3959700Z -- USE_GFLAGS : OFF 2025-01-24T00:52:28.3959939Z -- USE_GLOG : OFF 2025-01-24T00:52:28.3960183Z -- USE_LITE_PROTO : OFF 2025-01-24T00:52:28.3960424Z -- USE_PYTORCH_METAL : OFF 2025-01-24T00:52:28.3960694Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-01-24T00:52:28.3960970Z -- USE_MPS : OFF 2025-01-24T00:52:28.3961205Z -- CAN_COMPILE_METAL : 2025-01-24T00:52:28.3961445Z -- USE_MKL : ON 2025-01-24T00:52:28.3961699Z -- USE_STATIC_MKL : OFF 2025-01-24T00:52:28.3961939Z -- USE_MKLDNN : ON 2025-01-24T00:52:28.3962185Z -- USE_MKLDNN_ACL : OFF 2025-01-24T00:52:28.3962425Z -- USE_MKLDNN_CBLAS : OFF 2025-01-24T00:52:28.3962667Z -- USE_UCC : OFF 2025-01-24T00:52:28.3962908Z -- USE_ITT : ON 2025-01-24T00:52:28.3963140Z -- USE_NCCL : OFF 2025-01-24T00:52:28.3963383Z -- USE_NNPACK : OFF 2025-01-24T00:52:28.3963633Z -- USE_NUMPY : ON 2025-01-24T00:52:28.3963866Z -- USE_OBSERVERS : ON 2025-01-24T00:52:28.3964106Z -- USE_OPENCL : OFF 2025-01-24T00:52:28.3964352Z -- USE_OPENMP : ON 2025-01-24T00:52:28.3964591Z -- USE_MIMALLOC : ON 2025-01-24T00:52:28.3964847Z -- USE_MIMALLOC_ON_MKL : OFF 2025-01-24T00:52:28.3965113Z -- USE_VULKAN : OFF 2025-01-24T00:52:28.3965426Z -- USE_PROF : OFF 2025-01-24T00:52:28.3965750Z -- USE_PYTORCH_QNNPACK : OFF 2025-01-24T00:52:28.3966122Z -- USE_XNNPACK : ON 2025-01-24T00:52:28.3966369Z -- USE_DISTRIBUTED : ON 2025-01-24T00:52:28.3966625Z -- USE_MPI : OFF 2025-01-24T00:52:28.3966890Z -- USE_GLOO : ON 2025-01-24T00:52:28.3967147Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-01-24T00:52:28.3967423Z -- USE_TENSORPIPE : OFF 2025-01-24T00:52:28.3972952Z -- Public Dependencies : caffe2::mkl 2025-01-24T00:52:28.3973784Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-01-24T00:52:28.3974562Z -- Public CUDA Deps. : 2025-01-24T00:52:28.3974817Z -- Private CUDA Deps. : 2025-01-24T00:52:28.3975066Z -- USE_COREML_DELEGATE : OFF 2025-01-24T00:52:28.3975341Z -- BUILD_LAZY_TS_BACKEND : ON 2025-01-24T00:52:28.3975609Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-01-24T00:52:28.4013228Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-01-24T00:52:28.4692827Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-01-24T00:52:28.4707815Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-01-24T00:52:28.5416701Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-01-24T00:52:28.5475599Z -- Configuring done 2025-01-24T00:52:37.0825208Z -- Generating done 2025-01-24T00:52:37.3114269Z CMake Warning: 2025-01-24T00:52:37.3114673Z Manually-specified variables were not used by the project: 2025-01-24T00:52:37.3114978Z 2025-01-24T00:52:37.3115067Z BUILD_ENVIRONMENT 2025-01-24T00:52:37.3115303Z BUILD_TYPE 2025-01-24T00:52:37.3115508Z BUILD_WHEEL 2025-01-24T00:52:37.3115625Z 2025-01-24T00:52:37.3115632Z 2025-01-24T00:52:37.3139585Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-01-24T00:52:43.3916131Z [1/4] Generating ATen declarations_yaml 2025-01-24T00:52:50.7045087Z [2/4] Generating ATen headers 2025-01-24T00:52:51.0212359Z [3/4] Generating ATen sources 2025-01-24T00:52:56.6093120Z [1/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T00:52:56.6158605Z [2/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T00:52:56.6216158Z [3/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T00:52:56.6233258Z [4/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T00:52:56.6307105Z [5/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T00:52:56.6356475Z [6/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T00:52:56.6692344Z [7/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T00:52:56.6921706Z [8/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T00:52:56.8625084Z [9/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T00:52:56.8640450Z [10/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T00:52:56.8755511Z [11/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T00:52:56.8821179Z [12/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T00:52:56.9346672Z [13/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T00:52:56.9576399Z [14/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T00:52:56.9858599Z [15/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T00:52:57.1070848Z [16/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T00:52:57.1141955Z [17/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T00:52:57.1413481Z [18/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T00:52:57.1577958Z [19/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T00:52:57.1686167Z [20/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T00:52:57.1977318Z [21/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T00:52:57.2344864Z [22/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T00:52:57.2699530Z [23/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T00:52:57.3572736Z [24/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T00:52:57.3682437Z [25/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T00:52:57.4030695Z [26/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T00:52:57.4610188Z [27/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T00:52:57.4696412Z [28/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-01-24T00:52:57.5447606Z [29/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-01-24T00:52:57.5850749Z [30/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-01-24T00:52:57.6354828Z [31/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-01-24T00:52:57.7716147Z [32/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-01-24T00:52:57.7936071Z [33/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-01-24T00:52:57.8039267Z [34/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-01-24T00:52:57.8438713Z [35/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-01-24T00:52:57.8633921Z [36/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-01-24T00:52:57.9081012Z [37/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-01-24T00:52:57.9094651Z [38/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-01-24T00:52:57.9649589Z [39/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-01-24T00:52:57.9980432Z [40/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-01-24T00:52:58.0850021Z [41/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-01-24T00:52:58.1109125Z [42/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-01-24T00:52:58.1275727Z [43/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-01-24T00:52:58.1730334Z [44/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-01-24T00:52:58.2063361Z [45/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-01-24T00:52:58.2679471Z [46/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-01-24T00:52:58.3270928Z [47/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-01-24T00:52:58.3590947Z [48/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-01-24T00:52:58.3885905Z [49/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-01-24T00:52:58.4323375Z [50/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-01-24T00:52:58.4382432Z [51/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-01-24T00:52:58.4953885Z [52/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-01-24T00:52:58.5757247Z [53/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-01-24T00:52:58.6127110Z [54/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-01-24T00:52:58.6403142Z [55/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-01-24T00:52:58.6542674Z [56/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-01-24T00:52:58.6828190Z [57/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-01-24T00:52:58.7703138Z [58/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-01-24T00:52:58.8078081Z [59/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-01-24T00:52:58.8463366Z [60/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-01-24T00:52:58.8773959Z [61/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-01-24T00:52:58.8909466Z [62/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-01-24T00:52:58.9558436Z [63/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-01-24T00:52:59.0000003Z [64/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-01-24T00:52:59.0097703Z [65/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-01-24T00:52:59.0464444Z [66/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-01-24T00:52:59.1958237Z [67/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-01-24T00:52:59.2201246Z [68/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-01-24T00:52:59.2722001Z [69/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-01-24T00:52:59.2779398Z [70/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-01-24T00:52:59.2851746Z [71/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-01-24T00:52:59.3718220Z [72/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-01-24T00:52:59.3739078Z [73/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-01-24T00:52:59.3818224Z [74/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-01-24T00:52:59.3912645Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:52:59.3913191Z 2025-01-24T00:52:59.3913199Z 2025-01-24T00:52:59.3913498Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:52:59.3914266Z 2025-01-24T00:52:59.3914289Z 2025-01-24T00:52:59.3914293Z 2025-01-24T00:52:59.3914298Z 2025-01-24T00:52:59.3914949Z [75/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-01-24T00:52:59.5952394Z [76/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-01-24T00:52:59.6343385Z [77/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-01-24T00:52:59.6482608Z [78/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-01-24T00:52:59.7249308Z [79/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-01-24T00:52:59.7431029Z [80/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-01-24T00:52:59.7757953Z [81/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-01-24T00:52:59.9308823Z [82/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-01-24T00:52:59.9611935Z [83/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-01-24T00:52:59.9696408Z [84/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-01-24T00:53:00.0529781Z [85/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-01-24T00:53:00.0614563Z [86/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-01-24T00:53:00.0924802Z [87/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-01-24T00:53:00.1428408Z [88/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-01-24T00:53:00.2485964Z [89/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-01-24T00:53:00.2876777Z [90/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-01-24T00:53:00.3321940Z [91/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-01-24T00:53:00.3417987Z [92/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-01-24T00:53:00.4122159Z [93/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-01-24T00:53:00.4401025Z [94/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-01-24T00:53:00.4933594Z [95/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-01-24T00:53:00.4959111Z [96/7038] Linking CXX static library lib\libprotobuf.lib 2025-01-24T00:53:00.5562712Z [97/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-01-24T00:53:00.6429984Z [98/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-01-24T00:53:00.7098974Z [99/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-01-24T00:53:00.7512187Z [100/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-01-24T00:53:00.8113343Z [101/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-01-24T00:53:00.8500624Z [102/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-01-24T00:53:00.8673648Z [103/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-01-24T00:53:00.8733695Z [104/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-01-24T00:53:00.9111397Z [105/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-01-24T00:53:01.0087402Z [106/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-01-24T00:53:01.0478865Z [107/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-01-24T00:53:01.1105117Z [108/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-01-24T00:53:01.1833667Z [109/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-01-24T00:53:01.2272880Z [110/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-01-24T00:53:01.2359197Z [111/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-01-24T00:53:01.2590011Z [112/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-01-24T00:53:01.2711767Z [113/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-01-24T00:53:01.3281544Z [114/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-01-24T00:53:01.3942533Z [115/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-01-24T00:53:01.4575387Z [116/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-01-24T00:53:01.5837813Z [117/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-01-24T00:53:01.5855957Z [118/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-01-24T00:53:01.6024755Z [119/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-01-24T00:53:01.6263790Z [120/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-01-24T00:53:01.6538122Z [121/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-01-24T00:53:01.6913708Z [122/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-01-24T00:53:01.7991512Z [123/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-01-24T00:53:01.8143216Z [124/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-01-24T00:53:01.9450873Z [125/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-01-24T00:53:01.9623692Z [126/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-01-24T00:53:01.9801782Z [127/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-01-24T00:53:01.9886551Z [128/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-01-24T00:53:02.0522761Z [129/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-01-24T00:53:02.0810386Z [130/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-01-24T00:53:02.1675294Z [131/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-01-24T00:53:02.2845508Z [132/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-01-24T00:53:02.3137022Z [133/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-01-24T00:53:02.3217106Z [134/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-01-24T00:53:02.3456368Z [135/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-01-24T00:53:02.3875448Z [136/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-01-24T00:53:02.4070274Z [137/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-01-24T00:53:02.4295193Z [138/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-01-24T00:53:02.4630997Z [139/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-01-24T00:53:02.4867166Z [140/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-01-24T00:53:02.6424909Z [141/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-01-24T00:53:02.6513336Z [142/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-01-24T00:53:02.6941679Z [143/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-01-24T00:53:02.7285284Z [144/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-01-24T00:53:02.7764193Z [145/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-01-24T00:53:02.7943008Z [146/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-01-24T00:53:02.8142673Z [147/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-01-24T00:53:02.9013307Z [148/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-01-24T00:53:03.0148356Z [149/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-01-24T00:53:03.0457197Z [150/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-01-24T00:53:03.0938444Z [151/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-01-24T00:53:03.1050416Z [152/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-01-24T00:53:03.1513256Z [153/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-01-24T00:53:03.1597451Z [154/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-01-24T00:53:03.1804262Z [155/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-01-24T00:53:03.1889827Z [156/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-01-24T00:53:03.2768953Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:53:03.2769556Z 2025-01-24T00:53:03.2769563Z 2025-01-24T00:53:03.2769856Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:53:03.2770366Z 2025-01-24T00:53:03.2770373Z 2025-01-24T00:53:03.2770379Z 2025-01-24T00:53:03.2770386Z 2025-01-24T00:53:03.2771310Z [157/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-01-24T00:53:03.2864555Z [158/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-01-24T00:53:03.3652422Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:53:03.3653009Z 2025-01-24T00:53:03.3653018Z 2025-01-24T00:53:03.3653328Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:53:03.3653809Z 2025-01-24T00:53:03.3653818Z 2025-01-24T00:53:03.3653824Z 2025-01-24T00:53:03.3653870Z 2025-01-24T00:53:03.3654638Z [159/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-01-24T00:53:03.4163372Z [160/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-01-24T00:53:03.4307838Z [161/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-01-24T00:53:03.4693926Z [162/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-01-24T00:53:03.4790841Z [163/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-01-24T00:53:03.5192438Z [164/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-01-24T00:53:03.5278204Z [165/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-01-24T00:53:03.5545762Z [166/7038] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-01-24T00:53:03.5784230Z [167/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-01-24T00:53:03.6042911Z [168/7038] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-01-24T00:53:03.7103805Z [169/7038] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-01-24T00:53:03.8519678Z [170/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-01-24T00:53:03.8892494Z [171/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-01-24T00:53:03.9089553Z [172/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-01-24T00:53:03.9421855Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:03.9423734Z [173/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-01-24T00:53:03.9433929Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:03.9434681Z [174/7038] Linking CXX static library lib\libprotoc.lib 2025-01-24T00:53:03.9594309Z [175/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-01-24T00:53:03.9720270Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:03.9721452Z [176/7038] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-01-24T00:53:03.9762654Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:03.9764285Z [177/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-01-24T00:53:03.9814704Z [178/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-01-24T00:53:04.0186445Z [179/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-01-24T00:53:04.0207443Z [180/7038] Linking C static library lib\pthreadpool.lib 2025-01-24T00:53:04.0251959Z [181/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-01-24T00:53:04.0327791Z [182/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-01-24T00:53:04.0487542Z [183/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-01-24T00:53:04.0688629Z [184/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-01-24T00:53:04.1163912Z [185/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-01-24T00:53:04.1209750Z [186/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-01-24T00:53:04.1255345Z [187/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-01-24T00:53:04.1358507Z [188/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-01-24T00:53:04.1447359Z [189/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-01-24T00:53:04.1908276Z [190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T00:53:04.2165409Z [191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-01-24T00:53:04.2516769Z [192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T00:53:04.2883288Z [193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:53:04.3127316Z [194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T00:53:04.3191445Z [195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T00:53:04.3296199Z [196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T00:53:04.3366289Z [197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-01-24T00:53:04.3573279Z [198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-01-24T00:53:04.3594380Z [199/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-01-24T00:53:04.3832482Z [200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:53:04.4272697Z [201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-01-24T00:53:04.4283822Z [202/7038] Linking CXX executable bin\protoc.exe 2025-01-24T00:53:04.4342658Z [203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:53:04.4358116Z [204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-01-24T00:53:04.4610581Z [205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:04.4844563Z [206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:04.4906285Z [207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:04.5002773Z [208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:04.5232407Z [209/7038] Running gen_proto.py on onnx/onnx.in.proto 2025-01-24T00:53:04.5337057Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-01-24T00:53:04.5337483Z 2025-01-24T00:53:04.5337829Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-01-24T00:53:04.5338375Z 2025-01-24T00:53:04.5338734Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-01-24T00:53:04.5339227Z 2025-01-24T00:53:04.5339515Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-01-24T00:53:04.5339900Z 2025-01-24T00:53:04.5340190Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-01-24T00:53:04.5340584Z 2025-01-24T00:53:04.5341076Z [210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-01-24T00:53:04.5482255Z [211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-01-24T00:53:04.5608150Z [212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-01-24T00:53:04.5767021Z [213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-01-24T00:53:04.5816506Z [214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-01-24T00:53:04.5874047Z [215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-01-24T00:53:04.6093201Z [216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-01-24T00:53:04.6312898Z [217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-01-24T00:53:04.6591436Z [218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:53:04.6680824Z [219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:53:04.6821933Z [220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-01-24T00:53:04.6910704Z [221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-01-24T00:53:04.6925466Z [222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-01-24T00:53:04.7261759Z [223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-01-24T00:53:04.7317650Z [224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-01-24T00:53:04.7715551Z [225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-01-24T00:53:04.7779911Z [226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-01-24T00:53:04.7936287Z [227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-01-24T00:53:04.8039702Z [228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-01-24T00:53:04.8055139Z [229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-01-24T00:53:04.8557636Z [230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-01-24T00:53:04.8783760Z [231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-01-24T00:53:04.8824407Z [232/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-01-24T00:53:04.8887674Z [233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-01-24T00:53:04.9022915Z [234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-01-24T00:53:04.9079449Z [235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-01-24T00:53:04.9138262Z [236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-01-24T00:53:04.9237869Z [237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-01-24T00:53:04.9642298Z [238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-01-24T00:53:04.9933979Z [239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-01-24T00:53:04.9982723Z [240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-01-24T00:53:05.0029234Z [241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-01-24T00:53:05.0255772Z [242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-01-24T00:53:05.0319985Z [243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-01-24T00:53:05.0337294Z [244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-01-24T00:53:05.0608071Z [245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-01-24T00:53:05.0762092Z [246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-01-24T00:53:05.1091426Z [247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-01-24T00:53:05.1146533Z [248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-01-24T00:53:05.1250162Z [249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-01-24T00:53:05.1309160Z [250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-01-24T00:53:05.1642130Z [251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-01-24T00:53:05.1705871Z [252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-01-24T00:53:05.1767105Z [253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-01-24T00:53:05.2192216Z [254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-01-24T00:53:05.2206450Z [255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T00:53:05.2271880Z [256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-01-24T00:53:05.2454111Z [257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-01-24T00:53:05.2836619Z [258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-01-24T00:53:05.2850038Z [259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-01-24T00:53:05.3015772Z [260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-01-24T00:53:05.3028789Z [261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-01-24T00:53:05.3119294Z [262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-01-24T00:53:05.3226873Z [263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-01-24T00:53:05.3272629Z [264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-01-24T00:53:05.3522914Z [265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-01-24T00:53:05.3631725Z [266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-01-24T00:53:05.3727657Z [267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-01-24T00:53:05.3946626Z [268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:53:05.4123678Z [269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:53:05.4249434Z [270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T00:53:05.4345805Z [271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-01-24T00:53:05.4422485Z [272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T00:53:05.4758284Z [273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-01-24T00:53:05.4828217Z [274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-01-24T00:53:05.5040956Z [275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-01-24T00:53:05.5130102Z [276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:53:05.5473524Z [277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-01-24T00:53:05.5529235Z [278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T00:53:05.5623893Z [279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-01-24T00:53:05.5636692Z [280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-01-24T00:53:05.5881322Z [281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:53:05.5907264Z [282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-01-24T00:53:05.6249881Z [283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-01-24T00:53:05.6286957Z [284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-01-24T00:53:05.6664204Z [285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:53:05.6737841Z [286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-01-24T00:53:05.6753051Z [287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-01-24T00:53:05.7020246Z [288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-01-24T00:53:05.7236711Z [289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-01-24T00:53:05.7297692Z [290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-01-24T00:53:05.7455291Z [291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-01-24T00:53:05.7585423Z [292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:53:05.7790730Z [293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-01-24T00:53:05.7984463Z [294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-01-24T00:53:05.8160898Z [295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:53:05.8223824Z [296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-01-24T00:53:05.8422656Z [297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-01-24T00:53:05.8474096Z [298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-01-24T00:53:05.8707447Z [299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-01-24T00:53:05.8788184Z [300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-01-24T00:53:05.8962194Z [301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-01-24T00:53:05.9125586Z [302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-01-24T00:53:05.9262658Z [303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-01-24T00:53:05.9514818Z [304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2025-01-24T00:53:05.9735261Z [305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2025-01-24T00:53:06.0096886Z [306/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2025-01-24T00:53:06.0427302Z [307/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2025-01-24T00:53:06.0696573Z [308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2025-01-24T00:53:06.1082082Z [309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2025-01-24T00:53:06.1950507Z [310/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2025-01-24T00:53:06.2146034Z [311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2025-01-24T00:53:06.2346504Z [312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2025-01-24T00:53:06.2527775Z [313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2025-01-24T00:53:06.2727408Z [314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2025-01-24T00:53:08.4905876Z [315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2025-01-24T00:53:08.5060365Z [316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2025-01-24T00:53:08.5107378Z [317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-01-24T00:53:08.5252903Z [318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-01-24T00:53:08.5301568Z [319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-01-24T00:53:08.5445546Z [320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-01-24T00:53:08.5461876Z [321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-01-24T00:53:08.5700891Z [322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-01-24T00:53:08.5861456Z [323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-01-24T00:53:08.6326052Z [324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:08.6345749Z [325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:08.6612507Z [326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:08.6673474Z [327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:53:08.6779446Z [328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:08.7049659Z [329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-01-24T00:53:08.7211105Z [330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-01-24T00:53:08.7226597Z [331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-01-24T00:53:08.7601729Z [332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:53:08.7658046Z [333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-01-24T00:53:08.7928046Z [334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-01-24T00:53:08.8075893Z [335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:53:08.8142067Z [336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:08.8764810Z [337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:08.8777341Z [338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-01-24T00:53:08.8832180Z [339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-01-24T00:53:08.8937531Z [340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-01-24T00:53:08.9130216Z [341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-01-24T00:53:08.9142577Z [342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-01-24T00:53:08.9392644Z [343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:08.9465429Z [344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:08.9893146Z [345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-01-24T00:53:08.9905662Z [346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-01-24T00:53:08.9917068Z [347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-01-24T00:53:09.0012635Z [348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-01-24T00:53:09.0127574Z [349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:53:09.0213084Z [350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.0619732Z [351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.0689497Z [352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.1040137Z [353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-01-24T00:53:09.1128094Z [354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:09.1180622Z [355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:53:09.1231466Z [356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-01-24T00:53:09.1408987Z [357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-01-24T00:53:09.1557795Z [358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-01-24T00:53:09.1760811Z [359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-01-24T00:53:09.1850565Z [360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-01-24T00:53:09.2195575Z [361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.2384757Z [362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-01-24T00:53:09.2396843Z [363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-01-24T00:53:09.2507812Z [364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-01-24T00:53:09.2665313Z [365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:09.2746795Z [366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-01-24T00:53:09.3103661Z [367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-01-24T00:53:09.3501896Z [368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:53:09.3640922Z [369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T00:53:09.3656731Z [370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-01-24T00:53:09.3670318Z [371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.3718847Z [372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:53:09.3786985Z [373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:53:09.3934534Z [374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:53:09.3998885Z [375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-01-24T00:53:09.4541131Z [376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-01-24T00:53:09.4748858Z [377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-01-24T00:53:09.5109910Z [378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:09.5121383Z [379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.5132179Z [380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:09.5215543Z [381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2025-01-24T00:53:09.5353363Z [382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.5475281Z [383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.5786032Z [384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:09.6010893Z [385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.6458481Z [386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:09.6513330Z [387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2025-01-24T00:53:09.6663689Z [388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:53:09.6804260Z [389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:09.6862253Z [390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:53:09.6876663Z [391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.7035959Z [392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.7188621Z [393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:53:09.7748236Z [394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:09.8017089Z [395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:09.8168897Z [396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2025-01-24T00:53:09.8232007Z [397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:53:09.8342867Z [398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:53:09.8426158Z [399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:53:09.8440122Z [400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2025-01-24T00:53:09.8686909Z [401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:53:09.8754270Z [402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-01-24T00:53:09.9388525Z [403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-01-24T00:53:09.9461274Z [404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T00:53:09.9473398Z [405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:53:09.9527942Z [406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-01-24T00:53:09.9541618Z [407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-01-24T00:53:09.9592309Z [408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:53:09.9731342Z [409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-01-24T00:53:09.9782486Z [410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-01-24T00:53:10.0699689Z [411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-01-24T00:53:10.0716705Z [412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-01-24T00:53:10.0728450Z [413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-01-24T00:53:10.0768658Z [414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-01-24T00:53:10.0812921Z [415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:53:10.0920781Z [416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-01-24T00:53:10.1061085Z [417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-01-24T00:53:10.1118719Z [418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-01-24T00:53:10.1787034Z [419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-01-24T00:53:10.1857409Z [420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-01-24T00:53:10.1926930Z [421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-01-24T00:53:10.1983512Z [422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-01-24T00:53:10.2033590Z [423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-01-24T00:53:10.2209583Z [424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-01-24T00:53:10.2226679Z [425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-01-24T00:53:10.2323512Z [426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-01-24T00:53:10.3033383Z [427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-01-24T00:53:10.3084833Z [428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-01-24T00:53:10.3180851Z [429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-01-24T00:53:10.3304045Z [430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-01-24T00:53:10.3350146Z [431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-01-24T00:53:10.3448283Z [432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-01-24T00:53:10.3588302Z [433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-01-24T00:53:10.3639143Z [434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-01-24T00:53:10.4023177Z [435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-01-24T00:53:10.4101412Z [436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-01-24T00:53:10.4300825Z [437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-01-24T00:53:10.4497646Z [438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-01-24T00:53:10.4572155Z [439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-01-24T00:53:10.4619483Z [440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-01-24T00:53:10.4666677Z [441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-01-24T00:53:10.4936492Z [442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-01-24T00:53:10.5213347Z [443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-01-24T00:53:10.5268390Z [444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-01-24T00:53:10.5470097Z [445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-01-24T00:53:10.5638095Z [446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-01-24T00:53:10.5763376Z [447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-01-24T00:53:10.5823731Z [448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-01-24T00:53:10.6264866Z [449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-01-24T00:53:10.6326141Z [450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-01-24T00:53:10.6340024Z [451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-01-24T00:53:10.6604204Z [452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-01-24T00:53:10.6658673Z [453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-01-24T00:53:10.6718583Z [454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-01-24T00:53:10.6823112Z [455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-01-24T00:53:10.6886956Z [456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-01-24T00:53:10.7468699Z [457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-01-24T00:53:10.7576123Z [458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-01-24T00:53:10.7793473Z [459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-01-24T00:53:10.7806618Z [460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-01-24T00:53:10.7895194Z [461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-01-24T00:53:10.7958388Z [462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-01-24T00:53:10.7973571Z [463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-01-24T00:53:10.8040082Z [464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-01-24T00:53:10.8740208Z [465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-01-24T00:53:10.8809278Z [466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-01-24T00:53:10.8988975Z [467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-01-24T00:53:10.9088891Z [468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-01-24T00:53:10.9104551Z [469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-01-24T00:53:10.9211524Z [470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-01-24T00:53:10.9284328Z [471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-01-24T00:53:10.9350597Z [472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-01-24T00:53:11.0112904Z [473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-01-24T00:53:11.0174554Z [474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-01-24T00:53:11.0361995Z [475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-01-24T00:53:11.0418683Z [476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-01-24T00:53:11.0481163Z [477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-01-24T00:53:11.0495966Z [478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-01-24T00:53:11.0560159Z [479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-01-24T00:53:11.0781764Z [480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-01-24T00:53:11.1672021Z [481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-01-24T00:53:11.1763002Z [482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-01-24T00:53:11.1850342Z [483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-01-24T00:53:11.1863635Z [484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-01-24T00:53:11.1909388Z [485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-01-24T00:53:11.1991557Z [486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-01-24T00:53:11.2044290Z [487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-01-24T00:53:11.2063049Z [488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-01-24T00:53:11.2821636Z [489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-01-24T00:53:11.2943192Z [490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-01-24T00:53:11.3020522Z [491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-01-24T00:53:11.3140954Z [492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-01-24T00:53:11.3206544Z [493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-01-24T00:53:11.3258654Z [494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-01-24T00:53:11.3272862Z [495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-01-24T00:53:11.3485800Z [496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-01-24T00:53:11.3973447Z [497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-01-24T00:53:11.4113386Z [498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-01-24T00:53:11.4173576Z [499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-01-24T00:53:11.4371247Z [500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-01-24T00:53:11.4495937Z [501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-01-24T00:53:11.4551225Z [502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-01-24T00:53:11.4617760Z [503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-01-24T00:53:11.4633495Z [504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-01-24T00:53:11.5163112Z [505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-01-24T00:53:11.5223826Z [506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-01-24T00:53:11.5345169Z [507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-01-24T00:53:11.5478913Z [508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-01-24T00:53:11.5711192Z [509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-01-24T00:53:11.5766338Z [510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-01-24T00:53:11.5828181Z [511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-01-24T00:53:11.5885866Z [512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-01-24T00:53:11.6289800Z [513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-01-24T00:53:11.6462568Z [514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-01-24T00:53:11.6575274Z [515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-01-24T00:53:11.6589118Z [516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-01-24T00:53:11.6780100Z [517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-01-24T00:53:11.7023964Z [518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-01-24T00:53:11.7107566Z [519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-01-24T00:53:11.7356466Z [520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-01-24T00:53:11.7599651Z [521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-01-24T00:53:11.7663281Z [522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-01-24T00:53:11.7786058Z [523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-01-24T00:53:11.7925510Z [524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-01-24T00:53:11.7940334Z [525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-01-24T00:53:11.8106734Z [526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-01-24T00:53:11.8327063Z [527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-01-24T00:53:11.8556276Z [528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-01-24T00:53:11.8775416Z [529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-01-24T00:53:11.8789454Z [530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-01-24T00:53:11.8997456Z [531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-01-24T00:53:11.9081423Z [532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-01-24T00:53:11.9163985Z [533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-01-24T00:53:11.9179782Z [534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-01-24T00:53:11.9638451Z [535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-01-24T00:53:11.9713457Z [536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-01-24T00:53:11.9870855Z [537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-01-24T00:53:12.0004054Z [538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2025-01-24T00:53:12.0071166Z [539/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2025-01-24T00:53:12.0158837Z [540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-01-24T00:53:12.0316774Z [541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-01-24T00:53:12.0366170Z [542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-01-24T00:53:12.0828645Z [543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-01-24T00:53:12.0886846Z [544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-01-24T00:53:12.1047629Z [545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-01-24T00:53:12.1206070Z [546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-01-24T00:53:12.1269348Z [547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-01-24T00:53:12.1321219Z [548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-01-24T00:53:12.1523137Z [549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-01-24T00:53:12.1583548Z [550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-01-24T00:53:12.2009027Z [551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-01-24T00:53:12.2436657Z [552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-01-24T00:53:12.2450135Z [553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-01-24T00:53:12.2463782Z [554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-01-24T00:53:12.2528386Z [555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-01-24T00:53:12.2716113Z [556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-01-24T00:53:12.2728771Z [557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-01-24T00:53:12.2905303Z [558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-01-24T00:53:12.3495237Z [559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-01-24T00:53:12.3553368Z [560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-01-24T00:53:12.3566344Z [561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-01-24T00:53:12.3745246Z [562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-01-24T00:53:12.3804842Z [563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-01-24T00:53:12.3817788Z [564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-01-24T00:53:12.3869490Z [565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-01-24T00:53:12.4007764Z [566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-01-24T00:53:12.4696006Z [567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-01-24T00:53:12.4746999Z [568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-01-24T00:53:12.4890112Z [569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-01-24T00:53:12.4957913Z [570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-01-24T00:53:12.4970379Z [571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-01-24T00:53:12.4982687Z [572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-01-24T00:53:12.5050979Z [573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-01-24T00:53:12.5128895Z [574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-01-24T00:53:12.6121788Z [575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-01-24T00:53:12.6192238Z [576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-01-24T00:53:12.6249003Z [577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-01-24T00:53:12.6260808Z [578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-01-24T00:53:12.6469717Z [579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-01-24T00:53:12.6616297Z [580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-01-24T00:53:12.6678620Z [581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-01-24T00:53:12.7057165Z [582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-01-24T00:53:12.7207458Z [583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-01-24T00:53:12.7441669Z [584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-01-24T00:53:12.7454997Z [585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-01-24T00:53:12.7525185Z [586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-01-24T00:53:12.7765665Z [587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-01-24T00:53:12.7781290Z [588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-01-24T00:53:12.7895909Z [589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-01-24T00:53:12.8285768Z [590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-01-24T00:53:12.8344038Z [591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-01-24T00:53:12.8595708Z [592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-01-24T00:53:12.8705342Z [593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T00:53:12.8906917Z [594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-01-24T00:53:12.8962808Z [595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T00:53:12.8975957Z [596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-01-24T00:53:12.9403500Z [597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-01-24T00:53:12.9421673Z [598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-01-24T00:53:12.9437690Z [599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-01-24T00:53:12.9671257Z [600/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2025-01-24T00:53:12.9816663Z [601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2025-01-24T00:53:13.0026131Z [602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2025-01-24T00:53:13.0083615Z [603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2025-01-24T00:53:13.0142230Z [604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-01-24T00:53:13.0594547Z [605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T00:53:13.0612725Z [606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-01-24T00:53:13.0673028Z [607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-01-24T00:53:13.0944595Z [608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-01-24T00:53:13.0963333Z [609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-01-24T00:53:13.1278416Z [610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-01-24T00:53:13.1437201Z [611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-01-24T00:53:13.1632291Z [612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-01-24T00:53:13.1771275Z [613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-01-24T00:53:13.1788802Z [614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-01-24T00:53:13.1842333Z [615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-01-24T00:53:13.1982283Z [616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-01-24T00:53:13.1997701Z [617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-01-24T00:53:13.2423254Z [618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-01-24T00:53:13.2624124Z [619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-01-24T00:53:13.2777358Z [620/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-01-24T00:53:13.2948330Z [621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-01-24T00:53:13.2963478Z [622/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-01-24T00:53:13.2975817Z [623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-01-24T00:53:13.3111638Z [624/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-01-24T00:53:13.3172915Z [625/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-01-24T00:53:13.3719418Z [626/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.3872086Z [627/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.4171038Z [628/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:53:13.4307126Z [629/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:53:13.4432508Z [630/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.4445166Z [631/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:53:13.4551595Z [632/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:53:13.4567202Z [633/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.5135598Z [634/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:13.5404612Z [635/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.5532400Z [636/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.5765299Z [637/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.5777991Z [638/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.5829817Z [639/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.5843627Z [640/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:13.5855851Z [641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:13.6445732Z [642/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.6528214Z [643/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.6807761Z [644/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:13.7149088Z [645/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:53:13.7199108Z [646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:53:13.7353611Z [647/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:13.7406875Z [648/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:13.7420270Z [649/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:53:13.7877364Z [650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:53:13.8078988Z [651/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:53:13.8432330Z [652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:53:13.8477665Z [653/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.8552813Z [654/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:53:13.8664592Z [655/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:53:13.8788800Z [656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:13.9170342Z [657/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:53:13.9497135Z [658/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:13.9670037Z [659/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:53:13.9768804Z [660/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:53:13.9818211Z [661/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.0041156Z [662/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:14.0088978Z [663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:53:14.0426112Z [664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:53:14.0438948Z [665/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:53:14.1042104Z [666/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.obj 2025-01-24T00:53:14.1099763Z [667/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:53:14.1115367Z [668/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:53:14.1340406Z [669/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:53:14.1400621Z [670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.obj 2025-01-24T00:53:14.1414218Z [671/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:14.1696401Z [672/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:53:14.1784077Z [673/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:53:14.2370864Z [674/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.2438429Z [675/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:53:14.2549333Z [676/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.2644244Z [677/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:53:14.2748388Z [678/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.2804954Z [679/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2025-01-24T00:53:14.3074750Z [680/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:14.3232668Z [681/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:53:14.3650429Z [682/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:53:14.4000108Z [683/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:14.4011863Z [684/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2025-01-24T00:53:14.4085454Z [685/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:14.4243782Z [686/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:14.4529631Z [687/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:53:14.4628552Z [688/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:53:14.4767289Z [689/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:53:14.4957886Z [690/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:53:14.5273443Z [691/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:53:14.5361418Z [692/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.5373281Z [693/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:14.5755286Z [694/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2025-01-24T00:53:14.5811863Z [695/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:14.5890519Z [696/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:53:14.6018060Z [697/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2025-01-24T00:53:14.6421496Z [698/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:53:14.6476055Z [699/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:53:14.6690305Z [700/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:14.6942225Z [701/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:53:14.6955365Z [702/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2025-01-24T00:53:14.7095781Z [703/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:53:14.7107678Z [704/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2025-01-24T00:53:14.7388877Z [705/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:53:14.7599638Z [706/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:53:14.7655223Z [707/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:53:14.7988610Z [708/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:53:14.8232450Z [709/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:14.8286818Z [710/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:14.8393583Z [711/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:14.8409831Z [712/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:14.8521697Z [713/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:14.8780008Z [714/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:53:14.9207307Z [715/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:53:14.9497507Z [716/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:53:14.9546026Z [717/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:14.9699626Z [718/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:14.9713219Z [719/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:14.9768664Z [720/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:14.9850949Z [721/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:53:14.9904903Z [722/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.0384048Z [723/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:53:15.0529647Z [724/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-01-24T00:53:15.0768607Z [725/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T00:53:15.0789486Z [726/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:53:15.0906186Z [727/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-01-24T00:53:15.0921581Z [728/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:53:15.0982700Z [729/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-01-24T00:53:15.1039253Z [730/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-01-24T00:53:15.1509384Z [731/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:53:15.1639416Z [732/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-01-24T00:53:15.1898088Z [733/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-01-24T00:53:15.1978997Z [734/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:53:15.2052380Z [735/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-01-24T00:53:15.2184302Z [736/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:15.2196519Z [737/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:15.2359268Z [738/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:53:15.2631866Z [739/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.2762032Z [740/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:15.3124220Z [741/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:15.3175206Z [742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:53:15.3288463Z [743/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:53:15.3449410Z [744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:15.3535153Z [745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:53:15.3588735Z [746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:15.3854583Z [747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.4054875Z [748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:15.4497693Z [749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:53:15.4596679Z [750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:15.4693443Z [751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:53:15.4706939Z [752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:15.4785694Z [753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:15.4840330Z [754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:53:15.4946745Z [755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.5167263Z [756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:15.5827521Z [757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:53:15.5889512Z [758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:53:15.6064608Z [759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:15.6114337Z [760/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:15.6206532Z [761/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:53:15.6272122Z [762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:15.6510987Z [763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:15.6658588Z [764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.7392487Z [765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:15.7404997Z [766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:15.7534193Z [767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:53:15.7627693Z [768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:15.7756278Z [769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:15.7768344Z [770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:15.7951966Z [771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.8170447Z [772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:15.8627797Z [773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:15.8847349Z [774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:53:15.8899544Z [775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:15.9036347Z [776/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:15.9126110Z [777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:15.9322869Z [778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:53:15.9475919Z [779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:15.9624930Z [780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:15.9939557Z [781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:16.0093232Z [782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:16.0290351Z [783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:16.0376863Z [784/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:16.0531266Z [785/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:53:16.0577811Z [786/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:16.0673277Z [787/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:16.0725148Z [788/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:16.1294538Z [789/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:16.1444840Z [790/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:16.1514559Z [791/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:16.1612951Z [792/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:16.1835540Z [793/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:53:16.1850670Z [794/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-01-24T00:53:16.1902892Z [795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:16.1915653Z [796/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:53:16.2380328Z [797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-scalar.c.obj 2025-01-24T00:53:16.2515787Z [798/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-01-24T00:53:16.2564859Z [799/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-01-24T00:53:16.2630117Z [800/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-01-24T00:53:16.2899032Z [801/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-01-24T00:53:16.2953699Z [802/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-01-24T00:53:16.3056641Z [803/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-01-24T00:53:16.3278687Z [804/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-01-24T00:53:16.3518160Z [805/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-01-24T00:53:16.3530625Z [806/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-01-24T00:53:16.3541322Z [807/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-01-24T00:53:16.3650036Z [808/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:53:16.4035037Z [809/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:53:16.4210405Z [810/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:53:16.4224848Z [811/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-01-24T00:53:16.4393333Z [812/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-01-24T00:53:16.4598932Z [813/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.4939264Z [814/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:53:16.4952844Z [815/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:53:16.5061078Z [816/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:53:16.5255833Z [817/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.5342164Z [818/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T00:53:16.5493444Z [819/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T00:53:16.5674731Z [820/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.5747459Z [821/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.6010785Z [822/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-01-24T00:53:16.6095983Z [823/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-01-24T00:53:16.6109395Z [824/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-01-24T00:53:16.6305467Z [825/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-01-24T00:53:16.6502978Z [826/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-01-24T00:53:16.6723398Z [827/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-01-24T00:53:16.6797030Z [828/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-01-24T00:53:16.6858413Z [829/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-01-24T00:53:16.7133700Z [830/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T00:53:16.7357033Z [831/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-01-24T00:53:16.7624739Z [832/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-01-24T00:53:16.7807906Z [833/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-01-24T00:53:16.7886176Z [834/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-01-24T00:53:16.8020096Z [835/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:53:16.8077467Z [836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-01-24T00:53:16.8203671Z [837/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.8789541Z [838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-01-24T00:53:16.8855588Z [839/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:53:16.8909200Z [840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-01-24T00:53:16.8964784Z [841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:16.9014888Z [842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T00:53:16.9071307Z [843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:53:16.9137680Z [844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:53:16.9157149Z [845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-01-24T00:53:16.9875070Z [846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-01-24T00:53:16.9952453Z [847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-01-24T00:53:17.0107349Z [848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:17.0187297Z [849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:53:17.0267632Z [850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:17.0385234Z [851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:17.0450442Z [852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.0463880Z [853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.1227858Z [854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:53:17.1289501Z [855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:53:17.1526354Z [856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:53:17.1572731Z [857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:53:17.1585982Z [858/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:53:17.1637077Z [859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.1650482Z [860/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.1711014Z [861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:53:17.2434318Z [862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:53:17.2518957Z [863/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:53:17.2695231Z [864/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-01-24T00:53:17.2743895Z [865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T00:53:17.2802138Z [866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-01-24T00:53:17.2814083Z [867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-01-24T00:53:17.2865556Z [868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-01-24T00:53:17.2878791Z [869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-01-24T00:53:17.3520484Z [870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-01-24T00:53:17.3842222Z [871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:17.4156497Z [872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.4216533Z [873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:17.4229105Z [874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.4278618Z [875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:17.4328495Z [876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:17.4541240Z [877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:17.4873724Z [878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.5224597Z [879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:17.5484568Z [880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:17.5675806Z [881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:17.5688441Z [882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:17.5700302Z [883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.5752321Z [884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:17.5770367Z [885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:17.6152084Z [886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.6528826Z [887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.6660766Z [888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:17.6868825Z [889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:17.6926780Z [890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:17.6978914Z [891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:53:17.6991157Z [892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:17.7050387Z [893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:53:17.7628944Z [894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:53:17.7725252Z [895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:53:17.7862296Z [896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:53:17.8018741Z [897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-01-24T00:53:17.8129034Z [898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:53:17.8179071Z [899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-01-24T00:53:17.8226671Z [900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-01-24T00:53:17.8410023Z [901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:53:17.8704785Z [902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-01-24T00:53:17.8765489Z [903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-01-24T00:53:17.8989891Z [904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:53:17.9298888Z [905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-01-24T00:53:17.9312985Z [906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:53:17.9325782Z [907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:53:17.9472770Z [908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:17.9538634Z [909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-01-24T00:53:17.9874634Z [910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:53:17.9937003Z [911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-01-24T00:53:18.0069959Z [912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-01-24T00:53:18.0457238Z [913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-01-24T00:53:18.0516852Z [914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-01-24T00:53:18.0629191Z [915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:18.0643969Z [916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:53:18.0706219Z [917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-01-24T00:53:18.1050595Z [918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-01-24T00:53:18.1107413Z [919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-01-24T00:53:18.1255370Z [920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-01-24T00:53:18.1472138Z [921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-01-24T00:53:18.1674158Z [922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-01-24T00:53:18.1724153Z [923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-01-24T00:53:18.2071614Z [924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-01-24T00:53:18.2176759Z [925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-01-24T00:53:18.2237563Z [926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-01-24T00:53:18.2251603Z [927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-01-24T00:53:18.2749058Z [928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-01-24T00:53:18.2806193Z [929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-01-24T00:53:18.2877114Z [930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-01-24T00:53:18.3097652Z [931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-01-24T00:53:18.3111191Z [932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-01-24T00:53:18.3210510Z [933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:53:18.3331686Z [934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:18.3594079Z [935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:53:18.3869472Z [936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2025-01-24T00:53:18.3927198Z [937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-01-24T00:53:18.4066075Z [938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-01-24T00:53:18.4170844Z [939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-01-24T00:53:18.4275149Z [940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2025-01-24T00:53:18.4325012Z [941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-01-24T00:53:18.4532505Z [942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-01-24T00:53:18.4627130Z [943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:53:18.4883909Z [944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-01-24T00:53:18.4896223Z [945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-01-24T00:53:18.5023815Z [946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:53:18.5148107Z [947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T00:53:18.5456393Z [948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-01-24T00:53:18.5591580Z [949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-01-24T00:53:18.5655818Z [950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-01-24T00:53:18.5668738Z [951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-01-24T00:53:18.6091980Z [952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-01-24T00:53:18.6110618Z [953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-01-24T00:53:18.6199954Z [954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-01-24T00:53:18.6329393Z [955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-01-24T00:53:18.6422986Z [956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-01-24T00:53:18.6434672Z [957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-01-24T00:53:18.6595203Z [958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-01-24T00:53:18.6652745Z [959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-01-24T00:53:18.7223356Z [960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-01-24T00:53:18.7274238Z [961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-01-24T00:53:18.7330481Z [962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-01-24T00:53:18.7456737Z [963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-01-24T00:53:18.7650286Z [964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-01-24T00:53:18.7703865Z [965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:53:18.7721046Z [966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-01-24T00:53:18.7735617Z [967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2025-01-24T00:53:18.8210699Z [968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-01-24T00:53:18.8226930Z [969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-01-24T00:53:18.8359917Z [970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-01-24T00:53:18.8439930Z [971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-01-24T00:53:18.8643591Z [972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-01-24T00:53:18.8748644Z [973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-01-24T00:53:18.8811907Z [974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-01-24T00:53:18.8824711Z [975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-01-24T00:53:18.9296381Z [976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-01-24T00:53:18.9350641Z [977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2025-01-24T00:53:18.9519388Z [978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.obj 2025-01-24T00:53:18.9605656Z [979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-01-24T00:53:18.9617610Z [980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2025-01-24T00:53:18.9773311Z [981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-01-24T00:53:18.9830063Z [982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-01-24T00:53:19.0031916Z [983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-01-24T00:53:19.0044424Z [984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-01-24T00:53:19.0166274Z [985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-01-24T00:53:19.0267936Z [986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-01-24T00:53:19.0336156Z [987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-01-24T00:53:19.0379615Z [988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-01-24T00:53:19.0464915Z [989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-01-24T00:53:19.0746406Z [990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-01-24T00:53:19.0812718Z [991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-01-24T00:53:19.0823008Z [992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-01-24T00:53:19.0833425Z [993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-01-24T00:53:19.1083615Z [994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-01-24T00:53:19.1256402Z [995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-01-24T00:53:19.1309462Z [996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-01-24T00:53:19.1578833Z [997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-01-24T00:53:19.1635400Z [998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-01-24T00:53:19.1646960Z [999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-01-24T00:53:19.1657641Z [1000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-01-24T00:53:19.1890792Z [1001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-01-24T00:53:19.2167666Z [1002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-01-24T00:53:19.2269782Z [1003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-01-24T00:53:19.2283280Z [1004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-01-24T00:53:19.2539594Z [1005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-01-24T00:53:19.2713577Z [1006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-01-24T00:53:19.2820870Z [1007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-01-24T00:53:19.2897774Z [1008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-01-24T00:53:19.2908421Z [1009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-01-24T00:53:19.2918659Z [1010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-01-24T00:53:19.3006059Z [1011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-01-24T00:53:19.3154461Z [1012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-01-24T00:53:19.3315499Z [1013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-01-24T00:53:19.3436572Z [1014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-01-24T00:53:19.3530272Z [1015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-01-24T00:53:19.3544498Z [1016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-01-24T00:53:19.3593896Z [1017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-01-24T00:53:19.3641690Z [1018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-01-24T00:53:19.3750519Z [1019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-01-24T00:53:19.3984751Z [1020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-01-24T00:53:19.4084126Z [1021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-01-24T00:53:19.4164532Z [1022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-01-24T00:53:19.4219688Z [1023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-01-24T00:53:19.4433131Z [1024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-01-24T00:53:19.4542624Z [1025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-01-24T00:53:19.4662334Z [1026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-01-24T00:53:19.4673334Z [1027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-01-24T00:53:19.4733000Z [1028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-01-24T00:53:19.4783373Z [1029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-01-24T00:53:19.4947367Z [1030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-01-24T00:53:19.4995891Z [1031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-01-24T00:53:19.5062947Z [1032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-01-24T00:53:19.5126920Z [1033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-01-24T00:53:19.5440081Z [1034/7038] Running gen_proto.py on onnx/onnx-data.in.proto 2025-01-24T00:53:19.5450909Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-01-24T00:53:19.5451348Z 2025-01-24T00:53:19.5451705Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-01-24T00:53:19.5452157Z 2025-01-24T00:53:19.5452499Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-01-24T00:53:19.5453023Z 2025-01-24T00:53:19.5453342Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-01-24T00:53:19.5453776Z 2025-01-24T00:53:19.5454081Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-01-24T00:53:19.5454496Z 2025-01-24T00:53:19.5454692Z [1035/7038] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-01-24T00:53:19.5455283Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-01-24T00:53:19.5456074Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-01-24T00:53:19.5456940Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-01-24T00:53:19.5457748Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-01-24T00:53:19.5588077Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-01-24T00:53:19.5589220Z 2025-01-24T00:53:19.5589458Z [1036/7038] Linking C static library lib\cpuinfo.lib 2025-01-24T00:53:19.5776402Z [1037/7038] Linking C executable sleef\bin\mkrename.exe 2025-01-24T00:53:19.6019919Z [1038/7038] Linking C executable sleef\bin\mkalias.exe 2025-01-24T00:53:19.6035122Z [1039/7038] Linking C executable sleef\bin\mkdisp.exe 2025-01-24T00:53:19.6107467Z [1040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-01-24T00:53:19.6401398Z [1041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-01-24T00:53:19.6618595Z [1042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-01-24T00:53:19.6630399Z [1043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-01-24T00:53:19.6642324Z [1044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-01-24T00:53:19.6653432Z [1045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-01-24T00:53:19.7407755Z [1046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-01-24T00:53:19.7604507Z [1047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-01-24T00:53:19.8162527Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:19.8163015Z [1048/7038] Linking C static library lib\microkernels-prod.lib 2025-01-24T00:53:19.8353008Z [1049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-01-24T00:53:19.8368243Z [1050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-01-24T00:53:19.8441405Z [1051/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-01-24T00:53:19.8442955Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:19.8444182Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:19.8445448Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:19.8446665Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:19.8447904Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:19.8449109Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:19.8450492Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:19.8451688Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:19.8453119Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:19.8454427Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:19.8455665Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-01-24T00:53:19.8456685Z with 2025-01-24T00:53:19.8456888Z [ 2025-01-24T00:53:19.8457075Z _Ty=int 2025-01-24T00:53:19.8457285Z ] 2025-01-24T00:53:19.8458288Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-01-24T00:53:19.8459594Z with 2025-01-24T00:53:19.8459775Z [ 2025-01-24T00:53:19.8459950Z _OutIt=float *, 2025-01-24T00:53:19.8460257Z Dst=float, 2025-01-24T00:53:19.8460540Z _Diff=size_t, 2025-01-24T00:53:19.8460747Z _Ty=int 2025-01-24T00:53:19.8460933Z ] 2025-01-24T00:53:19.8461803Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(100): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-01-24T00:53:19.8462879Z with 2025-01-24T00:53:19.8463054Z [ 2025-01-24T00:53:19.8463227Z Src=float, 2025-01-24T00:53:19.8463425Z Dst=float 2025-01-24T00:53:19.8463631Z ] 2025-01-24T00:53:19.8464379Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4528): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-01-24T00:53:19.8465295Z with 2025-01-24T00:53:19.8465479Z [ 2025-01-24T00:53:19.8465650Z _Ty=int 2025-01-24T00:53:19.8465827Z ] 2025-01-24T00:53:19.8466705Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(49): note: see reference to function template instantiation '_OutIt *std::fill_n(_OutIt,const _Diff,const _Ty &)' being compiled 2025-01-24T00:53:19.8648105Z with 2025-01-24T00:53:19.8648401Z [ 2025-01-24T00:53:19.8649507Z _OutIt=xnn_float16 *, 2025-01-24T00:53:19.8649818Z Dst=xnn_float16, 2025-01-24T00:53:19.8650106Z _Diff=size_t, 2025-01-24T00:53:19.8650314Z _Ty=int 2025-01-24T00:53:19.8650507Z ] 2025-01-24T00:53:19.8651404Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\reference\packing.cc(192): note: see reference to function template instantiation 'void copy_bias(const Src *,size_t,size_t,Dst *)' being compiled 2025-01-24T00:53:19.8652386Z with 2025-01-24T00:53:19.8652575Z [ 2025-01-24T00:53:19.8652751Z Src=float, 2025-01-24T00:53:19.8653030Z Dst=xnn_float16 2025-01-24T00:53:19.8653257Z ] 2025-01-24T00:53:19.8653799Z [1052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-01-24T00:53:19.8741950Z [1053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-01-24T00:53:19.9067554Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:19.9068698Z [1054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-01-24T00:53:19.9450445Z [1055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-01-24T00:53:19.9561300Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:19.9562448Z [1056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-01-24T00:53:19.9646021Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:19.9646941Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:19.9647522Z [1057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-01-24T00:53:19.9809039Z [1058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-01-24T00:53:19.9864677Z [1059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-01-24T00:53:20.0190264Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(519): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.0191815Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.0193051Z [1060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-01-24T00:53:20.0459177Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.0459751Z [1061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-01-24T00:53:20.0630131Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.0797158Z [1062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-01-24T00:53:20.0797902Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.0798544Z [1063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-01-24T00:53:20.1110017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.1110834Z [1064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-01-24T00:53:20.1387346Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.1389097Z [1065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-01-24T00:53:20.1874781Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.1875526Z [1066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-01-24T00:53:20.2151070Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2151763Z [1067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-01-24T00:53:20.2367187Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.2368022Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2368629Z [1068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-01-24T00:53:20.2416825Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2417510Z [1069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-01-24T00:53:20.2511652Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2512611Z [1070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-01-24T00:53:20.2563156Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1260): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.2565275Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1548): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.2566646Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2567757Z [1071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-01-24T00:53:20.2820576Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2491): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.2821500Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2822411Z [1072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-01-24T00:53:20.2839447Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.2840373Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2841045Z [1073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-01-24T00:53:20.2910439Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.2911844Z [1074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-01-24T00:53:20.3231438Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.3233017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.3234308Z [1075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-01-24T00:53:20.3531040Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.3531855Z [1076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-01-24T00:53:20.3588505Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.3589144Z [1077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-01-24T00:53:20.3764370Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.3765213Z [1078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-01-24T00:53:20.3777308Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.3778676Z [1079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-01-24T00:53:20.4088797Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.4090031Z [1080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-01-24T00:53:20.4103916Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.4104780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.4105367Z [1081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-01-24T00:53:20.4106426Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1425): warning C4090: 'initializing': different 'const' qualifiers 2025-01-24T00:53:20.4107805Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2243): warning C4098: 'xnn_compute_f16_qd8_convert': 'void' function returning a value 2025-01-24T00:53:20.4109033Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2250): warning C4098: 'xnn_compute_f16_qdu8_convert': 'void' function returning a value 2025-01-24T00:53:20.4201257Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2279): warning C4098: 'xnn_compute_f32_qd8_convert': 'void' function returning a value 2025-01-24T00:53:20.4202696Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(2286): warning C4098: 'xnn_compute_f32_qdu8_convert': 'void' function returning a value 2025-01-24T00:53:20.4203824Z [1082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-01-24T00:53:20.4295817Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.4296900Z [1083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-01-24T00:53:20.5804848Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-utils.c(162): warning C4090: 'function': different 'const' qualifiers 2025-01-24T00:53:20.5805932Z [1084/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-01-24T00:53:20.5807178Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.5808367Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.5809542Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.5810770Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.5812030Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:20.5813302Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:20.5814490Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:20.5815691Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:20.5941983Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.5943231Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.5944049Z [1085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-01-24T00:53:20.5959726Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.5960993Z [1086/7038] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-01-24T00:53:20.5963378Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(552): warning C4190: 'xnn_float16_from_float' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.5964922Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.5966149Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(576): warning C4190: 'xnn_float16_from_bits' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.5967375Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.5968731Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(582): warning C4190: 'xnn_bfloat16_from_float' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:20.5969949Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:20.5971728Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(598): warning C4190: 'xnn_bfloat16_from_bits' has C-linkage specified, but returns UDT 'xnn_bfloat16' which is incompatible with C 2025-01-24T00:53:20.5973327Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-01-24T00:53:20.6036527Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(604): warning C4190: 'xnn_float16_zero' has C-linkage specified, but returns UDT 'xnn_float16' which is incompatible with C 2025-01-24T00:53:20.6038804Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-01-24T00:53:20.6040312Z [1087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-01-24T00:53:20.6351359Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.6352159Z [1088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-01-24T00:53:20.6584491Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.6585318Z [1089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-01-24T00:53:20.6599052Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.6599725Z [1090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-01-24T00:53:20.6665314Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.6666006Z [1091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-01-24T00:53:20.8254244Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.8254899Z [1092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-01-24T00:53:20.8526938Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.8527580Z [1093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-01-24T00:53:20.8614836Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.8615486Z [1094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-01-24T00:53:20.8684199Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.8685428Z [1095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-01-24T00:53:20.8757736Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.8758488Z [1096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-01-24T00:53:20.9020787Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.9021559Z [1097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-01-24T00:53:20.9125327Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.9126189Z [1098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-01-24T00:53:20.9270285Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:20.9281140Z [1099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-01-24T00:53:21.0488323Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.0489468Z [1100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-01-24T00:53:21.0975657Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.0976331Z [1101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-01-24T00:53:21.1048418Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1049579Z [1102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-01-24T00:53:21.1123437Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1124582Z [1103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-01-24T00:53:21.1340860Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1341738Z [1104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-01-24T00:53:21.1569066Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1570290Z [1105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-01-24T00:53:21.1650676Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1651815Z [1106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-01-24T00:53:21.1667048Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.1669415Z [1107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-01-24T00:53:21.2845665Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.2847129Z [1108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-01-24T00:53:21.3327999Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3328845Z [1109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-01-24T00:53:21.3491790Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3492934Z [1110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-01-24T00:53:21.3509033Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3510172Z [1111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-01-24T00:53:21.3811294Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3812058Z [1112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-01-24T00:53:21.3877192Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3878308Z [1113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-01-24T00:53:21.3947132Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3948183Z [1114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-01-24T00:53:21.3961512Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3962608Z [1115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-01-24T00:53:21.3971286Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.3971759Z [1116/7038] Generating sleeflibm_AVX.h.tmp 2025-01-24T00:53:21.4016135Z [1117/7038] Generating sleeflibm_AVX2.h.tmp 2025-01-24T00:53:21.4094252Z [1118/7038] Generating sleeflibm_AVX2128.h.tmp 2025-01-24T00:53:21.4107281Z [1119/7038] Generating sleeflibm_AVX512F.h.tmp 2025-01-24T00:53:21.4120090Z [1120/7038] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-01-24T00:53:21.4151402Z [1121/7038] Generating sleeflibm_AVX512F_.h.tmp 2025-01-24T00:53:21.4228854Z [1122/7038] Generating sleeflibm_AVX_.h.tmp 2025-01-24T00:53:21.4239190Z [1123/7038] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-01-24T00:53:21.4252741Z [1124/7038] Generating sleeflibm_FMA4.h.tmp 2025-01-24T00:53:21.4288153Z [1125/7038] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-01-24T00:53:21.4302895Z [1126/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-01-24T00:53:21.4378013Z [1127/7038] Generating sleeflibm_SSE2.h.tmp 2025-01-24T00:53:21.4389273Z [1128/7038] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-01-24T00:53:21.4399138Z [1129/7038] Generating sleeflibm_SSE4.h.tmp 2025-01-24T00:53:21.4418024Z [1130/7038] Generating sleeflibm_SSE_.h.tmp 2025-01-24T00:53:21.4454685Z [1131/7038] Generating alias_AVX512F_dp.h.tmp 2025-01-24T00:53:21.4511175Z [1132/7038] Generating alias_AVX512F_sp.h.tmp 2025-01-24T00:53:21.4532150Z [1133/7038] Generating dispsse.c.tmp 2025-01-24T00:53:21.4544831Z [1134/7038] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-01-24T00:53:21.4554505Z [1135/7038] Generating dispavx.c.tmp 2025-01-24T00:53:21.4688906Z [1136/7038] Generating dispscalar.c.body 2025-01-24T00:53:21.4966111Z [1137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-01-24T00:53:21.5566129Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.5567253Z [1138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-01-24T00:53:21.7203883Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:21.7204440Z [1139/7038] Generating build_identifier.c 2025-01-24T00:53:21.7851997Z [1140/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-01-24T00:53:21.7933721Z [1141/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-01-24T00:53:21.8007442Z [1142/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-01-24T00:53:21.8021762Z [1143/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-01-24T00:53:21.8278616Z [1144/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-01-24T00:53:21.8293688Z [1145/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-01-24T00:53:21.8372629Z [1146/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-01-24T00:53:22.0486123Z [1147/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-01-24T00:53:22.1260064Z [1148/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-01-24T00:53:22.1376261Z [1149/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-01-24T00:53:22.1438899Z [1150/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-01-24T00:53:22.1456659Z [1151/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-01-24T00:53:22.1560436Z [1152/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-01-24T00:53:22.1836806Z [1153/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-01-24T00:53:22.1917605Z [1154/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-01-24T00:53:22.3782960Z [1155/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-01-24T00:53:22.4592926Z [1156/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-01-24T00:53:22.4717311Z [1157/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-01-24T00:53:22.4782842Z [1158/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-01-24T00:53:22.4800772Z [1159/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-01-24T00:53:22.4960296Z [1160/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-01-24T00:53:22.5156465Z [1161/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-01-24T00:53:22.5173181Z [1162/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-01-24T00:53:22.7372095Z [1163/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-01-24T00:53:22.7766198Z [1164/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-01-24T00:53:22.8120428Z [1165/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-01-24T00:53:22.8194696Z [1166/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-01-24T00:53:22.8256268Z [1167/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-01-24T00:53:22.8273633Z [1168/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-01-24T00:53:22.8515405Z [1169/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-01-24T00:53:22.8535482Z [1170/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-01-24T00:53:23.0793187Z [1171/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-01-24T00:53:23.1077982Z [1172/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-01-24T00:53:23.1522220Z [1173/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-01-24T00:53:23.1530920Z [1174/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-01-24T00:53:23.1811827Z [1175/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-01-24T00:53:23.2186521Z [1176/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-01-24T00:53:23.2265470Z [1177/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-01-24T00:53:23.2483313Z [1178/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-01-24T00:53:23.4460248Z [1179/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-01-24T00:53:23.4908428Z [1180/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-01-24T00:53:23.5022660Z [1181/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-01-24T00:53:23.5260321Z [1182/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-01-24T00:53:23.5274171Z [1183/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-01-24T00:53:23.5776390Z [1184/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-01-24T00:53:23.5863693Z [1185/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-01-24T00:53:23.5969676Z [1186/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-01-24T00:53:23.8077175Z [1187/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-01-24T00:53:23.8892626Z [1188/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-01-24T00:53:23.9125561Z [1189/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-01-24T00:53:23.9283268Z [1190/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-01-24T00:53:23.9359277Z [1191/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-01-24T00:53:23.9591767Z [1192/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-01-24T00:53:23.9666508Z [1193/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-01-24T00:53:24.0114897Z [1194/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-01-24T00:53:24.1608901Z [1195/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-01-24T00:53:24.2529874Z [1196/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-01-24T00:53:24.3173549Z [1197/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-01-24T00:53:24.3260786Z [1198/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-01-24T00:53:24.3368088Z [1199/7038] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-01-24T00:53:24.3436194Z [1200/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-01-24T00:53:24.3563251Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.3565557Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.3567250Z [1201/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-01-24T00:53:24.4024761Z [1202/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-01-24T00:53:24.4127508Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.4129418Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.4131027Z [1203/7038] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-01-24T00:53:24.4236396Z [1204/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-01-24T00:53:24.5101838Z [1205/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-01-24T00:53:24.6304597Z [1206/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-01-24T00:53:24.6932759Z [1207/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-01-24T00:53:24.6998764Z [1208/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-01-24T00:53:24.7012840Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.7014050Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.7014892Z [1209/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-01-24T00:53:24.7126992Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.7128644Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.7129477Z [1210/7038] Generating include/renameavx512fnofma.h 2025-01-24T00:53:24.7142737Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-01-24T00:53:24.7143334Z 2025-01-24T00:53:24.7143545Z [1211/7038] Generating include/renameavx512f.h 2025-01-24T00:53:24.7196160Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-01-24T00:53:24.7196494Z 2025-01-24T00:53:24.7196815Z [1212/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-01-24T00:53:24.7252470Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.7253690Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.7254309Z [1213/7038] Generating include/renameavx2.h 2025-01-24T00:53:24.7271660Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-01-24T00:53:24.7271949Z 2025-01-24T00:53:24.7272262Z [1214/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-01-24T00:53:24.7284986Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.7286097Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.7286795Z [1215/7038] Generating include/renameavx2128.h 2025-01-24T00:53:24.7323388Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-01-24T00:53:24.7323948Z 2025-01-24T00:53:24.7324397Z [1216/7038] Generating include/renamefma4.h 2025-01-24T00:53:24.7343889Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-01-24T00:53:24.7344177Z 2025-01-24T00:53:24.7344530Z [1217/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-01-24T00:53:24.7391721Z [1218/7038] Generating include/renameavx.h 2025-01-24T00:53:24.7414665Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-01-24T00:53:24.7414995Z 2025-01-24T00:53:24.7415110Z [1219/7038] Generating include/renamesse2.h 2025-01-24T00:53:24.7424498Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-01-24T00:53:24.7424989Z 2025-01-24T00:53:24.7425178Z [1220/7038] Generating include/renamesse4.h 2025-01-24T00:53:24.7447998Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-01-24T00:53:24.7448518Z 2025-01-24T00:53:24.7448744Z [1221/7038] Generating include/renamepurec_scalar.h 2025-01-24T00:53:24.7465968Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-01-24T00:53:24.7466359Z 2025-01-24T00:53:24.7466598Z [1222/7038] Generating include/renamepurecfma_scalar.h 2025-01-24T00:53:24.7522340Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-01-24T00:53:24.7523475Z 2025-01-24T00:53:24.7523755Z [1223/7038] Generating include/renamecuda.h 2025-01-24T00:53:24.7609473Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-01-24T00:53:24.7609793Z 2025-01-24T00:53:24.7609930Z [1224/7038] Generating include/renamedspscalar.h 2025-01-24T00:53:24.7684323Z [1225/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-01-24T00:53:24.7696286Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:24.7698173Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:24.7700243Z [1226/7038] Generating include/alias_avx512f.h 2025-01-24T00:53:24.7706126Z [1227/7038] Generating dispscalar.c 2025-01-24T00:53:24.7717546Z [1228/7038] Generating ../../../include/sleef.h 2025-01-24T00:53:24.7740490Z [1229/7038] Generating include/renamedsp128.h 2025-01-24T00:53:24.7783232Z [1230/7038] Generating dispsse.c 2025-01-24T00:53:24.7830095Z [1231/7038] Generating include/renamedsp256.h 2025-01-24T00:53:24.7935805Z [1232/7038] Generating dispavx.c 2025-01-24T00:53:24.9880215Z [1233/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-01-24T00:53:25.0830988Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:25.0832925Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:25.0834147Z [1234/7038] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-01-24T00:53:25.1421612Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:53:25.1423401Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:53:25.1424914Z [1235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-01-24T00:53:25.1641696Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.1642414Z [1236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-01-24T00:53:25.1695956Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.1696610Z [1237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-01-24T00:53:25.1772107Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.1772896Z [1238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-01-24T00:53:25.1858126Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.1859241Z [1239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-01-24T00:53:25.1999036Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.2000822Z [1240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-01-24T00:53:25.2220187Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.2221301Z [1241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-01-24T00:53:25.3746274Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.3747113Z [1242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-01-24T00:53:25.5393310Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5393995Z [1243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-01-24T00:53:25.5485255Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5485926Z [1244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-01-24T00:53:25.5501712Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5502982Z [1245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-01-24T00:53:25.5673458Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5674560Z [1246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-01-24T00:53:25.5741093Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5741877Z [1247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-01-24T00:53:25.5957848Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.5959022Z [1248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-01-24T00:53:25.6059335Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.6060599Z [1249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-01-24T00:53:25.7635557Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.7636829Z [1250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-01-24T00:53:25.9259927Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9260640Z [1251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-01-24T00:53:25.9368163Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9368800Z [1252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-01-24T00:53:25.9438749Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9439395Z [1253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-01-24T00:53:25.9512528Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9513292Z [1254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-01-24T00:53:25.9715194Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9715838Z [1255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-01-24T00:53:25.9841037Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9841760Z [1256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-01-24T00:53:25.9938712Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:25.9939372Z [1257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-01-24T00:53:26.0395935Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.0396532Z [1258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-01-24T00:53:26.0520049Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.0520827Z [1259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-01-24T00:53:26.1177440Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.1178204Z [1260/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-01-24T00:53:26.1627714Z [1261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-01-24T00:53:26.3024390Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.3025028Z [1262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-01-24T00:53:26.3195186Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.3196171Z [1263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-01-24T00:53:26.3210735Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.3211756Z [1264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-01-24T00:53:26.3281472Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.3282924Z [1265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-01-24T00:53:26.4584899Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-01-24T00:53:26.4585714Z [1266/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-01-24T00:53:26.4844137Z [1267/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-01-24T00:53:26.5031845Z [1268/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-01-24T00:53:26.5533709Z [1269/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-01-24T00:53:26.5537020Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5539915Z with 2025-01-24T00:53:26.5540276Z [ 2025-01-24T00:53:26.5540592Z T=uint8_t, 2025-01-24T00:53:26.5540975Z accT=int32_t, 2025-01-24T00:53:26.5541402Z inpType=uint8_t 2025-01-24T00:53:26.5541809Z ] 2025-01-24T00:53:26.5543297Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:26.5544946Z with 2025-01-24T00:53:26.5545276Z [ 2025-01-24T00:53:26.5545618Z T=uint8_t, 2025-01-24T00:53:26.5545982Z accT=int32_t 2025-01-24T00:53:26.5546382Z ] 2025-01-24T00:53:26.5549153Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5551931Z with 2025-01-24T00:53:26.5552284Z [ 2025-01-24T00:53:26.5552606Z T=uint8_t, 2025-01-24T00:53:26.5553028Z accT=int32_t 2025-01-24T00:53:26.5553446Z ] 2025-01-24T00:53:26.5555126Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:26.5556990Z with 2025-01-24T00:53:26.5557307Z [ 2025-01-24T00:53:26.5557643Z T=uint8_t, 2025-01-24T00:53:26.5558025Z accT=int32_t 2025-01-24T00:53:26.5558396Z ] 2025-01-24T00:53:26.5561115Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5563600Z with 2025-01-24T00:53:26.5563919Z [ 2025-01-24T00:53:26.5564223Z T=int8_t, 2025-01-24T00:53:26.5564663Z accT=int32_t, 2025-01-24T00:53:26.5565096Z inpType=int8_t 2025-01-24T00:53:26.5565513Z ] 2025-01-24T00:53:26.5566901Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:26.5568351Z with 2025-01-24T00:53:26.5568644Z [ 2025-01-24T00:53:26.5568951Z T=int8_t, 2025-01-24T00:53:26.5569312Z accT=int32_t 2025-01-24T00:53:26.5569687Z ] 2025-01-24T00:53:26.5571957Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5574442Z with 2025-01-24T00:53:26.5574757Z [ 2025-01-24T00:53:26.5575061Z T=int8_t, 2025-01-24T00:53:26.5575435Z accT=int32_t 2025-01-24T00:53:26.5575792Z ] 2025-01-24T00:53:26.5577203Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:26.5578722Z with 2025-01-24T00:53:26.5579030Z [ 2025-01-24T00:53:26.5579325Z T=int8_t, 2025-01-24T00:53:26.5579677Z accT=int32_t 2025-01-24T00:53:26.5580029Z ] 2025-01-24T00:53:26.5582236Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5584720Z with 2025-01-24T00:53:26.5585030Z [ 2025-01-24T00:53:26.5585335Z ACC_T=int32_t, 2025-01-24T00:53:26.5585717Z T=uint8_t, 2025-01-24T00:53:26.5586434Z accT=int32_t, 2025-01-24T00:53:26.5586883Z inpType=uint8_t 2025-01-24T00:53:26.5587294Z ] 2025-01-24T00:53:26.5588789Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:26.5590432Z with 2025-01-24T00:53:26.5590757Z [ 2025-01-24T00:53:26.5591068Z ACC_T=int32_t, 2025-01-24T00:53:26.5591471Z T=uint8_t, 2025-01-24T00:53:26.5591879Z accT=int32_t 2025-01-24T00:53:26.5592451Z ] 2025-01-24T00:53:26.5594873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5597200Z with 2025-01-24T00:53:26.5597417Z [ 2025-01-24T00:53:26.5597602Z ACC_T=int32_t, 2025-01-24T00:53:26.5597904Z T=uint8_t, 2025-01-24T00:53:26.5598111Z accT=int32_t 2025-01-24T00:53:26.5598361Z ] 2025-01-24T00:53:26.5599209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:26.5600257Z with 2025-01-24T00:53:26.5600428Z [ 2025-01-24T00:53:26.5600631Z ACC_T=int32_t, 2025-01-24T00:53:26.5600849Z T=uint8_t, 2025-01-24T00:53:26.5601063Z accT=int32_t 2025-01-24T00:53:26.5601285Z ] 2025-01-24T00:53:26.5602671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5604233Z with 2025-01-24T00:53:26.5604414Z [ 2025-01-24T00:53:26.5604605Z ACC_T=int32_t, 2025-01-24T00:53:26.5604825Z T=uint8_t, 2025-01-24T00:53:26.5605063Z accT=int32_t, 2025-01-24T00:53:26.5605337Z inpType=uint8_t 2025-01-24T00:53:26.5605567Z ] 2025-01-24T00:53:26.5606417Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:26.5607640Z with 2025-01-24T00:53:26.5607833Z [ 2025-01-24T00:53:26.5608025Z ACC_T=int32_t, 2025-01-24T00:53:26.5608246Z T=uint8_t, 2025-01-24T00:53:26.5608512Z accT=int32_t 2025-01-24T00:53:26.5608736Z ] 2025-01-24T00:53:26.5610055Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5611640Z with 2025-01-24T00:53:26.5611810Z [ 2025-01-24T00:53:26.5612023Z ACC_T=int32_t, 2025-01-24T00:53:26.5612245Z T=uint8_t, 2025-01-24T00:53:26.5612447Z accT=int32_t 2025-01-24T00:53:26.5612669Z ] 2025-01-24T00:53:26.5613707Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:26.5614571Z with 2025-01-24T00:53:26.5614784Z [ 2025-01-24T00:53:26.5614977Z ACC_T=int32_t, 2025-01-24T00:53:26.5615196Z T=uint8_t, 2025-01-24T00:53:26.5615440Z accT=int32_t 2025-01-24T00:53:26.5615651Z ] 2025-01-24T00:53:26.5616982Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5618371Z with 2025-01-24T00:53:26.5618554Z [ 2025-01-24T00:53:26.5618729Z ACC_T=int32_t, 2025-01-24T00:53:26.5619100Z T=uint8_t, 2025-01-24T00:53:26.5619394Z accT=int32_t, 2025-01-24T00:53:26.5619681Z inpType=uint8_t 2025-01-24T00:53:26.5619899Z ] 2025-01-24T00:53:26.5620665Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:26.5621541Z with 2025-01-24T00:53:26.5621788Z [ 2025-01-24T00:53:26.5621968Z ACC_T=int32_t, 2025-01-24T00:53:26.5622197Z T=uint8_t, 2025-01-24T00:53:26.5622487Z accT=int32_t 2025-01-24T00:53:26.5622710Z ] 2025-01-24T00:53:26.5624038Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5625410Z with 2025-01-24T00:53:26.5625590Z [ 2025-01-24T00:53:26.5625760Z ACC_T=int32_t, 2025-01-24T00:53:26.5625986Z T=uint8_t, 2025-01-24T00:53:26.5626196Z accT=int32_t 2025-01-24T00:53:26.5626395Z ] 2025-01-24T00:53:26.5627238Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:26.5628273Z with 2025-01-24T00:53:26.5628444Z [ 2025-01-24T00:53:26.5628622Z ACC_T=int32_t, 2025-01-24T00:53:26.5628839Z T=uint8_t, 2025-01-24T00:53:26.5629037Z accT=int32_t 2025-01-24T00:53:26.5629249Z ] 2025-01-24T00:53:26.5630540Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.5638440Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.5641545Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.5670779Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.5674621Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.5677283Z [1270/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-01-24T00:53:26.5957735Z [1271/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-01-24T00:53:26.5959725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5961407Z with 2025-01-24T00:53:26.5961803Z [ 2025-01-24T00:53:26.5961996Z inpType=uint8_t 2025-01-24T00:53:26.5962250Z ] 2025-01-24T00:53:26.5963269Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.5965734Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5967977Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.5970052Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5971411Z with 2025-01-24T00:53:26.5971595Z [ 2025-01-24T00:53:26.5971781Z inpType=int8_t 2025-01-24T00:53:26.5972037Z ] 2025-01-24T00:53:26.5972978Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.5975014Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5977179Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.5979266Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5980585Z with 2025-01-24T00:53:26.5980767Z [ 2025-01-24T00:53:26.5980957Z inpType=uint8_t 2025-01-24T00:53:26.5981215Z ] 2025-01-24T00:53:26.5981993Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.5983992Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5986093Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.5988124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.5989512Z with 2025-01-24T00:53:26.5989748Z [ 2025-01-24T00:53:26.5990728Z inpType=int8_t 2025-01-24T00:53:26.5991448Z ] 2025-01-24T00:53:26.5992993Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.5996751Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6000337Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6003981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6006446Z with 2025-01-24T00:53:26.6006759Z [ 2025-01-24T00:53:26.6007061Z inpType=uint8_t 2025-01-24T00:53:26.6007490Z ] 2025-01-24T00:53:26.6008958Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6012702Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6016788Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6020468Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6022905Z with 2025-01-24T00:53:26.6023214Z [ 2025-01-24T00:53:26.6023514Z inpType=uint8_t 2025-01-24T00:53:26.6023909Z ] 2025-01-24T00:53:26.6025430Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6028941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6032699Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6036323Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6039004Z with 2025-01-24T00:53:26.6039552Z [ 2025-01-24T00:53:26.6039853Z inpType=uint8_t 2025-01-24T00:53:26.6040221Z ] 2025-01-24T00:53:26.6041557Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6044994Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6048399Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6051894Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6054367Z with 2025-01-24T00:53:26.6054678Z [ 2025-01-24T00:53:26.6054971Z inpType=uint8_t 2025-01-24T00:53:26.6055380Z ] 2025-01-24T00:53:26.6056755Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6059935Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6076463Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6079999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6081546Z with 2025-01-24T00:53:26.6081805Z [ 2025-01-24T00:53:26.6082026Z inpType=uint8_t 2025-01-24T00:53:26.6082241Z ] 2025-01-24T00:53:26.6083117Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6085918Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6089536Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6093096Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6095828Z with 2025-01-24T00:53:26.6096165Z [ 2025-01-24T00:53:26.6096480Z inpType=uint8_t 2025-01-24T00:53:26.6096867Z ] 2025-01-24T00:53:26.6098439Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6100938Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6104321Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6106640Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6108093Z with 2025-01-24T00:53:26.6108326Z [ 2025-01-24T00:53:26.6108553Z inpType=uint8_t 2025-01-24T00:53:26.6108771Z ] 2025-01-24T00:53:26.6109663Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6111620Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6113868Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6115931Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6117306Z with 2025-01-24T00:53:26.6117500Z [ 2025-01-24T00:53:26.6117701Z inpType=uint8_t 2025-01-24T00:53:26.6117927Z ] 2025-01-24T00:53:26.6118739Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6120709Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6123478Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6125767Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6127237Z with 2025-01-24T00:53:26.6127421Z [ 2025-01-24T00:53:26.6127618Z inpType=uint8_t 2025-01-24T00:53:26.6127914Z ] 2025-01-24T00:53:26.6128871Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6130974Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6133141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6135242Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6136505Z with 2025-01-24T00:53:26.6136694Z [ 2025-01-24T00:53:26.6136876Z inpType=uint8_t 2025-01-24T00:53:26.6137125Z ] 2025-01-24T00:53:26.6137975Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6139929Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6142055Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6144137Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6145488Z with 2025-01-24T00:53:26.6145664Z [ 2025-01-24T00:53:26.6145848Z inpType=int8_t 2025-01-24T00:53:26.6146068Z ] 2025-01-24T00:53:26.6146841Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6148672Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6150632Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6152529Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6153896Z with 2025-01-24T00:53:26.6154079Z [ 2025-01-24T00:53:26.6154269Z inpType=uint8_t 2025-01-24T00:53:26.6154564Z ] 2025-01-24T00:53:26.6155333Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6157423Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6159404Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6161339Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6162675Z with 2025-01-24T00:53:26.6162846Z [ 2025-01-24T00:53:26.6163025Z inpType=int8_t 2025-01-24T00:53:26.6163247Z ] 2025-01-24T00:53:26.6164039Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6165895Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(113): warning C4661: 'int fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6167849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6169933Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6171344Z with 2025-01-24T00:53:26.6171521Z [ 2025-01-24T00:53:26.6171702Z inpType=uint8_t 2025-01-24T00:53:26.6171925Z ] 2025-01-24T00:53:26.6172820Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6174811Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6176792Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6178878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6180308Z with 2025-01-24T00:53:26.6180586Z [ 2025-01-24T00:53:26.6180786Z inpType=uint8_t 2025-01-24T00:53:26.6181014Z ] 2025-01-24T00:53:26.6181822Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6183833Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6185856Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6187875Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6189167Z with 2025-01-24T00:53:26.6189345Z [ 2025-01-24T00:53:26.6189535Z inpType=uint8_t 2025-01-24T00:53:26.6189844Z ] 2025-01-24T00:53:26.6190748Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6192640Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6194721Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6196681Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6197994Z with 2025-01-24T00:53:26.6198177Z [ 2025-01-24T00:53:26.6198359Z inpType=uint8_t 2025-01-24T00:53:26.6198582Z ] 2025-01-24T00:53:26.6199402Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6201299Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6203350Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6206109Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6207744Z with 2025-01-24T00:53:26.6208079Z [ 2025-01-24T00:53:26.6208264Z inpType=uint8_t 2025-01-24T00:53:26.6208496Z ] 2025-01-24T00:53:26.6209312Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6211270Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6213533Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6215691Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6216998Z with 2025-01-24T00:53:26.6217243Z [ 2025-01-24T00:53:26.6217461Z inpType=uint8_t 2025-01-24T00:53:26.6217686Z ] 2025-01-24T00:53:26.6218650Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6220550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6222616Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6224689Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6225971Z with 2025-01-24T00:53:26.6226150Z [ 2025-01-24T00:53:26.6226328Z inpType=uint8_t 2025-01-24T00:53:26.6226579Z ] 2025-01-24T00:53:26.6227444Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6229526Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6231531Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6233558Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6234852Z with 2025-01-24T00:53:26.6235123Z [ 2025-01-24T00:53:26.6235310Z inpType=uint8_t 2025-01-24T00:53:26.6235582Z ] 2025-01-24T00:53:26.6236392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-01-24T00:53:26.6238329Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6240235Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-01-24T00:53:26.6242329Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6243681Z with 2025-01-24T00:53:26.6243849Z [ 2025-01-24T00:53:26.6244032Z inpType=uint8_t 2025-01-24T00:53:26.6244257Z ] 2025-01-24T00:53:26.6245146Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-01-24T00:53:26.6247173Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\Fbgemm.cc(116): warning C4661: 'int fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:26.6249262Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-01-24T00:53:26.6251250Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6253900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6256137Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6258233Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6260310Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6263940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6267957Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6272033Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6276122Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6280129Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6284136Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6288068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6359081Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:26.6360716Z [1272/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-01-24T00:53:26.6421229Z [1273/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-01-24T00:53:26.6524795Z [1274/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-01-24T00:53:26.7393899Z [1275/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-01-24T00:53:26.7612342Z [1276/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-01-24T00:53:26.8905276Z [1277/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-01-24T00:53:26.9931862Z [1278/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-01-24T00:53:27.0079852Z [1279/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-01-24T00:53:27.0305554Z [1280/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-01-24T00:53:27.0393349Z [1281/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-01-24T00:53:27.0457620Z [1282/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-01-24T00:53:27.1184057Z [1283/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-01-24T00:53:27.1505193Z [1284/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-01-24T00:53:27.2930966Z [1285/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-01-24T00:53:27.2934528Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2937104Z with 2025-01-24T00:53:27.2937438Z [ 2025-01-24T00:53:27.2937764Z T=uint8_t, 2025-01-24T00:53:27.2938140Z accT=int32_t, 2025-01-24T00:53:27.2938561Z inpType=uint8_t 2025-01-24T00:53:27.2938976Z ] 2025-01-24T00:53:27.2940569Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.2942345Z with 2025-01-24T00:53:27.2942808Z [ 2025-01-24T00:53:27.2943126Z T=uint8_t, 2025-01-24T00:53:27.2943576Z accT=int32_t 2025-01-24T00:53:27.2943976Z ] 2025-01-24T00:53:27.2946271Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2948728Z with 2025-01-24T00:53:27.2949040Z [ 2025-01-24T00:53:27.2949344Z T=uint8_t, 2025-01-24T00:53:27.2949719Z accT=int32_t 2025-01-24T00:53:27.2950106Z ] 2025-01-24T00:53:27.2951732Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.2954448Z with 2025-01-24T00:53:27.2954789Z [ 2025-01-24T00:53:27.2955097Z T=uint8_t, 2025-01-24T00:53:27.2955480Z accT=int32_t 2025-01-24T00:53:27.2955993Z ] 2025-01-24T00:53:27.2958420Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2960955Z with 2025-01-24T00:53:27.2961287Z [ 2025-01-24T00:53:27.2961607Z T=uint8_t, 2025-01-24T00:53:27.2961981Z accT=int16_t, 2025-01-24T00:53:27.2962400Z inpType=uint8_t 2025-01-24T00:53:27.2962856Z ] 2025-01-24T00:53:27.2964391Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.2965986Z with 2025-01-24T00:53:27.2966317Z [ 2025-01-24T00:53:27.2966644Z T=uint8_t, 2025-01-24T00:53:27.2967033Z accT=int16_t 2025-01-24T00:53:27.2967410Z ] 2025-01-24T00:53:27.2969733Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2972138Z with 2025-01-24T00:53:27.2972464Z [ 2025-01-24T00:53:27.2972770Z T=uint8_t, 2025-01-24T00:53:27.2973146Z accT=int16_t 2025-01-24T00:53:27.2973589Z ] 2025-01-24T00:53:27.2975439Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.2977037Z with 2025-01-24T00:53:27.2977374Z [ 2025-01-24T00:53:27.2977693Z T=uint8_t, 2025-01-24T00:53:27.2978100Z accT=int16_t 2025-01-24T00:53:27.2978479Z ] 2025-01-24T00:53:27.2980314Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2981903Z with 2025-01-24T00:53:27.2982095Z [ 2025-01-24T00:53:27.2982270Z T=uint8_t, 2025-01-24T00:53:27.2982498Z accT=int32_t, 2025-01-24T00:53:27.2982736Z inpType=uint8_t 2025-01-24T00:53:27.2982954Z ] 2025-01-24T00:53:27.2983907Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.2984760Z with 2025-01-24T00:53:27.2984928Z [ 2025-01-24T00:53:27.2985108Z T=uint8_t, 2025-01-24T00:53:27.2985321Z accT=int32_t 2025-01-24T00:53:27.2985531Z ] 2025-01-24T00:53:27.2987168Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2989025Z with 2025-01-24T00:53:27.2989208Z [ 2025-01-24T00:53:27.2989571Z T=uint8_t, 2025-01-24T00:53:27.2989850Z accT=int32_t 2025-01-24T00:53:27.2990059Z ] 2025-01-24T00:53:27.2990887Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.2991814Z with 2025-01-24T00:53:27.2991990Z [ 2025-01-24T00:53:27.2992156Z T=uint8_t, 2025-01-24T00:53:27.2992420Z accT=int32_t 2025-01-24T00:53:27.2992622Z ] 2025-01-24T00:53:27.2993904Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.2995338Z with 2025-01-24T00:53:27.2995533Z [ 2025-01-24T00:53:27.2995700Z T=uint8_t, 2025-01-24T00:53:27.2995910Z accT=int16_t, 2025-01-24T00:53:27.2996144Z inpType=uint8_t 2025-01-24T00:53:27.2996356Z ] 2025-01-24T00:53:27.2997133Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.2998083Z with 2025-01-24T00:53:27.2998291Z [ 2025-01-24T00:53:27.2998461Z T=uint8_t, 2025-01-24T00:53:27.2998699Z accT=int16_t 2025-01-24T00:53:27.2998901Z ] 2025-01-24T00:53:27.3000110Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3001394Z with 2025-01-24T00:53:27.3001698Z [ 2025-01-24T00:53:27.3001885Z T=uint8_t, 2025-01-24T00:53:27.3002100Z accT=int16_t 2025-01-24T00:53:27.3002304Z ] 2025-01-24T00:53:27.3003114Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3004124Z with 2025-01-24T00:53:27.3004298Z [ 2025-01-24T00:53:27.3004466Z T=uint8_t, 2025-01-24T00:53:27.3004710Z accT=int16_t 2025-01-24T00:53:27.3004912Z ] 2025-01-24T00:53:27.3006154Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3007505Z with 2025-01-24T00:53:27.3007683Z [ 2025-01-24T00:53:27.3007866Z T=uint8_t, 2025-01-24T00:53:27.3008085Z accT=int32_t, 2025-01-24T00:53:27.3008303Z inpType=uint8_t 2025-01-24T00:53:27.3008529Z ] 2025-01-24T00:53:27.3009305Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3010238Z with 2025-01-24T00:53:27.3010415Z [ 2025-01-24T00:53:27.3010624Z T=uint8_t, 2025-01-24T00:53:27.3010833Z accT=int32_t 2025-01-24T00:53:27.3011055Z ] 2025-01-24T00:53:27.3013606Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3017729Z with 2025-01-24T00:53:27.3017993Z [ 2025-01-24T00:53:27.3018242Z T=uint8_t, 2025-01-24T00:53:27.3018596Z accT=int32_t 2025-01-24T00:53:27.3018962Z ] 2025-01-24T00:53:27.3020466Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3022171Z with 2025-01-24T00:53:27.3022512Z [ 2025-01-24T00:53:27.3022830Z T=uint8_t, 2025-01-24T00:53:27.3023198Z accT=int32_t 2025-01-24T00:53:27.3023580Z ] 2025-01-24T00:53:27.3025956Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3028742Z with 2025-01-24T00:53:27.3029051Z [ 2025-01-24T00:53:27.3029650Z T=uint8_t, 2025-01-24T00:53:27.3030061Z accT=int16_t, 2025-01-24T00:53:27.3030411Z inpType=uint8_t 2025-01-24T00:53:27.3030763Z ] 2025-01-24T00:53:27.3032222Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3033869Z with 2025-01-24T00:53:27.3034227Z [ 2025-01-24T00:53:27.3034536Z T=uint8_t, 2025-01-24T00:53:27.3034900Z accT=int16_t 2025-01-24T00:53:27.3035275Z ] 2025-01-24T00:53:27.3037599Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3040054Z with 2025-01-24T00:53:27.3040392Z [ 2025-01-24T00:53:27.3040697Z T=uint8_t, 2025-01-24T00:53:27.3041048Z accT=int16_t 2025-01-24T00:53:27.3041415Z ] 2025-01-24T00:53:27.3043104Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3044668Z with 2025-01-24T00:53:27.3044954Z [ 2025-01-24T00:53:27.3045225Z T=uint8_t, 2025-01-24T00:53:27.3045588Z accT=int16_t 2025-01-24T00:53:27.3045929Z ] 2025-01-24T00:53:27.3048037Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3050320Z with 2025-01-24T00:53:27.3050621Z [ 2025-01-24T00:53:27.3050902Z T=uint8_t, 2025-01-24T00:53:27.3051237Z accT=int32_t, 2025-01-24T00:53:27.3051651Z inpType=uint8_t 2025-01-24T00:53:27.3051986Z ] 2025-01-24T00:53:27.3053210Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3054682Z with 2025-01-24T00:53:27.3054987Z [ 2025-01-24T00:53:27.3055269Z T=uint8_t, 2025-01-24T00:53:27.3055618Z accT=int32_t 2025-01-24T00:53:27.3055949Z ] 2025-01-24T00:53:27.3070481Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3073172Z with 2025-01-24T00:53:27.3073500Z [ 2025-01-24T00:53:27.3073829Z T=uint8_t, 2025-01-24T00:53:27.3074227Z accT=int32_t 2025-01-24T00:53:27.3074593Z ] 2025-01-24T00:53:27.3076223Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3077908Z with 2025-01-24T00:53:27.3078223Z [ 2025-01-24T00:53:27.3078554Z T=uint8_t, 2025-01-24T00:53:27.3078916Z accT=int32_t 2025-01-24T00:53:27.3079253Z ] 2025-01-24T00:53:27.3081653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3084188Z with 2025-01-24T00:53:27.3084511Z [ 2025-01-24T00:53:27.3084818Z T=uint8_t, 2025-01-24T00:53:27.3085580Z accT=int16_t, 2025-01-24T00:53:27.3087231Z inpType=uint8_t 2025-01-24T00:53:27.3088268Z ] 2025-01-24T00:53:27.3089946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3091979Z with 2025-01-24T00:53:27.3092301Z [ 2025-01-24T00:53:27.3092616Z T=uint8_t, 2025-01-24T00:53:27.3092982Z accT=int16_t 2025-01-24T00:53:27.3093703Z ] 2025-01-24T00:53:27.3095685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3097607Z with 2025-01-24T00:53:27.3097901Z [ 2025-01-24T00:53:27.3098206Z T=uint8_t, 2025-01-24T00:53:27.3098585Z accT=int16_t 2025-01-24T00:53:27.3098938Z ] 2025-01-24T00:53:27.3100420Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3102237Z with 2025-01-24T00:53:27.3102575Z [ 2025-01-24T00:53:27.3102839Z T=uint8_t, 2025-01-24T00:53:27.3103167Z accT=int16_t 2025-01-24T00:53:27.3103789Z ] 2025-01-24T00:53:27.3106141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3107816Z with 2025-01-24T00:53:27.3108004Z [ 2025-01-24T00:53:27.3108193Z T=uint8_t, 2025-01-24T00:53:27.3108411Z accT=int32_t, 2025-01-24T00:53:27.3108678Z inpType=uint8_t 2025-01-24T00:53:27.3109024Z ] 2025-01-24T00:53:27.3110333Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3111247Z with 2025-01-24T00:53:27.3111447Z [ 2025-01-24T00:53:27.3111867Z T=uint8_t, 2025-01-24T00:53:27.3112121Z accT=int32_t 2025-01-24T00:53:27.3112369Z ] 2025-01-24T00:53:27.3113765Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3115327Z with 2025-01-24T00:53:27.3115521Z [ 2025-01-24T00:53:27.3115752Z T=uint8_t, 2025-01-24T00:53:27.3115962Z accT=int32_t 2025-01-24T00:53:27.3116251Z ] 2025-01-24T00:53:27.3117143Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3118261Z with 2025-01-24T00:53:27.3118454Z [ 2025-01-24T00:53:27.3118682Z T=uint8_t, 2025-01-24T00:53:27.3118894Z accT=int32_t 2025-01-24T00:53:27.3119143Z ] 2025-01-24T00:53:27.3120510Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3122028Z with 2025-01-24T00:53:27.3122200Z [ 2025-01-24T00:53:27.3122416Z T=uint8_t, 2025-01-24T00:53:27.3122624Z accT=int16_t, 2025-01-24T00:53:27.3122923Z inpType=uint8_t 2025-01-24T00:53:27.3123225Z ] 2025-01-24T00:53:27.3124070Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3125184Z with 2025-01-24T00:53:27.3125413Z [ 2025-01-24T00:53:27.3125624Z T=uint8_t, 2025-01-24T00:53:27.3125870Z accT=int16_t 2025-01-24T00:53:27.3126144Z ] 2025-01-24T00:53:27.3128328Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3130846Z with 2025-01-24T00:53:27.3131202Z [ 2025-01-24T00:53:27.3131532Z T=uint8_t, 2025-01-24T00:53:27.3131889Z accT=int16_t 2025-01-24T00:53:27.3132288Z ] 2025-01-24T00:53:27.3133946Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3135713Z with 2025-01-24T00:53:27.3136028Z [ 2025-01-24T00:53:27.3136357Z T=uint8_t, 2025-01-24T00:53:27.3136737Z accT=int16_t 2025-01-24T00:53:27.3137134Z ] 2025-01-24T00:53:27.3139512Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3142096Z with 2025-01-24T00:53:27.3142437Z [ 2025-01-24T00:53:27.3142782Z T=uint8_t, 2025-01-24T00:53:27.3143174Z accT=int32_t, 2025-01-24T00:53:27.3143608Z inpType=uint8_t 2025-01-24T00:53:27.3144037Z ] 2025-01-24T00:53:27.3145559Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3147411Z with 2025-01-24T00:53:27.3147748Z [ 2025-01-24T00:53:27.3148035Z T=uint8_t, 2025-01-24T00:53:27.3148413Z accT=int32_t 2025-01-24T00:53:27.3148802Z ] 2025-01-24T00:53:27.3151355Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3153846Z with 2025-01-24T00:53:27.3154193Z [ 2025-01-24T00:53:27.3154517Z T=uint8_t, 2025-01-24T00:53:27.3154917Z accT=int32_t 2025-01-24T00:53:27.3155321Z ] 2025-01-24T00:53:27.3156953Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3157919Z with 2025-01-24T00:53:27.3158098Z [ 2025-01-24T00:53:27.3158268Z T=uint8_t, 2025-01-24T00:53:27.3158487Z accT=int32_t 2025-01-24T00:53:27.3158702Z ] 2025-01-24T00:53:27.3160253Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3162983Z with 2025-01-24T00:53:27.3163351Z [ 2025-01-24T00:53:27.3163883Z T=uint8_t, 2025-01-24T00:53:27.3164475Z accT=int16_t, 2025-01-24T00:53:27.3174447Z inpType=uint8_t 2025-01-24T00:53:27.3174866Z ] 2025-01-24T00:53:27.3176727Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3178434Z with 2025-01-24T00:53:27.3178743Z [ 2025-01-24T00:53:27.3179009Z T=uint8_t, 2025-01-24T00:53:27.3179386Z accT=int16_t 2025-01-24T00:53:27.3179780Z ] 2025-01-24T00:53:27.3182255Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.cc(31): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3184823Z with 2025-01-24T00:53:27.3185159Z [ 2025-01-24T00:53:27.3185488Z T=uint8_t, 2025-01-24T00:53:27.3185888Z accT=int16_t 2025-01-24T00:53:27.3186288Z ] 2025-01-24T00:53:27.3187955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3189741Z with 2025-01-24T00:53:27.3190094Z [ 2025-01-24T00:53:27.3190402Z T=uint8_t, 2025-01-24T00:53:27.3190808Z accT=int16_t 2025-01-24T00:53:27.3191209Z ] 2025-01-24T00:53:27.3193482Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3197734Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3201974Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3204970Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3207523Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3209870Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3211277Z [1286/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-01-24T00:53:27.3213071Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3214773Z with 2025-01-24T00:53:27.3215032Z [ 2025-01-24T00:53:27.3215264Z T=uint8_t, 2025-01-24T00:53:27.3215496Z accT=int32_t, 2025-01-24T00:53:27.3215789Z inpType=uint8_t 2025-01-24T00:53:27.3216948Z ] 2025-01-24T00:53:27.3217901Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3219638Z with 2025-01-24T00:53:27.3219972Z [ 2025-01-24T00:53:27.3220287Z T=uint8_t, 2025-01-24T00:53:27.3220625Z accT=int32_t 2025-01-24T00:53:27.3220962Z ] 2025-01-24T00:53:27.3222952Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3225188Z with 2025-01-24T00:53:27.3225504Z [ 2025-01-24T00:53:27.3225826Z T=uint8_t, 2025-01-24T00:53:27.3226194Z accT=int32_t 2025-01-24T00:53:27.3226586Z ] 2025-01-24T00:53:27.3227986Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3229441Z with 2025-01-24T00:53:27.3229732Z [ 2025-01-24T00:53:27.3229994Z T=uint8_t, 2025-01-24T00:53:27.3230320Z accT=int32_t 2025-01-24T00:53:27.3230648Z ] 2025-01-24T00:53:27.3232889Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3235179Z with 2025-01-24T00:53:27.3235489Z [ 2025-01-24T00:53:27.3235795Z T=uint8_t, 2025-01-24T00:53:27.3236344Z accT=int16_t, 2025-01-24T00:53:27.3236760Z inpType=uint8_t 2025-01-24T00:53:27.3237154Z ] 2025-01-24T00:53:27.3238495Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3240211Z with 2025-01-24T00:53:27.3240542Z [ 2025-01-24T00:53:27.3240865Z T=uint8_t, 2025-01-24T00:53:27.3241253Z accT=int16_t 2025-01-24T00:53:27.3241669Z ] 2025-01-24T00:53:27.3244071Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3246405Z with 2025-01-24T00:53:27.3246695Z [ 2025-01-24T00:53:27.3246992Z T=uint8_t, 2025-01-24T00:53:27.3247344Z accT=int16_t 2025-01-24T00:53:27.3247669Z ] 2025-01-24T00:53:27.3248984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3250525Z with 2025-01-24T00:53:27.3250824Z [ 2025-01-24T00:53:27.3251101Z T=uint8_t, 2025-01-24T00:53:27.3251442Z accT=int16_t 2025-01-24T00:53:27.3251825Z ] 2025-01-24T00:53:27.3253895Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3256251Z with 2025-01-24T00:53:27.3256561Z [ 2025-01-24T00:53:27.3257031Z T=uint8_t, 2025-01-24T00:53:27.3257383Z accT=int32_t, 2025-01-24T00:53:27.3257751Z inpType=uint8_t 2025-01-24T00:53:27.3258115Z ] 2025-01-24T00:53:27.3259435Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3260844Z with 2025-01-24T00:53:27.3261126Z [ 2025-01-24T00:53:27.3261382Z T=uint8_t, 2025-01-24T00:53:27.3261768Z accT=int32_t 2025-01-24T00:53:27.3262167Z ] 2025-01-24T00:53:27.3264067Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3266251Z with 2025-01-24T00:53:27.3266554Z [ 2025-01-24T00:53:27.3266833Z T=uint8_t, 2025-01-24T00:53:27.3267184Z accT=int32_t 2025-01-24T00:53:27.3267596Z ] 2025-01-24T00:53:27.3268834Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3270203Z with 2025-01-24T00:53:27.3270486Z [ 2025-01-24T00:53:27.3270766Z T=uint8_t, 2025-01-24T00:53:27.3271105Z accT=int32_t 2025-01-24T00:53:27.3271454Z ] 2025-01-24T00:53:27.3273550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3275962Z with 2025-01-24T00:53:27.3276278Z [ 2025-01-24T00:53:27.3276568Z T=uint8_t, 2025-01-24T00:53:27.3276932Z accT=int16_t, 2025-01-24T00:53:27.3277313Z inpType=uint8_t 2025-01-24T00:53:27.3277669Z ] 2025-01-24T00:53:27.3279098Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3280634Z with 2025-01-24T00:53:27.3280903Z [ 2025-01-24T00:53:27.3281184Z T=uint8_t, 2025-01-24T00:53:27.3281529Z accT=int16_t 2025-01-24T00:53:27.3281855Z ] 2025-01-24T00:53:27.3283802Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(28): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3285840Z with 2025-01-24T00:53:27.3286118Z [ 2025-01-24T00:53:27.3286401Z T=uint8_t, 2025-01-24T00:53:27.3286733Z accT=int16_t 2025-01-24T00:53:27.3287065Z ] 2025-01-24T00:53:27.3288336Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3290054Z with 2025-01-24T00:53:27.3290374Z [ 2025-01-24T00:53:27.3290680Z T=uint8_t, 2025-01-24T00:53:27.3291048Z accT=int16_t 2025-01-24T00:53:27.3291403Z ] 2025-01-24T00:53:27.3293234Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3298596Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3301178Z [1287/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-01-24T00:53:27.3304182Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3307672Z with 2025-01-24T00:53:27.3307956Z [ 2025-01-24T00:53:27.3308216Z T=uint8_t, 2025-01-24T00:53:27.3308554Z accT=int32_t, 2025-01-24T00:53:27.3308955Z inpType=uint8_t 2025-01-24T00:53:27.3309308Z ] 2025-01-24T00:53:27.3310726Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3312199Z with 2025-01-24T00:53:27.3312520Z [ 2025-01-24T00:53:27.3312826Z T=uint8_t, 2025-01-24T00:53:27.3313202Z accT=int32_t 2025-01-24T00:53:27.3313575Z ] 2025-01-24T00:53:27.3315955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3318212Z with 2025-01-24T00:53:27.3318542Z [ 2025-01-24T00:53:27.3319001Z T=uint8_t, 2025-01-24T00:53:27.3319378Z accT=int32_t 2025-01-24T00:53:27.3319718Z ] 2025-01-24T00:53:27.3322196Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3324352Z with 2025-01-24T00:53:27.3324660Z [ 2025-01-24T00:53:27.3324947Z T=uint8_t, 2025-01-24T00:53:27.3325296Z accT=int32_t 2025-01-24T00:53:27.3325664Z ] 2025-01-24T00:53:27.3328143Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3330808Z with 2025-01-24T00:53:27.3331149Z [ 2025-01-24T00:53:27.3331462Z T=uint8_t, 2025-01-24T00:53:27.3331845Z accT=int32_t, 2025-01-24T00:53:27.3332253Z inpType=uint8_t 2025-01-24T00:53:27.3332640Z ] 2025-01-24T00:53:27.3334180Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.3335877Z with 2025-01-24T00:53:27.3336185Z [ 2025-01-24T00:53:27.3336487Z T=uint8_t, 2025-01-24T00:53:27.3336863Z accT=int32_t 2025-01-24T00:53:27.3337231Z ] 2025-01-24T00:53:27.3339702Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithQuantRowOffset.cc(36): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3342500Z with 2025-01-24T00:53:27.3342826Z [ 2025-01-24T00:53:27.3343124Z T=uint8_t, 2025-01-24T00:53:27.3343737Z accT=int32_t 2025-01-24T00:53:27.3344075Z ] 2025-01-24T00:53:27.3345535Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.3347191Z with 2025-01-24T00:53:27.3347490Z [ 2025-01-24T00:53:27.3347769Z T=uint8_t, 2025-01-24T00:53:27.3348140Z accT=int32_t 2025-01-24T00:53:27.3348526Z ] 2025-01-24T00:53:27.3565124Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.3568026Z [1288/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-01-24T00:53:27.3827356Z [1289/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-01-24T00:53:27.3828920Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3830581Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3832363Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3834415Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3836245Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3839041Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.3841783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3844637Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.3847849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3850985Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.3854059Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3856798Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3859783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3863166Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3866312Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3869282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.3872318Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3875317Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.3878687Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3882220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.3885422Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3888538Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3891743Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3895106Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3898287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3901703Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.3904831Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3907850Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.3911126Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3914489Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.3917725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3920894Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3924199Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3927442Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3931704Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3935295Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.3938574Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3941962Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.3945387Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3948802Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.3952273Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3955504Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3958862Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3962354Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3965680Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3968945Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.3972248Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3975614Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.3979069Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3982736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.3985994Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3989209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::getOrCreate' 2025-01-24T00:53:27.3992634Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.3996101Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForTopOrBottomEdge' 2025-01-24T00:53:27.3999441Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4002743Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::initResultRegs' 2025-01-24T00:53:27.4006198Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4009460Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genCoreInsts' 2025-01-24T00:53:27.4012984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx2.cc(50): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4016507Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx2>::genForSingleOutput' 2025-01-24T00:53:27.4018578Z [1290/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-01-24T00:53:27.4021637Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4024166Z with 2025-01-24T00:53:27.4024483Z [ 2025-01-24T00:53:27.4024815Z T=uint8_t, 2025-01-24T00:53:27.4025195Z accT=int32_t, 2025-01-24T00:53:27.4025600Z inpType=uint8_t 2025-01-24T00:53:27.4026002Z ] 2025-01-24T00:53:27.4027496Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4029351Z with 2025-01-24T00:53:27.4029690Z [ 2025-01-24T00:53:27.4030015Z T=uint8_t, 2025-01-24T00:53:27.4030394Z accT=int32_t 2025-01-24T00:53:27.4030792Z ] 2025-01-24T00:53:27.4033155Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4035687Z with 2025-01-24T00:53:27.4036009Z [ 2025-01-24T00:53:27.4036337Z T=uint8_t, 2025-01-24T00:53:27.4036722Z accT=int32_t 2025-01-24T00:53:27.4037099Z ] 2025-01-24T00:53:27.4038671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4040376Z with 2025-01-24T00:53:27.4040642Z [ 2025-01-24T00:53:27.4040944Z T=uint8_t, 2025-01-24T00:53:27.4041286Z accT=int32_t 2025-01-24T00:53:27.4041595Z ] 2025-01-24T00:53:27.4043920Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4046447Z with 2025-01-24T00:53:27.4046766Z [ 2025-01-24T00:53:27.4047061Z T=uint8_t, 2025-01-24T00:53:27.4047433Z accT=int16_t, 2025-01-24T00:53:27.4047802Z inpType=uint8_t 2025-01-24T00:53:27.4048196Z ] 2025-01-24T00:53:27.4050566Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4052599Z with 2025-01-24T00:53:27.4053217Z [ 2025-01-24T00:53:27.4053555Z T=uint8_t, 2025-01-24T00:53:27.4054171Z accT=int16_t 2025-01-24T00:53:27.4054496Z ] 2025-01-24T00:53:27.4056278Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4057841Z with 2025-01-24T00:53:27.4058035Z [ 2025-01-24T00:53:27.4058221Z T=uint8_t, 2025-01-24T00:53:27.4058431Z accT=int16_t 2025-01-24T00:53:27.4058640Z ] 2025-01-24T00:53:27.4059473Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4060420Z with 2025-01-24T00:53:27.4060611Z [ 2025-01-24T00:53:27.4060784Z T=uint8_t, 2025-01-24T00:53:27.4060990Z accT=int16_t 2025-01-24T00:53:27.4061200Z ] 2025-01-24T00:53:27.4062458Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4063821Z with 2025-01-24T00:53:27.4063996Z [ 2025-01-24T00:53:27.4064179Z T=uint8_t, 2025-01-24T00:53:27.4064400Z accT=int32_t, 2025-01-24T00:53:27.4064644Z inpType=uint8_t 2025-01-24T00:53:27.4064875Z ] 2025-01-24T00:53:27.4065842Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4066790Z with 2025-01-24T00:53:27.4066971Z [ 2025-01-24T00:53:27.4067141Z T=uint8_t, 2025-01-24T00:53:27.4067349Z accT=int32_t 2025-01-24T00:53:27.4067561Z ] 2025-01-24T00:53:27.4069353Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4070724Z with 2025-01-24T00:53:27.4070960Z [ 2025-01-24T00:53:27.4071126Z T=uint8_t, 2025-01-24T00:53:27.4071338Z accT=int32_t 2025-01-24T00:53:27.4071562Z ] 2025-01-24T00:53:27.4072470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4073433Z with 2025-01-24T00:53:27.4073618Z [ 2025-01-24T00:53:27.4073787Z T=uint8_t, 2025-01-24T00:53:27.4074001Z accT=int32_t 2025-01-24T00:53:27.4074213Z ] 2025-01-24T00:53:27.4075600Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4076933Z with 2025-01-24T00:53:27.4077114Z [ 2025-01-24T00:53:27.4077285Z T=uint8_t, 2025-01-24T00:53:27.4077486Z accT=int16_t, 2025-01-24T00:53:27.4077913Z inpType=uint8_t 2025-01-24T00:53:27.4078147Z ] 2025-01-24T00:53:27.4078933Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4079794Z with 2025-01-24T00:53:27.4079976Z [ 2025-01-24T00:53:27.4080184Z T=uint8_t, 2025-01-24T00:53:27.4080468Z accT=int16_t 2025-01-24T00:53:27.4080712Z ] 2025-01-24T00:53:27.4081940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithRowOffset.cc(32): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4083245Z with 2025-01-24T00:53:27.4083430Z [ 2025-01-24T00:53:27.4083603Z T=uint8_t, 2025-01-24T00:53:27.4083820Z accT=int16_t 2025-01-24T00:53:27.4084034Z ] 2025-01-24T00:53:27.4084874Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4085861Z with 2025-01-24T00:53:27.4086046Z [ 2025-01-24T00:53:27.4086221Z T=uint8_t, 2025-01-24T00:53:27.4086438Z accT=int16_t 2025-01-24T00:53:27.4086701Z ] 2025-01-24T00:53:27.4087971Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.4090356Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.4093404Z [1291/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-01-24T00:53:27.4095063Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4096829Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4098581Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4100445Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4102190Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4103996Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4105903Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4107586Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4109376Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4111287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4113067Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4114740Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4116953Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4119951Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4123307Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4126610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4129970Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4132606Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4135955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4139843Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4143251Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4146768Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4150260Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4153851Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4157306Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4160741Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4163970Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4167152Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4170387Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4173772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4176959Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4179119Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4181503Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4183516Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4185654Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4187577Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4189580Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4191941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4193968Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4195999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4198882Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4201830Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4203797Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4205749Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4207617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4209564Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4211322Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4213105Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4216704Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4221436Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4224709Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4228229Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4231617Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4235068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4238598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4240485Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4242240Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4244145Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4246096Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(323): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4248201Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4250069Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4254106Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4256593Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4258696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4261870Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4265138Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4268612Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4272017Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4275511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4279059Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4282574Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4284546Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4286732Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4289087Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4292713Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4295360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4297322Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4299818Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4303336Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4306769Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<1,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4310141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4313396Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4316574Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4320157Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4323532Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4327043Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4330088Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4333882Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4337304Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4339516Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4341311Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4343132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4344941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4346941Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4348758Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4350827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4353470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4355384Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4357280Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4359289Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<2,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4361170Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4362985Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::getOrCreate' 2025-01-24T00:53:27.4364891Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4366783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4368773Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4370661Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::initResultRegs' 2025-01-24T00:53:27.4372653Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4374619Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genCoreInsts' 2025-01-24T00:53:27.4377725Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4381234Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512>::genForSingleOutput' 2025-01-24T00:53:27.4384578Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'fbgemm::jit_conv_kernel_fp fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate(void)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4388085Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(244): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::getOrCreate' 2025-01-24T00:53:27.4391700Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge(asmjit::_abi_1_9::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4394531Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(276): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForTopOrBottomEdge' 2025-01-24T00:53:27.4396522Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4398327Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(278): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::initResultRegs' 2025-01-24T00:53:27.4401366Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts(asmjit::_abi_1_9::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4405391Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(280): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genCoreInsts' 2025-01-24T00:53:27.4408072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\GroupwiseConvAcc32Avx512.cc(71): warning C4661: 'void fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput(asmjit::_abi_1_9::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4410851Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\./GroupwiseConv.h(282): note: see declaration of 'fbgemm::GenConvKernel<3,fbgemm::inst_set_t::avx512_vnni>::genForSingleOutput' 2025-01-24T00:53:27.4412847Z [1292/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-01-24T00:53:27.4415892Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4418373Z with 2025-01-24T00:53:27.4418717Z [ 2025-01-24T00:53:27.4419029Z T=int8_t, 2025-01-24T00:53:27.4419421Z accT=int32_t, 2025-01-24T00:53:27.4419850Z inpType=int8_t 2025-01-24T00:53:27.4420245Z ] 2025-01-24T00:53:27.4421673Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4423150Z with 2025-01-24T00:53:27.4423416Z [ 2025-01-24T00:53:27.4423685Z T=int8_t, 2025-01-24T00:53:27.4424353Z accT=int32_t 2025-01-24T00:53:27.4424627Z ] 2025-01-24T00:53:27.4425890Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4428243Z with 2025-01-24T00:53:27.4428564Z [ 2025-01-24T00:53:27.4428884Z T=int8_t, 2025-01-24T00:53:27.4429457Z accT=int32_t 2025-01-24T00:53:27.4429831Z ] 2025-01-24T00:53:27.4431303Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4432607Z with 2025-01-24T00:53:27.4432805Z [ 2025-01-24T00:53:27.4432988Z T=int8_t, 2025-01-24T00:53:27.4433251Z accT=int32_t 2025-01-24T00:53:27.4433458Z ] 2025-01-24T00:53:27.4434826Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4436207Z with 2025-01-24T00:53:27.4436385Z [ 2025-01-24T00:53:27.4436582Z T=int8_t, 2025-01-24T00:53:27.4436807Z accT=int16_t, 2025-01-24T00:53:27.4437137Z inpType=int8_t 2025-01-24T00:53:27.4437474Z ] 2025-01-24T00:53:27.4438736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4440190Z with 2025-01-24T00:53:27.4440507Z [ 2025-01-24T00:53:27.4440821Z T=int8_t, 2025-01-24T00:53:27.4441175Z accT=int16_t 2025-01-24T00:53:27.4441524Z ] 2025-01-24T00:53:27.4443549Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4445939Z with 2025-01-24T00:53:27.4446458Z [ 2025-01-24T00:53:27.4446780Z T=int8_t, 2025-01-24T00:53:27.4447143Z accT=int16_t 2025-01-24T00:53:27.4447523Z ] 2025-01-24T00:53:27.4448718Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4449668Z with 2025-01-24T00:53:27.4449854Z [ 2025-01-24T00:53:27.4450038Z T=int8_t, 2025-01-24T00:53:27.4450307Z accT=int16_t 2025-01-24T00:53:27.4450667Z ] 2025-01-24T00:53:27.4453161Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4455713Z with 2025-01-24T00:53:27.4456047Z [ 2025-01-24T00:53:27.4456368Z T=int8_t, 2025-01-24T00:53:27.4456771Z accT=int32_t, 2025-01-24T00:53:27.4457207Z inpType=int8_t 2025-01-24T00:53:27.4457615Z ] 2025-01-24T00:53:27.4458931Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4460635Z with 2025-01-24T00:53:27.4460957Z [ 2025-01-24T00:53:27.4461259Z T=int8_t, 2025-01-24T00:53:27.4461635Z accT=int32_t 2025-01-24T00:53:27.4462274Z ] 2025-01-24T00:53:27.4464489Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4466930Z with 2025-01-24T00:53:27.4467246Z [ 2025-01-24T00:53:27.4467527Z T=int8_t, 2025-01-24T00:53:27.4467875Z accT=int32_t 2025-01-24T00:53:27.4468285Z ] 2025-01-24T00:53:27.4469711Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4471501Z with 2025-01-24T00:53:27.4471829Z [ 2025-01-24T00:53:27.4472085Z T=int8_t, 2025-01-24T00:53:27.4472305Z accT=int32_t 2025-01-24T00:53:27.4472529Z ] 2025-01-24T00:53:27.4474405Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4476637Z with 2025-01-24T00:53:27.4476911Z [ 2025-01-24T00:53:27.4477179Z T=int8_t, 2025-01-24T00:53:27.4477483Z accT=int16_t, 2025-01-24T00:53:27.4477852Z inpType=int8_t 2025-01-24T00:53:27.4478219Z ] 2025-01-24T00:53:27.4479487Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.4481268Z with 2025-01-24T00:53:27.4481617Z [ 2025-01-24T00:53:27.4481924Z T=int8_t, 2025-01-24T00:53:27.4482308Z accT=int16_t 2025-01-24T00:53:27.4482685Z ] 2025-01-24T00:53:27.4484955Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackBMatrix.cc(182): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.4487599Z with 2025-01-24T00:53:27.4487935Z [ 2025-01-24T00:53:27.4488236Z T=int8_t, 2025-01-24T00:53:27.4488611Z accT=int16_t 2025-01-24T00:53:27.4488992Z ] 2025-01-24T00:53:27.4490470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.4492082Z with 2025-01-24T00:53:27.4492419Z [ 2025-01-24T00:53:27.4492686Z T=int8_t, 2025-01-24T00:53:27.4493026Z accT=int16_t 2025-01-24T00:53:27.4493438Z ] 2025-01-24T00:53:27.5321501Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5323690Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5325101Z [1293/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-01-24T00:53:27.5326736Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'fbgemm::PackMatrix,T,accT>::PackMatrix(int32_t,int32_t,inpType *,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.5328056Z with 2025-01-24T00:53:27.5328237Z [ 2025-01-24T00:53:27.5328420Z T=int8_t, 2025-01-24T00:53:27.5328665Z accT=int32_t, 2025-01-24T00:53:27.5329172Z inpType=int8_t 2025-01-24T00:53:27.5329406Z ] 2025-01-24T00:53:27.5330128Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-01-24T00:53:27.5330921Z with 2025-01-24T00:53:27.5331106Z [ 2025-01-24T00:53:27.5331268Z T=int8_t, 2025-01-24T00:53:27.5331477Z accT=int32_t 2025-01-24T00:53:27.5331692Z ] 2025-01-24T00:53:27.5332841Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(312): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-01-24T00:53:27.5334265Z with 2025-01-24T00:53:27.5334474Z [ 2025-01-24T00:53:27.5334757Z T=int8_t, 2025-01-24T00:53:27.5335006Z accT=int32_t 2025-01-24T00:53:27.5335257Z ] 2025-01-24T00:53:27.5336197Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-01-24T00:53:27.5337094Z with 2025-01-24T00:53:27.5337322Z [ 2025-01-24T00:53:27.5337527Z T=int8_t, 2025-01-24T00:53:27.5337729Z accT=int32_t 2025-01-24T00:53:27.5337941Z ] 2025-01-24T00:53:27.5526865Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5528579Z [1294/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-01-24T00:53:27.5530860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5533985Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5536469Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5538764Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5541213Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5543521Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(148) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5545829Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5548273Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5550647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5553057Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5555525Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.5558582Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.6053924Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(157) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-01-24T00:53:27.6056517Z [1295/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-01-24T00:53:27.6725650Z [1296/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-01-24T00:53:27.7369545Z [1297/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-01-24T00:53:27.7451753Z [1298/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-01-24T00:53:27.7573845Z [1299/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-01-24T00:53:27.8424560Z [1300/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-01-24T00:53:27.8539737Z [1301/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-01-24T00:53:27.8693660Z [1302/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-01-24T00:53:27.9446838Z [1303/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-01-24T00:53:27.9530056Z [1304/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-01-24T00:53:27.9695466Z [1305/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-01-24T00:53:27.9709680Z [1306/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-01-24T00:53:27.9765742Z [1307/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-01-24T00:53:28.0455206Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(23): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.0456796Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\FbgemmFloat16ConvertAvx2.cc(39): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.0457974Z [1308/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-01-24T00:53:28.0602077Z [1309/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-01-24T00:53:28.0947003Z [1310/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-01-24T00:53:28.1406815Z [1311/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-01-24T00:53:28.1515785Z [1312/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-01-24T00:53:28.1590674Z [1313/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-01-24T00:53:28.1713414Z [1314/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-01-24T00:53:28.1806022Z [1315/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-01-24T00:53:28.2011982Z [1316/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-01-24T00:53:28.2013223Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1555): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2014765Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2037): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2016446Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2201): note: see reference to function template instantiation 'void fbgemm::FusedNBitRowwiseQuantizedSBHalfToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-01-24T00:53:28.2019330Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2041): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2021252Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2045): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2023142Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2049): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2024768Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2102): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2026187Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2107): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2027489Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2112): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2028698Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2117): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2030003Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2170): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:53:28.2301217Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2223): note: see reference to function template instantiation 'void fbgemm::Fused8BitRowwiseQuantizedSBFloatToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-01-24T00:53:28.2302853Z [1317/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-01-24T00:53:28.3612990Z [1318/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-01-24T00:53:28.3703928Z [1319/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-01-24T00:53:28.3830205Z [1320/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-01-24T00:53:28.3920046Z [1321/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-01-24T00:53:28.3989955Z [1322/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-01-24T00:53:28.4134961Z [1323/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-01-24T00:53:28.4549820Z [1324/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-01-24T00:53:28.4563368Z [1325/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-01-24T00:53:28.4611033Z [1326/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-01-24T00:53:28.5055448Z [1327/7038] Linking CXX shared library bin\asmjit.dll 2025-01-24T00:53:28.6850392Z [1328/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-01-24T00:53:28.6864316Z [1329/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-01-24T00:53:28.6928550Z [1330/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-01-24T00:53:28.7021715Z [1331/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-01-24T00:53:28.7289066Z [1332/7038] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-01-24T00:53:28.7701115Z [1333/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-01-24T00:53:28.9156857Z [1334/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-01-24T00:53:28.9277925Z [1335/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-01-24T00:53:28.9326345Z [1336/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-01-24T00:53:28.9487548Z [1337/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-01-24T00:53:28.9682561Z [1338/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-01-24T00:53:29.0138525Z [1339/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-01-24T00:53:29.1354368Z [1340/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-01-24T00:53:29.1577643Z [1341/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-01-24T00:53:29.1673916Z [1342/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-01-24T00:53:29.1740773Z [1343/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-01-24T00:53:29.1955910Z [1344/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-01-24T00:53:29.2561654Z [1345/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-01-24T00:53:29.3705841Z [1346/7038] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-01-24T00:53:29.4197628Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:29.4198562Z [1347/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-01-24T00:53:29.4565961Z [1348/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-01-24T00:53:29.4622057Z [1349/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-01-24T00:53:29.4823706Z [1350/7038] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-01-24T00:53:29.4924872Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:53:29.4925806Z [1351/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-01-24T00:53:29.5299781Z [1352/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-01-24T00:53:29.5736014Z [1353/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-01-24T00:53:29.5796758Z [1354/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-01-24T00:53:29.6550727Z [1355/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-01-24T00:53:29.7029702Z [1356/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-01-24T00:53:29.7088931Z [1357/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-01-24T00:53:29.7393012Z [1358/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-01-24T00:53:29.7747607Z [1359/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-01-24T00:53:29.8297634Z [1360/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-01-24T00:53:29.8309403Z [1361/7038] Linking CXX static library lib\onnx_proto.lib 2025-01-24T00:53:29.9878222Z [1362/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-01-24T00:53:30.0911556Z [1363/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2025-01-24T00:53:30.1369858Z [1364/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2025-01-24T00:53:30.2189580Z [1365/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-01-24T00:53:30.2427986Z [1366/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2025-01-24T00:53:30.2429127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T00:53:30.2431667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T00:53:30.2433512Z with 2025-01-24T00:53:30.2433700Z [ 2025-01-24T00:53:30.2433948Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2434274Z ] 2025-01-24T00:53:30.2436295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2438146Z with 2025-01-24T00:53:30.2438367Z [ 2025-01-24T00:53:30.2438623Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2438949Z ] 2025-01-24T00:53:30.2440611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2442409Z with 2025-01-24T00:53:30.2442595Z [ 2025-01-24T00:53:30.2442838Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2443154Z ] 2025-01-24T00:53:30.2444800Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2446552Z with 2025-01-24T00:53:30.2446734Z [ 2025-01-24T00:53:30.2446978Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2447371Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2447698Z ] 2025-01-24T00:53:30.2449716Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2452954Z with 2025-01-24T00:53:30.2453184Z [ 2025-01-24T00:53:30.2453622Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2454025Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2454359Z U=uv_write_t 2025-01-24T00:53:30.2454590Z ] 2025-01-24T00:53:30.2456362Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2458153Z with 2025-01-24T00:53:30.2458334Z [ 2025-01-24T00:53:30.2458597Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2459085Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2459522Z U=uv_write_t 2025-01-24T00:53:30.2459739Z ] 2025-01-24T00:53:30.2599932Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2603205Z with 2025-01-24T00:53:30.2603516Z [ 2025-01-24T00:53:30.2603781Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2604276Z ] 2025-01-24T00:53:30.2605445Z [1367/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2025-01-24T00:53:30.2607530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T00:53:30.2612064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T00:53:30.2615585Z with 2025-01-24T00:53:30.2615949Z [ 2025-01-24T00:53:30.2616403Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2616987Z ] 2025-01-24T00:53:30.2620233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2623506Z with 2025-01-24T00:53:30.2623820Z [ 2025-01-24T00:53:30.2624259Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2625093Z ] 2025-01-24T00:53:30.2628239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2631576Z with 2025-01-24T00:53:30.2631932Z [ 2025-01-24T00:53:30.2632388Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2632973Z ] 2025-01-24T00:53:30.2635988Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2639291Z with 2025-01-24T00:53:30.2639628Z [ 2025-01-24T00:53:30.2640066Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2640765Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.2641406Z ] 2025-01-24T00:53:30.2644947Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2648322Z with 2025-01-24T00:53:30.2648654Z [ 2025-01-24T00:53:30.2649111Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2649838Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2650470Z U=uv_write_t 2025-01-24T00:53:30.2650867Z ] 2025-01-24T00:53:30.2654162Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.2657663Z with 2025-01-24T00:53:30.2658039Z [ 2025-01-24T00:53:30.2658501Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2659225Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.2659803Z U=uv_write_t 2025-01-24T00:53:30.2660190Z ] 2025-01-24T00:53:30.3230527Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3233607Z with 2025-01-24T00:53:30.3233950Z [ 2025-01-24T00:53:30.3234445Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.3235035Z ] 2025-01-24T00:53:30.3236036Z [1368/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2025-01-24T00:53:30.3612472Z [1369/7038] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2025-01-24T00:53:30.3614597Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(142): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data 2025-01-24T00:53:30.3619200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2006): note: see reference to function template instantiation 'void std::_Construct_in_place<_Ty,std::shared_ptr,std::unique_ptr,size_t&>(_Ty &,std::shared_ptr &&,std::unique_ptr &&,size_t &) noexcept(false)' being compiled 2025-01-24T00:53:30.3622450Z with 2025-01-24T00:53:30.3622699Z [ 2025-01-24T00:53:30.3622968Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.3623292Z ] 2025-01-24T00:53:30.3626467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2725): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3629815Z with 2025-01-24T00:53:30.3630104Z [ 2025-01-24T00:53:30.3630525Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.3631096Z ] 2025-01-24T00:53:30.3634512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\memory(2726): note: see reference to function template instantiation 'std::_Ref_count_obj2<_Ty>::_Ref_count_obj2,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3637864Z with 2025-01-24T00:53:30.3638194Z [ 2025-01-24T00:53:30.3638619Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.3639216Z ] 2025-01-24T00:53:30.3641932Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(314): note: see reference to function template instantiation 'std::shared_ptr<_Ty> std::make_shared,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3644100Z with 2025-01-24T00:53:30.3644642Z [ 2025-01-24T00:53:30.3645192Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.3645922Z T=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.3646515Z ] 2025-01-24T00:53:30.3649703Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(243): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3653914Z with 2025-01-24T00:53:30.3654300Z [ 2025-01-24T00:53:30.3654937Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.3655671Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.3656257Z U=uv_write_t 2025-01-24T00:53:30.3656626Z ] 2025-01-24T00:53:30.3659908Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(244): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Resource::create,std::unique_ptr,size_t&>(std::shared_ptr &&,std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.3663714Z with 2025-01-24T00:53:30.3664056Z [ 2025-01-24T00:53:30.3664501Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.3665252Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2025-01-24T00:53:30.3665801Z U=uv_write_t 2025-01-24T00:53:30.3666044Z ] 2025-01-24T00:53:30.4439712Z C:\actions-runner\_work\pytorch\pytorch\third_party\gloo\gloo/transport/uv/libuv.h(621): note: see reference to function template instantiation 'std::shared_ptr<_Ty> gloo::transport::uv::libuv::Loop::resource,size_t&>(std::unique_ptr &&,size_t &)' being compiled 2025-01-24T00:53:30.4442044Z with 2025-01-24T00:53:30.4442225Z [ 2025-01-24T00:53:30.4442578Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2025-01-24T00:53:30.4443570Z ] 2025-01-24T00:53:30.4444277Z [1370/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-01-24T00:53:30.5299935Z [1371/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-01-24T00:53:30.5474814Z [1372/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-01-24T00:53:30.6506904Z [1373/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-01-24T00:53:30.6739429Z [1374/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-01-24T00:53:30.7618457Z [1375/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-01-24T00:53:30.8060615Z [1376/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-01-24T00:53:30.8343890Z [1377/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-01-24T00:53:30.9592647Z [1378/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-01-24T00:53:30.9723001Z [1379/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-01-24T00:53:30.9874623Z [1380/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-01-24T00:53:31.1145260Z [1381/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-01-24T00:53:31.1247560Z [1382/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-01-24T00:53:31.1486735Z [1383/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-01-24T00:53:31.2399202Z [1384/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-01-24T00:53:31.2960357Z [1385/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-01-24T00:53:31.4153457Z [1386/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-01-24T00:53:31.4254371Z [1387/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-01-24T00:53:31.4272904Z [1388/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-01-24T00:53:31.5027881Z [1389/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-01-24T00:53:31.5843937Z [1390/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-01-24T00:53:31.6365680Z [1391/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-01-24T00:53:31.6473852Z [1392/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-01-24T00:53:31.6955801Z [1393/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-01-24T00:53:31.8191373Z [1394/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-01-24T00:53:31.8467500Z [1395/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-01-24T00:53:31.8805527Z [1396/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-01-24T00:53:31.9201055Z [1397/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-01-24T00:53:31.9697960Z [1398/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-01-24T00:53:32.0407888Z [1399/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-01-24T00:53:32.1423491Z [1400/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-01-24T00:53:32.1712602Z [1401/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-01-24T00:53:32.1898442Z [1402/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-01-24T00:53:32.2988029Z [1403/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-01-24T00:53:32.3327306Z [1404/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-01-24T00:53:32.3803487Z [1405/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-01-24T00:53:32.4658190Z [1406/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-01-24T00:53:32.5072472Z [1407/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-01-24T00:53:32.6165968Z [1408/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-01-24T00:53:32.6601888Z [1409/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-01-24T00:53:32.6841527Z [1410/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-01-24T00:53:32.7054788Z [1411/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-01-24T00:53:32.7179343Z [1412/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-01-24T00:53:32.8011418Z [1413/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-01-24T00:53:32.8272120Z [1414/7038] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-01-24T00:53:32.8832955Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:53:32.8833306Z 2025-01-24T00:53:32.8833313Z 2025-01-24T00:53:32.8833524Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:53:32.8833799Z 2025-01-24T00:53:32.8833804Z 2025-01-24T00:53:32.8833809Z 2025-01-24T00:53:32.8833824Z 2025-01-24T00:53:32.8834157Z [1415/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-01-24T00:53:32.9454608Z [1416/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-01-24T00:53:33.1187161Z [1417/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-01-24T00:53:33.1204503Z [1418/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-01-24T00:53:33.1606956Z [1419/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-01-24T00:53:33.1697316Z [1420/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-01-24T00:53:33.1795820Z [1421/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-01-24T00:53:33.4815192Z [1422/7038] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-01-24T00:53:33.6451760Z [1423/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-01-24T00:53:33.8351724Z [1424/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-01-24T00:53:33.9115664Z [1425/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-01-24T00:53:33.9374315Z [1426/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-01-24T00:53:33.9618019Z [1427/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-01-24T00:53:33.9666149Z [1428/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-01-24T00:53:33.9847184Z [1429/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-01-24T00:53:33.9991500Z [1430/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-01-24T00:53:34.0690195Z [1431/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-01-24T00:53:34.3103952Z [1432/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-01-24T00:53:34.3257849Z [1433/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-01-24T00:53:34.3365434Z [1434/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-01-24T00:53:34.4060067Z [1435/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-01-24T00:53:34.4148694Z [1436/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-01-24T00:53:34.7029283Z [1437/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-01-24T00:53:34.9266865Z [1438/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-01-24T00:53:34.9285081Z [1439/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-01-24T00:53:34.9548308Z [1440/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-01-24T00:53:35.1278896Z [1441/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-01-24T00:53:35.1520466Z [1442/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-01-24T00:53:35.2532436Z [1443/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-01-24T00:53:35.2832200Z [1444/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-01-24T00:53:35.5906308Z [1445/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-01-24T00:53:35.7432571Z [1446/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-01-24T00:53:35.7663549Z [1447/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-01-24T00:53:35.8301458Z [1448/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-01-24T00:53:35.9282127Z [1449/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-01-24T00:53:36.0704064Z [1450/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-01-24T00:53:36.0975245Z [1451/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-01-24T00:53:36.1276086Z [1452/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-01-24T00:53:36.5425868Z [1453/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-01-24T00:53:36.5741276Z [1454/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-01-24T00:53:36.5827068Z [1455/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-01-24T00:53:36.7592015Z [1456/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-01-24T00:53:36.8579193Z [1457/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-01-24T00:53:36.9415074Z [1458/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-01-24T00:53:36.9515604Z [1459/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-01-24T00:53:36.9706671Z [1460/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-01-24T00:53:37.3535474Z [1461/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-01-24T00:53:37.3948961Z [1462/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-01-24T00:53:37.4275400Z [1463/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-01-24T00:53:37.5536002Z [1464/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-01-24T00:53:37.7573294Z [1465/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-01-24T00:53:37.7882787Z [1466/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-01-24T00:53:37.8508189Z [1467/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-01-24T00:53:37.8846411Z [1468/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-01-24T00:53:38.2081447Z [1469/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-01-24T00:53:38.2712852Z [1470/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-01-24T00:53:38.2835480Z [1471/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-01-24T00:53:38.3977136Z [1472/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-01-24T00:53:38.5496036Z [1473/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-01-24T00:53:38.5639339Z [1474/7038] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-01-24T00:53:38.6061504Z Microsoft (R) Macro Assembler (x64) Version 14.29.30157.0 2025-01-24T00:53:38.6061846Z 2025-01-24T00:53:38.6062061Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:53:38.6062332Z 2025-01-24T00:53:38.6062337Z 2025-01-24T00:53:38.6062342Z 2025-01-24T00:53:38.6062750Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-01-24T00:53:38.6063345Z 2025-01-24T00:53:38.6063693Z [1475/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-01-24T00:53:38.6864606Z [1476/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-01-24T00:53:38.7497146Z [1477/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-01-24T00:53:38.8575376Z [1478/7038] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-01-24T00:53:38.8785648Z [1479/7038] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-01-24T00:53:38.9029113Z [1480/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-01-24T00:53:39.2266857Z [1481/7038] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-01-24T00:53:39.5617731Z [1482/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-01-24T00:53:39.5790893Z [1483/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-01-24T00:53:39.6262864Z [1484/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-01-24T00:53:39.7025985Z [1485/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-01-24T00:53:39.8540183Z [1486/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-01-24T00:53:39.8674798Z [1487/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-01-24T00:53:40.0344889Z [1488/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-01-24T00:53:40.2694101Z [1489/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-01-24T00:53:40.4148799Z [1490/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-01-24T00:53:40.5455701Z [1491/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-01-24T00:53:40.6350736Z [1492/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-01-24T00:53:40.8188455Z [1493/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-01-24T00:53:40.8368016Z [1494/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-01-24T00:53:40.8709304Z [1495/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-01-24T00:53:41.1062857Z [1496/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-01-24T00:53:41.2959329Z [1497/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-01-24T00:53:41.4374983Z [1498/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-01-24T00:53:41.6177705Z [1499/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-01-24T00:53:41.6695745Z [1500/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-01-24T00:53:41.7609975Z [1501/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-01-24T00:53:41.9155405Z [1502/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-01-24T00:53:41.9401153Z [1503/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-01-24T00:53:42.0417778Z [1504/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-01-24T00:53:42.2699252Z [1505/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-01-24T00:53:42.4098207Z [1506/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-01-24T00:53:42.5740280Z [1507/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-01-24T00:53:42.6081525Z [1508/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-01-24T00:53:42.7047637Z [1509/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-01-24T00:53:42.9365186Z [1510/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-01-24T00:53:42.9626510Z [1511/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T00:53:43.0524729Z [1512/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-01-24T00:53:43.2278551Z [1513/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-01-24T00:53:43.4412497Z [1514/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-01-24T00:53:43.4879130Z [1515/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-01-24T00:53:43.6922839Z [1516/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-01-24T00:53:43.7359852Z [1517/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-01-24T00:53:43.8231473Z [1518/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-01-24T00:53:43.8349228Z [1519/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-01-24T00:53:43.9887340Z [1520/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-01-24T00:53:44.1640915Z [1521/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-01-24T00:53:44.3835034Z [1522/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-01-24T00:53:44.3908194Z [1523/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-01-24T00:53:44.6863626Z [1524/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-01-24T00:53:44.7070543Z [1525/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-01-24T00:53:44.7483456Z [1526/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-01-24T00:53:44.7913703Z [1527/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-01-24T00:53:44.9509277Z [1528/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-01-24T00:53:45.0705285Z [1529/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-01-24T00:53:45.3388999Z [1530/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-01-24T00:53:45.3848423Z [1531/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-01-24T00:53:45.5825530Z [1532/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-01-24T00:53:45.6138258Z [1533/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-01-24T00:53:45.6995768Z [1534/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-01-24T00:53:45.7262582Z [1535/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-01-24T00:53:45.8560464Z [1536/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-01-24T00:53:45.9022778Z [1537/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-01-24T00:53:46.0706786Z [1538/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-01-24T00:53:46.2378722Z [1539/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-01-24T00:53:46.2556138Z [1540/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-01-24T00:53:46.2730553Z [1541/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-01-24T00:53:46.3625112Z [1542/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-01-24T00:53:46.5188319Z [1543/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-01-24T00:53:46.5475168Z [1544/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-01-24T00:53:46.5701515Z [1545/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-01-24T00:53:46.9758783Z [1546/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-01-24T00:53:47.1114775Z [1547/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-01-24T00:53:47.1302775Z [1548/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-01-24T00:53:47.2493249Z [1549/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-01-24T00:53:47.3416324Z [1550/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-01-24T00:53:47.5426642Z [1551/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-01-24T00:53:47.5838506Z [1552/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-01-24T00:53:47.5943397Z [1553/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-01-24T00:53:47.9638557Z [1554/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-01-24T00:53:47.9732319Z [1555/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-01-24T00:53:48.0069160Z [1556/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-01-24T00:53:48.2121553Z [1557/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-01-24T00:53:48.4601577Z [1558/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-01-24T00:53:48.5653448Z [1559/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-01-24T00:53:48.6505057Z [1560/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-01-24T00:53:48.7322363Z [1561/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-01-24T00:53:49.0306897Z [1562/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-01-24T00:53:49.0459779Z [1563/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-01-24T00:53:49.0572068Z [1564/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-01-24T00:53:49.2427728Z [1565/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-01-24T00:53:49.4209517Z [1566/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-01-24T00:53:49.5420640Z [1567/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-01-24T00:53:49.7538241Z [1568/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-01-24T00:53:49.8501932Z [1569/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-01-24T00:53:50.0546202Z [1570/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-01-24T00:53:50.0755902Z [1571/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-01-24T00:53:50.1197915Z [1572/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-01-24T00:53:50.3505332Z [1573/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-01-24T00:53:50.4892535Z [1574/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-01-24T00:53:50.5934536Z [1575/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-01-24T00:53:50.7839057Z [1576/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-01-24T00:53:50.9118423Z [1577/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-01-24T00:53:51.0631861Z [1578/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-01-24T00:53:51.1270636Z [1579/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-01-24T00:53:51.1707698Z [1580/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-01-24T00:53:51.2322782Z [1581/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-01-24T00:53:51.3566987Z [1582/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-01-24T00:53:51.4835535Z [1583/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-01-24T00:53:51.6217553Z [1584/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-01-24T00:53:51.7718647Z [1585/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-01-24T00:53:51.9426747Z [1586/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-01-24T00:53:52.0260958Z [1587/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-01-24T00:53:52.0598801Z [1588/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-01-24T00:53:52.1470506Z [1589/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-01-24T00:53:52.3993781Z [1590/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-01-24T00:53:52.4288878Z [1591/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-01-24T00:53:52.5811015Z [1592/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-01-24T00:53:52.6521631Z [1593/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-01-24T00:53:52.9569490Z [1594/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-01-24T00:53:52.9896463Z [1595/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-01-24T00:53:53.0475749Z [1596/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-01-24T00:53:53.1279918Z [1597/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-01-24T00:53:53.3321206Z [1598/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-01-24T00:53:53.3872278Z [1599/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-01-24T00:53:53.4957211Z [1600/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_copy_kern.cpp.obj 2025-01-24T00:53:53.6075877Z [1601/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\amx\jit_avx512_core_amx_gemm_kern.cpp.obj 2025-01-24T00:53:53.8844225Z [1602/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemm_bf16bf16f32_kern.cpp.obj 2025-01-24T00:53:53.9907670Z [1603/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_gemv_bf16bf16f32_kern.cpp.obj 2025-01-24T00:53:54.0206711Z [1604/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:54.0526667Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.0527511Z [1605/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:54.2443647Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.2444719Z [1606/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:54.2816388Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.2817472Z [1607/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:54.4512571Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.4514159Z [1608/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:54.4710615Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.4712115Z [1609/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:54.9154705Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.9155556Z [1610/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:54.9685993Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.9686782Z [1611/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:54.9788605Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:54.9789542Z [1612/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\bf16\jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:55.0390095Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:55.0390895Z [1613/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:55.2306176Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:55.2306978Z [1614/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:55.2632746Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:55.2634050Z [1615/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_f32_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:55.4012274Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:55.4014384Z [1616/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx2_kernel_sgemm_kern.cpp.obj 2025-01-24T00:53:55.4100521Z [1617/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_common_gemm_f32.cpp.obj 2025-01-24T00:53:55.8825664Z [1618/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.obj 2025-01-24T00:53:55.9101695Z [1619/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:55.9341568Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:55.9343218Z [1620/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.obj 2025-01-24T00:53:55.9929575Z [1621/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:56.1285174Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.1286053Z [1622/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.obj 2025-01-24T00:53:56.1852037Z [1623/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx512_core_f32_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:56.2671539Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.2672372Z [1624/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:56.4081466Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.4082913Z [1625/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:56.7919575Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.7920924Z [1626/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:56.8620821Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.8621669Z [1627/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_f32_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:56.9174803Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:56.9175831Z [1628/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2025-01-24T00:53:56.9875697Z [1629/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemv_t_f32_kern.cpp.obj 2025-01-24T00:53:57.0403754Z [1630/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.obj 2025-01-24T00:53:57.1067634Z [1631/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.obj 2025-01-24T00:53:57.2170331Z [1632/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part1_autogen.cpp.obj 2025-01-24T00:53:57.3413222Z [1633/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_kernel_sgemm_kern_part2_autogen.cpp.obj 2025-01-24T00:53:57.6911957Z [1634/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:57.7837153Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:57.7838388Z [1635/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:57.8038487Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:57.8039890Z [1636/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:57.8970693Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:57.8972017Z [1637/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_f32_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:57.9567010Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:57.9568314Z [1638/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_n_f32_kern.cpp.obj 2025-01-24T00:53:58.0914314Z [1639/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_gemv_t_f32_kern.cpp.obj 2025-01-24T00:53:58.1512191Z [1640/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.obj 2025-01-24T00:53:58.3232000Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:58.3233477Z [1641/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_sse41_kernel_sgemm_kern_autogen.cpp.obj 2025-01-24T00:53:58.6419127Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:58.6420454Z [1642/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-01-24T00:53:58.6828918Z [1643/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-01-24T00:53:58.7133099Z [1644/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-01-24T00:53:58.8483669Z [1645/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-01-24T00:53:58.9290907Z [1646/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_gemm_s8u8s32_kern.cpp.obj 2025-01-24T00:53:59.0541340Z [1647/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:53:59.0914069Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.0915118Z [1648/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:53:59.2735321Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.2736129Z [1649/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:53:59.5795557Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.5796477Z [1650/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:53:59.5997268Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.5998122Z [1651/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_an_kern_autogen.cpp.obj 2025-01-24T00:53:59.6566284Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.6567149Z [1652/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_at_kern_autogen.cpp.obj 2025-01-24T00:53:59.7905114Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.7906624Z [1653/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-01-24T00:53:59.8361690Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.8362509Z [1654/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-01-24T00:53:59.9529585Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:53:59.9531118Z [1655/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:54:00.0366682Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.0368188Z [1656/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:54:00.2604709Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.2606082Z [1657/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:54:00.5609443Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.5610921Z [1658/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:54:00.5902424Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.5903339Z [1659/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.obj 2025-01-24T00:54:00.6514512Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.6515328Z [1660/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.obj 2025-01-24T00:54:00.7284773Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.7287485Z [1661/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-01-24T00:54:00.8905612Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.8906585Z [1662/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-01-24T00:54:00.9289411Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:00.9292388Z [1663/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemv_s8x8s32.cpp.obj 2025-01-24T00:54:00.9469976Z [1664/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_gemm_s8u8s32_kern.cpp.obj 2025-01-24T00:54:01.2691812Z [1665/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.obj 2025-01-24T00:54:01.4324354Z [1666/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:54:01.5628440Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.5629305Z [1667/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:54:01.5654040Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.5655181Z [1668/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:54:01.7039788Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.7040678Z [1669/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:54:01.8592862Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.8594362Z [1670/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.obj 2025-01-24T00:54:01.8611048Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.8612472Z [1671/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.obj 2025-01-24T00:54:01.9547912Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:01.9548837Z [1672/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-01-24T00:54:02.2220489Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.2221323Z [1673/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-01-24T00:54:02.4603300Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.4604192Z [1674/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.4659549Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.4661187Z [1675/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.5287180Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.5288019Z [1676/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.5766812Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.5768381Z [1677/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.8106368Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.8107453Z [1678/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.8124261Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.8125109Z [1679/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:02.9052228Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:02.9053078Z [1680/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:03.1640066Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.1641024Z [1681/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:03.3976141Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.3977051Z [1682/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:54:03.4360076Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.4361459Z [1683/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:54:03.4444031Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.4444836Z [1684/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:54:03.5107774Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.5108567Z [1685/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:54:03.7319100Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.7320570Z [1686/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_an_kern_autogen.cpp.obj 2025-01-24T00:54:03.8274351Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.8275876Z [1687/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-01-24T00:54:03.8389387Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:03.8390328Z [1688/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_at_kern_autogen.cpp.obj 2025-01-24T00:54:04.1250502Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.1252037Z [1689/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_avx_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-01-24T00:54:04.3450655Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.3451511Z [1690/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.3576836Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.3577687Z [1691/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.3797592Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.3799015Z [1692/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.4629201Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.4630389Z [1693/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.7337566Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.7338424Z [1694/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.7355945Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.7356769Z [1695/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:04.7498137Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:04.7499589Z [1696/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:05.0364158Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.0365109Z [1697/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.obj 2025-01-24T00:54:05.2610473Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.2611265Z [1698/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bn_kern_autogen.cpp.obj 2025-01-24T00:54:05.3192327Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.3193131Z [1699/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_at_kern_autogen.cpp.obj 2025-01-24T00:54:05.3282846Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.3283706Z [1700/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_an_kern_autogen.cpp.obj 2025-01-24T00:54:05.3688370Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.3689186Z [1701/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_bt_kern_autogen.cpp.obj 2025-01-24T00:54:05.6275197Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.6276654Z [1702/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_at_kern_autogen.cpp.obj 2025-01-24T00:54:05.6583264Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.6584756Z [1703/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_an_kern_autogen.cpp.obj 2025-01-24T00:54:05.6701384Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.6702289Z [1704/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.obj 2025-01-24T00:54:05.9597036Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:05.9597853Z [1705/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\s8x8s32\jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.obj 2025-01-24T00:54:06.2539352Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-01-24T00:54:06.2540257Z [1706/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-01-24T00:54:06.2867075Z [1707/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-01-24T00:54:06.3679111Z [1708/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-01-24T00:54:06.3868586Z [1709/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-01-24T00:54:06.5586199Z [1710/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-01-24T00:54:06.6221752Z [1711/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-01-24T00:54:06.6612473Z [1712/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-01-24T00:54:07.0175415Z [1713/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2025-01-24T00:54:07.1987918Z [1714/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-01-24T00:54:07.3148860Z [1715/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-01-24T00:54:07.3645668Z [1716/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-01-24T00:54:07.3734340Z [1717/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2025-01-24T00:54:07.5952442Z [1718/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-01-24T00:54:07.6036833Z [1719/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-01-24T00:54:07.7062808Z [1720/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-01-24T00:54:08.0069155Z [1721/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_conv_kernel.cpp.obj 2025-01-24T00:54:08.0719180Z [1722/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2025-01-24T00:54:08.2744046Z [1723/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2025-01-24T00:54:08.3393301Z [1724/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-01-24T00:54:08.4167841Z [1725/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-01-24T00:54:08.5972174Z [1726/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_conv_kernel.cpp.obj 2025-01-24T00:54:08.6125738Z [1727/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2025-01-24T00:54:08.6469216Z [1728/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2025-01-24T00:54:09.0054748Z [1729/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_dw_conv_kernel.cpp.obj 2025-01-24T00:54:09.1618418Z [1730/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-01-24T00:54:09.2060913Z [1731/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-01-24T00:54:09.2656265Z [1732/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-01-24T00:54:09.4095482Z [1733/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-01-24T00:54:09.4877312Z [1734/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-01-24T00:54:09.6092579Z [1735/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-01-24T00:54:09.7008753Z [1736/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2025-01-24T00:54:09.9517284Z [1737/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2025-01-24T00:54:10.1950297Z [1738/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-01-24T00:54:10.2164053Z [1739/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-01-24T00:54:10.2415879Z [1740/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-01-24T00:54:10.4340531Z [1741/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-01-24T00:54:10.4725128Z [1742/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-01-24T00:54:10.6773818Z [1743/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-01-24T00:54:10.7337377Z [1744/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-01-24T00:54:10.9073328Z [1745/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2025-01-24T00:54:11.2004620Z [1746/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-01-24T00:54:11.2261180Z [1747/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2025-01-24T00:54:11.2468644Z [1748/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-01-24T00:54:11.4762043Z [1749/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2025-01-24T00:54:11.5102137Z [1750/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-01-24T00:54:11.6107738Z [1751/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-01-24T00:54:11.7779346Z [1752/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-01-24T00:54:12.0176865Z [1753/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-01-24T00:54:12.1907550Z [1754/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-01-24T00:54:12.2124657Z [1755/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-01-24T00:54:12.2355981Z [1756/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-01-24T00:54:12.4365046Z [1757/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-01-24T00:54:12.4759361Z [1758/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-01-24T00:54:12.5013123Z [1759/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-01-24T00:54:12.7902637Z [1760/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-01-24T00:54:12.9127518Z [1761/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-01-24T00:54:13.1733866Z [1762/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-01-24T00:54:13.2624516Z [1763/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2025-01-24T00:54:13.2993357Z [1764/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-01-24T00:54:13.4295757Z [1765/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-01-24T00:54:13.4508077Z [1766/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-01-24T00:54:13.5177020Z [1767/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-01-24T00:54:13.8190520Z [1768/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-01-24T00:54:13.9746234Z [1769/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-01-24T00:54:14.2016200Z [1770/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-01-24T00:54:14.2448460Z [1771/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-01-24T00:54:14.2687541Z [1772/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_deconv_zp_pad_str_kernel.cpp.obj 2025-01-24T00:54:14.3719187Z [1773/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2025-01-24T00:54:14.4485413Z [1774/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2025-01-24T00:54:14.5423351Z [1775/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-01-24T00:54:14.8625188Z [1776/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-01-24T00:54:14.9388078Z [1777/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-01-24T00:54:15.2071033Z [1778/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-01-24T00:54:15.2974420Z [1779/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-01-24T00:54:15.3408384Z [1780/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-01-24T00:54:15.3960507Z [1781/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-01-24T00:54:15.4240461Z [1782/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-01-24T00:54:15.4822477Z [1783/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-01-24T00:54:15.8289697Z [1784/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-01-24T00:54:15.9540505Z [1785/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-01-24T00:54:16.1315521Z [1786/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-01-24T00:54:16.2981800Z [1787/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-01-24T00:54:16.3734777Z [1788/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-01-24T00:54:16.3891079Z [1789/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-01-24T00:54:16.4373430Z [1790/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-01-24T00:54:16.5437070Z [1791/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2025-01-24T00:54:16.8267186Z [1792/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-01-24T00:54:16.9367629Z [1793/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-01-24T00:54:17.1311273Z [1794/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-01-24T00:54:17.2813364Z [1795/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-01-24T00:54:17.3477889Z [1796/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-01-24T00:54:17.3891160Z [1797/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_base.cpp.obj 2025-01-24T00:54:17.4586057Z [1798/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-01-24T00:54:17.4870136Z [1799/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_blocked.cpp.obj 2025-01-24T00:54:17.7706265Z [1800/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_bwd_nhwc.cpp.obj 2025-01-24T00:54:17.8923944Z [1801/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_base.cpp.obj 2025-01-24T00:54:18.0685614Z [1802/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_blocked.cpp.obj 2025-01-24T00:54:18.1993913Z [1803/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn_fwd_nhwc.cpp.obj 2025-01-24T00:54:18.3061657Z [1804/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-01-24T00:54:18.3757123Z [1805/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-01-24T00:54:18.4379899Z [1806/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-01-24T00:54:18.5259034Z [1807/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-01-24T00:54:18.8115022Z [1808/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-01-24T00:54:18.8133427Z [1809/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-01-24T00:54:19.0923206Z [1810/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-01-24T00:54:19.1785347Z [1811/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-01-24T00:54:19.2365599Z [1812/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-01-24T00:54:19.3068048Z [1813/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-01-24T00:54:19.3242038Z [1814/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-01-24T00:54:19.4278966Z [1815/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-01-24T00:54:19.7356965Z [1816/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2025-01-24T00:54:19.8351528Z [1817/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2025-01-24T00:54:20.0937177Z [1818/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-01-24T00:54:20.1594953Z [1819/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-01-24T00:54:20.1656228Z [1820/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-01-24T00:54:20.2093478Z [1821/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-01-24T00:54:20.2692241Z [1822/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2025-01-24T00:54:20.5221574Z [1823/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-01-24T00:54:20.6883096Z [1824/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-01-24T00:54:20.8659106Z [1825/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-01-24T00:54:21.0048552Z [1826/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-01-24T00:54:21.0274231Z [1827/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-01-24T00:54:21.0437640Z [1828/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-01-24T00:54:21.1820769Z [1829/7038] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-01-24T00:54:21.1848355Z [1830/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-01-24T00:54:21.4959783Z [1831/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-01-24T00:54:21.6638903Z [1832/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-01-24T00:54:21.7153677Z [1833/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-01-24T00:54:21.8748471Z [1834/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-01-24T00:54:21.8868599Z [1835/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-01-24T00:54:21.9465907Z [1836/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-01-24T00:54:22.0765070Z [1837/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-01-24T00:54:22.1813116Z [1838/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-01-24T00:54:22.4108294Z [1839/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-01-24T00:54:22.5439903Z [1840/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-01-24T00:54:22.6480966Z [1841/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-01-24T00:54:22.7756188Z [1842/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-01-24T00:54:22.7853096Z [1843/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-01-24T00:54:22.8830284Z [1844/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-01-24T00:54:23.1373021Z [1845/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-01-24T00:54:23.1769452Z [1846/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-01-24T00:54:23.2489429Z [1847/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-01-24T00:54:23.6083581Z [1848/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-01-24T00:54:23.6923310Z [1849/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-01-24T00:54:23.7454190Z [1850/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-01-24T00:54:23.7999464Z [1851/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-01-24T00:54:23.8100259Z [1852/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-01-24T00:54:24.0783527Z [1853/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-01-24T00:54:24.1949317Z [1854/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-01-24T00:54:24.2103946Z [1855/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-01-24T00:54:24.5817790Z [1856/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-01-24T00:54:24.7102848Z [1857/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-01-24T00:54:24.7257599Z [1858/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-01-24T00:54:24.7788177Z [1859/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-01-24T00:54:24.9211246Z [1860/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-01-24T00:54:25.0274511Z [1861/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-01-24T00:54:25.1460773Z [1862/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-01-24T00:54:25.2304645Z [1863/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-01-24T00:54:25.5456027Z [1864/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-01-24T00:54:25.6565524Z [1865/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-01-24T00:54:25.7277291Z [1866/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2025-01-24T00:54:25.7945620Z [1867/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2025-01-24T00:54:25.9766025Z [1868/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-01-24T00:54:25.9966205Z [1869/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-01-24T00:54:26.1886810Z [1870/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-01-24T00:54:26.2557608Z [1871/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-01-24T00:54:26.5896627Z [1872/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2025-01-24T00:54:26.6257941Z [1873/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2025-01-24T00:54:26.7427825Z [1874/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-01-24T00:54:26.7759539Z [1875/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-01-24T00:54:27.0271489Z [1876/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-01-24T00:54:27.1065940Z [1877/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-01-24T00:54:27.1088141Z [1878/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-01-24T00:54:27.1239913Z [1879/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-01-24T00:54:27.1814996Z [1880/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-01-24T00:54:27.1889092Z [1881/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-01-24T00:54:27.3014416Z [1882/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-01-24T00:54:27.3474291Z [1883/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2025-01-24T00:54:27.5683544Z [1884/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-01-24T00:54:27.6816637Z [1885/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2025-01-24T00:54:27.9591402Z [1886/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-01-24T00:54:27.9819667Z [1887/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-01-24T00:54:27.9820671Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:54:27.9821812Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:54:27.9822838Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2025-01-24T00:54:27.9916122Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2025-01-24T00:54:27.9917118Z [1888/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-01-24T00:54:28.0365552Z [1889/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-01-24T00:54:28.0722653Z [1890/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-01-24T00:54:28.1562095Z [1891/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-01-24T00:54:28.1842772Z [1892/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-01-24T00:54:28.2027919Z [1893/7038] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-01-24T00:54:28.3055522Z [1894/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-01-24T00:54:28.3817579Z [1895/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-01-24T00:54:28.4029981Z [1896/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-01-24T00:54:28.4195117Z [1897/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-01-24T00:54:28.4262129Z [1898/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-01-24T00:54:28.4397690Z [1899/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-01-24T00:54:28.4751832Z [1900/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-01-24T00:54:28.5380821Z [1901/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-01-24T00:54:28.5396258Z [1902/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-01-24T00:54:28.5498300Z [1903/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-01-24T00:54:28.5625944Z [1904/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-01-24T00:54:28.7041813Z [1905/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-01-24T00:54:28.7301014Z [1906/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-01-24T00:54:28.7572207Z [1907/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-01-24T00:54:28.7685509Z [1908/7038] Linking CXX static library lib\mimalloc-static.lib 2025-01-24T00:54:28.7706082Z [1909/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-01-24T00:54:28.7941958Z [1910/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-01-24T00:54:28.8326799Z [1911/7038] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-01-24T00:54:28.8810432Z [1912/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-01-24T00:54:28.9330355Z [1913/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-01-24T00:54:29.0024287Z [1914/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-01-24T00:54:29.0475231Z [1915/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-01-24T00:54:29.0652667Z [1916/7038] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-01-24T00:54:29.1421652Z [1917/7038] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-01-24T00:54:29.1810299Z [1918/7038] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-01-24T00:54:29.1826433Z [1919/7038] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-01-24T00:54:29.2391614Z [1920/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-01-24T00:54:29.2440361Z [1921/7038] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-01-24T00:54:29.2494650Z [1922/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-01-24T00:54:29.2587920Z [1923/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-01-24T00:54:29.3353451Z [1924/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-01-24T00:54:29.3505410Z [1925/7038] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-01-24T00:54:29.4761659Z [1926/7038] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-01-24T00:54:29.5571727Z [1927/7038] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-01-24T00:54:29.5763952Z [1928/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-01-24T00:54:29.5979342Z [1929/7038] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-01-24T00:54:29.6299429Z [1930/7038] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-01-24T00:54:29.6474766Z [1931/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-01-24T00:54:29.6705250Z [1932/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-01-24T00:54:29.7026471Z [1933/7038] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-01-24T00:54:29.7460275Z [1934/7038] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-01-24T00:54:29.8690874Z [1935/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-01-24T00:54:29.9071267Z [1936/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-01-24T00:54:29.9230083Z [1937/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-01-24T00:54:29.9486314Z [1938/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-01-24T00:54:29.9920130Z [1939/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-01-24T00:54:30.0609080Z [1940/7038] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-01-24T00:54:30.1079937Z [1941/7038] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-01-24T00:54:30.1545239Z [1942/7038] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-01-24T00:54:30.1992200Z [1943/7038] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-01-24T00:54:30.2108815Z [1944/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-01-24T00:54:30.2163014Z [1945/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-01-24T00:54:30.2503462Z [1946/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-01-24T00:54:30.2605973Z [1947/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-01-24T00:54:30.3011318Z [1948/7038] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-01-24T00:54:30.3875136Z [1949/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-01-24T00:54:30.4352556Z [1950/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-01-24T00:54:30.5242979Z [1951/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-01-24T00:54:30.5749631Z [1952/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-01-24T00:54:30.5806354Z [1953/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-01-24T00:54:30.6321501Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(70): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-01-24T00:54:30.6322655Z [1954/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-01-24T00:54:30.6414184Z [1955/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-01-24T00:54:30.6504522Z [1956/7038] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-01-24T00:54:30.7244748Z [1957/7038] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-01-24T00:54:30.7378234Z [1958/7038] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-01-24T00:54:30.8157195Z [1959/7038] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-01-24T00:54:30.8267029Z [1960/7038] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-01-24T00:54:30.8392790Z [1961/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-01-24T00:54:30.9301378Z [1962/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-01-24T00:54:30.9318142Z [1963/7038] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-01-24T00:54:30.9461109Z [1964/7038] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-01-24T00:54:31.0354902Z [1965/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-01-24T00:54:31.0484813Z [1966/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-01-24T00:54:31.0566424Z [1967/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-01-24T00:54:31.0884424Z [1968/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-01-24T00:54:31.0970363Z [1969/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-01-24T00:54:31.1165280Z [1970/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-01-24T00:54:31.1620979Z [1971/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-01-24T00:54:31.1753005Z [1972/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-01-24T00:54:31.2134046Z [1973/7038] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-01-24T00:54:31.2362103Z [1974/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-01-24T00:54:31.2697980Z [1975/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-01-24T00:54:31.2778438Z [1976/7038] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-01-24T00:54:31.2934064Z [1977/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-01-24T00:54:31.4068821Z [1978/7038] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-01-24T00:54:31.4145977Z [1979/7038] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-01-24T00:54:31.4165848Z [1980/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-01-24T00:54:31.4686781Z [1981/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-01-24T00:54:31.4805654Z [1982/7038] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-01-24T00:54:31.4988957Z [1983/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-01-24T00:54:31.5439363Z [1984/7038] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-01-24T00:54:31.5665459Z [1985/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-01-24T00:54:31.6002133Z [1986/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-01-24T00:54:31.6146326Z [1987/7038] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-01-24T00:54:31.6347899Z [1988/7038] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-01-24T00:54:31.7013522Z [1989/7038] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-01-24T00:54:31.7442328Z [1990/7038] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-01-24T00:54:31.7556009Z [1991/7038] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-01-24T00:54:31.7949567Z [1992/7038] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-01-24T00:54:31.8620573Z [1993/7038] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-01-24T00:54:31.8802621Z [1994/7038] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-01-24T00:54:31.9198730Z [1995/7038] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-01-24T00:54:31.9283684Z [1996/7038] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-01-24T00:54:31.9607755Z [1997/7038] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-01-24T00:54:32.0373634Z [1998/7038] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-01-24T00:54:32.0517286Z [1999/7038] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-01-24T00:54:32.0582470Z [2000/7038] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-01-24T00:54:32.0831243Z [2001/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.0930102Z [2002/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.1355131Z [2003/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.1624040Z [2004/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.1637340Z [2005/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.1941574Z [2006/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.2257073Z [2007/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.2493619Z [2008/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.2571992Z [2009/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.2698160Z [2010/7038] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-01-24T00:54:32.2812475Z [2011/7038] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-01-24T00:54:32.2867285Z [2012/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.2880548Z [2013/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.3327232Z [2014/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.3508431Z [2015/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.3792138Z [2016/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.3930431Z [2017/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.4242044Z [2018/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.4254084Z [2019/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.4333458Z [2020/7038] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.4426528Z [2021/7038] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.4506808Z [2022/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.5204039Z [2023/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.5427550Z [2024/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.5615768Z [2025/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.5696916Z [2026/7038] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.5822987Z [2027/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.5899570Z [2028/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.6137539Z [2029/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.6268529Z [2030/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.6576657Z [2031/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.6622475Z [2032/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.7023361Z [2033/7038] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.7180637Z [2034/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.7225806Z [2035/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.7364456Z [2036/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.7383529Z [2037/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.7435942Z [2038/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.7451498Z [2039/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.7975005Z [2040/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.8047577Z [2041/7038] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-01-24T00:54:32.8143211Z [2042/7038] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-01-24T00:54:32.8329802Z [2043/7038] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-01-24T00:54:32.8341809Z [2044/7038] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-01-24T00:54:32.8353030Z [2045/7038] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-01-24T00:54:32.8408853Z [2046/7038] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-01-24T00:54:32.8780102Z [2047/7038] Linking C static library lib\libittnotify.lib 2025-01-24T00:54:32.8802541Z [2048/7038] Linking CXX static library lib\XNNPACK.lib 2025-01-24T00:54:32.9099154Z [2049/7038] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-01-24T00:54:33.2638917Z [2050/7038] Linking C static library sleef\lib\sleef.lib 2025-01-24T00:54:33.3019970Z [2051/7038] Linking CXX static library lib\kineto.lib 2025-01-24T00:54:33.7220132Z [2052/7038] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-01-24T00:54:33.8286847Z [2053/7038] Linking CXX static library lib\onnx.lib 2025-01-24T00:54:33.8888268Z [2054/7038] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2025-01-24T00:54:33.9171480Z [2055/7038] Linking CXX static library lib\gloo.lib 2025-01-24T00:54:33.9495474Z [2056/7038] Linking CXX shared library bin\fbgemm.dll 2025-01-24T00:54:34.0901552Z [2057/7038] Linking CXX shared library bin\c10.dll 2025-01-24T00:54:34.1671273Z [2058/7038] Linking CXX static library lib\gtest.lib 2025-01-24T00:54:34.2377439Z [2059/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-01-24T00:54:34.4037228Z [2060/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T00:54:34.4268358Z [2061/7038] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-01-24T00:54:34.4768867Z [2062/7038] Regenerating version file... 2025-01-24T00:54:34.5019421Z [2063/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-01-24T00:54:34.6504289Z [2064/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-01-24T00:54:34.6837917Z [2065/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-01-24T00:54:34.7851820Z [2066/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-01-24T00:54:34.7945848Z [2067/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-01-24T00:54:34.9050280Z [2068/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-01-24T00:54:35.0266630Z [2069/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-01-24T00:54:35.0334854Z [2070/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-01-24T00:54:35.1136234Z [2071/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-01-24T00:54:35.3485650Z [2072/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-01-24T00:54:35.3501193Z [2073/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-01-24T00:54:35.3517768Z [2074/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-01-24T00:54:35.3536521Z [2075/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-01-24T00:54:35.5562522Z [2076/7038] Generating sources 2025-01-24T00:54:35.5628744Z [2077/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-01-24T00:54:35.5889830Z [2078/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-01-24T00:54:35.6206854Z [2079/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-01-24T00:54:35.8557531Z [2080/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-01-24T00:54:35.8607175Z [2081/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-01-24T00:54:35.9773556Z [2082/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2025-01-24T00:54:37.8646735Z [2083/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-01-24T00:54:37.8665824Z [2084/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-01-24T00:54:37.8681905Z [2085/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-01-24T00:54:38.8179625Z [2086/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-01-24T00:54:38.8194603Z [2087/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-01-24T00:54:38.8211050Z [2088/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-01-24T00:54:38.8409483Z [2089/7038] Linking CXX static library lib\dnnl.lib 2025-01-24T00:54:38.9318979Z [2090/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-01-24T00:54:38.9416400Z [2091/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-01-24T00:54:39.0614269Z [2092/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-01-24T00:54:39.0816080Z [2093/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-01-24T00:54:39.1047626Z [2094/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-01-24T00:54:39.2095121Z [2095/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-01-24T00:54:39.2187326Z [2096/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-01-24T00:54:39.2349999Z [2097/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-01-24T00:54:39.3412761Z [2098/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-01-24T00:54:39.3556195Z [2099/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-01-24T00:54:39.3868493Z [2100/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-01-24T00:54:39.4792031Z [2101/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-01-24T00:54:39.5085936Z [2102/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-01-24T00:54:39.5906840Z [2103/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-01-24T00:54:39.5984286Z [2104/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-01-24T00:54:39.6305021Z [2105/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-01-24T00:54:39.6373601Z [2106/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-01-24T00:54:39.6412056Z [2107/7038] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-01-24T00:54:39.7363979Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-01-24T00:54:39.7364595Z 2025-01-24T00:54:39.7364604Z 2025-01-24T00:54:39.7364905Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-01-24T00:54:39.7365442Z 2025-01-24T00:54:39.7365493Z 2025-01-24T00:54:39.7365500Z 2025-01-24T00:54:39.7365526Z 2025-01-24T00:54:39.7366441Z [2108/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-01-24T00:54:39.7621580Z [2109/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-01-24T00:54:39.8315432Z [2110/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-01-24T00:54:39.8845238Z [2111/7038] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-01-24T00:54:39.9432392Z [2112/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-01-24T00:54:39.9705032Z [2113/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-01-24T00:54:39.9720637Z [2114/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-01-24T00:54:40.0043757Z [2115/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-01-24T00:54:40.0302971Z [2116/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-01-24T00:54:40.0373658Z [2117/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-01-24T00:54:40.0457764Z [2118/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-01-24T00:54:40.0673592Z [2119/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-01-24T00:54:40.0759291Z [2120/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-01-24T00:54:40.0970567Z [2121/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-01-24T00:54:40.1092282Z [2122/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-01-24T00:54:40.1106614Z [2123/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-01-24T00:54:40.1382970Z [2124/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-01-24T00:54:40.1557745Z [2125/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-01-24T00:54:40.1950783Z [2126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-01-24T00:54:40.2088792Z [2127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-01-24T00:54:40.2202047Z [2128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:54:40.2631213Z [2129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:54:40.2798470Z [2130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:54:40.2892757Z [2131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:54:40.3170862Z [2132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:54:40.3187968Z [2133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:54:40.3599445Z [2134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:54:40.3990774Z [2135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:54:40.4050140Z [2136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-01-24T00:54:40.4187393Z [2137/7038] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-01-24T00:54:40.4490538Z [2138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-01-24T00:54:40.4567118Z [2139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-01-24T00:54:40.4621089Z [2140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:54:40.5024079Z [2141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-01-24T00:54:40.5038325Z [2142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-01-24T00:54:40.5209606Z [2143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-01-24T00:54:40.5535206Z [2144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-01-24T00:54:40.5709487Z [2145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-01-24T00:54:40.5839617Z [2146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-01-24T00:54:40.6097649Z [2147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-01-24T00:54:40.6169103Z [2148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-01-24T00:54:40.6325890Z [2149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-01-24T00:54:40.6561282Z [2150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-01-24T00:54:40.6687616Z [2151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-01-24T00:54:40.7304399Z [2152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:54:40.7370518Z [2153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-01-24T00:54:40.7419652Z [2154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:54:40.7473120Z [2155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-01-24T00:54:40.7640427Z [2156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:40.7726413Z [2157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-01-24T00:54:40.8639714Z [2158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:40.8692779Z [2159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-01-24T00:54:40.8704953Z [2160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:40.9072021Z [2161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-01-24T00:54:40.9212981Z [2162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-01-24T00:54:40.9554933Z [2163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-01-24T00:54:40.9742235Z [2164/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-01-24T00:54:40.9756430Z [2165/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-01-24T00:54:40.9865014Z [2166/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.0222017Z [2167/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-01-24T00:54:41.0487152Z [2168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-01-24T00:54:41.0702106Z [2169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-01-24T00:54:41.0895288Z [2170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-01-24T00:54:41.0979016Z [2171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.1090929Z [2172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-01-24T00:54:41.1305986Z [2173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-01-24T00:54:41.1709179Z [2174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-01-24T00:54:41.2028342Z [2175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.2229705Z [2176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:41.2335139Z [2177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-01-24T00:54:41.2353543Z [2178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:54:41.2538526Z [2179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.3226563Z [2180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:54:41.3335493Z [2181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:41.3561742Z [2182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.3621314Z [2183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-01-24T00:54:41.3650939Z [2184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-01-24T00:54:41.3708928Z [2185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-01-24T00:54:41.4550524Z [2186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-01-24T00:54:41.4698006Z [2187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-01-24T00:54:41.4747923Z [2188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-01-24T00:54:41.4798458Z [2189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-01-24T00:54:41.4860356Z [2190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.5366918Z [2191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-01-24T00:54:41.5641982Z [2192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-01-24T00:54:41.5875472Z [2193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-01-24T00:54:41.5943637Z [2194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-01-24T00:54:41.6039310Z [2195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-01-24T00:54:41.6127730Z [2196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-01-24T00:54:41.6555841Z [2197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-01-24T00:54:41.6856612Z [2198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-01-24T00:54:41.6976206Z [2199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.obj 2025-01-24T00:54:41.7222935Z [2200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2025-01-24T00:54:41.7278939Z [2201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.obj 2025-01-24T00:54:41.7470290Z [2202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.obj 2025-01-24T00:54:41.7797813Z [2203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2025-01-24T00:54:41.8030506Z [2204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2025-01-24T00:54:41.8472558Z [2205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.obj 2025-01-24T00:54:41.8680036Z [2206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2025-01-24T00:54:41.8732707Z [2207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2025-01-24T00:54:41.8806066Z [2208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2025-01-24T00:54:41.9076567Z [2209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.obj 2025-01-24T00:54:41.9196134Z [2210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2025-01-24T00:54:41.9661875Z [2211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2025-01-24T00:54:41.9823793Z [2212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2025-01-24T00:54:41.9976812Z [2213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.obj 2025-01-24T00:54:42.0057433Z [2214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.obj 2025-01-24T00:54:42.0145285Z [2215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.obj 2025-01-24T00:54:42.0593836Z [2216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2025-01-24T00:54:42.0755059Z [2217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.obj 2025-01-24T00:54:42.1127000Z [2218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2025-01-24T00:54:42.1290068Z [2219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.obj 2025-01-24T00:54:42.1365948Z [2220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.obj 2025-01-24T00:54:42.1553113Z [2221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2025-01-24T00:54:42.1728133Z [2222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.obj 2025-01-24T00:54:42.2229555Z [2223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2025-01-24T00:54:42.2243696Z [2224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.obj 2025-01-24T00:54:42.2505672Z [2225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.obj 2025-01-24T00:54:42.2592130Z [2226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.obj 2025-01-24T00:54:42.2959398Z [2227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2025-01-24T00:54:42.3051904Z [2228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2025-01-24T00:54:42.3227263Z [2229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-01-24T00:54:42.3414466Z [2230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-01-24T00:54:42.3697606Z [2231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-01-24T00:54:42.3977223Z [2232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-01-24T00:54:42.4016349Z [2233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-01-24T00:54:42.4209822Z [2234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-01-24T00:54:42.4469498Z [2235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-01-24T00:54:42.4949170Z [2236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-01-24T00:54:42.5071561Z [2237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-01-24T00:54:42.5156974Z [2238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-01-24T00:54:42.5422872Z [2239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-01-24T00:54:42.5475399Z [2240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-01-24T00:54:42.5544428Z [2241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-01-24T00:54:42.5967528Z [2242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-01-24T00:54:42.6104588Z [2243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:42.6311202Z [2244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-01-24T00:54:42.6329705Z [2245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-01-24T00:54:42.6462119Z [2246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:42.7163408Z [2247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:42.7374755Z [2248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:54:42.7462816Z [2249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-01-24T00:54:42.7612767Z [2250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-01-24T00:54:42.7733324Z [2251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-01-24T00:54:42.8023893Z [2252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:42.8576478Z [2253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-01-24T00:54:42.8733296Z [2254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-01-24T00:54:42.8820321Z [2255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-01-24T00:54:42.8875774Z [2256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-01-24T00:54:42.8990071Z [2257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-01-24T00:54:42.9348055Z [2258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-01-24T00:54:42.9732021Z [2259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-01-24T00:54:42.9782398Z [2260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-01-24T00:54:42.9905496Z [2261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-01-24T00:54:42.9955955Z [2262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-01-24T00:54:43.0049816Z [2263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-01-24T00:54:43.0289895Z [2264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-01-24T00:54:43.0761743Z [2265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-01-24T00:54:43.0931892Z [2266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:54:43.0943456Z [2267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:54:43.1075764Z [2268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:54:43.1166509Z [2269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:54:43.1289710Z [2270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:54:43.1787248Z [2271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:54:43.1973370Z [2272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T00:54:43.1987061Z [2273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T00:54:43.2351526Z [2274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-01-24T00:54:43.2751251Z [2275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-01-24T00:54:43.2861131Z [2276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T00:54:43.2960427Z [2277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-01-24T00:54:43.3224144Z [2278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-01-24T00:54:43.3274864Z [2279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-01-24T00:54:43.3601095Z [2280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-01-24T00:54:43.4007277Z [2281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-01-24T00:54:43.4069643Z [2282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-01-24T00:54:43.4146159Z [2283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-01-24T00:54:43.4310029Z [2284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-01-24T00:54:43.4429216Z [2285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2025-01-24T00:54:43.4894675Z [2286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2025-01-24T00:54:43.5134994Z [2287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-01-24T00:54:43.5229843Z [2288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-01-24T00:54:43.5279318Z [2289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-01-24T00:54:43.5580291Z [2290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-01-24T00:54:43.5665791Z [2291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2025-01-24T00:54:43.6051673Z [2292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-01-24T00:54:43.6168080Z [2293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-01-24T00:54:43.6182096Z [2294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-01-24T00:54:43.6298876Z [2295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-01-24T00:54:43.6681343Z [2296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-01-24T00:54:43.7041815Z [2297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-01-24T00:54:43.7145021Z [2298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-01-24T00:54:43.7290821Z [2299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-01-24T00:54:43.7410431Z [2300/7038] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2025-01-24T00:54:43.7663431Z [2301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-01-24T00:54:43.7737484Z [2302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-01-24T00:54:43.7923467Z [2303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-01-24T00:54:43.8024166Z [2304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-01-24T00:54:43.8126005Z [2305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-01-24T00:54:43.8232861Z [2306/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-01-24T00:54:43.8336600Z [2307/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-01-24T00:54:43.8781594Z [2308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-01-24T00:54:43.8920528Z [2309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-01-24T00:54:43.9087995Z [2310/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-01-24T00:54:43.9201346Z [2311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:54:43.9217061Z [2312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:54:43.9285629Z [2313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-01-24T00:54:43.9755833Z [2314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:54:43.9897189Z [2315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-01-24T00:54:44.0034015Z [2316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-01-24T00:54:44.0213912Z [2317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-01-24T00:54:44.0378884Z [2318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-01-24T00:54:44.0445570Z [2319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-01-24T00:54:44.0459915Z [2320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-01-24T00:54:44.0947914Z [2321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-01-24T00:54:44.1108078Z [2322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-01-24T00:54:44.1384127Z [2323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-01-24T00:54:44.1439974Z [2324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-01-24T00:54:44.1518309Z [2325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-01-24T00:54:44.1731781Z [2326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-01-24T00:54:44.1912487Z [2327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-01-24T00:54:44.2018946Z [2328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-01-24T00:54:44.2507269Z [2329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-01-24T00:54:44.2575402Z [2330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-01-24T00:54:44.2593486Z [2331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-01-24T00:54:44.3017599Z [2332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-01-24T00:54:44.3030597Z [2333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-01-24T00:54:44.3085492Z [2334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-01-24T00:54:44.3215585Z [2335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-01-24T00:54:44.3592852Z [2336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-01-24T00:54:44.3609351Z [2337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-01-24T00:54:44.3666340Z [2338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-01-24T00:54:44.4174891Z [2339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-01-24T00:54:44.4234438Z [2340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-01-24T00:54:44.4251602Z [2341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-01-24T00:54:44.4455106Z [2342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-01-24T00:54:44.4763924Z [2343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-01-24T00:54:44.4820109Z [2344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-01-24T00:54:44.4932754Z [2345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-01-24T00:54:44.5325489Z [2346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-01-24T00:54:44.5390572Z [2347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-01-24T00:54:44.5490490Z [2348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-01-24T00:54:44.5636263Z [2349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-01-24T00:54:44.5834621Z [2350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-01-24T00:54:44.6043117Z [2351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-01-24T00:54:44.6236792Z [2352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-01-24T00:54:44.6460233Z [2353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-01-24T00:54:44.6759798Z [2354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-01-24T00:54:44.6908034Z [2355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-01-24T00:54:44.6921529Z [2356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-01-24T00:54:44.7055675Z [2357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-01-24T00:54:44.7181881Z [2358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-01-24T00:54:44.7297209Z [2359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-01-24T00:54:44.7554149Z [2360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-01-24T00:54:44.7937866Z [2361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-01-24T00:54:44.8123679Z [2362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-01-24T00:54:44.8222114Z [2363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-01-24T00:54:44.8235151Z [2364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-01-24T00:54:44.8365283Z [2365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-01-24T00:54:44.8655091Z [2366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-01-24T00:54:44.8932550Z [2367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-01-24T00:54:44.9147688Z [2368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-01-24T00:54:44.9214089Z [2369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-01-24T00:54:44.9360669Z [2370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-01-24T00:54:44.9431081Z [2371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-01-24T00:54:44.9566805Z [2372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-01-24T00:54:44.9724057Z [2373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-01-24T00:54:44.9983872Z [2374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-01-24T00:54:45.0378949Z [2375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-01-24T00:54:45.0629670Z [2376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-01-24T00:54:45.0703956Z [2377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-01-24T00:54:45.0780805Z [2378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-01-24T00:54:45.0867665Z [2379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-01-24T00:54:45.0933210Z [2380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-01-24T00:54:45.1197456Z [2381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-01-24T00:54:45.1702470Z [2382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-01-24T00:54:45.1770321Z [2383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-01-24T00:54:45.1824969Z [2384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-01-24T00:54:45.2028905Z [2385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-01-24T00:54:45.2083301Z [2386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-01-24T00:54:45.2304581Z [2387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-01-24T00:54:45.2444020Z [2388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-01-24T00:54:45.2873487Z [2389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-01-24T00:54:45.2928339Z [2390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-01-24T00:54:45.3097776Z [2391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-01-24T00:54:45.3157181Z [2392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-01-24T00:54:45.3238832Z [2393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-01-24T00:54:45.3408385Z [2394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-01-24T00:54:45.3464876Z [2395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-01-24T00:54:45.4016495Z [2396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-01-24T00:54:45.4074803Z [2397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-01-24T00:54:45.4369958Z [2398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-01-24T00:54:45.4421887Z [2399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-01-24T00:54:45.4434698Z [2400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-01-24T00:54:45.4610725Z [2401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-01-24T00:54:45.4624903Z [2402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-01-24T00:54:45.5235754Z [2403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2025-01-24T00:54:45.5414834Z [2404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-01-24T00:54:45.5500726Z [2405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2025-01-24T00:54:45.5684253Z [2406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2025-01-24T00:54:45.5705109Z [2407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2025-01-24T00:54:45.5764792Z [2408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2025-01-24T00:54:45.6017084Z [2409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-01-24T00:54:45.6309708Z [2410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-01-24T00:54:45.6658259Z [2411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-01-24T00:54:45.6889053Z [2412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-01-24T00:54:45.6910391Z [2413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-01-24T00:54:45.7104803Z [2414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.obj 2025-01-24T00:54:45.7154509Z [2415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-01-24T00:54:45.7326611Z [2416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-01-24T00:54:45.7988167Z [2417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-01-24T00:54:45.8043623Z [2418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:45.8225395Z [2419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.obj 2025-01-24T00:54:45.8277915Z [2420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-01-24T00:54:45.8433573Z [2421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.obj 2025-01-24T00:54:45.8487835Z [2422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.obj 2025-01-24T00:54:45.8642777Z [2423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.obj 2025-01-24T00:54:45.9378840Z [2424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:45.9432475Z [2425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.obj 2025-01-24T00:54:45.9573622Z [2426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.obj 2025-01-24T00:54:45.9652912Z [2427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.obj 2025-01-24T00:54:45.9841324Z [2428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.obj 2025-01-24T00:54:46.0013219Z [2429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:46.0068075Z [2430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.obj 2025-01-24T00:54:46.0821083Z [2431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.obj 2025-01-24T00:54:46.0885580Z [2432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:46.0951054Z [2433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.obj 2025-01-24T00:54:46.0963700Z [2434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.obj 2025-01-24T00:54:46.1283752Z [2435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.obj 2025-01-24T00:54:46.1390737Z [2436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.obj 2025-01-24T00:54:46.1403222Z [2437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.obj 2025-01-24T00:54:46.2030012Z [2438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.2095092Z [2439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.2152500Z [2440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.2164877Z [2441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.2549537Z [2442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.2605548Z [2443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.2746260Z [2444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.3219939Z [2445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.3313679Z [2446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.3371175Z [2447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.3725903Z [2448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.3812546Z [2449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.4078511Z [2450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.4194377Z [2451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.4442885Z [2452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.4455488Z [2453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.4568632Z [2454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.4934101Z [2455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.4950316Z [2456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.5468584Z [2457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.5675944Z [2458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.5746546Z [2459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.5862550Z [2460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.5967469Z [2461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.6090283Z [2462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.6106086Z [2463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.6685684Z [2464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.6844453Z [2465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.7041526Z [2466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T00:54:46.7230488Z [2467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T00:54:46.7298411Z [2468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.7471625Z [2469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.7485068Z [2470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.7782316Z [2471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.8329650Z [2472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T00:54:46.8411686Z [2473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.8527453Z [2474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.8698749Z [2475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:46.8773052Z [2476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.8824938Z [2477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:46.9013962Z [2478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:46.9386433Z [2479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-01-24T00:54:46.9544301Z [2480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-01-24T00:54:46.9723932Z [2481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-01-24T00:54:46.9872017Z [2482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.0116230Z [2483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T00:54:47.0257632Z [2484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.0424307Z [2485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.0480515Z [2486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-01-24T00:54:47.0589639Z [2487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.0708042Z [2488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-01-24T00:54:47.1050678Z [2489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-01-24T00:54:47.1143227Z [2490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.1475091Z [2491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.1548662Z [2492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-01-24T00:54:47.1720939Z [2493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.1772237Z [2494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.obj 2025-01-24T00:54:47.1965685Z [2495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.2263981Z [2496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.2553415Z [2497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.2632515Z [2498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.2838292Z [2499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.3056638Z [2500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.3277486Z [2501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.3487338Z [2502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.3687749Z [2503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.4434688Z [2504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.4616630Z [2505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.4779994Z [2506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.4960577Z [2507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.5172238Z [2508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.5392223Z [2509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.5621006Z [2510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.5826618Z [2511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.6517416Z [2512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.7003279Z [2513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.7901114Z [2514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.8081581Z [2515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.8234812Z [2516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.8400137Z [2517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.8647708Z [2518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.8849463Z [2519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.9028958Z [2520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:47.9253529Z [2521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.9452273Z [2522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:47.9685762Z [2523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:47.9878477Z [2524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:48.0036343Z [2525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:48.0260347Z [2526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:48.0486484Z [2527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:48.5402213Z [2528/7038] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-01-24T00:54:52.0510007Z [2529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:52.0686848Z [2530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:52.0699330Z [2531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:52.0864654Z [2532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:52.0914699Z [2533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:54:52.0993630Z [2534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:54:52.1291314Z [2535/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-01-24T00:54:52.1447494Z [2536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:54:52.5586210Z [2537/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-01-24T00:54:52.6647194Z [2538/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-01-24T00:54:52.6734803Z [2539/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-01-24T00:54:52.8462932Z [2540/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-01-24T00:54:52.8745737Z [2541/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-01-24T00:54:52.9937529Z [2542/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-01-24T00:54:53.1121667Z [2543/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-01-24T00:54:53.1402527Z [2544/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-01-24T00:54:53.5567457Z [2545/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-01-24T00:54:53.7756362Z [2546/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-01-24T00:54:53.8841000Z [2547/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-01-24T00:54:54.1199591Z [2548/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-01-24T00:54:54.1955926Z [2549/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-01-24T00:54:54.3229667Z [2550/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-01-24T00:54:54.8341033Z [2551/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-01-24T00:54:54.8596722Z [2552/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-01-24T00:54:55.0442613Z [2553/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-01-24T00:54:55.1257013Z [2554/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-01-24T00:54:55.2142046Z [2555/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-01-24T00:54:55.6303419Z [2556/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-01-24T00:54:55.7562594Z [2557/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-01-24T00:54:55.9830642Z [2558/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-01-24T00:54:56.0851406Z [2559/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-01-24T00:54:56.1575342Z [2560/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-01-24T00:54:56.2251551Z [2561/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-01-24T00:54:56.2409785Z [2562/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-01-24T00:54:56.3143782Z [2563/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-01-24T00:54:56.4669975Z [2564/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-01-24T00:54:56.9508148Z [2565/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-01-24T00:54:56.9597719Z [2566/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-01-24T00:54:56.9785348Z [2567/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-01-24T00:54:57.1191795Z [2568/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-01-24T00:54:57.4465756Z [2569/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-01-24T00:54:57.7065444Z [2570/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-01-24T00:54:57.7944978Z [2571/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-01-24T00:54:57.8339943Z [2572/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-01-24T00:54:57.9082212Z [2573/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-01-24T00:54:58.1001787Z [2574/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-01-24T00:54:58.1157790Z [2575/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-01-24T00:54:58.7951670Z [2576/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-01-24T00:54:58.9383031Z [2577/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-01-24T00:54:59.0582389Z [2578/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-01-24T00:54:59.1373144Z [2579/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-01-24T00:54:59.1567580Z [2580/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-01-24T00:54:59.1905100Z [2581/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-01-24T00:54:59.4421891Z [2582/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-01-24T00:54:59.6628361Z [2583/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-01-24T00:54:59.6713932Z [2584/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-01-24T00:54:59.6735541Z [2585/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-01-24T00:54:59.9008329Z [2586/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-01-24T00:55:00.0740135Z [2587/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-01-24T00:55:00.1029028Z [2588/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-01-24T00:55:00.1524905Z [2589/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-01-24T00:55:00.3233699Z [2590/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-01-24T00:55:00.3819460Z [2591/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-01-24T00:55:00.4241217Z [2592/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-01-24T00:55:00.5294555Z [2593/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-01-24T00:55:00.6296627Z [2594/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-01-24T00:55:00.6623636Z [2595/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-01-24T00:55:01.1809739Z [2596/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-01-24T00:55:01.2224821Z [2597/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-01-24T00:55:01.9841906Z [2598/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-01-24T00:55:03.4241179Z [2599/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-01-24T00:55:03.6014566Z [2600/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-01-24T00:55:03.7941285Z [2601/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-01-24T00:55:03.8335112Z [2602/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-01-24T00:55:03.9065758Z [2603/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-01-24T00:55:04.2161631Z [2604/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-01-24T00:55:04.2585959Z [2605/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-01-24T00:55:05.1885527Z [2606/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-01-24T00:55:06.6217853Z [2607/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-01-24T00:55:06.7093429Z [2608/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-01-24T00:55:06.9143957Z [2609/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-01-24T00:55:06.9500404Z [2610/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-01-24T00:55:06.9872044Z [2611/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-01-24T00:55:07.6862459Z [2612/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-01-24T00:55:07.7023420Z [2613/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-01-24T00:55:07.7107719Z [2614/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-01-24T00:55:08.4204534Z [2615/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-01-24T00:55:08.5044665Z [2616/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-01-24T00:55:08.5220054Z [2617/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-01-24T00:55:09.2928551Z [2618/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-01-24T00:55:09.7047381Z [2619/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-01-24T00:55:09.8116533Z [2620/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-01-24T00:55:09.8666203Z [2621/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-01-24T00:55:09.9955381Z [2622/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-01-24T00:55:10.1254202Z [2623/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-01-24T00:55:10.2072753Z [2624/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-01-24T00:55:10.5184384Z [2625/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-01-24T00:55:10.7247016Z [2626/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-01-24T00:55:10.8186309Z [2627/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-01-24T00:55:10.8819677Z [2628/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-01-24T00:55:10.9584456Z [2629/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-01-24T00:55:11.0403557Z [2630/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-01-24T00:55:11.0960172Z [2631/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-01-24T00:55:11.4020975Z [2632/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-01-24T00:55:11.4660672Z [2633/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-01-24T00:55:11.4693219Z [2634/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-01-24T00:55:11.5828852Z [2635/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-01-24T00:55:11.6288752Z [2636/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-01-24T00:55:11.6720907Z [2637/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-01-24T00:55:11.8916178Z [2638/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-01-24T00:55:11.9071616Z [2639/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-01-24T00:55:11.9199033Z [2640/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-01-24T00:55:12.1309245Z [2641/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-01-24T00:55:12.2459596Z [2642/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-01-24T00:55:12.2894307Z [2643/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-01-24T00:55:12.5020485Z [2644/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-01-24T00:55:12.5175476Z [2645/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-01-24T00:55:12.6400954Z [2646/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-01-24T00:55:12.7138062Z [2647/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-01-24T00:55:12.7845927Z [2648/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-01-24T00:55:12.7878265Z [2649/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-01-24T00:55:12.8565994Z [2650/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-01-24T00:55:12.9445980Z [2651/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-01-24T00:55:12.9753341Z [2652/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-01-24T00:55:13.2498631Z [2653/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-01-24T00:55:13.3260182Z [2654/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-01-24T00:55:13.4523994Z [2655/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-01-24T00:55:13.6445652Z [2656/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-01-24T00:55:13.6474417Z [2657/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-01-24T00:55:13.6501848Z [2658/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-01-24T00:55:13.7247774Z [2659/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-01-24T00:55:13.7503239Z [2660/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-01-24T00:55:13.8292706Z [2661/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-01-24T00:55:14.0613787Z [2662/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-01-24T00:55:14.0900870Z [2663/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-01-24T00:55:14.1085100Z [2664/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-01-24T00:55:14.1760055Z [2665/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-01-24T00:55:14.4402500Z [2666/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-01-24T00:55:14.4673789Z [2667/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-01-24T00:55:14.5180038Z [2668/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-01-24T00:55:14.5402420Z [2669/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-01-24T00:55:14.8072187Z [2670/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-01-24T00:55:14.8267993Z [2671/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-01-24T00:55:14.8392900Z [2672/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-01-24T00:55:14.8672792Z [2673/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-01-24T00:55:14.9025606Z [2674/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-01-24T00:55:14.9365478Z [2675/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-01-24T00:55:15.0620166Z [2676/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-01-24T00:55:15.2437186Z [2677/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-01-24T00:55:15.4290566Z [2678/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-01-24T00:55:15.7060189Z [2679/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-01-24T00:55:15.7481237Z [2680/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-01-24T00:55:15.7555748Z [2681/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-01-24T00:55:15.7730904Z [2682/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-01-24T00:55:15.8082898Z [2683/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-01-24T00:55:15.8277772Z [2684/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-01-24T00:55:16.0912167Z [2685/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-01-24T00:55:16.2506637Z [2686/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-01-24T00:55:16.5931781Z [2687/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-01-24T00:55:16.6372196Z [2688/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-01-24T00:55:16.6401944Z [2689/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-01-24T00:55:16.7130706Z [2690/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-01-24T00:55:16.7487863Z [2691/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-01-24T00:55:16.7860506Z [2692/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-01-24T00:55:16.8050435Z [2693/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-01-24T00:55:16.9164780Z [2694/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-01-24T00:55:17.4800405Z [2695/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-01-24T00:55:17.4937746Z [2696/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-01-24T00:55:17.5139279Z [2697/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-01-24T00:55:17.5448268Z [2698/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-01-24T00:55:17.5938191Z [2699/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-01-24T00:55:17.6446935Z [2700/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-01-24T00:55:17.8889706Z [2701/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-01-24T00:55:17.9858347Z [2702/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-01-24T00:55:18.3632732Z [2703/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-01-24T00:55:18.3727655Z [2704/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-01-24T00:55:18.3886907Z [2705/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-01-24T00:55:18.4429308Z [2706/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-01-24T00:55:18.4698694Z [2707/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-01-24T00:55:18.4995663Z [2708/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-01-24T00:55:18.6466425Z [2709/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-01-24T00:55:18.7508729Z [2710/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-01-24T00:55:18.8689968Z [2711/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-01-24T00:55:19.2496926Z [2712/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-01-24T00:55:19.3182347Z [2713/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-01-24T00:55:19.3358115Z [2714/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-01-24T00:55:19.3718547Z [2715/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-01-24T00:55:19.4155513Z [2716/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-01-24T00:55:19.5236458Z [2717/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-01-24T00:55:19.6055819Z [2718/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-01-24T00:55:19.6355872Z [2719/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-01-24T00:55:20.0669113Z [2720/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-01-24T00:55:20.1814346Z [2721/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-01-24T00:55:20.2229369Z [2722/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-01-24T00:55:20.2340467Z [2723/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-01-24T00:55:20.2512526Z [2724/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-01-24T00:55:20.3433432Z [2725/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-01-24T00:55:20.4982969Z [2726/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-01-24T00:55:20.5600252Z [2727/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-01-24T00:55:20.9571360Z [2728/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-01-24T00:55:21.0260069Z [2729/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-01-24T00:55:21.0291540Z [2730/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-01-24T00:55:21.0444080Z [2731/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-01-24T00:55:21.0516476Z [2732/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-01-24T00:55:21.0765386Z [2733/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-01-24T00:55:21.4554560Z [2734/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-01-24T00:55:21.6470617Z [2735/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-01-24T00:55:21.8461743Z [2736/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-01-24T00:55:21.8939158Z [2737/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-01-24T00:55:21.9182561Z [2738/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-01-24T00:55:21.9338126Z [2739/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-01-24T00:55:21.9587340Z [2740/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-01-24T00:55:22.0036208Z [2741/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-01-24T00:55:22.2945335Z [2742/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-01-24T00:55:22.4904261Z [2743/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-01-24T00:55:22.5872411Z [2744/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-01-24T00:55:22.7079007Z [2745/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-01-24T00:55:22.7867023Z [2746/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-01-24T00:55:22.8335870Z [2747/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-01-24T00:55:22.9170756Z [2748/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-01-24T00:55:22.9205776Z [2749/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-01-24T00:55:23.1424444Z [2750/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-01-24T00:55:23.4038540Z [2751/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-01-24T00:55:23.4798345Z [2752/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-01-24T00:55:23.5368381Z [2753/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-01-24T00:55:23.6500511Z [2754/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-01-24T00:55:23.6841551Z [2755/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-01-24T00:55:23.6955009Z [2756/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-01-24T00:55:23.7841085Z [2757/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-01-24T00:55:23.9486001Z [2758/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-01-24T00:55:24.2055268Z [2759/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-01-24T00:55:24.4747324Z [2760/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-01-24T00:55:24.5111918Z [2761/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-01-24T00:55:24.5660776Z [2762/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-01-24T00:55:24.6253023Z [2763/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-01-24T00:55:24.6418311Z [2764/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-01-24T00:55:24.7489189Z [2765/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-01-24T00:55:24.7958667Z [2766/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-01-24T00:55:25.0225899Z [2767/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-01-24T00:55:25.3159133Z [2768/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-01-24T00:55:25.3475392Z [2769/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-01-24T00:55:25.4160238Z [2770/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-01-24T00:55:25.4485114Z [2771/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-01-24T00:55:25.4650546Z [2772/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-01-24T00:55:25.6973773Z [2773/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-01-24T00:55:25.8531261Z [2774/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-01-24T00:55:25.9053070Z [2775/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-01-24T00:55:26.2159594Z [2776/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-01-24T00:55:26.2905297Z [2777/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-01-24T00:55:26.4544275Z [2778/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-01-24T00:55:26.7490104Z [2779/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-01-24T00:55:26.7690296Z [2780/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-01-24T00:55:27.0661149Z [2781/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-01-24T00:55:27.3399140Z [2782/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-01-24T00:55:27.3562440Z [2783/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-01-24T00:55:27.6334481Z [2784/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-01-24T00:55:27.6504693Z [2785/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-01-24T00:55:27.6971212Z [2786/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-01-24T00:55:27.9359722Z [2787/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-01-24T00:55:28.2783613Z [2788/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-01-24T00:55:28.3551286Z [2789/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-01-24T00:55:28.4570110Z [2790/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-01-24T00:55:28.5038541Z [2791/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-01-24T00:55:28.5397279Z [2792/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-01-24T00:55:28.6175759Z [2793/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-01-24T00:55:28.7515573Z [2794/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-01-24T00:55:28.7676777Z [2795/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-01-24T00:55:29.2329345Z [2796/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-01-24T00:55:29.2807273Z [2797/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-01-24T00:55:29.3645561Z [2798/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-01-24T00:55:29.4209414Z [2799/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-01-24T00:55:29.4279805Z [2800/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-01-24T00:55:29.5310316Z [2801/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-01-24T00:55:29.5923246Z [2802/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-01-24T00:55:29.6961357Z [2803/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-01-24T00:55:30.0816903Z [2804/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-01-24T00:55:30.1440288Z [2805/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-01-24T00:55:30.1473034Z [2806/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-01-24T00:55:30.2782050Z [2807/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-01-24T00:55:30.4111647Z [2808/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-01-24T00:55:30.4573368Z [2809/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-01-24T00:55:30.4983887Z [2810/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T00:55:30.5799935Z [2811/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-01-24T00:55:31.0609815Z [2812/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T00:55:31.0840666Z [2813/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T00:55:31.2662011Z [2814/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-01-24T00:55:31.3689758Z [2815/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-01-24T00:55:31.3830744Z [2816/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-01-24T00:55:31.5077167Z [2817/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-01-24T00:55:31.9597298Z [2818/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-01-24T00:55:31.9721639Z [2819/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-01-24T00:55:32.1127472Z [2820/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-01-24T00:55:32.3315847Z [2821/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-01-24T00:55:32.3488008Z [2822/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-01-24T00:55:32.3644868Z [2823/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-01-24T00:55:32.8131102Z [2824/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-01-24T00:55:32.8797358Z [2825/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-01-24T00:55:32.9829057Z [2826/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-01-24T00:55:33.0687861Z [2827/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-01-24T00:55:33.2429977Z [2828/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-01-24T00:55:33.2602361Z [2829/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-01-24T00:55:33.2972554Z [2830/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-01-24T00:55:35.3328918Z [2831/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-01-24T00:55:35.7796521Z [2832/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-01-24T00:55:35.7965486Z [2833/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-01-24T00:55:35.8650432Z [2834/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-01-24T00:55:35.9917827Z [2835/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-01-24T00:55:36.1451969Z [2836/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-01-24T00:55:36.1656662Z [2837/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-01-24T00:55:36.2291556Z [2838/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-01-24T00:55:36.2497477Z [2839/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-01-24T00:55:36.2610273Z [2840/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-01-24T00:55:36.5229308Z [2841/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-01-24T00:55:37.3957617Z [2842/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-01-24T00:55:38.3321970Z [2843/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-01-24T00:55:38.8115503Z [2844/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-01-24T00:55:38.8703122Z [2845/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-01-24T00:55:39.1251477Z [2846/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-01-24T00:55:39.1467859Z [2847/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-01-24T00:55:39.1852624Z [2848/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-01-24T00:55:39.2228893Z [2849/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-01-24T00:55:39.2516499Z [2850/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-01-24T00:55:39.3135706Z [2851/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-01-24T00:55:39.6047652Z [2852/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-01-24T00:55:39.6632934Z [2853/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-01-24T00:55:39.6777086Z [2854/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-01-24T00:55:40.0118698Z [2855/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-01-24T00:55:40.1360439Z [2856/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-01-24T00:55:40.2348724Z [2857/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-01-24T00:55:40.3220265Z [2858/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-01-24T00:55:40.4117764Z [2859/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-01-24T00:55:40.5147820Z [2860/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-01-24T00:55:40.6210945Z [2861/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-01-24T00:55:40.6893956Z [2862/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-01-24T00:55:40.8054302Z [2863/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-01-24T00:55:40.8232567Z [2864/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-01-24T00:55:41.0052983Z [2865/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-01-24T00:55:41.1055271Z [2866/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-01-24T00:55:41.1814212Z [2867/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-01-24T00:55:41.4901416Z [2868/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-01-24T00:55:41.6122121Z [2869/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-01-24T00:55:41.7408925Z [2870/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-01-24T00:55:41.9439136Z [2871/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-01-24T00:55:42.1276852Z [2872/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-01-24T00:55:42.2818726Z [2873/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-01-24T00:55:42.5077743Z [2874/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-01-24T00:55:42.7302359Z [2875/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-01-24T00:55:42.9366122Z [2876/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-01-24T00:55:43.0831257Z [2877/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-01-24T00:55:43.3075478Z [2878/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-01-24T00:55:43.4720981Z [2879/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-01-24T00:55:43.5449949Z [2880/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-01-24T00:55:43.5807405Z [2881/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-01-24T00:55:43.9841545Z [2882/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-01-24T00:55:44.1827223Z [2883/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-01-24T00:55:44.3567173Z [2884/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-01-24T00:55:44.4412642Z [2885/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-01-24T00:55:44.4629986Z [2886/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-01-24T00:55:44.4758403Z [2887/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-01-24T00:55:44.6189247Z [2888/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-01-24T00:55:44.9238733Z [2889/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-01-24T00:55:45.0646799Z [2890/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-01-24T00:55:45.3118491Z [2891/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-01-24T00:55:45.3367630Z [2892/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-01-24T00:55:45.3944817Z [2893/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-01-24T00:55:45.4392862Z [2894/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-01-24T00:55:45.6759715Z [2895/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-01-24T00:55:45.6859937Z [2896/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-01-24T00:55:46.3089960Z [2897/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-01-24T00:55:46.3242413Z [2898/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-01-24T00:55:46.4602459Z [2899/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-01-24T00:55:46.5598655Z [2900/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-01-24T00:55:46.6258708Z [2901/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-01-24T00:55:46.7075009Z [2902/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-01-24T00:55:47.1335201Z [2903/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-01-24T00:55:47.2878154Z [2904/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-01-24T00:55:47.4458127Z [2905/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-01-24T00:55:47.5063640Z [2906/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-01-24T00:55:47.7302703Z [2907/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-01-24T00:55:47.9239711Z [2908/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-01-24T00:55:48.0510638Z [2909/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-01-24T00:55:48.3024389Z [2910/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-01-24T00:55:48.3610143Z [2911/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-01-24T00:55:48.3787054Z [2912/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-01-24T00:55:48.3929437Z [2913/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-01-24T00:55:48.9825039Z [2914/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-01-24T00:55:49.2072054Z [2915/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-01-24T00:55:49.3291295Z [2916/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-01-24T00:55:49.4131511Z [2917/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-01-24T00:55:49.8512658Z [2918/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-01-24T00:55:50.0698152Z [2919/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-01-24T00:55:50.2380267Z [2920/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-01-24T00:55:50.3720370Z [2921/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-01-24T00:55:50.7780023Z [2922/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-01-24T00:55:50.7947683Z [2923/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-01-24T00:55:50.8918499Z [2924/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-01-24T00:55:51.0615344Z [2925/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-01-24T00:55:51.0985925Z [2926/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-01-24T00:55:51.1350979Z [2927/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-01-24T00:55:51.4207079Z [2928/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-01-24T00:55:51.4479322Z [2929/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-01-24T00:55:51.4626124Z [2930/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-01-24T00:55:51.6020847Z [2931/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-01-24T00:55:51.6210851Z [2932/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-01-24T00:55:51.6304567Z [2933/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-01-24T00:55:51.6624527Z [2934/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-01-24T00:55:51.8211257Z [2935/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-01-24T00:55:51.9684415Z [2936/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-01-24T00:55:52.2219822Z [2937/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-01-24T00:55:52.2643352Z [2938/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-01-24T00:55:52.3614021Z [2939/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-01-24T00:55:52.9674278Z [2940/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-01-24T00:55:53.0231291Z [2941/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-01-24T00:55:53.2209349Z [2942/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-01-24T00:55:53.3086361Z [2943/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-01-24T00:55:53.4174167Z [2944/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-01-24T00:55:53.5825762Z [2945/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-01-24T00:55:53.6306154Z [2946/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-01-24T00:55:53.6534450Z [2947/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-01-24T00:55:54.5265393Z [2948/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-01-24T00:55:54.5521215Z [2949/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-01-24T00:55:54.8059068Z [2950/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-01-24T00:55:54.8907844Z [2951/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-01-24T00:55:55.0255024Z [2952/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-01-24T00:55:55.1251381Z [2953/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-01-24T00:55:55.2285434Z [2954/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-01-24T00:55:55.2622207Z [2955/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-01-24T00:55:55.7488624Z [2956/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-01-24T00:55:55.7878362Z [2957/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-01-24T00:55:55.9970493Z [2958/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-01-24T00:55:56.0908027Z [2959/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-01-24T00:55:56.2061883Z [2960/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-01-24T00:55:56.2546431Z [2961/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-01-24T00:55:56.2985757Z [2962/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-01-24T00:55:56.6175267Z [2963/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-01-24T00:55:56.6328919Z [2964/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-01-24T00:55:56.7599915Z [2965/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-01-24T00:55:57.1928163Z [2966/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-01-24T00:55:57.2166734Z [2967/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-01-24T00:55:57.7448797Z [2968/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-01-24T00:55:57.7481477Z [2969/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-01-24T00:55:57.7614597Z [2970/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-01-24T00:55:57.7659130Z [2971/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-01-24T00:55:57.7804466Z [2972/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-01-24T00:55:57.7886959Z [2973/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-01-24T00:55:57.7921211Z [2974/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-01-24T00:55:58.0835499Z [2975/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-01-24T00:55:58.1125261Z [2976/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-01-24T00:55:58.1145599Z [2977/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-01-24T00:55:58.4289160Z [2978/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-01-24T00:55:58.4640480Z [2979/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-01-24T00:55:58.6535038Z [2980/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:58.6658914Z [2981/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:58.9204899Z [2982/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.1071673Z [2983/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.1385537Z [2984/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.4116670Z [2985/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.5722828Z [2986/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.8204383Z [2987/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:55:59.9417755Z [2988/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.0026309Z [2989/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.0423999Z [2990/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.0618906Z [2991/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.5605737Z [2992/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.5821276Z [2993/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.7567817Z [2994/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-01-24T00:56:00.7863615Z [2995/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-01-24T00:56:00.8550580Z [2996/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-01-24T00:56:00.8806088Z [2997/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.9000173Z [2998/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:00.9866339Z [2999/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.0622632Z [3000/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.4145114Z [3001/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.4367710Z [3002/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.4871769Z [3003/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.5035632Z [3004/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.6489936Z [3005/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:01.7132877Z [3006/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1534307Z [3007/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1553333Z [3008/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1570210Z [3009/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1655342Z [3010/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1750278Z [3011/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.1846975Z [3012/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.3397961Z [3013/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.3651993Z [3014/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.7243612Z [3015/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.7338194Z [3016/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.9219167Z [3017/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:02.9643714Z [3018/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.0098459Z [3019/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.0252455Z [3020/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.0844165Z [3021/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.4924383Z [3022/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.5059267Z [3023/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.5166264Z [3024/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.5225748Z [3025/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.5298881Z [3026/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.7064924Z [3027/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.7556034Z [3028/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.8456201Z [3029/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:03.9662662Z [3030/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.0258031Z [3031/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.2318538Z [3032/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.4371567Z [3033/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.4978307Z [3034/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.4979617Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T00:56:04.4982920Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T00:56:04.4984051Z with 2025-01-24T00:56:04.4984353Z [ 2025-01-24T00:56:04.4984641Z scalar_t=float, 2025-01-24T00:56:04.4985999Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:56:04.4987022Z ] 2025-01-24T00:56:04.4988923Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-01-24T00:56:04.4990919Z with 2025-01-24T00:56:04.4991254Z [ 2025-01-24T00:56:04.4991572Z scalar_t=float, 2025-01-24T00:56:04.4992662Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-01-24T00:56:04.4994428Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:56:04.4995484Z ] 2025-01-24T00:56:04.4999074Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-01-24T00:56:04.5002826Z with 2025-01-24T00:56:04.5003168Z [ 2025-01-24T00:56:04.5003501Z scalar_t=scalar_t, 2025-01-24T00:56:04.5004014Z data_t=at::vec::DEFAULT::Vectorized, 2025-01-24T00:56:04.5005441Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:56:04.5007827Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-01-24T00:56:04.5008992Z ] 2025-01-24T00:56:04.5011809Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:56:04.5014896Z with 2025-01-24T00:56:04.5015229Z [ 2025-01-24T00:56:04.5015556Z scalar_t=scalar_t 2025-01-24T00:56:04.5015992Z ] 2025-01-24T00:56:04.5019012Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:56:04.5022074Z with 2025-01-24T00:56:04.5022415Z [ 2025-01-24T00:56:04.5022753Z scalar_t=scalar_t 2025-01-24T00:56:04.5023169Z ] 2025-01-24T00:56:04.5025356Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-01-24T00:56:04.5027609Z with 2025-01-24T00:56:04.5027940Z [ 2025-01-24T00:56:04.5028268Z scalar_t=scalar_t 2025-01-24T00:56:04.5028699Z ] 2025-01-24T00:56:04.5687677Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:56:04.5690381Z with 2025-01-24T00:56:04.5690705Z [ 2025-01-24T00:56:04.5691048Z scalar_t=scalar_t 2025-01-24T00:56:04.5691476Z ] 2025-01-24T00:56:04.5693139Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T00:56:04.5695491Z [3035/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.5833042Z [3036/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.6001678Z [3037/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.9000651Z [3038/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.9103855Z [3039/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.9282645Z [3040/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:04.9481478Z [3041/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.1218050Z [3042/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.1220245Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T00:56:05.1224877Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(932): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T00:56:05.2344166Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): note: see reference to function template instantiation 'at::vec::DEFAULT::Vectorized at::vec::DEFAULT::operator >>(const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &)' being compiled 2025-01-24T00:56:05.2345960Z [3043/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.2884511Z [3044/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-01-24T00:56:05.3261266Z [3045/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.4972039Z [3046/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.5151152Z [3047/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.6446094Z [3048/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.6596233Z [3049/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-01-24T00:56:05.7724891Z [3050/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-01-24T00:56:05.8003779Z [3051/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-01-24T00:56:05.8455133Z [3052/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-01-24T00:56:05.8741681Z [3053/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-01-24T00:56:05.9346495Z [3054/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-01-24T00:56:05.9443971Z [3055/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-01-24T00:56:05.9796840Z [3056/7038] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-01-24T00:56:06.0041608Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-01-24T00:56:06.0042470Z command line(1): note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2025-01-24T00:56:06.0043278Z C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um\winbase.h(9531): warning C5105: macro expansion producing 'defined' has undefined behavior 2025-01-24T00:56:06.0044224Z [3057/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-01-24T00:56:06.0185411Z [3058/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-01-24T00:56:06.0201615Z [3059/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-01-24T00:56:06.1972238Z [3060/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-01-24T00:56:06.2746319Z [3061/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-01-24T00:56:06.3726329Z [3062/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-01-24T00:56:06.4221156Z [3063/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-01-24T00:56:06.9468912Z [3064/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-01-24T00:56:07.8132844Z [3065/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-01-24T00:56:08.1253636Z [3066/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-01-24T00:56:09.0324836Z [3067/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-01-24T00:56:09.2997323Z [3068/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-01-24T00:56:09.3952512Z [3069/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-01-24T00:56:09.4122616Z [3070/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-01-24T00:56:09.4492081Z [3071/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-01-24T00:56:09.6629424Z [3072/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-01-24T00:56:09.7328582Z [3073/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-01-24T00:56:09.8792970Z [3074/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-01-24T00:56:10.0725019Z [3075/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-01-24T00:56:10.2442348Z [3076/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-01-24T00:56:10.5211894Z [3077/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-01-24T00:56:10.5882106Z [3078/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-01-24T00:56:10.6976549Z [3079/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-01-24T00:56:10.7244759Z [3080/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-01-24T00:56:10.8593058Z [3081/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-01-24T00:56:10.9016217Z [3082/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-01-24T00:56:11.0901073Z [3083/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-01-24T00:56:11.3669872Z [3084/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-01-24T00:56:11.3950114Z [3085/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-01-24T00:56:11.5326076Z [3086/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-01-24T00:56:11.6082138Z [3087/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-01-24T00:56:12.4682312Z [3088/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-01-24T00:56:12.8325632Z [3089/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-01-24T00:56:13.3709629Z [3090/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-01-24T00:56:13.6053147Z [3091/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-01-24T00:56:13.7092977Z [3092/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-01-24T00:56:13.8748448Z [3093/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-01-24T00:56:14.0924312Z [3094/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-01-24T00:56:14.3363410Z [3095/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-01-24T00:56:14.3690195Z [3096/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-01-24T00:56:14.3994793Z [3097/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-01-24T00:56:14.4229259Z [3098/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-01-24T00:56:14.4918956Z [3099/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-01-24T00:56:14.5522288Z [3100/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-01-24T00:56:14.5684530Z [3101/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-01-24T00:56:14.7595513Z [3102/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-01-24T00:56:15.2522814Z [3103/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-01-24T00:56:15.3412152Z [3104/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-01-24T00:56:15.3793878Z [3105/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-01-24T00:56:15.4403924Z [3106/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-01-24T00:56:15.4435644Z [3107/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-01-24T00:56:15.5614203Z [3108/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-01-24T00:56:15.9186015Z [3109/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-01-24T00:56:16.0516883Z [3110/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2025-01-24T00:56:16.1188879Z [3111/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-01-24T00:56:16.4982042Z [3112/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-01-24T00:56:16.5420056Z [3113/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-01-24T00:56:16.7945777Z [3114/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-01-24T00:56:16.9660064Z [3115/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-01-24T00:56:17.0294655Z [3116/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-01-24T00:56:17.3371936Z [3117/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-01-24T00:56:17.4822297Z [3118/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-01-24T00:56:17.5574859Z [3119/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-01-24T00:56:18.5990988Z [3120/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-01-24T00:56:18.6733034Z [3121/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-01-24T00:56:19.5728263Z [3122/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-01-24T00:56:19.6517693Z [3123/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-01-24T00:56:19.7992217Z [3124/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-01-24T00:56:20.0016034Z [3125/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-01-24T00:56:20.1115442Z [3126/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-01-24T00:56:20.2802347Z [3127/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-01-24T00:56:20.3190190Z [3128/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-01-24T00:56:20.4490542Z [3129/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-01-24T00:56:20.5180912Z [3130/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-01-24T00:56:20.5700367Z [3131/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-01-24T00:56:20.6438410Z [3132/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-01-24T00:56:20.6657451Z [3133/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-01-24T00:56:20.6674844Z [3134/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-01-24T00:56:20.8715772Z [3135/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-01-24T00:56:21.1549126Z [3136/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-01-24T00:56:21.3348654Z [3137/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-01-24T00:56:21.4343638Z [3138/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-01-24T00:56:21.4526891Z [3139/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-01-24T00:56:21.5697534Z [3140/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-01-24T00:56:21.5915958Z [3141/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-01-24T00:56:21.6201007Z [3142/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-01-24T00:56:21.7956902Z [3143/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-01-24T00:56:22.3229380Z [3144/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-01-24T00:56:22.3611155Z [3145/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-01-24T00:56:22.3740400Z [3146/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-01-24T00:56:22.4482281Z [3147/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-01-24T00:56:22.4558109Z [3148/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-01-24T00:56:22.5425741Z [3149/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-01-24T00:56:22.7273137Z [3150/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-01-24T00:56:23.2705300Z [3151/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-01-24T00:56:23.2914310Z [3152/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-01-24T00:56:23.3075332Z [3153/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-01-24T00:56:23.3701894Z [3154/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-01-24T00:56:23.3961636Z [3155/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-01-24T00:56:23.9156691Z [3156/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-01-24T00:56:24.1946430Z [3157/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-01-24T00:56:24.2183421Z [3158/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-01-24T00:56:24.2266360Z [3159/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-01-24T00:56:24.3965275Z [3160/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-01-24T00:56:24.4897889Z [3161/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-01-24T00:56:25.0218069Z [3162/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-01-24T00:56:25.0340283Z [3163/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-01-24T00:56:25.0488703Z [3164/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-01-24T00:56:25.1561421Z [3165/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-01-24T00:56:25.2308251Z [3166/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-01-24T00:56:25.8185845Z [3167/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-01-24T00:56:25.8393565Z [3168/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-01-24T00:56:25.9484133Z [3169/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-01-24T00:56:25.9892146Z [3170/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-01-24T00:56:26.1088214Z [3171/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-01-24T00:56:26.1230920Z [3172/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-01-24T00:56:26.1571107Z [3173/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-01-24T00:56:26.4159547Z [3174/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-01-24T00:56:26.5959510Z [3175/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-01-24T00:56:26.7317499Z [3176/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-01-24T00:56:26.7495372Z [3177/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-01-24T00:56:26.8940644Z [3178/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-01-24T00:56:27.0173080Z [3179/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-01-24T00:56:27.3034677Z [3180/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-01-24T00:56:27.5147042Z [3181/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-01-24T00:56:27.6498329Z [3182/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-01-24T00:56:27.8480934Z [3183/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-01-24T00:56:28.2422647Z [3184/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-01-24T00:56:28.4609541Z [3185/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-01-24T00:56:28.5849029Z [3186/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-01-24T00:56:28.7302373Z [3187/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-01-24T00:56:29.1693034Z [3188/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-01-24T00:56:29.2321944Z [3189/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-01-24T00:56:29.3851713Z [3190/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-01-24T00:56:29.4230305Z [3191/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-01-24T00:56:29.5096392Z [3192/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-01-24T00:56:29.7485320Z [3193/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-01-24T00:56:29.8536468Z [3194/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-01-24T00:56:30.0724931Z [3195/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-01-24T00:56:30.1093387Z [3196/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-01-24T00:56:30.1181500Z [3197/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-01-24T00:56:30.2319005Z [3198/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-01-24T00:56:30.3784476Z [3199/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-01-24T00:56:30.4346958Z [3200/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-01-24T00:56:30.7402626Z [3201/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-01-24T00:56:30.7737293Z [3202/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-01-24T00:56:31.0397078Z [3203/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-01-24T00:56:31.0891117Z [3204/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-01-24T00:56:31.1918298Z [3205/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-01-24T00:56:31.2337232Z [3206/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-01-24T00:56:31.3843224Z [3207/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-01-24T00:56:31.6596054Z [3208/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-01-24T00:56:31.9532389Z [3209/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-01-24T00:56:32.0265022Z [3210/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-01-24T00:56:32.2692346Z [3211/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-01-24T00:56:32.5860581Z [3212/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-01-24T00:56:32.8873288Z [3213/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-01-24T00:56:32.9398742Z [3214/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-01-24T00:56:33.1898468Z [3215/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-01-24T00:56:33.3886637Z [3216/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-01-24T00:56:33.5313150Z [3217/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-01-24T00:56:33.7678877Z [3218/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-01-24T00:56:34.0645041Z [3219/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-01-24T00:56:34.1110077Z [3220/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-01-24T00:56:34.3489398Z [3221/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-01-24T00:56:34.3725230Z [3222/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-01-24T00:56:34.6129444Z [3223/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-01-24T00:56:34.6811870Z [3224/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-01-24T00:56:34.9000435Z [3225/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-01-24T00:56:34.9605307Z [3226/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-01-24T00:56:35.4828446Z [3227/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-01-24T00:56:35.5694273Z [3228/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-01-24T00:56:35.8489577Z [3229/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-01-24T00:56:35.9457317Z [3230/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-01-24T00:56:35.9508321Z [3231/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-01-24T00:56:36.4520979Z [3232/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-01-24T00:56:36.6313326Z [3233/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-01-24T00:56:36.7175474Z [3234/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-01-24T00:56:36.7469252Z [3235/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-01-24T00:56:36.8713834Z [3236/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-01-24T00:56:36.8761222Z [3237/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-01-24T00:56:37.0959696Z [3238/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-01-24T00:56:37.4380351Z [3239/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-01-24T00:56:37.5207400Z [3240/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-01-24T00:56:37.6850240Z [3241/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-01-24T00:56:37.7022829Z [3242/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-01-24T00:56:37.7105494Z [3243/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-01-24T00:56:37.8517986Z [3244/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-01-24T00:56:38.3181257Z [3245/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-01-24T00:56:38.4423629Z [3246/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-01-24T00:56:38.5761438Z [3247/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-01-24T00:56:38.6412088Z [3248/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-01-24T00:56:38.6639080Z [3249/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-01-24T00:56:38.7513714Z [3250/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-01-24T00:56:39.2040961Z [3251/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-01-24T00:56:39.4718546Z [3252/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-01-24T00:56:39.4897631Z [3253/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-01-24T00:56:39.5882540Z [3254/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-01-24T00:56:39.6572643Z [3255/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-01-24T00:56:39.7333019Z [3256/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-01-24T00:56:40.1912479Z [3257/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-01-24T00:56:40.3594477Z [3258/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-01-24T00:56:40.4299670Z [3259/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-01-24T00:56:40.5598431Z [3260/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-01-24T00:56:40.6876425Z [3261/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-01-24T00:56:41.1566938Z [3262/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-01-24T00:56:41.2791562Z [3263/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-01-24T00:56:41.3290900Z [3264/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-01-24T00:56:41.3961379Z [3265/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-01-24T00:56:41.4612172Z [3266/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-01-24T00:56:41.5347681Z [3267/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-01-24T00:56:41.6364404Z [3268/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-01-24T00:56:41.8936744Z [3269/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-01-24T00:56:42.3631775Z [3270/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-01-24T00:56:42.4569375Z [3271/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-01-24T00:56:42.5900038Z [3272/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-01-24T00:56:42.7114328Z [3273/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-01-24T00:56:42.7659429Z [3274/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-01-24T00:56:42.7824337Z [3275/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-01-24T00:56:42.9543380Z [3276/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-01-24T00:56:42.9802042Z [3277/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-01-24T00:56:43.2000679Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-01-24T00:56:43.2002003Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(475): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-01-24T00:56:43.2003075Z [3278/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-01-24T00:56:43.7557157Z [3279/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-01-24T00:56:43.9892237Z [3280/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-01-24T00:56:44.3598514Z [3281/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-01-24T00:56:44.5865548Z [3282/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-01-24T00:56:45.5902853Z [3283/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-01-24T00:56:45.7079043Z [3284/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-01-24T00:56:45.7632611Z [3285/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-01-24T00:56:46.0388732Z [3286/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-01-24T00:56:46.1565711Z [3287/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-01-24T00:56:46.3093021Z [3288/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-01-24T00:56:46.5255615Z [3289/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-01-24T00:56:46.7192380Z [3290/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-01-24T00:56:47.0791884Z [3291/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-01-24T00:56:47.3433908Z [3292/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-01-24T00:56:47.4149410Z [3293/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-01-24T00:56:47.5375372Z [3294/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-01-24T00:56:47.7694515Z [3295/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-01-24T00:56:47.8101036Z [3296/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-01-24T00:56:48.3556322Z [3297/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-01-24T00:56:48.7087999Z [3298/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-01-24T00:56:48.7645041Z [3299/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-01-24T00:56:49.0534365Z [3300/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-01-24T00:56:49.2670706Z [3301/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-01-24T00:56:49.6973148Z [3302/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-01-24T00:56:49.8856688Z [3303/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-01-24T00:56:50.0841749Z [3304/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-01-24T00:56:50.4511514Z [3305/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-01-24T00:56:50.6060138Z [3306/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-01-24T00:56:50.6480757Z [3307/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-01-24T00:56:50.9206952Z [3308/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-01-24T00:56:50.9932452Z [3309/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-01-24T00:56:51.0726538Z [3310/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-01-24T00:56:51.1295053Z [3311/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-01-24T00:56:51.5114749Z [3312/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-01-24T00:56:51.5482090Z [3313/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-01-24T00:56:51.8059492Z [3314/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-01-24T00:56:52.3087354Z [3315/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-01-24T00:56:53.6656849Z [3316/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-01-24T00:56:54.2351610Z [3317/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-01-24T00:56:54.3809615Z [3318/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-01-24T00:56:54.4809168Z [3319/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-01-24T00:56:54.5830846Z [3320/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-01-24T00:56:54.6511584Z [3321/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-01-24T00:56:54.7223661Z [3322/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-01-24T00:56:54.8000092Z [3323/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-01-24T00:56:54.8631303Z [3324/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-01-24T00:56:55.2557293Z [3325/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-01-24T00:56:55.6463838Z [3326/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-01-24T00:56:56.6126966Z [3327/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-01-24T00:56:57.3450032Z [3328/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-01-24T00:56:57.3780013Z [3329/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-01-24T00:56:57.7799576Z [3330/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-01-24T00:56:57.8510470Z [3331/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-01-24T00:56:57.8708676Z [3332/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-01-24T00:56:57.9378126Z [3333/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-01-24T00:56:58.0086114Z [3334/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-01-24T00:56:58.2285618Z [3335/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-01-24T00:56:58.8789715Z [3336/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-01-24T00:56:59.9529841Z [3337/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-01-24T00:57:00.5432932Z [3338/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-01-24T00:57:00.5434246Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-01-24T00:57:00.5435100Z with 2025-01-24T00:57:00.5435289Z [ 2025-01-24T00:57:00.5435462Z T=int 2025-01-24T00:57:00.5435684Z ] 2025-01-24T00:57:00.5436679Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\ir_simplifier.cpp(318): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-01-24T00:57:00.7900178Z with 2025-01-24T00:57:00.7900436Z [ 2025-01-24T00:57:00.7900616Z T=int 2025-01-24T00:57:00.7900798Z ] 2025-01-24T00:57:00.7901529Z [3339/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-01-24T00:57:00.8564609Z [3340/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-01-24T00:57:01.0286635Z [3341/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-01-24T00:57:01.4517689Z [3342/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-01-24T00:57:01.5271854Z [3343/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-01-24T00:57:01.9198640Z [3344/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-01-24T00:57:03.1482226Z [3345/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-01-24T00:57:03.1484386Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-01-24T00:57:03.1486072Z with 2025-01-24T00:57:03.1486428Z [ 2025-01-24T00:57:03.1486727Z T=int 2025-01-24T00:57:03.1487065Z ] 2025-01-24T00:57:03.7889155Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp(627): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-01-24T00:57:03.7890330Z with 2025-01-24T00:57:03.7890514Z [ 2025-01-24T00:57:03.7890702Z T=int 2025-01-24T00:57:03.7890903Z ] 2025-01-24T00:57:03.7891406Z [3346/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-01-24T00:57:03.9267992Z [3347/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-01-24T00:57:04.2737233Z [3348/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-01-24T00:57:04.3410199Z [3349/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-01-24T00:57:04.5102459Z [3350/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-01-24T00:57:04.6386533Z [3351/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-01-24T00:57:04.7581858Z [3352/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-01-24T00:57:04.9207141Z [3353/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-01-24T00:57:05.0232724Z [3354/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-01-24T00:57:05.2788495Z [3355/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-01-24T00:57:05.2966180Z [3356/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-01-24T00:57:05.5341898Z [3357/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-01-24T00:57:05.5564737Z [3358/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-01-24T00:57:05.6252526Z [3359/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-01-24T00:57:05.7831519Z [3360/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-01-24T00:57:06.0441780Z [3361/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-01-24T00:57:06.1228926Z [3362/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-01-24T00:57:06.2423464Z [3363/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-01-24T00:57:06.3345032Z [3364/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-01-24T00:57:06.6284861Z [3365/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-01-24T00:57:06.6315820Z [3366/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-01-24T00:57:06.6465716Z [3367/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-01-24T00:57:06.8877958Z [3368/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-01-24T00:57:06.9622427Z [3369/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-01-24T00:57:06.9858943Z [3370/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-01-24T00:57:06.9861010Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2025-01-24T00:57:06.9862434Z with 2025-01-24T00:57:06.9862726Z [ 2025-01-24T00:57:06.9862988Z T=int 2025-01-24T00:57:06.9863259Z ] 2025-01-24T00:57:06.9864828Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\tensorexpr\registerizer.cpp(92): note: see reference to function template instantiation 'bool torch::jit::tensorexpr::immediateEquals(const torch::jit::tensorexpr::ExprPtr &,T)' being compiled 2025-01-24T00:57:07.0018368Z with 2025-01-24T00:57:07.0018643Z [ 2025-01-24T00:57:07.0018824Z T=int 2025-01-24T00:57:07.0019020Z ] 2025-01-24T00:57:07.0019602Z [3371/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-01-24T00:57:07.0881153Z [3372/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-01-24T00:57:07.2487187Z [3373/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-01-24T00:57:07.2811554Z [3374/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-01-24T00:57:07.5181505Z [3375/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-01-24T00:57:07.5934873Z [3376/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-01-24T00:57:07.8455453Z [3377/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-01-24T00:57:07.8908665Z [3378/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-01-24T00:57:07.9168500Z [3379/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-01-24T00:57:08.0352728Z [3380/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-01-24T00:57:08.1650214Z [3381/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-01-24T00:57:08.1983318Z [3382/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-01-24T00:57:08.2254800Z [3383/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-01-24T00:57:08.2396640Z [3384/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-01-24T00:57:08.5112073Z [3385/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-01-24T00:57:08.8293872Z [3386/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-01-24T00:57:08.8428987Z [3387/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-01-24T00:57:09.0548376Z [3388/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-01-24T00:57:09.0698095Z [3389/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-01-24T00:57:09.1236442Z [3390/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-01-24T00:57:09.1687670Z [3391/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-01-24T00:57:09.1751870Z [3392/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-01-24T00:57:09.2588812Z [3393/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-01-24T00:57:09.4744540Z [3394/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-01-24T00:57:09.5317205Z [3395/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-01-24T00:57:09.5530963Z [3396/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-01-24T00:57:09.5952831Z [3397/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-01-24T00:57:09.8572290Z [3398/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-01-24T00:57:09.8832976Z [3399/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-01-24T00:57:09.9530243Z [3400/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-01-24T00:57:09.9759786Z [3401/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-01-24T00:57:10.0930047Z [3402/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-01-24T00:57:10.4885893Z [3403/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-01-24T00:57:10.5263559Z [3404/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-01-24T00:57:10.6570839Z [3405/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-01-24T00:57:10.7057958Z [3406/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-01-24T00:57:10.9896034Z [3407/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-01-24T00:57:11.4006704Z [3408/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-01-24T00:57:11.5027623Z [3409/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-01-24T00:57:11.5873516Z [3410/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-01-24T00:57:12.5588606Z [3411/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-01-24T00:57:12.5687996Z [3412/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-01-24T00:57:12.6917997Z [3413/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-01-24T00:57:12.7982301Z [3414/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-01-24T00:57:13.0469764Z [3415/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-01-24T00:57:13.2677023Z [3416/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-01-24T00:57:13.5514818Z [3417/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-01-24T00:57:13.6236014Z [3418/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-01-24T00:57:13.7889980Z [3419/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-01-24T00:57:14.1829896Z [3420/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-01-24T00:57:14.4674821Z [3421/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-01-24T00:57:14.5037536Z [3422/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-01-24T00:57:14.5125281Z [3423/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-01-24T00:57:14.6443489Z [3424/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-01-24T00:57:15.1203834Z [3425/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-01-24T00:57:15.4124396Z [3426/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-01-24T00:57:15.4300070Z [3427/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-01-24T00:57:15.5285998Z [3428/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-01-24T00:57:16.6194174Z [3429/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-01-24T00:57:16.7480827Z [3430/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-01-24T00:57:17.3221054Z [3431/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-01-24T00:57:17.3748663Z [3432/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-01-24T00:57:17.6166849Z [3433/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-01-24T00:57:17.6458763Z [3434/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-01-24T00:57:17.7196033Z [3435/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-01-24T00:57:17.9151373Z [3436/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-01-24T00:57:18.1262209Z [3437/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-01-24T00:57:18.3916569Z [3438/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-01-24T00:57:18.4513870Z [3439/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-01-24T00:57:18.5113500Z [3440/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-01-24T00:57:18.6822727Z [3441/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-01-24T00:57:18.7762581Z [3442/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-01-24T00:57:18.8744992Z [3443/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-01-24T00:57:19.1610138Z [3444/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-01-24T00:57:19.1923065Z [3445/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-01-24T00:57:19.4499170Z [3446/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-01-24T00:57:19.5006726Z [3447/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-01-24T00:57:19.6850407Z [3448/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-01-24T00:57:20.3871723Z [3449/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-01-24T00:57:20.7205999Z [3450/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-01-24T00:57:20.7821402Z [3451/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-01-24T00:57:21.2594248Z [3452/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-01-24T00:57:21.7578666Z [3453/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-01-24T00:57:21.8579716Z [3454/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-01-24T00:57:21.9683384Z [3455/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-01-24T00:57:22.2860956Z [3456/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2025-01-24T00:57:22.3424601Z [3457/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-01-24T00:57:22.4174116Z [3458/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-01-24T00:57:22.5723134Z [3459/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-01-24T00:57:22.6729667Z [3460/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-01-24T00:57:23.4251850Z [3461/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-01-24T00:57:23.7691243Z [3462/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-01-24T00:57:24.0311841Z [3463/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-01-24T00:57:24.6472933Z [3464/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-01-24T00:57:25.1807144Z [3465/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-01-24T00:57:25.4455419Z [3466/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-01-24T00:57:25.6701027Z [3467/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2025-01-24T00:57:25.7537998Z [3468/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-01-24T00:57:25.8523161Z [3469/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-01-24T00:57:25.8604695Z [3470/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-01-24T00:57:26.2725660Z [3471/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-01-24T00:57:26.8520080Z [3472/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-01-24T00:57:27.0575985Z [3473/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-01-24T00:57:27.6335444Z [3474/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-01-24T00:57:27.7144179Z [3475/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-01-24T00:57:27.8041141Z [3476/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-01-24T00:57:28.0823405Z [3477/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-01-24T00:57:28.4213883Z [3478/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-01-24T00:57:28.5674842Z [3479/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-01-24T00:57:28.5791357Z [3480/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-01-24T00:57:28.9030049Z [3481/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-01-24T00:57:29.2766102Z [3482/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-01-24T00:57:29.4254420Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(302): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-01-24T00:57:29.4255887Z [3483/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-01-24T00:57:29.6813415Z [3484/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-01-24T00:57:29.8473847Z [3485/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-01-24T00:57:30.4836190Z [3486/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-01-24T00:57:30.8992523Z [3487/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-01-24T00:57:30.9427522Z [3488/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-01-24T00:57:31.3679986Z [3489/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-01-24T00:57:31.7575244Z [3490/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-01-24T00:57:31.8844796Z [3491/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-01-24T00:57:32.1080683Z [3492/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-01-24T00:57:32.6637111Z [3493/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-01-24T00:57:33.0074143Z [3494/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-01-24T00:57:33.8763543Z [3495/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-01-24T00:57:34.2848700Z [3496/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-01-24T00:57:34.4792982Z [3497/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-01-24T00:57:34.9837440Z [3498/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-01-24T00:57:35.1920034Z [3499/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-01-24T00:57:35.4360537Z [3500/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-01-24T00:57:35.8233655Z [3501/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-01-24T00:57:36.1381857Z [3502/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-01-24T00:57:37.4315849Z [3503/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-01-24T00:57:37.5195181Z [3504/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-01-24T00:57:37.6681823Z [3505/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-01-24T00:57:38.1965525Z [3506/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-01-24T00:57:38.3443113Z [3507/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-01-24T00:57:38.5309118Z [3508/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-01-24T00:57:38.9610836Z [3509/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-01-24T00:57:39.4356488Z [3510/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-01-24T00:57:40.5009424Z [3511/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-01-24T00:57:40.7307849Z [3512/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-01-24T00:57:40.8960539Z [3513/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-01-24T00:57:41.4795856Z [3514/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-01-24T00:57:41.6702186Z [3515/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-01-24T00:57:41.7036820Z [3516/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-01-24T00:57:42.0584362Z [3517/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-01-24T00:57:42.5070213Z [3518/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-01-24T00:57:43.3908734Z [3519/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-01-24T00:57:43.7083962Z [3520/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-01-24T00:57:43.8701904Z [3521/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-01-24T00:57:44.5774861Z [3522/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-01-24T00:57:44.6713624Z [3523/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-01-24T00:57:44.7007183Z [3524/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-01-24T00:57:45.0544735Z [3525/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-01-24T00:57:45.5554060Z [3526/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-01-24T00:57:46.4189709Z [3527/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-01-24T00:57:46.7364097Z [3528/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-01-24T00:57:46.9018530Z [3529/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-01-24T00:57:47.9977948Z [3530/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-01-24T00:57:48.0348317Z [3531/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-01-24T00:57:48.3236758Z [3532/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-01-24T00:57:48.6895668Z [3533/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-01-24T00:57:48.7557651Z [3534/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-01-24T00:57:48.8161871Z [3535/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-01-24T00:57:49.0671581Z [3536/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-01-24T00:57:49.3466518Z [3537/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-01-24T00:57:49.4410334Z [3538/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-01-24T00:57:49.5838749Z [3539/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-01-24T00:57:49.8305916Z [3540/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-01-24T00:57:49.8307145Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:49.8308369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:49.8309640Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:49.8884482Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:49.8885589Z [3541/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-01-24T00:57:49.9611160Z [3542/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-01-24T00:57:50.0883668Z [3543/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.0884752Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.0886250Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.0887676Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.3846332Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.3847602Z [3544/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.3848952Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.3850328Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.3851793Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4416091Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4417469Z [3545/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.4418745Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4420131Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4421562Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4711636Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4714213Z [3546/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.4716258Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4718624Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.4721016Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.8839311Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.8840513Z [3547/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.8841570Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.8842858Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.8844197Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.9080492Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.9082499Z [3548/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:50.9084659Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.9086864Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:50.9089174Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.2155725Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.2156956Z [3549/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-01-24T00:57:51.3190829Z [3550/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.3192038Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3193257Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3194530Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3868414Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3869642Z [3551/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.3870972Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3872180Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3873579Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3935877Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.3937113Z [3552/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.3938274Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4336166Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4337593Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4338873Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4340001Z [3553/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.4341303Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4342523Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4343788Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4555029Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4557057Z [3554/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.4558860Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4561057Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.4563556Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9524566Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9525785Z [3555/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-01-24T00:57:51.9526825Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9528177Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9529756Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9882282Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:51.9883509Z [3556/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-01-24T00:57:52.1130474Z [3557/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-01-24T00:57:52.1238786Z [3558/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.1240654Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.1242773Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.1244930Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2483840Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2484998Z [3559/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.2486279Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2487554Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2488883Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2802364Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2803549Z [3560/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.2804616Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2805895Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.2807232Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3417384Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3418638Z [3561/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.3419670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3421253Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3422669Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3769321Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3771458Z [3562/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.3773450Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3776135Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.3778596Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.4846841Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.4848158Z [3563/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.4849280Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.4850593Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.4852324Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.6774188Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.6775544Z [3564/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.6776595Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.6778074Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.6779530Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.7890880Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.7892204Z [3565/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.7893375Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.7894753Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.7896201Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.9031784Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.9033823Z [3566/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:52.9035669Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.9037836Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:52.9040155Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0103554Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0104722Z [3567/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.0105873Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0107076Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0108348Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0255309Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0258020Z [3568/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.0260066Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0262363Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0264681Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0493988Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0496220Z [3569/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.0498279Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0500590Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.0503454Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2797016Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2799631Z [3570/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.2987847Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2990104Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2992535Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2995183Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.2997165Z [3571/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.2998940Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3000961Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3003182Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3227193Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3229599Z [3572/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.3231763Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3233986Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.3236349Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5811681Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5813018Z [3573/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.5814252Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5815524Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5816862Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5909442Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5910613Z [3574/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.5911877Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5913940Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.5915272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.6325761Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.6326985Z [3575/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.6328143Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.6329490Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.6331048Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7235345Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7236626Z [3576/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.7237681Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7239165Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7240492Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7601697Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7602886Z [3577/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.7604057Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7605281Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7607167Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7844272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7845587Z [3578/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:53.7846728Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7847959Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:53.7850552Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0741834Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0743076Z [3579/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.0744225Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0745565Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0746953Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0850965Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0852998Z [3580/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.0854795Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0857010Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.0859594Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3257644Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3259613Z [3581/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.3261514Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3263763Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3266119Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3904887Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3906137Z [3582/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.3907308Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3908519Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.3909980Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4326735Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4328175Z [3583/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.4329402Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4330620Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4331969Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4912083Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4913404Z [3584/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.4914502Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4915689Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.4916978Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.5708869Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.5711512Z [3585/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.5713506Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.5715890Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.5718381Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.6723574Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.6724815Z [3586/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.6725942Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.6727228Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.6728601Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.7635011Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.7636408Z [3587/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.7637839Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.7639772Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.7642457Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.8753588Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.8755083Z [3588/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.8870153Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.8871335Z [3589/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:54.8872457Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.8873844Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:54.8875716Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.0395117Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.0397240Z [3590/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.1690537Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.1691615Z [3591/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.1692649Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.1693831Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.1695135Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2104882Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2106299Z [3592/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.2107397Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2109071Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2110438Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2150338Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2151529Z [3593/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.2152728Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2154787Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2157042Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2835200Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2837268Z [3594/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.2839177Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2841384Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.2843758Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6394296Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6396558Z [3595/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.6398525Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6400674Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6403104Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6615010Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6617099Z [3596/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.6619471Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6621613Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6624004Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6626295Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.6640525Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T00:57:55.6642963Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T00:57:55.6644452Z with 2025-01-24T00:57:55.6644764Z [ 2025-01-24T00:57:55.6645089Z scalar_t=float, 2025-01-24T00:57:55.6645979Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:57:55.6646897Z ] 2025-01-24T00:57:55.6648698Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-01-24T00:57:55.6650670Z with 2025-01-24T00:57:55.6650982Z [ 2025-01-24T00:57:55.6651287Z scalar_t=float, 2025-01-24T00:57:55.6652242Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-01-24T00:57:55.6653704Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:57:55.6654611Z ] 2025-01-24T00:57:55.6658413Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-01-24T00:57:55.6661943Z with 2025-01-24T00:57:55.6662253Z [ 2025-01-24T00:57:55.6662562Z scalar_t=scalar_t, 2025-01-24T00:57:55.6663047Z data_t=at::vec::AVX2::Vectorized, 2025-01-24T00:57:55.6664426Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:57:55.6666254Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-01-24T00:57:55.6667235Z ] 2025-01-24T00:57:55.6669890Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:57:55.6672673Z with 2025-01-24T00:57:55.6672965Z [ 2025-01-24T00:57:55.6673265Z scalar_t=scalar_t 2025-01-24T00:57:55.6673657Z ] 2025-01-24T00:57:55.6676308Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:57:55.6679186Z with 2025-01-24T00:57:55.6679508Z [ 2025-01-24T00:57:55.6679826Z scalar_t=scalar_t 2025-01-24T00:57:55.6680221Z ] 2025-01-24T00:57:55.6682228Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-01-24T00:57:55.6684599Z with 2025-01-24T00:57:55.6684908Z [ 2025-01-24T00:57:55.6685241Z scalar_t=scalar_t 2025-01-24T00:57:55.6685656Z ] 2025-01-24T00:57:55.8514177Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:57:55.8515710Z with 2025-01-24T00:57:55.8515907Z [ 2025-01-24T00:57:55.8516151Z scalar_t=scalar_t 2025-01-24T00:57:55.8516423Z ] 2025-01-24T00:57:55.8517384Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T00:57:55.8519468Z [3597/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.8520594Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.8521857Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.8523114Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.8794928Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.8796984Z [3598/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.9104359Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.9127410Z [3599/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:55.9128544Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.9129800Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.9131134Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.9630851Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:55.9632187Z [3600/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.0463323Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.0464517Z [3601/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.0965087Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.0966466Z [3602/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.0967599Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.0968810Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.0970152Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.0998356Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.1000412Z [3603/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.1002225Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.1004335Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.1006520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4569662Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4571698Z [3604/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.4573799Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4575946Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4578309Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4681852Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4683159Z [3605/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.4684298Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4685739Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.4687118Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6368199Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6369780Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T00:57:56.6370870Z [3606/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.6372201Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6373446Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6374801Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6439122Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.6441591Z [3607/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-01-24T00:57:56.7431921Z [3608/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.7433873Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7436024Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7438277Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7683291Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7684572Z [3609/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.7685978Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7687258Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.7688653Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8042736Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8044861Z [3610/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.8046947Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8049227Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8051654Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8343921Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8345223Z [3611/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-01-24T00:57:56.8346329Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8347951Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:56.8349397Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:57.0461637Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:57:57.0463062Z [3612/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.1630245Z [3613/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.1764188Z [3614/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.4200705Z [3615/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.5811822Z [3616/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.6954446Z [3617/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.7035423Z [3618/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.7171466Z [3619/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.7661864Z [3620/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.8373483Z [3621/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:57.9724132Z [3622/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.2317235Z [3623/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.2394658Z [3624/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.3608336Z [3625/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.4842523Z [3626/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.5914720Z [3627/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.6602160Z [3628/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.6863044Z [3629/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.7480190Z [3630/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.7567240Z [3631/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-01-24T00:57:58.9265746Z [3632/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.1266903Z [3633/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.2216731Z [3634/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.2878113Z [3635/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.3332128Z [3636/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.5985828Z [3637/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.7093875Z [3638/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.7215661Z [3639/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.7387596Z [3640/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.7601284Z [3641/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.7670805Z [3642/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.8538850Z [3643/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:57:59.8791818Z [3644/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.3466217Z [3645/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.4086027Z [3646/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.5141168Z [3647/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.5416522Z [3648/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.5990884Z [3649/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.6389711Z [3650/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.6788311Z [3651/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.7147798Z [3652/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:00.9472436Z [3653/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.0710928Z [3654/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.1703232Z [3655/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.2097279Z [3656/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.3197513Z [3657/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.3681575Z [3658/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.4592214Z [3659/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.4811947Z [3660/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:01.6512737Z [3661/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.0118904Z [3662/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.0280865Z [3663/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.0359066Z [3664/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.0360882Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(32): warning C4180: qualifier applied to function type has no meaning; ignored 2025-01-24T00:58:02.0362312Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(131): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-01-24T00:58:02.0363199Z with 2025-01-24T00:58:02.0363391Z [ 2025-01-24T00:58:02.0363569Z scalar_t=float, 2025-01-24T00:58:02.0364099Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:58:02.0364640Z ] 2025-01-24T00:58:02.0365636Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(237): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-01-24T00:58:02.0366826Z with 2025-01-24T00:58:02.0367005Z [ 2025-01-24T00:58:02.0367426Z scalar_t=float, 2025-01-24T00:58:02.0368046Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-01-24T00:58:02.0368954Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:58:02.0369497Z ] 2025-01-24T00:58:02.0371379Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(177): note: see reference to function template instantiation 'scalar_t at::vec::map2_reduce_all::run_parallel_pdist::::()::,data_t(const data_t &,const data_t &),0>(const MapOp &,ReduceOp (__cdecl &),const scalar_t *,const scalar_t *,int64_t)' being compiled 2025-01-24T00:58:02.0373530Z with 2025-01-24T00:58:02.0373821Z [ 2025-01-24T00:58:02.0374169Z scalar_t=scalar_t, 2025-01-24T00:58:02.0374690Z data_t=at::vec::AVX512::Vectorized, 2025-01-24T00:58:02.0376065Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-01-24T00:58:02.0377631Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-01-24T00:58:02.0378298Z ] 2025-01-24T00:58:02.0379882Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:58:02.0381942Z with 2025-01-24T00:58:02.0382115Z [ 2025-01-24T00:58:02.0382300Z scalar_t=scalar_t 2025-01-24T00:58:02.0382540Z ] 2025-01-24T00:58:02.0384103Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(192): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::run_parallel_pdist::zdist_calc>>(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:58:02.0385868Z with 2025-01-24T00:58:02.0386169Z [ 2025-01-24T00:58:02.0386475Z scalar_t=scalar_t 2025-01-24T00:58:02.0386741Z ] 2025-01-24T00:58:02.0387901Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(190): note: while compiling class template member function 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' 2025-01-24T00:58:02.0389065Z with 2025-01-24T00:58:02.0389242Z [ 2025-01-24T00:58:02.0389427Z scalar_t=scalar_t 2025-01-24T00:58:02.0389655Z ] 2025-01-24T00:58:02.0453612Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see reference to function template instantiation 'void at::native::`anonymous-namespace'::Dist::apply_pdist(at::Tensor &,const at::Tensor &,const scalar_t)' being compiled 2025-01-24T00:58:02.0455105Z with 2025-01-24T00:58:02.0455298Z [ 2025-01-24T00:58:02.0455496Z scalar_t=scalar_t 2025-01-24T00:58:02.0455722Z ] 2025-01-24T00:58:02.0456844Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(422): note: see reference to class template instantiation 'at::native::`anonymous-namespace'::Dist' being compiled 2025-01-24T00:58:02.0459067Z [3665/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.0471550Z [3666/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.2928848Z [3667/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.3552064Z [3668/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.3970451Z [3669/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.4764555Z [3670/7038] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-01-24T00:58:02.5091662Z [3671/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.7168384Z [3672/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.7655524Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2025-01-24T00:58:02.7656584Z [3673/7038] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-01-24T00:58:02.8754712Z [3674/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.8784528Z [3675/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.8915443Z [3676/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:02.9035689Z [3677/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-01-24T00:58:03.0128929Z [3678/7038] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-01-24T00:58:03.4490116Z [3679/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2025-01-24T00:58:03.4592655Z [3680/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2025-01-24T00:58:03.6754526Z [3681/7038] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-01-24T00:58:03.7346168Z [3682/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-01-24T00:58:03.7427273Z [3683/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-01-24T00:58:04.2498620Z [3684/7038] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-01-24T00:58:04.8133410Z [3685/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2025-01-24T00:58:05.1273050Z [3686/7038] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2025-01-24T00:58:06.0191094Z [3687/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-01-24T00:58:06.4155497Z [3688/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-01-24T00:58:06.5037322Z [3689/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-01-24T00:58:06.7049339Z [3690/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-01-24T00:58:06.7308346Z [3691/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-01-24T00:58:06.7952223Z [3692/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-01-24T00:58:07.2505487Z [3693/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-01-24T00:58:07.3018166Z [3694/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-01-24T00:58:07.5508244Z [3695/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-01-24T00:58:07.7098340Z [3696/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-01-24T00:58:07.7851590Z [3697/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-01-24T00:58:07.8046801Z [3698/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-01-24T00:58:07.8204617Z [3699/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-01-24T00:58:08.0515586Z [3700/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-01-24T00:58:08.1667759Z [3701/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-01-24T00:58:08.3450354Z [3702/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-01-24T00:58:08.3717870Z [3703/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-01-24T00:58:08.4846680Z [3704/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-01-24T00:58:08.6308862Z [3705/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-01-24T00:58:08.7409635Z [3706/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-01-24T00:58:08.9806368Z [3707/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-01-24T00:58:09.3247074Z [3708/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-01-24T00:58:09.4956258Z [3709/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-01-24T00:58:09.5803326Z [3710/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-01-24T00:58:10.3403221Z [3711/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-01-24T00:58:10.5408671Z [3712/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-01-24T00:58:11.3163137Z [3713/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-01-24T00:58:11.5175562Z [3714/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-01-24T00:58:11.5722182Z [3715/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-01-24T00:58:12.2418903Z [3716/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-01-24T00:58:12.4702608Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(598): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2025-01-24T00:58:12.4704708Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2025-01-24T00:58:12.4707158Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1906): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2025-01-24T00:58:12.4708885Z [3717/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-01-24T00:58:13.7916092Z [3718/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-01-24T00:58:13.9275725Z [3719/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-01-24T00:58:14.5275971Z [3720/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-01-24T00:58:14.5964054Z [3721/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-01-24T00:58:14.6718807Z [3722/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-01-24T00:58:15.2770920Z [3723/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-01-24T00:58:15.5027551Z [3724/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-01-24T00:58:15.5257965Z [3725/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-01-24T00:58:15.5555130Z [3726/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-01-24T00:58:16.2713958Z [3727/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-01-24T00:58:16.7454912Z [3728/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-01-24T00:58:17.2037518Z [3729/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-01-24T00:58:17.6327028Z [3730/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-01-24T00:58:18.5494402Z [3731/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-01-24T00:58:18.5997835Z [3732/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-01-24T00:58:18.6797276Z [3733/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-01-24T00:58:19.3403958Z [3734/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-01-24T00:58:19.4181837Z [3735/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-01-24T00:58:20.0883556Z [3736/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-01-24T00:58:20.1621836Z [3737/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-01-24T00:58:20.1689944Z [3738/7038] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-01-24T00:58:20.3923853Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T00:58:20.3925626Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T00:58:20.3927227Z [3739/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-01-24T00:58:20.5723722Z [3740/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-01-24T00:58:20.7502311Z [3741/7038] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-01-24T00:58:20.8533641Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T00:58:20.8535663Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T00:58:20.8537276Z [3742/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-01-24T00:58:20.9135509Z [3743/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-01-24T00:58:20.9692284Z [3744/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-01-24T00:58:21.1693414Z [3745/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-01-24T00:58:21.4036368Z [3746/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-01-24T00:58:21.6982635Z [3747/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-01-24T00:58:21.7748070Z [3748/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-01-24T00:58:22.3333724Z [3749/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-01-24T00:58:22.5787408Z [3750/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-01-24T00:58:22.6548022Z [3751/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-01-24T00:58:23.5130689Z [3752/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-01-24T00:58:23.7308026Z [3753/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-01-24T00:58:23.9647579Z [3754/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-01-24T00:58:24.0416686Z [3755/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-01-24T00:58:24.1700111Z [3756/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-01-24T00:58:24.8706382Z [3757/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-01-24T00:58:25.0639550Z [3758/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-01-24T00:58:25.3756417Z [3759/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-01-24T00:58:25.5761650Z [3760/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-01-24T00:58:26.4346807Z [3761/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-01-24T00:58:26.4776291Z [3762/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-01-24T00:58:26.7851478Z [3763/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-01-24T00:58:26.9908256Z [3764/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-01-24T00:58:27.0263513Z [3765/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-01-24T00:58:27.3186461Z [3766/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-01-24T00:58:27.4250366Z [3767/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-01-24T00:58:27.7366355Z [3768/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-01-24T00:58:27.9196563Z [3769/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-01-24T00:58:28.0221369Z [3770/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-01-24T00:58:28.0687542Z [3771/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-01-24T00:58:28.2215086Z [3772/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-01-24T00:58:28.2578178Z [3773/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-01-24T00:58:28.5204106Z [3774/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-01-24T00:58:28.5941137Z [3775/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-01-24T00:58:28.9470037Z [3776/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-01-24T00:58:29.1365749Z [3777/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-01-24T00:58:29.4025267Z [3778/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-01-24T00:58:29.7513355Z [3779/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-01-24T00:58:29.8283426Z [3780/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-01-24T00:58:29.8469034Z [3781/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-01-24T00:58:30.0400448Z [3782/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-01-24T00:58:30.3308324Z [3783/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-01-24T00:58:30.7157374Z [3784/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-01-24T00:58:31.4413790Z [3785/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-01-24T00:58:31.8054196Z [3786/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-01-24T00:58:32.9993826Z [3787/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-01-24T00:58:33.1472435Z [3788/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-01-24T00:58:33.2086539Z [3789/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-01-24T00:58:33.5545352Z [3790/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-01-24T00:58:33.5780941Z [3791/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-01-24T00:58:34.0408684Z [3792/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-01-24T00:58:34.4013194Z [3793/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-01-24T00:58:34.6373799Z [3794/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-01-24T00:58:35.0226254Z [3795/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-01-24T00:58:35.6005328Z [3796/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-01-24T00:58:35.7578218Z [3797/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-01-24T00:58:36.3631234Z [3798/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-01-24T00:58:36.3633637Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xstddef(185): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-01-24T00:58:36.3636553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4697): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-01-24T00:58:36.3638663Z with 2025-01-24T00:58:36.3639006Z [ 2025-01-24T00:58:36.3639330Z _Ty1=const pybind11::object &, 2025-01-24T00:58:36.3639811Z _Ty2=const pybind11::object & 2025-01-24T00:58:36.3640256Z ] 2025-01-24T00:58:36.3641915Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\xutility(4714): note: see reference to function template instantiation 'bool std::equal<_InIt1,_InIt2,std::equal_to>(const _InIt1,const _InIt1,const _InIt2,_Pr)' being compiled 2025-01-24T00:58:36.3643723Z with 2025-01-24T00:58:36.3643987Z [ 2025-01-24T00:58:36.3644367Z _InIt1=const pybind11::object *, 2025-01-24T00:58:36.3644842Z _InIt2=const pybind11::object *, 2025-01-24T00:58:36.3645283Z _Pr=std::equal_to 2025-01-24T00:58:36.3645665Z ] 2025-01-24T00:58:36.3647396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\vector(1847): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-01-24T00:58:36.3649265Z with 2025-01-24T00:58:36.3649494Z [ 2025-01-24T00:58:36.3649796Z _InIt1=const pybind11::object *, 2025-01-24T00:58:36.3650420Z _InIt2=const pybind11::object * 2025-01-24T00:58:36.3650752Z ] 2025-01-24T00:58:36.7056703Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\concrete_module_type.cpp(118): note: see reference to function template instantiation 'bool std::operator ==>(const std::vector> &,const std::vector> &)' being compiled 2025-01-24T00:58:36.7058755Z [3799/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-01-24T00:58:36.7630843Z [3800/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-01-24T00:58:37.2213242Z [3801/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-01-24T00:58:37.2375142Z [3802/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-01-24T00:58:37.7468331Z [3803/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-01-24T00:58:38.9550066Z [3804/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-01-24T00:58:39.0531412Z [3805/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-01-24T00:58:39.7835480Z [3806/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-01-24T00:58:39.7953606Z [3807/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-01-24T00:58:39.8424098Z [3808/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-01-24T00:58:39.8781847Z [3809/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-01-24T00:58:40.0339385Z [3810/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-01-24T00:58:40.4572007Z [3811/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-01-24T00:58:40.5112142Z [3812/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-01-24T00:58:40.7760643Z [3813/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-01-24T00:58:40.8468153Z [3814/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-01-24T00:58:40.9750009Z [3815/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-01-24T00:58:41.4282389Z [3816/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-01-24T00:58:41.6320811Z [3817/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-01-24T00:58:41.7789344Z [3818/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-01-24T00:58:42.2464173Z [3819/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-01-24T00:58:42.4431428Z [3820/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-01-24T00:58:42.5859132Z [3821/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-01-24T00:58:42.9253987Z [3822/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-01-24T00:58:43.0823604Z [3823/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-01-24T00:58:43.1431712Z [3824/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-01-24T00:58:43.8275762Z [3825/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-01-24T00:58:43.8789246Z [3826/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-01-24T00:58:43.9491133Z [3827/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-01-24T00:58:44.0225363Z [3828/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-01-24T00:58:44.6265052Z [3829/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-01-24T00:58:44.7041239Z [3830/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-01-24T00:58:45.0205646Z [3831/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-01-24T00:58:45.3829461Z [3832/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-01-24T00:58:45.4581022Z [3833/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-01-24T00:58:45.4855943Z [3834/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-01-24T00:58:45.5700689Z [3835/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-01-24T00:58:45.5981410Z [3836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:45.6677411Z [3837/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:45.7160548Z [3838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:45.7605896Z [3839/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:45.8027973Z [3840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:45.8563261Z [3841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:45.9024812Z [3842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:45.9363949Z [3843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:46.0073852Z [3844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:46.0477110Z [3845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:46.0907764Z [3846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:46.1370017Z [3847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:46.1796306Z [3848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:46.2288721Z [3849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:46.2716913Z [3850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:46.3154472Z [3851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:46.3848679Z [3852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:46.4136507Z [3853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:46.4590167Z [3854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:51.5550886Z [3855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:51.5810621Z [3856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:51.6091323Z [3857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:51.6915894Z [3858/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-01-24T00:58:51.7040190Z [3859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:51.7206587Z [3860/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-01-24T00:58:51.7352468Z [3861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:51.7454846Z [3862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:51.7705417Z [3863/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-01-24T00:58:51.8096769Z [3864/7038] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-01-24T00:58:51.8262006Z [3865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:51.8317873Z [3866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:51.8488329Z [3867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:51.8986501Z [3868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:51.9000896Z [3869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:51.9187894Z [3870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:51.9557119Z [3871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:51.9652585Z [3872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:51.9943955Z [3873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.0151458Z [3874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.0202043Z [3875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.0348521Z [3876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.0500983Z [3877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.1034130Z [3878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.1086855Z [3879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T00:58:52.1223402Z [3880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.1278713Z [3881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-scalar.c.obj 2025-01-24T00:58:52.1711680Z [3882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-01-24T00:58:52.1765433Z [3883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-01-24T00:58:52.2213287Z [3884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-01-24T00:58:52.2274797Z [3885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T00:58:52.2326644Z [3886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T00:58:52.2458763Z [3887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-01-24T00:58:52.2866594Z [3888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-01-24T00:58:52.3036600Z [3889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-gio-scalar.c.obj 2025-01-24T00:58:52.3472770Z [3890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T00:58:52.3486348Z [3891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-01-24T00:58:52.3542993Z [3892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T00:58:52.3673238Z [3893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T00:58:52.3778323Z [3894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T00:58:52.3865141Z [3895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T00:58:52.4438837Z [3896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.4593692Z [3897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.4708266Z [3898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.4821256Z [3899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.4995371Z [3900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.5048583Z [3901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.5329430Z [3902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.5710245Z [3903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.5789802Z [3904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.5936292Z [3905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.6105025Z [3906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.6246780Z [3907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.6542451Z [3908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.6881897Z [3909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.6934108Z [3910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.6984471Z [3911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.7122889Z [3912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.7415462Z [3913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.7437463Z [3914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.7701860Z [3915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.8088755Z [3916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.8208570Z [3917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.8225036Z [3918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.8566025Z [3919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.8698881Z [3920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:52.8834468Z [3921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.9109585Z [3922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.9201988Z [3923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:52.9290671Z [3924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:52.9574583Z [3925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:52.9875992Z [3926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:52.9940637Z [3927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.0249535Z [3928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.0308971Z [3929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.0321999Z [3930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.0442446Z [3931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.0792695Z [3932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.1323520Z [3933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.1567760Z [3934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.1616749Z [3935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-01-24T00:58:53.1675668Z [3936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.1689155Z [3937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.1742616Z [3938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-01-24T00:58:53.2037680Z [3939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.2603549Z [3940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.2993058Z [3941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.3045013Z [3942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.3057497Z [3943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.3070382Z [3944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.3307773Z [3945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.3418093Z [3946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.3980404Z [3947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.4359515Z [3948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.4429578Z [3949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.4558787Z [3950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.4679765Z [3951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.4750936Z [3952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.5131065Z [3953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.5356280Z [3954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.5650676Z [3955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.5971852Z [3956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.6050715Z [3957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.6105711Z [3958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.6517003Z [3959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.6577097Z [3960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.6589847Z [3961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.7013116Z [3962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.7307625Z [3963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.7361116Z [3964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.7518801Z [3965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.7890890Z [3966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.7950436Z [3967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.8004967Z [3968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.8632868Z [3969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.8649177Z [3970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.8736195Z [3971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.9057853Z [3972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:53.9148376Z [3973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:53.9444895Z [3974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:53.9459391Z [3975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.9872396Z [3976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:53.9930091Z [3977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.0173527Z [3978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:54.0372710Z [3979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.0439156Z [3980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:54.0765029Z [3981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:54.0832906Z [3982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:54.1321826Z [3983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.1386851Z [3984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:54.1443640Z [3985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:54.1707780Z [3986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.1980445Z [3987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:54.2028901Z [3988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:54.2175096Z [3989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:54.2748997Z [3990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:54.2798420Z [3991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.2894443Z [3992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-01-24T00:58:54.3067503Z [3993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-01-24T00:58:54.3244471Z [3994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-01-24T00:58:54.3295055Z [3995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-01-24T00:58:54.3364515Z [3996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-01-24T00:58:54.3940476Z [3997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-01-24T00:58:54.4005363Z [3998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-01-24T00:58:54.4019057Z [3999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-01-24T00:58:54.4217185Z [4000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-01-24T00:58:54.4442593Z [4001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-01-24T00:58:54.4553569Z [4002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-01-24T00:58:54.4612868Z [4003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-01-24T00:58:54.5028928Z [4004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-01-24T00:58:54.5041661Z [4005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-01-24T00:58:54.5213187Z [4006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-01-24T00:58:54.5597742Z [4007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-01-24T00:58:54.5612844Z [4008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-01-24T00:58:54.5845105Z [4009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-01-24T00:58:54.5897000Z [4010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-01-24T00:58:54.5914076Z [4011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-01-24T00:58:54.5961758Z [4012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-01-24T00:58:54.6137405Z [4013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-01-24T00:58:54.6254537Z [4014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-01-24T00:58:54.6298446Z [4015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-01-24T00:58:54.6682637Z [4016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-01-24T00:58:54.6868546Z [4017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-01-24T00:58:54.6943703Z [4018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-01-24T00:58:54.7088643Z [4019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-01-24T00:58:54.7260221Z [4020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-01-24T00:58:54.7273904Z [4021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-01-24T00:58:54.7328495Z [4022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-01-24T00:58:54.7653498Z [4023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-01-24T00:58:54.7834348Z [4024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-01-24T00:58:54.8047502Z [4025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-01-24T00:58:54.8099408Z [4026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-01-24T00:58:54.8221704Z [4027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-01-24T00:58:54.8235798Z [4028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-01-24T00:58:54.8286952Z [4029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-01-24T00:58:54.8615555Z [4030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-01-24T00:58:54.9085987Z [4031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:54.9099446Z [4032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:54.9178121Z [4033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-01-24T00:58:54.9242626Z [4034/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:54.9293615Z [4035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-01-24T00:58:54.9427505Z [4036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-01-24T00:58:54.9617596Z [4037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-01-24T00:58:55.0114970Z [4038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-01-24T00:58:55.0127368Z [4039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-01-24T00:58:55.0196706Z [4040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-01-24T00:58:55.0247638Z [4041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-01-24T00:58:55.0261169Z [4042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-01-24T00:58:55.0372380Z [4043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-01-24T00:58:55.0530132Z [4044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-01-24T00:58:55.1115830Z [4045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-01-24T00:58:55.1189948Z [4046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-01-24T00:58:55.1370733Z [4047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.1422921Z [4048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.1503413Z [4049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.1519127Z [4050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.2000242Z [4051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-01-24T00:58:55.2136977Z [4052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.2216732Z [4053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.2357764Z [4054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.2373099Z [4055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.2485528Z [4056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2025-01-24T00:58:55.2581276Z [4057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:55.3029088Z [4058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:55.3153019Z [4059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-01-24T00:58:55.3235349Z [4060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:55.3399415Z [4061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-01-24T00:58:55.3613592Z [4062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-01-24T00:58:55.3712820Z [4063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:55.4046416Z [4064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-01-24T00:58:55.4179976Z [4065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2025-01-24T00:58:55.4218449Z [4066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-01-24T00:58:55.4317664Z [4067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-01-24T00:58:55.4406664Z [4068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2025-01-24T00:58:55.4419251Z [4069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-01-24T00:58:55.5021456Z [4070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2025-01-24T00:58:55.5073258Z [4071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-01-24T00:58:55.5149620Z [4072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-01-24T00:58:55.5193759Z [4073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-01-24T00:58:55.5243971Z [4074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-01-24T00:58:55.5311794Z [4075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-01-24T00:58:55.5378228Z [4076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-01-24T00:58:55.6019543Z [4077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-01-24T00:58:55.6091474Z [4078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-01-24T00:58:55.6242155Z [4079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-01-24T00:58:55.6320718Z [4080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-01-24T00:58:55.6333391Z [4081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-01-24T00:58:55.6419876Z [4082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-01-24T00:58:55.6589769Z [4083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-01-24T00:58:55.7003155Z [4084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-01-24T00:58:55.7277159Z [4085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-01-24T00:58:55.7528765Z [4086/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.7592672Z [4087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.7647667Z [4088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.7659710Z [4089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.7900527Z [4090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.7972563Z [4091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.8487946Z [4092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-01-24T00:58:55.8575399Z [4093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-01-24T00:58:55.8593523Z [4094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-01-24T00:58:55.8704964Z [4095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-01-24T00:58:55.8724779Z [4096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-01-24T00:58:55.8880148Z [4097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-01-24T00:58:55.9052156Z [4098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-01-24T00:58:55.9468716Z [4099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-01-24T00:58:55.9663883Z [4100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-01-24T00:58:55.9714105Z [4101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-01-24T00:58:55.9764094Z [4102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-01-24T00:58:55.9842533Z [4103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-01-24T00:58:56.0192726Z [4104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-01-24T00:58:56.0243317Z [4105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.0517306Z [4106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.0817189Z [4107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.0934455Z [4108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.0948354Z [4109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.1051817Z [4110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-01-24T00:58:56.1350359Z [4111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.1696540Z [4112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.1781363Z [4113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.2023828Z [4114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.2175602Z [4115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.2188624Z [4116/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.2271581Z [4117/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.2461975Z [4118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.2934212Z [4119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.3028262Z [4120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.3229073Z [4121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.3363668Z [4122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.3468165Z [4123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.3658041Z [4124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.4077902Z [4125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.4130675Z [4126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.4284417Z [4127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-01-24T00:58:56.4383994Z [4128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-01-24T00:58:56.4485505Z [4129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.4598471Z [4130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.4753699Z [4131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-01-24T00:58:56.5230797Z [4132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-01-24T00:58:56.5286893Z [4133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.obj 2025-01-24T00:58:56.5534653Z [4134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.obj 2025-01-24T00:58:56.5641383Z [4135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.obj 2025-01-24T00:58:56.5750553Z [4136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2025-01-24T00:58:56.5911062Z [4137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2025-01-24T00:58:56.5968759Z [4138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2025-01-24T00:58:56.6359469Z [4139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2025-01-24T00:58:56.6419191Z [4140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2025-01-24T00:58:56.6804789Z [4141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2025-01-24T00:58:56.6855516Z [4142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.obj 2025-01-24T00:58:56.7066296Z [4143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.obj 2025-01-24T00:58:56.7211315Z [4144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2025-01-24T00:58:56.7277016Z [4145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.obj 2025-01-24T00:58:56.7467167Z [4146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2025-01-24T00:58:56.7957704Z [4147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2025-01-24T00:58:56.8010209Z [4148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2025-01-24T00:58:56.8099438Z [4149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.obj 2025-01-24T00:58:56.8317158Z [4150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.obj 2025-01-24T00:58:56.8329593Z [4151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.obj 2025-01-24T00:58:56.8411342Z [4152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.obj 2025-01-24T00:58:56.8817043Z [4153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2025-01-24T00:58:56.9202293Z [4154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.obj 2025-01-24T00:58:56.9338359Z [4155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.obj 2025-01-24T00:58:56.9509489Z [4156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.obj 2025-01-24T00:58:56.9570528Z [4157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2025-01-24T00:58:56.9584106Z [4158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.obj 2025-01-24T00:58:56.9734331Z [4159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2025-01-24T00:58:57.0340899Z [4160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2025-01-24T00:58:57.0446225Z [4161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.obj 2025-01-24T00:58:57.0777390Z [4162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.obj 2025-01-24T00:58:57.0874720Z [4163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.obj 2025-01-24T00:58:57.0978577Z [4164/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.obj 2025-01-24T00:58:57.1043968Z [4165/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2025-01-24T00:58:57.1190465Z [4166/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.obj 2025-01-24T00:58:57.1692579Z [4167/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.obj 2025-01-24T00:58:57.1938213Z [4168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.obj 2025-01-24T00:58:57.2067545Z [4169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2025-01-24T00:58:57.2146757Z [4170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.2324886Z [4171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.2338957Z [4172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.2435461Z [4173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.2945783Z [4174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.3505810Z [4175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.3599108Z [4176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.3643525Z [4177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.3689137Z [4178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.3768078Z [4179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-01-24T00:58:57.3861534Z [4180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.4274602Z [4181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.4821736Z [4182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.4915830Z [4183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.4977373Z [4184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.5028410Z [4185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.5087070Z [4186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.5212512Z [4187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.5586030Z [4188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.6094825Z [4189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.6245090Z [4190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.6308757Z [4191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.6404935Z [4192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.6473333Z [4193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.6528568Z [4194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.7109960Z [4195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.7426617Z [4196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.7439238Z [4197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.7494942Z [4198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-01-24T00:58:57.7581415Z [4199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.7595123Z [4200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-01-24T00:58:57.7735007Z [4201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.8349781Z [4202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.8647153Z [4203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.8765560Z [4204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.8889713Z [4205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.8963668Z [4206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.9066178Z [4207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-01-24T00:58:57.9156921Z [4208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-01-24T00:58:57.9470235Z [4209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-01-24T00:58:57.9974921Z [4210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-01-24T00:58:58.0044200Z [4211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-01-24T00:58:58.0056771Z [4212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-01-24T00:58:58.0131244Z [4213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-01-24T00:58:58.0148233Z [4214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-01-24T00:58:58.0222908Z [4215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-01-24T00:58:58.0519410Z [4216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-01-24T00:58:58.1002273Z [4217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-01-24T00:58:58.1048667Z [4218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-01-24T00:58:58.1135543Z [4219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-01-24T00:58:58.1184264Z [4220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-01-24T00:58:58.1196341Z [4221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-01-24T00:58:58.1255622Z [4222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-01-24T00:58:58.1513240Z [4223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-01-24T00:58:58.2102225Z [4224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-01-24T00:58:58.2150700Z [4225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-01-24T00:58:58.2325901Z [4226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-01-24T00:58:58.2340697Z [4227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-01-24T00:58:58.2491023Z [4228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-01-24T00:58:58.2572847Z [4229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-01-24T00:58:58.2879237Z [4230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-01-24T00:58:58.3079173Z [4231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-01-24T00:58:58.3168054Z [4232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-01-24T00:58:58.3346193Z [4233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-01-24T00:58:58.3358442Z [4234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-01-24T00:58:58.3594455Z [4235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-01-24T00:58:58.3887505Z [4236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-01-24T00:58:58.3900580Z [4237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-01-24T00:58:58.4216824Z [4238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-01-24T00:58:58.4324808Z [4239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-01-24T00:58:58.4537137Z [4240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-01-24T00:58:58.4650961Z [4241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-01-24T00:58:58.4954507Z [4242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-01-24T00:58:58.5016157Z [4243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-01-24T00:58:58.5075750Z [4244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-01-24T00:58:58.5287100Z [4245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-01-24T00:58:58.5656313Z [4246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-01-24T00:58:58.5716026Z [4247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-01-24T00:58:58.5775344Z [4248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-01-24T00:58:58.6011195Z [4249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-01-24T00:58:58.6150292Z [4250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-01-24T00:58:58.6223825Z [4251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-01-24T00:58:58.6422885Z [4252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-01-24T00:58:58.6884976Z [4253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-01-24T00:58:58.6939323Z [4254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-01-24T00:58:58.6954463Z [4255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-01-24T00:58:58.7083567Z [4256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-01-24T00:58:58.7239668Z [4257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-01-24T00:58:58.7305520Z [4258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-01-24T00:58:58.7537705Z [4259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-01-24T00:58:58.8041066Z [4260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-01-24T00:58:58.8179139Z [4261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-01-24T00:58:58.8301484Z [4262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-01-24T00:58:58.8359206Z [4263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-01-24T00:58:58.8416453Z [4264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-01-24T00:58:58.8430800Z [4265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-01-24T00:58:58.8863535Z [4266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-01-24T00:58:58.9005242Z [4267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-01-24T00:58:58.9091662Z [4268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-01-24T00:58:58.9465099Z [4269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-01-24T00:58:58.9539268Z [4270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-01-24T00:58:58.9561580Z [4271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-01-24T00:58:58.9900303Z [4272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-01-24T00:58:58.9963523Z [4273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-01-24T00:58:59.0038019Z [4274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-01-24T00:58:59.0155987Z [4275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-01-24T00:58:59.0687898Z [4276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-01-24T00:58:59.0703795Z [4277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-01-24T00:58:59.0975568Z [4278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-01-24T00:58:59.1020438Z [4279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-01-24T00:58:59.1200334Z [4280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-01-24T00:58:59.1213549Z [4281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-01-24T00:58:59.1427511Z [4282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-01-24T00:58:59.1694492Z [4283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-01-24T00:58:59.1751954Z [4284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-01-24T00:58:59.2085948Z [4285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-01-24T00:58:59.2227534Z [4286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-01-24T00:58:59.2314166Z [4287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-01-24T00:58:59.2411653Z [4288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-01-24T00:58:59.2515521Z [4289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-01-24T00:58:59.2691463Z [4290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-01-24T00:58:59.2756545Z [4291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-01-24T00:58:59.3277564Z [4292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-01-24T00:58:59.3397742Z [4293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-01-24T00:58:59.3415801Z [4294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-01-24T00:58:59.3601526Z [4295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-01-24T00:58:59.3752661Z [4296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-01-24T00:58:59.4124678Z [4297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-01-24T00:58:59.4232389Z [4298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-01-24T00:58:59.4489079Z [4299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-01-24T00:58:59.4569851Z [4300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-01-24T00:58:59.4616320Z [4301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-01-24T00:58:59.4734374Z [4302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-01-24T00:58:59.4853867Z [4303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-01-24T00:58:59.5400845Z [4304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-01-24T00:58:59.5702825Z [4305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2025-01-24T00:58:59.5716048Z [4306/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-01-24T00:58:59.5747371Z [4307/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-01-24T00:58:59.5796120Z [4308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-01-24T00:58:59.5854363Z [4309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2025-01-24T00:58:59.6041217Z [4310/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2025-01-24T00:58:59.6500135Z [4311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-01-24T00:58:59.6838473Z [4312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-01-24T00:58:59.6982599Z [4313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-01-24T00:58:59.7043401Z [4314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-01-24T00:58:59.7289849Z [4315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.7372075Z [4316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.7627092Z [4317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-01-24T00:58:59.7699073Z [4318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:58:59.8159214Z [4319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.8281561Z [4320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:58:59.8298501Z [4321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.8648112Z [4322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.8716137Z [4323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.9030899Z [4324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:58:59.9514746Z [4325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:58:59.9586573Z [4326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:58:59.9635655Z [4327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.0012565Z [4328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.0067729Z [4329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:59:00.0224112Z [4330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:59:00.0466186Z [4331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:59:00.0845168Z [4332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.0961872Z [4333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.1046118Z [4334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.1202674Z [4335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:59:00.1309046Z [4336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.1369664Z [4337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.obj 2025-01-24T00:59:00.1648445Z [4338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.2052327Z [4339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.obj 2025-01-24T00:59:00.2252826Z [4340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.2266984Z [4341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.2427426Z [4342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.2480382Z [4343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.2531182Z [4344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.2853130Z [4345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.3314248Z [4346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.3548665Z [4347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.3669219Z [4348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.3683594Z [4349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.3741198Z [4350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.3755530Z [4351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.3999523Z [4352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.4481934Z [4353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.4868417Z [4354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-01-24T00:59:00.4924837Z [4355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.4976984Z [4356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.5034128Z [4357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.5187643Z [4358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.5455349Z [4359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-01-24T00:59:00.5819340Z [4360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-01-24T00:59:00.6059578Z [4361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.6116633Z [4362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.6173269Z [4363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.6338239Z [4364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.6428209Z [4365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.6838232Z [4366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.7031352Z [4367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.7269819Z [4368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.7372201Z [4369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.7546192Z [4370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.7603132Z [4371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.7749345Z [4372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.7980534Z [4373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.8334532Z [4374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.8580449Z [4375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.8697610Z [4376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.8754249Z [4377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2025-01-24T00:59:00.8854145Z [4378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:00.9253487Z [4379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:00.9388939Z [4380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:00.9605442Z [4381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:00.9892939Z [4382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.0109404Z [4383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.0191057Z [4384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.0325925Z [4385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.0610313Z [4386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.0682538Z [4387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.0866612Z [4388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.1173199Z [4389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.1447434Z [4390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.1498102Z [4391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.1669707Z [4392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.1955923Z [4393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.2166013Z [4394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.2314034Z [4395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.2704591Z [4396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.2716590Z [4397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.2905524Z [4398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.3059832Z [4399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.3110806Z [4400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.3293524Z [4401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.3547521Z [4402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.3942775Z [4403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.4088691Z [4404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.4138828Z [4405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.4291566Z [4406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.4356989Z [4407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.4517716Z [4408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.4630421Z [4409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.5319652Z [4410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.5393366Z [4411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.5412691Z [4412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.5743247Z [4413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.5894690Z [4414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.5907575Z [4415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.6208209Z [4416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.6408106Z [4417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:01.6533198Z [4418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:01.6556907Z [4419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:01.6863778Z [4420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T00:59:01.7034223Z [4421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:01.7084702Z [4422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T00:59:01.7637580Z [4423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-01-24T00:59:01.7780216Z [4424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-01-24T00:59:01.7793999Z [4425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-01-24T00:59:01.7847288Z [4426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-01-24T00:59:01.7947839Z [4427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:01.8231027Z [4428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:01.8744344Z [4429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.8878816Z [4430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.8940272Z [4431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.9000617Z [4432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.9055464Z [4433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.9147661Z [4434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.9322314Z [4435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:01.9949566Z [4436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-01-24T00:59:02.0037029Z [4437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-01-24T00:59:02.0152806Z [4438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-01-24T00:59:02.0209178Z [4439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-01-24T00:59:02.0429133Z [4440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.0531591Z [4441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.0816412Z [4442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.1257286Z [4443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.1312815Z [4444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.1423039Z [4445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.1926954Z [4446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.2026565Z [4447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.2471319Z [4448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.2652330Z [4449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.2841710Z [4450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.3079488Z [4451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.3184942Z [4452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.3314469Z [4453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.3629653Z [4454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.3839566Z [4455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.4477057Z [4456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.4753661Z [4457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.5364918Z [4458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.5535630Z [4459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.5733740Z [4460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:02.5943980Z [4461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:02.6221556Z [4462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.5440841Z [4463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.5487494Z [4464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.5651125Z [4465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.5805496Z [4466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.5883263Z [4467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.6013920Z [4468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.6092705Z [4469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.6598089Z [4470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.6767763Z [4471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.6783188Z [4472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.7070477Z [4473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.7142730Z [4474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.7245460Z [4475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.7303784Z [4476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.7923058Z [4477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.7987973Z [4478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-01-24T00:59:05.8001933Z [4479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-01-24T00:59:05.8157874Z [4480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-01-24T00:59:05.8257311Z [4481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-01-24T00:59:05.8398813Z [4482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:05.8452828Z [4483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-01-24T00:59:05.9094593Z [4484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:05.9112139Z [4485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-01-24T00:59:05.9164364Z [4486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-01-24T00:59:05.9314472Z [4487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:05.9364186Z [4488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-01-24T00:59:05.9380729Z [4489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2025-01-24T00:59:05.9720259Z [4490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-01-24T00:59:06.0042285Z [4491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-01-24T00:59:06.0133876Z [4492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-01-24T00:59:06.0243202Z [4493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-01-24T00:59:06.0261780Z [4494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-01-24T00:59:06.0317799Z [4495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-01-24T00:59:06.0463100Z [4496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-01-24T00:59:06.1080022Z [4497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2025-01-24T00:59:06.1188798Z [4498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2025-01-24T00:59:06.1201418Z [4499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2025-01-24T00:59:06.1331227Z [4500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2025-01-24T00:59:06.1390794Z [4501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-01-24T00:59:06.1438469Z [4502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2025-01-24T00:59:06.1683247Z [4503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-01-24T00:59:06.2140022Z [4504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-01-24T00:59:06.2272411Z [4505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2025-01-24T00:59:06.2351777Z [4506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-01-24T00:59:06.2403203Z [4507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2025-01-24T00:59:06.2463577Z [4508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-01-24T00:59:06.2512761Z [4509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2025-01-24T00:59:06.2745625Z [4510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-01-24T00:59:06.3203836Z [4511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2025-01-24T00:59:06.3353053Z [4512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-01-24T00:59:06.3450066Z [4513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-01-24T00:59:06.3470612Z [4514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-01-24T00:59:06.3523452Z [4515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-01-24T00:59:06.3574182Z [4516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-01-24T00:59:06.4073199Z [4517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-01-24T00:59:06.4132186Z [4518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-01-24T00:59:06.4425144Z [4519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-01-24T00:59:06.4472323Z [4520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-01-24T00:59:06.4702880Z [4521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-01-24T00:59:06.4819573Z [4522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-01-24T00:59:06.4832805Z [4523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-01-24T00:59:06.5175839Z [4524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.obj 2025-01-24T00:59:06.5247768Z [4525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.obj 2025-01-24T00:59:06.5591322Z [4526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2025-01-24T00:59:06.5654059Z [4527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.obj 2025-01-24T00:59:06.5952305Z [4528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2025-01-24T00:59:06.5965176Z [4529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2025-01-24T00:59:06.6017667Z [4530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2025-01-24T00:59:06.6379233Z [4531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2025-01-24T00:59:06.6399971Z [4532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2025-01-24T00:59:06.7055294Z [4533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd-prfm.c.obj 2025-01-24T00:59:06.7232247Z [4534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd-prfm.c.obj 2025-01-24T00:59:06.7336051Z [4535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd-prfm.c.obj 2025-01-24T00:59:06.7394158Z [4536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-ssse3-madd.c.obj 2025-01-24T00:59:06.7406431Z [4537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-ssse3-madd.c.obj 2025-01-24T00:59:06.7458209Z [4538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-01-24T00:59:06.7900619Z [4539/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd-prfm.c.obj 2025-01-24T00:59:06.8022546Z [4540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-01-24T00:59:06.8392174Z [4541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-01-24T00:59:06.8443251Z [4542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-01-24T00:59:06.8455948Z [4543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-01-24T00:59:06.8508937Z [4544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-01-24T00:59:06.8521058Z [4545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-01-24T00:59:06.8919428Z [4546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-01-24T00:59:06.9089675Z [4547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-01-24T00:59:06.9138708Z [4548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-01-24T00:59:06.9154368Z [4549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-01-24T00:59:06.9476166Z [4550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-01-24T00:59:06.9585551Z [4551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-01-24T00:59:06.9769067Z [4552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-01-24T00:59:06.9937480Z [4553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-01-24T00:59:07.0120117Z [4554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-01-24T00:59:07.0186676Z [4555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-01-24T00:59:07.0503034Z [4556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-01-24T00:59:07.0518305Z [4557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-01-24T00:59:07.0815699Z [4558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-01-24T00:59:07.0933467Z [4559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-01-24T00:59:07.1148962Z [4560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.1301789Z [4561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.1489372Z [4562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.1882212Z [4563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-01-24T00:59:07.1902312Z [4564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2025-01-24T00:59:07.2388744Z [4565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2025-01-24T00:59:07.2451822Z [4566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.2466210Z [4567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-01-24T00:59:07.2649460Z [4568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-01-24T00:59:07.2931661Z [4569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2025-01-24T00:59:07.3145752Z [4570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.3374783Z [4571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-01-24T00:59:07.3670695Z [4572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2025-01-24T00:59:07.3853405Z [4573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-01-24T00:59:07.3952185Z [4574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2025-01-24T00:59:07.4392070Z [4575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2025-01-24T00:59:07.4485948Z [4576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-01-24T00:59:07.4641719Z [4577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-01-24T00:59:07.4779708Z [4578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-01-24T00:59:07.4841545Z [4579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-01-24T00:59:07.4945245Z [4580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-01-24T00:59:07.5286445Z [4581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-01-24T00:59:07.5729916Z [4582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-01-24T00:59:07.5790838Z [4583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-01-24T00:59:07.5804268Z [4584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-01-24T00:59:07.5935436Z [4585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-01-24T00:59:07.6165790Z [4586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-01-24T00:59:07.6418060Z [4587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-01-24T00:59:07.6484531Z [4588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-01-24T00:59:07.6889563Z [4589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-01-24T00:59:07.6959074Z [4590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-01-24T00:59:07.7015472Z [4591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-01-24T00:59:07.7072965Z [4592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-01-24T00:59:07.7276279Z [4593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-01-24T00:59:07.7681288Z [4594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-01-24T00:59:07.7941294Z [4595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-01-24T00:59:07.8004524Z [4596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-01-24T00:59:07.8067858Z [4597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-01-24T00:59:07.8117909Z [4598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-01-24T00:59:07.8252127Z [4599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-01-24T00:59:07.8339061Z [4600/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2025-01-24T00:59:07.8898730Z [4601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2025-01-24T00:59:07.9113464Z [4602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2025-01-24T00:59:07.9271117Z [4603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-01-24T00:59:07.9328169Z [4604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-01-24T00:59:07.9407725Z [4605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-01-24T00:59:07.9466280Z [4606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-01-24T00:59:07.9569703Z [4607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.0192259Z [4608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.0550066Z [4609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.0691135Z [4610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.0702426Z [4611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.0797489Z [4612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.0878730Z [4613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.0952241Z [4614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.1504347Z [4615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd-prfm.c.obj 2025-01-24T00:59:08.1890019Z [4616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-madd.c.obj 2025-01-24T00:59:08.2086736Z [4617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.2169386Z [4618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.2182747Z [4619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd-prfm.c.obj 2025-01-24T00:59:08.2232675Z [4620/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.2457040Z [4621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-madd.c.obj 2025-01-24T00:59:08.2752312Z [4622/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.3252309Z [4623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd-prfm.c.obj 2025-01-24T00:59:08.3489834Z [4624/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-madd.c.obj 2025-01-24T00:59:08.3543391Z [4625/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.3601260Z [4626/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.3613047Z [4627/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd-prfm.c.obj 2025-01-24T00:59:08.3872119Z [4628/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-madd.c.obj 2025-01-24T00:59:08.4056230Z [4629/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.4569115Z [4630/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.4913237Z [4631/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.4964473Z [4632/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.4976848Z [4633/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.5023154Z [4634/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.5107250Z [4635/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.5196035Z [4636/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.5830272Z [4637/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.6099091Z [4638/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.obj 2025-01-24T00:59:08.6194159Z [4639/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.6253541Z [4640/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.6391491Z [4641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.6449118Z [4642/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.obj 2025-01-24T00:59:08.6514773Z [4643/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.7068002Z [4644/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.7311295Z [4645/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.7451685Z [4646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.7552020Z [4647/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.7664377Z [4648/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.7763330Z [4649/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.8070935Z [4650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.8206427Z [4651/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.8424152Z [4652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.8565250Z [4653/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.8882333Z [4654/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.8992426Z [4655/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.9149209Z [4656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:08.9290273Z [4657/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:08.9382450Z [4658/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.9623997Z [4659/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:08.9692303Z [4660/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.0075561Z [4661/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.0191443Z [4662/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.0465315Z [4663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.0565018Z [4664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.0579174Z [4665/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.0823327Z [4666/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.0903013Z [4667/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.1214604Z [4668/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.1306909Z [4669/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-01-24T00:59:09.1572629Z [4670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-01-24T00:59:09.1632599Z [4671/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-01-24T00:59:09.1795796Z [4672/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.1975861Z [4673/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.2122745Z [4674/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.2482871Z [4675/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.2575570Z [4676/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.2815631Z [4677/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.3099332Z [4678/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.3300022Z [4679/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.3406106Z [4680/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.3429698Z [4681/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.3648452Z [4682/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.3770903Z [4683/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.3988173Z [4684/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.4476561Z [4685/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.4490660Z [4686/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.4614992Z [4687/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.4862440Z [4688/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.5011573Z [4689/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.5070514Z [4690/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.5137827Z [4691/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.5592676Z [4692/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.5655611Z [4693/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.5889773Z [4694/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.6042783Z [4695/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.6199907Z [4696/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.6253060Z [4697/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2025-01-24T00:59:09.6324166Z [4698/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:09.6813198Z [4699/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:09.6958754Z [4700/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.7167310Z [4701/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.7345166Z [4702/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.7578814Z [4703/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.7737225Z [4704/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.7752076Z [4705/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.8187364Z [4706/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.8364839Z [4707/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.8659604Z [4708/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.8708941Z [4709/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.8885769Z [4710/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.9061673Z [4711/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.9116739Z [4712/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.9464742Z [4713/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:09.9689960Z [4714/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:09.9999155Z [4715/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.0075428Z [4716/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.0241783Z [4717/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.0348384Z [4718/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.0618558Z [4719/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.0750211Z [4720/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.0802223Z [4721/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.1229899Z [4722/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.1245764Z [4723/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.1436351Z [4724/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.1861245Z [4725/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.1926212Z [4726/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.1942143Z [4727/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.2021636Z [4728/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.2355233Z [4729/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.2461952Z [4730/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.2595383Z [4731/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.3091642Z [4732/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.3171895Z [4733/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.3219810Z [4734/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.3273608Z [4735/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.3565416Z [4736/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.3731310Z [4737/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.3801622Z [4738/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:10.4269582Z [4739/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-01-24T00:59:10.4322426Z [4740/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:10.4379144Z [4741/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-01-24T00:59:10.4394131Z [4742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:59:10.4674207Z [4743/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T00:59:10.4859361Z [4744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T00:59:10.4975825Z [4745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T00:59:10.5449333Z [4746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T00:59:10.5464348Z [4747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T00:59:10.5555532Z [4748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:59:10.5573719Z [4749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T00:59:10.5908473Z [4750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-01-24T00:59:10.5973458Z [4751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-01-24T00:59:10.6625890Z [4752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-01-24T00:59:10.6640741Z [4753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T00:59:10.6697481Z [4754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-01-24T00:59:10.6744148Z [4755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-01-24T00:59:10.6805695Z [4756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T00:59:10.6941198Z [4757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-01-24T00:59:10.7065178Z [4758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-01-24T00:59:10.7767528Z [4759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:59:10.7822597Z [4760/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-01-24T00:59:10.7885643Z [4761/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:59:10.7968730Z [4762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:10.8043930Z [4763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:10.8266574Z [4764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:10.8286228Z [4765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:10.9098665Z [4766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:10.9111837Z [4767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:10.9165634Z [4768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:10.9219054Z [4769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:10.9272858Z [4770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:10.9460617Z [4771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:10.9579434Z [4772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:11.0311782Z [4773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:11.0324562Z [4774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:11.0415564Z [4775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:11.0480463Z [4776/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:11.0497744Z [4777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:11.0773777Z [4778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-01-24T00:59:11.0828856Z [4779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-01-24T00:59:11.1400363Z [4780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-01-24T00:59:11.1530817Z [4781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-01-24T00:59:11.1600110Z [4782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-01-24T00:59:11.1731304Z [4783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.1745974Z [4784/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.2157590Z [4785/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.2588148Z [4786/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.2736219Z [4787/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.2832147Z [4788/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.3011973Z [4789/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.3069203Z [4790/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.3192850Z [4791/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.3634455Z [4792/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.3893857Z [4793/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.4112154Z [4794/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.4179643Z [4795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.4376664Z [4796/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.4451564Z [4797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.4628118Z [4798/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.4928920Z [4799/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.5327667Z [4800/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.5520635Z [4801/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.5576857Z [4802/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.5748360Z [4803/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.5798156Z [4804/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.6022366Z [4805/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.6086528Z [4806/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.6495189Z [4807/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.6761695Z [4808/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.6812906Z [4809/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.7053582Z [4810/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.7107921Z [4811/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.7290686Z [4812/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.7365140Z [4813/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.7734537Z [4814/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.7895677Z [4815/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.7951996Z [4816/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.8244921Z [4817/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.8495449Z [4818/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.8512855Z [4819/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.8567525Z [4820/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.8986765Z [4821/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-01-24T00:59:11.9043764Z [4822/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-01-24T00:59:11.9095455Z [4823/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:59:11.9298820Z [4824/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T00:59:11.9554741Z [4825/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-01-24T00:59:11.9638737Z [4826/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T00:59:11.9710334Z [4827/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-01-24T00:59:12.0093083Z [4828/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-01-24T00:59:12.0153052Z [4829/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-01-24T00:59:12.0170430Z [4830/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-01-24T00:59:12.0491675Z [4831/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-01-24T00:59:12.0779607Z [4832/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:59:12.0841344Z [4833/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-01-24T00:59:12.0899941Z [4834/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2025-01-24T00:59:12.1086123Z [4835/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-01-24T00:59:12.1152404Z [4836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-01-24T00:59:12.1207052Z [4837/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-01-24T00:59:12.1588756Z [4838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-01-24T00:59:12.1852975Z [4839/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-01-24T00:59:12.1909391Z [4840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-01-24T00:59:12.2013693Z [4841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-01-24T00:59:12.2261196Z [4842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-01-24T00:59:12.2483391Z [4843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-01-24T00:59:12.2542275Z [4844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-01-24T00:59:12.2682465Z [4845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.2979959Z [4846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-01-24T00:59:12.3155492Z [4847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.3171707Z [4848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.3472614Z [4849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-01-24T00:59:12.3720573Z [4850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.3781490Z [4851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.3892604Z [4852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-01-24T00:59:12.4283484Z [4853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.4348868Z [4854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-01-24T00:59:12.4407775Z [4855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.4743408Z [4856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.4922111Z [4857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.4977214Z [4858/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-01-24T00:59:12.5229497Z [4859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-01-24T00:59:12.5546493Z [4860/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-01-24T00:59:12.5665202Z [4861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.5740971Z [4862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.5964645Z [4863/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-01-24T00:59:12.6115102Z [4864/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.6131331Z [4865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.6447296Z [4866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-01-24T00:59:12.6767587Z [4867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-01-24T00:59:12.6780822Z [4868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-01-24T00:59:12.6832534Z [4869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-01-24T00:59:12.7030963Z [4870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-01-24T00:59:12.7450020Z [4871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.7461915Z [4872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.7720029Z [4873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8123822Z [4874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8140646Z [4875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8194490Z [4876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8390820Z [4877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8763146Z [4878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.8817860Z [4879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.9055336Z [4880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.9435486Z [4881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.9572598Z [4882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.9638617Z [4883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:12.9744548Z [4884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0106102Z [4885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0515191Z [4886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0529354Z [4887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0836429Z [4888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0848864Z [4889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0900156Z [4890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.0916067Z [4891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.1319110Z [4892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.1689899Z [4893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.1779552Z [4894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.1996968Z [4895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.2010563Z [4896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.2025997Z [4897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-01-24T00:59:13.2222031Z [4898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.2709324Z [4899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3064380Z [4900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3229168Z [4901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3370264Z [4902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3382964Z [4903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3438097Z [4904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.3676908Z [4905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.4008282Z [4906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.4361988Z [4907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.4511517Z [4908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-01-24T00:59:13.4556497Z [4909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-01-24T00:59:13.4606720Z [4910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.4618634Z [4911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2025-01-24T00:59:13.4726691Z [4912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-01-24T00:59:13.5116549Z [4913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-01-24T00:59:13.5403069Z [4914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-01-24T00:59:13.5566063Z [4915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-01-24T00:59:13.5620957Z [4916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-01-24T00:59:13.5675977Z [4917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-01-24T00:59:13.5689444Z [4918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-01-24T00:59:13.5897780Z [4919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-01-24T00:59:13.6090488Z [4920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-01-24T00:59:13.6581271Z [4921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-01-24T00:59:13.6697100Z [4922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-01-24T00:59:13.6709515Z [4923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-01-24T00:59:13.6720782Z [4924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-01-24T00:59:13.6823273Z [4925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-01-24T00:59:13.6883288Z [4926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-01-24T00:59:13.7103161Z [4927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-01-24T00:59:13.7678559Z [4928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-01-24T00:59:13.7793616Z [4929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-01-24T00:59:13.7806898Z [4930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-01-24T00:59:13.7857758Z [4931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-01-24T00:59:13.7904555Z [4932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-01-24T00:59:13.7975175Z [4933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-01-24T00:59:13.8069579Z [4934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-01-24T00:59:13.8833338Z [4935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-01-24T00:59:13.9003965Z [4936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-01-24T00:59:13.9062610Z [4937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-01-24T00:59:13.9075835Z [4938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-01-24T00:59:13.9171470Z [4939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-01-24T00:59:13.9185973Z [4940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-01-24T00:59:13.9728580Z [4941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-01-24T00:59:13.9976256Z [4942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-01-24T00:59:14.0082027Z [4943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-01-24T00:59:14.0159805Z [4944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-01-24T00:59:14.0220732Z [4945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-01-24T00:59:14.0350415Z [4946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-01-24T00:59:14.0404267Z [4947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-01-24T00:59:14.1137169Z [4948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-01-24T00:59:14.1205526Z [4949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-01-24T00:59:14.1222486Z [4950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-01-24T00:59:14.1352089Z [4951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-01-24T00:59:14.1469193Z [4952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-01-24T00:59:14.1532175Z [4953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-01-24T00:59:14.1590086Z [4954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-01-24T00:59:14.2299603Z [4955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2025-01-24T00:59:14.2360172Z [4956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2025-01-24T00:59:14.2373366Z [4957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2025-01-24T00:59:14.2474814Z [4958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-01-24T00:59:14.2606150Z [4959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-01-24T00:59:14.2670673Z [4960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-01-24T00:59:14.2748279Z [4961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-01-24T00:59:14.3470583Z [4962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-01-24T00:59:14.3546399Z [4963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-01-24T00:59:14.3615898Z [4964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-01-24T00:59:14.3628796Z [4965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-01-24T00:59:14.3737626Z [4966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-01-24T00:59:14.3863252Z [4967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-01-24T00:59:14.3879943Z [4968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-01-24T00:59:14.4590651Z [4969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-01-24T00:59:14.4711189Z [4970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-01-24T00:59:14.4768019Z [4971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-01-24T00:59:14.4864644Z [4972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-01-24T00:59:14.4913521Z [4973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-01-24T00:59:14.4981648Z [4974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-01-24T00:59:14.5034718Z [4975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-01-24T00:59:14.5806959Z [4976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-01-24T00:59:14.5898739Z [4977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-01-24T00:59:14.5968655Z [4978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-01-24T00:59:14.6023231Z [4979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-01-24T00:59:14.6039466Z [4980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-01-24T00:59:14.6107568Z [4981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-01-24T00:59:14.6166796Z [4982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-01-24T00:59:14.6983080Z [4983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-01-24T00:59:14.7072123Z [4984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-01-24T00:59:14.7208538Z [4985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-01-24T00:59:14.7261412Z [4986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-01-24T00:59:14.7312467Z [4987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-01-24T00:59:14.7484953Z [4988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.7501987Z [4989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-01-24T00:59:14.8256379Z [4990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.8313918Z [4991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:14.8499960Z [4992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.8597892Z [4993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.8658078Z [4994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:14.8974221Z [4995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.9228781Z [4996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:14.9669929Z [4997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.9792585Z [4998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:14.9937539Z [4999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:14.9950263Z [5000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.0004496Z [5001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.0186292Z [5002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.0479410Z [5003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.1040859Z [5004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.1163734Z [5005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.1285244Z [5006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.1381310Z [5007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.1465382Z [5008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.1516483Z [5009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.1788721Z [5010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.2210962Z [5011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.2394120Z [5012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.2535937Z [5013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.2656488Z [5014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.2712049Z [5015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.2765081Z [5016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.2900904Z [5017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.obj 2025-01-24T00:59:15.3376204Z [5018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.obj 2025-01-24T00:59:15.3666488Z [5019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.3844826Z [5020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.3954154Z [5021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.4041291Z [5022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.4094607Z [5023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.4279802Z [5024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.4462575Z [5025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:59:15.4803891Z [5026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.5062064Z [5027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.5286220Z [5028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:59:15.5370875Z [5029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.5451474Z [5030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.5466734Z [5031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.5674065Z [5032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.6087302Z [5033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.6294320Z [5034/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.6438745Z [5035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-01-24T00:59:15.6491550Z [5036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-01-24T00:59:15.6560328Z [5037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-01-24T00:59:15.6644499Z [5038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.6807802Z [5039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.7225253Z [5040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.7553438Z [5041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.7660043Z [5042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.7786280Z [5043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:59:15.7833120Z [5044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.7885995Z [5045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.8000268Z [5046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.8423233Z [5047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.8812212Z [5048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.9036403Z [5049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2025-01-24T00:59:15.9048430Z [5050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.9104489Z [5051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.9538350Z [5052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:15.9671246Z [5053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:15.9840812Z [5054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.0339938Z [5055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.0404761Z [5056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.0460748Z [5057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.0802344Z [5058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.0864563Z [5059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.0944318Z [5060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.1120342Z [5061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.1641092Z [5062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.1756913Z [5063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.1811179Z [5064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.2190942Z [5065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.2424499Z [5066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.2479222Z [5067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.2535229Z [5068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.3009591Z [5069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.3107104Z [5070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.3120597Z [5071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.3631068Z [5072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.3721326Z [5073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.3737464Z [5074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.3948757Z [5075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.4216973Z [5076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.4298950Z [5077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.4402670Z [5078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.4871635Z [5079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.4938055Z [5080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.4988270Z [5081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.5105117Z [5082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.5524337Z [5083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.5537882Z [5084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.5595391Z [5085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.6108705Z [5086/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.6125030Z [5087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.6175879Z [5088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.6231823Z [5089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.6710800Z [5090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.6777512Z [5091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.6868324Z [5092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:16.7217372Z [5093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:16.7290793Z [5094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:16.7362810Z [5095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T00:59:16.7378059Z [5096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T00:59:16.7822220Z [5097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T00:59:16.7886403Z [5098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T00:59:16.8001484Z [5099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T00:59:16.8298994Z [5100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T00:59:16.8484924Z [5101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:16.8561475Z [5102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T00:59:16.8651086Z [5103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-01-24T00:59:16.9085808Z [5104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T00:59:16.9141340Z [5105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-01-24T00:59:16.9197667Z [5106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-01-24T00:59:16.9401417Z [5107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-01-24T00:59:16.9829422Z [5108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-01-24T00:59:16.9896887Z [5109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-01-24T00:59:16.9989645Z [5110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-01-24T00:59:17.0147581Z [5111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-01-24T00:59:17.0163075Z [5112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:17.0221704Z [5113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:17.0622573Z [5114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1074333Z [5115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1133644Z [5116/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1198030Z [5117/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1377976Z [5118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1447813Z [5119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:17.1506114Z [5120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.1746215Z [5121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.2288320Z [5122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.2500172Z [5123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-01-24T00:59:17.2512811Z [5124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-01-24T00:59:17.2840225Z [5125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-01-24T00:59:17.2855673Z [5126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-01-24T00:59:17.2867969Z [5127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.3445259Z [5128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-01-24T00:59:17.3815331Z [5129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.3873119Z [5130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.3993801Z [5131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.4059025Z [5132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.4138348Z [5133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.4186729Z [5134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.4711188Z [5135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.5181811Z [5136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.5193926Z [5137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.5283772Z [5138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.5355144Z [5139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.5593458Z [5140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.5606151Z [5141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.6000810Z [5142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.6476516Z [5143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.6562040Z [5144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.6614212Z [5145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.6929989Z [5146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.7015637Z [5147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.7028679Z [5148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.7180402Z [5149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.7662716Z [5150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.7718453Z [5151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.7848986Z [5152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.8152878Z [5153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.8245697Z [5154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.8371595Z [5155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.8423679Z [5156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.8790867Z [5157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.8853992Z [5158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.9037004Z [5159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.9508981Z [5160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:17.9525416Z [5161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.9581530Z [5162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:17.9634081Z [5163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:18.0061135Z [5164/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:18.0223609Z [5165/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:18.0319910Z [5166/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:18.0701009Z [5167/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-01-24T00:59:18.0764317Z [5168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:18.0823088Z [5169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T00:59:18.0877935Z [5170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-01-24T00:59:18.1162965Z [5171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T00:59:18.1287682Z [5172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:18.1401870Z [5173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-01-24T00:59:18.1800603Z [5174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-01-24T00:59:18.1858197Z [5175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-01-24T00:59:18.1911508Z [5176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-01-24T00:59:18.1976778Z [5177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-01-24T00:59:18.2318884Z [5178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-01-24T00:59:18.2426584Z [5179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:18.2505790Z [5180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2025-01-24T00:59:18.2614717Z [5181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-01-24T00:59:18.2748726Z [5182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-01-24T00:59:18.2796493Z [5183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-01-24T00:59:18.3201557Z [5184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1-prfm.c.obj 2025-01-24T00:59:18.3367887Z [5185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-01-24T00:59:18.3524691Z [5186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-01-24T00:59:18.3626400Z [5187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8-prfm.c.obj 2025-01-24T00:59:18.3701165Z [5188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-01-24T00:59:18.3789202Z [5189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2025-01-24T00:59:18.3908297Z [5190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2025-01-24T00:59:18.4144435Z [5191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-01-24T00:59:18.4351637Z [5192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1-prfm.c.obj 2025-01-24T00:59:18.4541236Z [5193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-01-24T00:59:18.4793808Z [5194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2025-01-24T00:59:18.4918165Z [5195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2025-01-24T00:59:18.4934127Z [5196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1-prfm.c.obj 2025-01-24T00:59:18.4992579Z [5197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8-prfm.c.obj 2025-01-24T00:59:18.5174897Z [5198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-01-24T00:59:18.5310879Z [5199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8-prfm.c.obj 2025-01-24T00:59:18.5572876Z [5200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-01-24T00:59:18.5794553Z [5201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-01-24T00:59:18.5994855Z [5202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-01-24T00:59:18.6055746Z [5203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-01-24T00:59:18.6067938Z [5204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-01-24T00:59:18.6116990Z [5205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-01-24T00:59:18.6313543Z [5206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-01-24T00:59:18.6480299Z [5207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-01-24T00:59:18.6749340Z [5208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-01-24T00:59:18.6995107Z [5209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-01-24T00:59:18.7103671Z [5210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-01-24T00:59:18.7276315Z [5211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-01-24T00:59:18.7332015Z [5212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-01-24T00:59:18.7770004Z [5213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-01-24T00:59:18.7824130Z [5214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-01-24T00:59:18.7910536Z [5215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-01-24T00:59:18.7925794Z [5216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-01-24T00:59:18.8073932Z [5217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-01-24T00:59:18.8320708Z [5218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-01-24T00:59:18.8472087Z [5219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-01-24T00:59:18.8964639Z [5220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-01-24T00:59:18.9099728Z [5221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-01-24T00:59:18.9163993Z [5222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-01-24T00:59:18.9221875Z [5223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-01-24T00:59:18.9235550Z [5224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-01-24T00:59:18.9499841Z [5225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-01-24T00:59:18.9553202Z [5226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-01-24T00:59:19.0056660Z [5227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-01-24T00:59:19.0261202Z [5228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-01-24T00:59:19.0325437Z [5229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-01-24T00:59:19.0381146Z [5230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-01-24T00:59:19.0574475Z [5231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-01-24T00:59:19.0645977Z [5232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-01-24T00:59:19.0736979Z [5233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-01-24T00:59:19.1192068Z [5234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-01-24T00:59:19.1407262Z [5235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-01-24T00:59:19.1525007Z [5236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-01-24T00:59:19.1604942Z [5237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-01-24T00:59:19.1750622Z [5238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-01-24T00:59:19.1809505Z [5239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-01-24T00:59:19.1881283Z [5240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-01-24T00:59:19.2613112Z [5241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-01-24T00:59:19.2704946Z [5242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-01-24T00:59:19.2758908Z [5243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T00:59:19.2806077Z [5244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-01-24T00:59:19.2884857Z [5245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T00:59:19.3027814Z [5246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-01-24T00:59:19.3085181Z [5247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-01-24T00:59:19.3769616Z [5248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-01-24T00:59:19.3920202Z [5249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-01-24T00:59:19.3934711Z [5250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-01-24T00:59:19.4022852Z [5251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-01-24T00:59:19.4119474Z [5252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-01-24T00:59:19.4224847Z [5253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-01-24T00:59:19.4822911Z [5254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-01-24T00:59:19.4837932Z [5255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-01-24T00:59:19.4945041Z [5256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-01-24T00:59:19.5047935Z [5257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-01-24T00:59:19.5104023Z [5258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-01-24T00:59:19.5365883Z [5259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-01-24T00:59:19.5571131Z [5260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-01-24T00:59:19.5997219Z [5261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-01-24T00:59:19.6012920Z [5262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-01-24T00:59:19.6064727Z [5263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-01-24T00:59:19.6226722Z [5264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.6448037Z [5265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T00:59:19.6613170Z [5266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.7115577Z [5267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.7192445Z [5268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.7403704Z [5269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.7582037Z [5270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T00:59:19.7635414Z [5271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.7748173Z [5272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-01-24T00:59:19.7845105Z [5273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-01-24T00:59:19.8332708Z [5274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.8384526Z [5275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:19.8636274Z [5276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.8779311Z [5277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:19.8829601Z [5278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.8974601Z [5279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.9036705Z [5280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:19.9602933Z [5281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:19.9657933Z [5282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:19.9848981Z [5283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:19.9973720Z [5284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.0085560Z [5285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.0138834Z [5286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.0317610Z [5287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.0863257Z [5288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.0914805Z [5289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.1255581Z [5290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.1304900Z [5291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.1402369Z [5292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.1489759Z [5293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.1791287Z [5294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T00:59:20.2032542Z [5295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.2108191Z [5296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-01-24T00:59:20.2380656Z [5297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-01-24T00:59:20.2480217Z [5298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.2665101Z [5299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T00:59:20.2721245Z [5300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.3089243Z [5301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-01-24T00:59:20.3142355Z [5302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-01-24T00:59:20.3340830Z [5303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-01-24T00:59:20.3486600Z [5304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-01-24T00:59:20.3648335Z [5305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-01-24T00:59:20.3818328Z [5306/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-01-24T00:59:20.3984762Z [5307/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-01-24T00:59:20.4124857Z [5308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-01-24T00:59:20.4258872Z [5309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-01-24T00:59:20.4441202Z [5310/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-01-24T00:59:20.4649912Z [5311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-01-24T00:59:20.4859978Z [5312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-01-24T00:59:20.4989272Z [5313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-01-24T00:59:20.5322730Z [5314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-01-24T00:59:20.5372266Z [5315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.5430271Z [5316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-01-24T00:59:20.5694564Z [5317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.5966699Z [5318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-01-24T00:59:20.6258638Z [5319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.6615317Z [5320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.6734227Z [5321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.6797407Z [5322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.6873292Z [5323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.6923276Z [5324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.7052313Z [5325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.7351698Z [5326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.7816297Z [5327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.8016911Z [5328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.8029351Z [5329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.8171749Z [5330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.8233333Z [5331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-01-24T00:59:20.8450077Z [5332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.8607948Z [5333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-01-24T00:59:20.8982433Z [5334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.9181133Z [5335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.9332488Z [5336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-01-24T00:59:20.9347413Z [5337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-01-24T00:59:20.9542213Z [5338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:20.9797705Z [5339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:20.9980551Z [5340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.0437380Z [5341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.0642352Z [5342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.0661294Z [5343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.0712983Z [5344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1102044Z [5345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1451216Z [5346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1620068Z [5347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1633602Z [5348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1980528Z [5349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.1997477Z [5350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.2053654Z [5351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.2692360Z [5352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.2942247Z [5353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.2955664Z [5354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.3004171Z [5355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.3374406Z [5356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.3433980Z [5357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.3633056Z [5358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4033094Z [5359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4262886Z [5360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4334816Z [5361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4651600Z [5362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4722122Z [5363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4930712Z [5364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.4985428Z [5365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.5275589Z [5366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.5519890Z [5367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.5532035Z [5368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.5865007Z [5369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.5929020Z [5370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.6206851Z [5371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.6618315Z [5372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.6752345Z [5373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-01-24T00:59:21.6811139Z [5374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.6824645Z [5375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.7123825Z [5376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.7228689Z [5377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.7307648Z [5378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.7797758Z [5379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8163778Z [5380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8179139Z [5381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8193772Z [5382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8456928Z [5383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8521791Z [5384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.8629663Z [5385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9191071Z [5386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9499060Z [5387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9558951Z [5388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9570350Z [5389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9721141Z [5390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-01-24T00:59:21.9846705Z [5391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:21.9898930Z [5392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2025-01-24T00:59:22.0275903Z [5393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-01-24T00:59:22.0597012Z [5394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-01-24T00:59:22.0706787Z [5395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-01-24T00:59:22.1029104Z [5396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T00:59:22.1086564Z [5397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-01-24T00:59:22.1181849Z [5398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T00:59:22.1282037Z [5399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-01-24T00:59:22.1667244Z [5400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-01-24T00:59:22.1807515Z [5401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-01-24T00:59:22.2218145Z [5402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.2311976Z [5403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.2497874Z [5404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.2511519Z [5405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.2564286Z [5406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.2968126Z [5407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3068495Z [5408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3530756Z [5409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3544904Z [5410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3629022Z [5411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3726146Z [5412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.3791889Z [5413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.4142228Z [5414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.4228314Z [5415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.4878879Z [5416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.4987162Z [5417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.5165931Z [5418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.5218042Z [5419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.5468679Z [5420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.5552593Z [5421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.5789767Z [5422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6203481Z [5423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6262055Z [5424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6275067Z [5425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6631650Z [5426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6684555Z [5427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6841898Z [5428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.6995989Z [5429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.7398599Z [5430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.7450389Z [5431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.7638559Z [5432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-01-24T00:59:22.7865419Z [5433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.7880007Z [5434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-01-24T00:59:22.8013399Z [5435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:22.8105791Z [5436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-01-24T00:59:22.8331255Z [5437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-01-24T00:59:22.8409949Z [5438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-01-24T00:59:22.8775845Z [5439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-01-24T00:59:22.8874860Z [5440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-01-24T00:59:22.9021966Z [5441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-01-24T00:59:22.9091633Z [5442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-01-24T00:59:22.9356678Z [5443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-01-24T00:59:22.9413713Z [5444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-01-24T00:59:22.9427953Z [5445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-01-24T00:59:22.9865827Z [5446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-01-24T00:59:23.0006030Z [5447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-01-24T00:59:23.0150881Z [5448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-01-24T00:59:23.0321177Z [5449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-01-24T00:59:23.0371713Z [5450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-01-24T00:59:23.0426934Z [5451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-01-24T00:59:23.0443156Z [5452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-01-24T00:59:23.0869362Z [5453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-01-24T00:59:23.1010646Z [5454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-01-24T00:59:23.1200931Z [5455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-01-24T00:59:23.1466558Z [5456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-01-24T00:59:23.1582326Z [5457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-01-24T00:59:23.1653099Z [5458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-01-24T00:59:23.1670062Z [5459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-01-24T00:59:23.2076813Z [5460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-01-24T00:59:23.2180149Z [5461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-01-24T00:59:23.2639984Z [5462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-01-24T00:59:23.2731887Z [5463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2025-01-24T00:59:23.2745735Z [5464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-01-24T00:59:23.2881513Z [5465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2025-01-24T00:59:23.2953039Z [5466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2025-01-24T00:59:23.3206153Z [5467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2025-01-24T00:59:23.3756394Z [5468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2025-01-24T00:59:23.3895846Z [5469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2025-01-24T00:59:23.3909819Z [5470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2025-01-24T00:59:23.3966620Z [5471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2025-01-24T00:59:23.4113431Z [5472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.4461526Z [5473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.4476444Z [5474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5079152Z [5475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5238294Z [5476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5312932Z [5477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5364811Z [5478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5488701Z [5479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.5927654Z [5480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.6093036Z [5481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.6481467Z [5482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.6533413Z [5483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.6610680Z [5484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.6683426Z [5485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.7016791Z [5486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.7135039Z [5487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.7330421Z [5488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.7868217Z [5489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.7919613Z [5490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.8098590Z [5491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.8356274Z [5492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.8510391Z [5493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.8564591Z [5494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.8885611Z [5495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-01-24T00:59:23.8941800Z [5496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-01-24T00:59:23.9131769Z [5497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-01-24T00:59:23.9359600Z [5498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-01-24T00:59:23.9651458Z [5499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-01-24T00:59:23.9698129Z [5500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2025-01-24T00:59:23.9821877Z [5501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-01-24T00:59:23.9881933Z [5502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-01-24T00:59:23.9969396Z [5503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-01-24T00:59:24.0111335Z [5504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-01-24T00:59:24.0169819Z [5505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-01-24T00:59:24.0410791Z [5506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-01-24T00:59:24.0472966Z [5507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-01-24T00:59:24.0609648Z [5508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-01-24T00:59:24.0733186Z [5509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-01-24T00:59:24.0912631Z [5510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-01-24T00:59:24.1046459Z [5511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-01-24T00:59:24.1195478Z [5512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-01-24T00:59:24.1208096Z [5513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-01-24T00:59:24.1259164Z [5514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-01-24T00:59:24.1450807Z [5515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-01-24T00:59:24.1502538Z [5516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-01-24T00:59:24.1752264Z [5517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-01-24T00:59:24.1888910Z [5518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-01-24T00:59:24.2117627Z [5519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-01-24T00:59:24.2130860Z [5520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-01-24T00:59:24.2176726Z [5521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-01-24T00:59:24.2297154Z [5522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-01-24T00:59:24.2351992Z [5523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-01-24T00:59:24.2604695Z [5524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-01-24T00:59:24.2708492Z [5525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-01-24T00:59:24.3062093Z [5526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-01-24T00:59:24.3106232Z [5527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-01-24T00:59:24.3154826Z [5528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-01-24T00:59:24.3212463Z [5529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-01-24T00:59:24.3534607Z [5530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-01-24T00:59:24.3632329Z [5531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-01-24T00:59:24.3791810Z [5532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-01-24T00:59:24.4036820Z [5533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-01-24T00:59:24.4137882Z [5534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-01-24T00:59:24.4191711Z [5535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-01-24T00:59:24.4240087Z [5536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-01-24T00:59:24.4542152Z [5537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-01-24T00:59:24.4639393Z [5538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-01-24T00:59:24.4937423Z [5539/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2025-01-24T00:59:24.5238604Z [5540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2025-01-24T00:59:24.5357618Z [5541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2025-01-24T00:59:24.5371774Z [5542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2025-01-24T00:59:24.5628541Z [5543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2025-01-24T00:59:24.5733823Z [5544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2025-01-24T00:59:24.5869237Z [5545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2025-01-24T00:59:24.6024275Z [5546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2025-01-24T00:59:24.6434910Z [5547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2025-01-24T00:59:24.6494437Z [5548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2025-01-24T00:59:24.6575403Z [5549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2025-01-24T00:59:24.6717150Z [5550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-01-24T00:59:24.6862515Z [5551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-01-24T00:59:24.7020096Z [5552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-01-24T00:59:24.7147997Z [5553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-01-24T00:59:24.7244480Z [5554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-01-24T00:59:24.7291308Z [5555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-01-24T00:59:24.7346149Z [5556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-01-24T00:59:24.7466714Z [5557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-01-24T00:59:24.7693560Z [5558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-01-24T00:59:24.7839150Z [5559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-01-24T00:59:24.7961356Z [5560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-01-24T00:59:24.8408209Z [5561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-01-24T00:59:24.8554769Z [5562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-01-24T00:59:24.8624708Z [5563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-01-24T00:59:24.8730177Z [5564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-01-24T00:59:24.9066304Z [5565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-01-24T00:59:24.9149358Z [5566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-01-24T00:59:24.9329078Z [5567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-01-24T00:59:24.9507170Z [5568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-01-24T00:59:24.9595704Z [5569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-01-24T00:59:24.9848522Z [5570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-01-24T00:59:24.9863896Z [5571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-01-24T00:59:25.0228651Z [5572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-01-24T00:59:25.0597770Z [5573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.0652343Z [5574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.0809889Z [5575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.0826081Z [5576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.1244408Z [5577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.1308434Z [5578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.1734448Z [5579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.1890549Z [5580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.2085063Z [5581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.2253254Z [5582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.2623481Z [5583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.2757755Z [5584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.2897301Z [5585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.2992384Z [5586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.3116045Z [5587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.3415155Z [5588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.3599604Z [5589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.3953374Z [5590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.4058007Z [5591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.4329087Z [5592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.4383388Z [5593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.4734864Z [5594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.4748247Z [5595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.4950041Z [5596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.5218342Z [5597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.5470021Z [5598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.5520456Z [5599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.5666322Z [5600/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.6145979Z [5601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.6160196Z [5602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.6239249Z [5603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.6521836Z [5604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.6763811Z [5605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.6829147Z [5606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.7022474Z [5607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.7565226Z [5608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.7628480Z [5609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.7840561Z [5610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.8094701Z [5611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.8170049Z [5612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.8258227Z [5613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.8349235Z [5614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.8932194Z [5615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.8996840Z [5616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.9064295Z [5617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.9538516Z [5618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:25.9590430Z [5619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:25.9651693Z [5620/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx2.c.obj 2025-01-24T00:59:25.9836689Z [5621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.0450177Z [5622/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd.c.obj 2025-01-24T00:59:26.0516021Z [5623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.0654892Z [5624/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx2-madd-prfm.c.obj 2025-01-24T00:59:26.0882108Z [5625/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.0899248Z [5626/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.1067054Z [5627/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.1087570Z [5628/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.obj 2025-01-24T00:59:26.1640372Z [5629/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.1743204Z [5630/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.1970791Z [5631/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.2164741Z [5632/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.2273434Z [5633/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.2336859Z [5634/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.2413731Z [5635/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.2806866Z [5636/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.2947860Z [5637/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.3252439Z [5638/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.3471348Z [5639/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.3522064Z [5640/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.3601061Z [5641/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.3970504Z [5642/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.4047641Z [5643/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.4155312Z [5644/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.4522757Z [5645/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.4668836Z [5646/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.4750256Z [5647/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.4807715Z [5648/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.5060054Z [5649/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.5277476Z [5650/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.5573312Z [5651/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.5840850Z [5652/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.5889863Z [5653/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.5944133Z [5654/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.6054348Z [5655/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.6189881Z [5656/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.6475445Z [5657/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.6681443Z [5658/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.7061156Z [5659/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.7118912Z [5660/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.7135746Z [5661/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.7269007Z [5662/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.7339671Z [5663/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.7600569Z [5664/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.8280063Z [5665/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.8336417Z [5666/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.8348645Z [5667/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.8396345Z [5668/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:26.8501950Z [5669/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:26.8663641Z [5670/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:26.8744638Z [5671/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:26.9435874Z [5672/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-01-24T00:59:26.9452342Z [5673/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-01-24T00:59:26.9466469Z [5674/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-01-24T00:59:26.9526794Z [5675/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-01-24T00:59:26.9580416Z [5676/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-01-24T00:59:26.9675128Z [5677/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-01-24T00:59:27.0465199Z [5678/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-01-24T00:59:27.0637000Z [5679/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.0698006Z [5680/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.0747129Z [5681/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.0800877Z [5682/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.0929969Z [5683/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.1025723Z [5684/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.1632512Z [5685/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.1833884Z [5686/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.1946479Z [5687/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.2009400Z [5688/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.2149311Z [5689/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.2214786Z [5690/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.2459110Z [5691/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.2779247Z [5692/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.2996356Z [5693/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.3135047Z [5694/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.3222478Z [5695/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.3414651Z [5696/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.3429547Z [5697/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.3636629Z [5698/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.4099505Z [5699/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.4336435Z [5700/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.4394065Z [5701/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.4498996Z [5702/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.4667469Z [5703/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.4790679Z [5704/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.4875764Z [5705/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.5445672Z [5706/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.5494059Z [5707/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.5507218Z [5708/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.5680072Z [5709/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.5991174Z [5710/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.6119771Z [5711/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.6303166Z [5712/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.6639679Z [5713/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.6831020Z [5714/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.6858303Z [5715/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.7258254Z [5716/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.7303863Z [5717/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.7458529Z [5718/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2025-01-24T00:59:27.7880012Z [5719/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2025-01-24T00:59:27.8071059Z [5720/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:27.8144255Z [5721/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:27.8201502Z [5722/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.obj 2025-01-24T00:59:27.8434188Z [5723/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:27.8572373Z [5724/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:27.8942049Z [5725/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:27.9074249Z [5726/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-01-24T00:59:27.9182927Z [5727/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-01-24T00:59:27.9199631Z [5728/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-01-24T00:59:27.9215306Z [5729/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-01-24T00:59:27.9588600Z [5730/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T00:59:27.9755582Z [5731/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T00:59:28.0111367Z [5732/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T00:59:28.0225005Z [5733/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T00:59:28.0267683Z [5734/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-01-24T00:59:28.0333873Z [5735/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-01-24T00:59:28.0386944Z [5736/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-01-24T00:59:28.0690757Z [5737/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-01-24T00:59:28.0867520Z [5738/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-01-24T00:59:28.1409324Z [5739/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-01-24T00:59:28.1420431Z [5740/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.1492728Z [5741/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.1505625Z [5742/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.1793844Z [5743/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2012711Z [5744/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2071691Z [5745/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2710195Z [5746/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2794818Z [5747/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2853002Z [5748/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2911928Z [5749/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.2964880Z [5750/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.3120125Z [5751/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.3228593Z [5752/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-01-24T00:59:28.3726657Z [5753/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-01-24T00:59:28.4065758Z [5754/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-01-24T00:59:28.4081748Z [5755/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-01-24T00:59:28.4217386Z [5756/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:28.4231098Z [5757/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:28.4331916Z [5758/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:28.4428855Z [5759/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-01-24T00:59:28.4758124Z [5760/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-01-24T00:59:28.5125700Z [5761/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-01-24T00:59:28.5175292Z [5762/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-01-24T00:59:28.5306392Z [5763/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T00:59:28.5368944Z [5764/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-01-24T00:59:28.5382541Z [5765/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-01-24T00:59:28.5503751Z [5766/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-01-24T00:59:28.6063999Z [5767/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-01-24T00:59:28.6120263Z [5768/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-01-24T00:59:28.6168717Z [5769/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-01-24T00:59:28.6180753Z [5770/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-01-24T00:59:28.6232250Z [5771/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-01-24T00:59:28.6401168Z [5772/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T00:59:28.6674264Z [5773/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-01-24T00:59:28.7154560Z [5774/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-01-24T00:59:28.7197894Z [5775/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-01-24T00:59:28.7250363Z [5776/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2025-01-24T00:59:28.7368644Z [5777/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-01-24T00:59:28.7541868Z [5778/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-01-24T00:59:28.7648238Z [5779/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-01-24T00:59:28.7926366Z [5780/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-01-24T00:59:28.8126722Z [5781/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-01-24T00:59:28.8180502Z [5782/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-01-24T00:59:28.8657084Z [5783/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-01-24T00:59:28.8770854Z [5784/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:28.8910291Z [5785/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:28.8924758Z [5786/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:28.9295339Z [5787/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:28.9605237Z [5788/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:28.9662840Z [5789/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.0116004Z [5790/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.0172699Z [5791/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.0313742Z [5792/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.0474861Z [5793/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.0811879Z [5794/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.1018818Z [5795/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.1214844Z [5796/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.1433875Z [5797/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.1631722Z [5798/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.1778579Z [5799/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.1796446Z [5800/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.2060603Z [5801/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.2646238Z [5802/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.2772906Z [5803/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.2836623Z [5804/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.2907106Z [5805/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.3103511Z [5806/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.3155873Z [5807/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.3306898Z [5808/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.3852868Z [5809/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.4082783Z [5810/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.4192721Z [5811/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.4353942Z [5812/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-2x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.4589111Z [5813/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-3x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.4644020Z [5814/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.4700648Z [5815/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.5354944Z [5816/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.5584983Z [5817/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-6x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.5601633Z [5818/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.5717879Z [5819/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.5923021Z [5820/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.6019893Z [5821/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.6433347Z [5822/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.6608304Z [5823/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.6857973Z [5824/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.6949027Z [5825/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.7038974Z [5826/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.7216792Z [5827/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.7323182Z [5828/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.7915142Z [5829/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.8228168Z [5830/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd-prfm.c.obj 2025-01-24T00:59:29.8300844Z [5831/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256skx-madd.c.obj 2025-01-24T00:59:29.8465083Z [5832/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.8479537Z [5833/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.8493419Z [5834/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.8798873Z [5835/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256skx.c.obj 2025-01-24T00:59:29.9193582Z [5836/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:29.9454636Z [5837/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:29.9526187Z [5838/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-01-24T00:59:29.9577168Z [5839/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-01-24T00:59:29.9589558Z [5840/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:29.9664492Z [5841/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:29.9798461Z [5842/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-01-24T00:59:30.0458555Z [5843/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:30.0635924Z [5844/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T00:59:30.0693821Z [5845/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-01-24T00:59:30.0705902Z [5846/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-01-24T00:59:30.0940400Z [5847/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-01-24T00:59:30.0989700Z [5848/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-01-24T00:59:30.1137819Z [5849/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.1799215Z [5850/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.2105346Z [5851/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.2118559Z [5852/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.2346269Z [5853/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.2412813Z [5854/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.2522795Z [5855/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.2574167Z [5856/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.3061882Z [5857/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.3410853Z [5858/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.3501911Z [5859/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.3673549Z [5860/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.3722610Z [5861/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.3782071Z [5862/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.4301367Z [5863/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.4361065Z [5864/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.4686752Z [5865/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.4854659Z [5866/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.5026115Z [5867/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.5088855Z [5868/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.5270604Z [5869/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.5569206Z [5870/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.5644036Z [5871/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.5982011Z [5872/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.6218405Z [5873/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.6438707Z [5874/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.6539854Z [5875/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.6587356Z [5876/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.7163103Z [5877/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.7557232Z [5878/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.7671942Z [5879/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.7746246Z [5880/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.7794362Z [5881/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.7861171Z [5882/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.8331422Z [5883/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.8391869Z [5884/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.8823079Z [5885/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.9170126Z [5886/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.9182656Z [5887/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.9239402Z [5888/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.9431606Z [5889/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:30.9545731Z [5890/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:30.9628914Z [5891/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.0149892Z [5892/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.0635308Z [5893/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.0692656Z [5894/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.0706483Z [5895/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.0772962Z [5896/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.0893719Z [5897/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.0985717Z [5898/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.1421373Z [5899/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.2021403Z [5900/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.2089664Z [5901/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.2226142Z [5902/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.2274613Z [5903/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.2461696Z [5904/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.2477825Z [5905/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.2648755Z [5906/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.3383319Z [5907/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.3527734Z [5908/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.3586513Z [5909/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.3834908Z [5910/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.3894562Z [5911/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.3907584Z [5912/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.4115366Z [5913/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.4724617Z [5914/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.4914697Z [5915/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.4971131Z [5916/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.5140472Z [5917/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.5324241Z [5918/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.5495466Z [5919/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.5606130Z [5920/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.6198660Z [5921/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.6302456Z [5922/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.6500838Z [5923/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.6610349Z [5924/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.6742091Z [5925/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.6833020Z [5926/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.6889977Z [5927/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.7683585Z [5928/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.7820577Z [5929/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.7932658Z [5930/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.7982217Z [5931/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.8029024Z [5932/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.8203398Z [5933/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.8218107Z [5934/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.9126680Z [5935/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-01-24T00:59:31.9252454Z [5936/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:31.9265254Z [5937/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.9319118Z [5938/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x8c8-minmax-avx256vnni.c.obj 2025-01-24T00:59:31.9332135Z [5939/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-01-24T00:59:31.9443696Z [5940/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-01-24T00:59:31.9872054Z [5941/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x8c8-minmax-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.0571323Z [5942/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.0644283Z [5943/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.0742131Z [5944/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.0801979Z [5945/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.0814686Z [5946/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.1188974Z [5947/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.1287552Z [5948/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.1920033Z [5949/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.1966305Z [5950/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.2167729Z [5951/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.2216944Z [5952/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.2596543Z [5953/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.2707092Z [5954/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.3098781Z [5955/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.3251894Z [5956/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.3307429Z [5957/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.3496527Z [5958/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.3687515Z [5959/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.3905624Z [5960/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.4015073Z [5961/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.4420519Z [5962/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.4594896Z [5963/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.4609941Z [5964/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.4828934Z [5965/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.5052314Z [5966/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.5288414Z [5967/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.5530724Z [5968/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.5717447Z [5969/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.5973563Z [5970/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.6109451Z [5971/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.6276974Z [5972/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.6466307Z [5973/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.6692611Z [5974/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2025-01-24T00:59:32.6705916Z [5975/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-01-24T00:59:32.6897712Z [5976/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qu8-packw\gen\qs8-qu8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-01-24T00:59:32.7134390Z [5977/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-01-24T00:59:32.7300404Z [5978/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-01-24T00:59:32.7355848Z [5979/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-01-24T00:59:32.7500472Z [5980/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-01-24T00:59:32.8092751Z [5981/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:32.8106023Z [5982/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:32.8364042Z [5983/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:32.8417925Z [5984/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:32.8538269Z [5985/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:32.8609824Z [5986/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:32.8728520Z [5987/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:32.9434981Z [5988/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:32.9451540Z [5989/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:32.9908395Z [5990/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:32.9974113Z [5991/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.0202847Z [5992/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.0341856Z [5993/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.0396456Z [5994/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.0720725Z [5995/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.1237551Z [5996/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.1251441Z [5997/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.1339566Z [5998/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.1466734Z [5999/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.1664497Z [6000/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.1951898Z [6001/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.2172176Z [6002/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.2628095Z [6003/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.2807041Z [6004/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.2857452Z [6005/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.2870579Z [6006/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.2985224Z [6007/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.3347348Z [6008/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.3414934Z [6009/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.4008582Z [6010/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.4137128Z [6011/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.4202646Z [6012/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni.c.obj 2025-01-24T00:59:33.4273095Z [6013/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x8c8-minmax-avx256vnnigfni-prfm.c.obj 2025-01-24T00:59:33.4407630Z [6014/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.4517867Z [6015/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.4611342Z [6016/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-01-24T00:59:33.5192710Z [6017/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.5394702Z [6018/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-01-24T00:59:33.5411234Z [6019/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.5646122Z [6020/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.5716075Z [6021/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-01-24T00:59:33.5764071Z [6022/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.6163034Z [6023/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.6263959Z [6024/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-01-24T00:59:33.6496147Z [6025/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.6553035Z [6026/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-01-24T00:59:33.6823592Z [6027/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-01-24T00:59:33.7018112Z [6028/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.7113196Z [6029/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.7663254Z [6030/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.7779638Z [6031/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.7853509Z [6032/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.8035976Z [6033/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.8264751Z [6034/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.8393887Z [6035/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.8674906Z [6036/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9003887Z [6037/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9199432Z [6038/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9450269Z [6039/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9518704Z [6040/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9668553Z [6041/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9759845Z [6042/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:33.9991422Z [6043/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.0331997Z [6044/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.0407712Z [6045/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.0705275Z [6046/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.0898754Z [6047/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.1172584Z [6048/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.1225792Z [6049/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.1365992Z [6050/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.1750674Z [6051/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2102667Z [6052/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2154973Z [6053/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2283808Z [6054/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2374343Z [6055/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2575956Z [6056/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.2726742Z [6057/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3122887Z [6058/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3503555Z [6059/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3590151Z [6060/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3920912Z [6061/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3975409Z [6062/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.3988393Z [6063/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.4279896Z [6064/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.4332264Z [6065/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.4835574Z [6066/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.4893348Z [6067/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.5375637Z [6068/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.5388659Z [6069/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.5400474Z [6070/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.5646564Z [6071/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.5697610Z [6072/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6081763Z [6073/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6224797Z [6074/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6526721Z [6075/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6598955Z [6076/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6722321Z [6077/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.6845438Z [6078/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7322660Z [6079/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7374367Z [6080/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7482164Z [6081/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7670188Z [6082/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T00:59:34.7737371Z [6083/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7752958Z [6084/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-01-24T00:59:34.7765273Z [6085/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T00:59:34.8257558Z [6086/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T00:59:34.8432732Z [6087/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-01-24T00:59:34.8476243Z [6088/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T00:59:34.8548481Z [6089/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T00:59:34.8559470Z [6090/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T00:59:34.8627692Z [6091/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-01-24T00:59:34.9044593Z [6092/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T00:59:34.9187384Z [6093/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-01-24T00:59:34.9236328Z [6094/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T00:59:34.9293702Z [6095/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T00:59:34.9350941Z [6096/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T00:59:34.9399293Z [6097/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T00:59:34.9869220Z [6098/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-01-24T00:59:34.9958331Z [6099/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-01-24T00:59:35.0019932Z [6100/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T00:59:35.0076141Z [6101/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-01-24T00:59:35.0087887Z [6102/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-01-24T00:59:35.0220832Z [6103/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-01-24T00:59:35.0291794Z [6104/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-01-24T00:59:35.0647529Z [6105/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-01-24T00:59:35.0858956Z [6106/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-01-24T00:59:35.0871447Z [6107/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-01-24T00:59:35.0924370Z [6108/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-01-24T00:59:35.0969181Z [6109/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-01-24T00:59:35.1114391Z [6110/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-01-24T00:59:35.1199118Z [6111/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-01-24T00:59:35.1534819Z [6112/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-01-24T00:59:35.1738021Z [6113/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-01-24T00:59:35.1946877Z [6114/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2025-01-24T00:59:35.2131389Z [6115/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-01-24T00:59:35.2180975Z [6116/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2025-01-24T00:59:35.2340632Z [6117/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-01-24T00:59:35.2431167Z [6118/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u32-acc2.c.obj 2025-01-24T00:59:35.2592007Z [6119/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-01-24T00:59:35.2699450Z [6120/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-01-24T00:59:35.3193445Z [6121/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-01-24T00:59:35.3208660Z [6122/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-01-24T00:59:35.3260448Z [6123/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-01-24T00:59:35.3395360Z [6124/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-01-24T00:59:35.3408959Z [6125/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-01-24T00:59:35.3659497Z [6126/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-01-24T00:59:35.3860585Z [6127/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-01-24T00:59:35.4159530Z [6128/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-01-24T00:59:35.4291072Z [6129/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-01-24T00:59:35.4341461Z [6130/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-01-24T00:59:35.4406111Z [6131/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-01-24T00:59:35.4466543Z [6132/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-01-24T00:59:35.4648331Z [6133/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-01-24T00:59:35.4843151Z [6134/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-01-24T00:59:35.5205034Z [6135/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-01-24T00:59:35.5445523Z [6136/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-01-24T00:59:35.5493207Z [6137/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-01-24T00:59:35.5544771Z [6138/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-01-24T00:59:35.5646443Z [6139/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-01-24T00:59:35.5720833Z [6140/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-01-24T00:59:35.6058436Z [6141/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-01-24T00:59:35.6271777Z [6142/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-01-24T00:59:35.6689112Z [6143/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-01-24T00:59:35.6703324Z [6144/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-01-24T00:59:35.6868011Z [6145/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-01-24T00:59:35.6918674Z [6146/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-01-24T00:59:35.6931512Z [6147/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-01-24T00:59:35.7348328Z [6148/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-01-24T00:59:35.7885858Z [6149/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-01-24T00:59:35.8124819Z [6150/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-01-24T00:59:35.8178385Z [6151/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-01-24T00:59:35.8237581Z [6152/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-01-24T00:59:35.8352519Z [6153/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-01-24T00:59:35.8739706Z [6154/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-01-24T00:59:35.9156002Z [6155/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-01-24T00:59:35.9235585Z [6156/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-01-24T00:59:35.9291640Z [6157/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-01-24T00:59:35.9356098Z [6158/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-01-24T00:59:35.9419973Z [6159/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-01-24T00:59:35.9491749Z [6160/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-01-24T00:59:35.9796477Z [6161/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-01-24T00:59:36.0348241Z [6162/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-01-24T00:59:36.0375000Z [6163/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-01-24T00:59:36.0509174Z [6164/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2025-01-24T00:59:36.0645761Z [6165/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2025-01-24T00:59:36.0717632Z [6166/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2025-01-24T00:59:36.0963742Z [6167/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-01-24T00:59:36.0977160Z [6168/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2025-01-24T00:59:36.1429075Z [6169/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-01-24T00:59:36.1444491Z [6170/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-01-24T00:59:36.1778884Z [6171/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-01-24T00:59:36.1994281Z [6172/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-01-24T00:59:36.2137104Z [6173/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-01-24T00:59:36.2374486Z [6174/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-01-24T00:59:36.2474410Z [6175/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-01-24T00:59:36.2590926Z [6176/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-01-24T00:59:36.2692731Z [6177/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-01-24T00:59:36.2830057Z [6178/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-01-24T00:59:36.3048317Z [6179/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-01-24T00:59:36.3207186Z [6180/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-01-24T00:59:36.3469402Z [6181/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-01-24T00:59:36.3653618Z [6182/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-01-24T00:59:36.3850846Z [6183/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-01-24T00:59:36.4588826Z [6184/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-01-24T00:59:36.4915918Z [6185/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-01-24T00:59:36.9847798Z [6186/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-01-24T00:59:37.0231698Z [6187/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-01-24T00:59:37.0438774Z [6188/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-01-24T00:59:37.0482804Z [6189/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-01-24T00:59:37.0592109Z [6190/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-01-24T00:59:37.0958638Z [6191/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.obj 2025-01-24T00:59:37.1027662Z [6192/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.obj 2025-01-24T00:59:37.1247950Z [6193/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.obj 2025-01-24T00:59:37.1304671Z [6194/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.obj 2025-01-24T00:59:37.1517573Z [6195/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.obj 2025-01-24T00:59:37.1632507Z [6196/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.obj 2025-01-24T00:59:37.1808504Z [6197/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.obj 2025-01-24T00:59:37.2035155Z [6198/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.obj 2025-01-24T00:59:37.2151169Z [6199/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2025-01-24T00:59:37.2391597Z [6200/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2025-01-24T00:59:37.2819489Z [6201/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2025-01-24T00:59:37.2938351Z [6202/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2025-01-24T00:59:37.2994790Z [6203/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2025-01-24T00:59:37.3276199Z [6204/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2025-01-24T00:59:37.3445505Z [6205/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.obj 2025-01-24T00:59:37.3703177Z [6206/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2025-01-24T00:59:37.3873464Z [6207/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.obj 2025-01-24T00:59:37.3934729Z [6208/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2025-01-24T00:59:37.3994962Z [6209/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.obj 2025-01-24T00:59:37.4329500Z [6210/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.obj 2025-01-24T00:59:37.4389285Z [6211/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.obj 2025-01-24T00:59:37.4591268Z [6212/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.obj 2025-01-24T00:59:37.4817177Z [6213/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.obj 2025-01-24T00:59:37.5048771Z [6214/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-01-24T00:59:37.5114554Z [6215/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-01-24T00:59:37.5173428Z [6216/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-01-24T00:59:37.5355034Z [6217/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-01-24T00:59:37.5467641Z [6218/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1-prfm.c.obj 2025-01-24T00:59:37.5609407Z [6219/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8-prfm.c.obj 2025-01-24T00:59:37.5758206Z [6220/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-01-24T00:59:37.6138529Z [6221/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2025-01-24T00:59:37.6279851Z [6222/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1-prfm.c.obj 2025-01-24T00:59:37.6333137Z [6223/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-01-24T00:59:37.6443567Z [6224/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-01-24T00:59:37.6647377Z [6225/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-01-24T00:59:37.6698519Z [6226/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8-prfm.c.obj 2025-01-24T00:59:37.6893434Z [6227/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-01-24T00:59:37.7112556Z [6228/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-01-24T00:59:37.7272625Z [6229/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-01-24T00:59:37.7343736Z [6230/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-01-24T00:59:37.7408711Z [6231/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-01-24T00:59:37.7789247Z [6232/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-01-24T00:59:37.7955924Z [6233/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-01-24T00:59:37.8012434Z [6234/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-01-24T00:59:37.8120840Z [6235/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-01-24T00:59:37.8268811Z [6236/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-01-24T00:59:37.8378953Z [6237/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-01-24T00:59:37.8577529Z [6238/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-01-24T00:59:37.8760117Z [6239/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-01-24T00:59:37.8925808Z [6240/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-01-24T00:59:37.9031055Z [6241/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-01-24T00:59:37.9165175Z [6242/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-01-24T00:59:37.9285691Z [6243/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-01-24T00:59:37.9449529Z [6244/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-01-24T00:59:37.9625290Z [6245/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-01-24T00:59:37.9961785Z [6246/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-01-24T00:59:38.0057087Z [6247/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-01-24T00:59:38.0116498Z [6248/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-01-24T00:59:38.0221658Z [6249/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-01-24T00:59:38.0537211Z [6250/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-01-24T00:59:38.0550211Z [6251/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-01-24T00:59:38.0700268Z [6252/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-01-24T00:59:38.1242679Z [6253/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.1306983Z [6254/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.1410498Z [6255/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.1811862Z [6256/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.2095267Z [6257/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.2110605Z [6258/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.2413264Z [6259/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.2856949Z [6260/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.2902785Z [6261/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.3022657Z [6262/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.3076577Z [6263/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.3467685Z [6264/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.3583661Z [6265/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.3653940Z [6266/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.4246069Z [6267/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.4414020Z [6268/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.4491360Z [6269/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.4636602Z [6270/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.4723565Z [6271/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-01-24T00:59:38.4770639Z [6272/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.5052118Z [6273/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2025-01-24T00:59:38.5432345Z [6274/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-01-24T00:59:38.5496930Z [6275/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-01-24T00:59:38.5598848Z [6276/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-01-24T00:59:38.5649973Z [6277/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-01-24T00:59:38.5760391Z [6278/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-01-24T00:59:38.6188652Z [6279/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.6252245Z [6280/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.6867384Z [6281/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:38.6972449Z [6282/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.7025327Z [6283/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.7040090Z [6284/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:38.7091822Z [6285/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.7669121Z [6286/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.8083942Z [6287/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.8189412Z [6288/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.8201491Z [6289/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.8370810Z [6290/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.8383335Z [6291/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:38.8574067Z [6292/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:38.8927269Z [6293/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.9534101Z [6294/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.9546969Z [6295/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:38.9782419Z [6296/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:38.9797898Z [6297/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:38.9993457Z [6298/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.0156030Z [6299/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.0569283Z [6300/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.0807502Z [6301/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.0854212Z [6302/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.1073305Z [6303/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.1122392Z [6304/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.1362147Z [6305/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.1469863Z [6306/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.1876700Z [6307/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.2115506Z [6308/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.2169450Z [6309/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.2649930Z [6310/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.2709160Z [6311/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.2757678Z [6312/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.2866119Z [6313/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.3073382Z [6314/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.3398181Z [6315/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.3415515Z [6316/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.4080416Z [6317/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd-prfm.c.obj 2025-01-24T00:59:39.4127598Z [6318/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512skx-madd.c.obj 2025-01-24T00:59:39.4184163Z [6319/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.4279237Z [6320/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.4523426Z [6321/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.4786587Z [6322/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.5260924Z [6323/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.5389161Z [6324/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.5438230Z [6325/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.5544405Z [6326/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.5595478Z [6327/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.5885651Z [6328/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.5968668Z [6329/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.obj 2025-01-24T00:59:39.6398262Z [6330/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.obj 2025-01-24T00:59:39.6765985Z [6331/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.6821798Z [6332/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.6834742Z [6333/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.6846620Z [6334/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.7041219Z [6335/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.7553916Z [6336/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.7620037Z [6337/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.7835322Z [6338/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T00:59:39.7900593Z [6339/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T00:59:39.7918236Z [6340/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.7993138Z [6341/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T00:59:39.8171231Z [6342/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9030173Z [6343/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9057474Z [6344/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9100865Z [6345/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9156891Z [6346/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9256003Z [6347/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9330678Z [6348/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:39.9633969Z [6349/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.0402591Z [6350/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.0450814Z [6351/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.0578725Z [6352/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.0592869Z [6353/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.0815390Z [6354/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.0828169Z [6355/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.1091499Z [6356/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.1632501Z [6357/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.1778901Z [6358/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.1838933Z [6359/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.1910858Z [6360/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.2026842Z [6361/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-01-24T00:59:40.2075552Z [6362/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.2132320Z [6363/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-01-24T00:59:40.2851465Z [6364/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-01-24T00:59:40.2985937Z [6365/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T00:59:40.3071127Z [6366/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-01-24T00:59:40.3118730Z [6367/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.3133399Z [6368/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T00:59:40.3296796Z [6369/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.3437327Z [6370/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.3997878Z [6371/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.4247530Z [6372/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.4381593Z [6373/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.4468808Z [6374/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-01-24T00:59:40.4522105Z [6375/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.4612809Z [6376/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-01-24T00:59:40.4822522Z [6377/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-01-24T00:59:40.4989002Z [6378/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-01-24T00:59:40.5794206Z [6379/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.5841969Z [6380/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.5921858Z [6381/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.6000647Z [6382/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.6127932Z [6383/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.6148105Z [6384/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.6349917Z [6385/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.7153097Z [6386/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.7165810Z [6387/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.7214756Z [6388/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.7340050Z [6389/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-01-24T00:59:40.7402982Z [6390/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T00:59:40.7534476Z [6391/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-01-24T00:59:40.7547319Z [6392/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-01-24T00:59:40.7971319Z [6393/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-01-24T00:59:40.8038050Z [6394/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-01-24T00:59:40.8093497Z [6395/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-01-24T00:59:40.8147866Z [6396/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-01-24T00:59:40.8320715Z [6397/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-01-24T00:59:40.8337398Z [6398/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-01-24T00:59:40.8994721Z [6399/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:40.9403444Z [6400/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:40.9619298Z [6401/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:40.9668651Z [6402/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:40.9770747Z [6403/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:40.9945790Z [6404/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:40.9999768Z [6405/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.0206543Z [6406/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.1189730Z [6407/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.1233338Z [6408/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.1291538Z [6409/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.1387466Z [6410/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.1552819Z [6411/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.1621182Z [6412/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.1635441Z [6413/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.2692714Z [6414/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.2705289Z [6415/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.2944709Z [6416/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.2957656Z [6417/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.3016153Z [6418/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.3066189Z [6419/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.3401706Z [6420/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.4236175Z [6421/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.4400645Z [6422/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.4487323Z [6423/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.4592940Z [6424/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.4643206Z [6425/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.4657928Z [6426/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.4853928Z [6427/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.5662895Z [6428/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.5818966Z [6429/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.5948557Z [6430/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.6060869Z [6431/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.6105093Z [6432/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.6209294Z [6433/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.6324401Z [6434/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.7055389Z [6435/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.7371421Z [6436/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.7457132Z [6437/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.7627575Z [6438/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.7737872Z [6439/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.7750338Z [6440/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.8187056Z [6441/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.8237828Z [6442/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.8754495Z [6443/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.8858519Z [6444/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.9058837Z [6445/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.9075475Z [6446/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.9091387Z [6447/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:41.9456586Z [6448/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:41.9512979Z [6449/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.0100142Z [6450/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.0217585Z [6451/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.0360285Z [6452/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.0484536Z [6453/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.0765159Z [6454/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.0869862Z [6455/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.1336768Z [6456/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.1485481Z [6457/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.1703331Z [6458/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.1834965Z [6459/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.1915846Z [6460/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.2055629Z [6461/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.2107006Z [6462/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.2720067Z [6463/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.2818701Z [6464/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.3001332Z [6465/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.3193178Z [6466/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.3250179Z [6467/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.3558860Z [6468/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.3935714Z [6469/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.4054153Z [6470/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.4265950Z [6471/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.4445970Z [6472/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.4660963Z [6473/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.4877839Z [6474/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.4929631Z [6475/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.5131206Z [6476/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.5335483Z [6477/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.5508992Z [6478/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.5700938Z [6479/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.6072373Z [6480/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.6411706Z [6481/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.6565976Z [6482/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.6618374Z [6483/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.6762247Z [6484/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.6815143Z [6485/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.7547914Z [6486/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.7809353Z [6487/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.7846686Z [6488/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.7947658Z [6489/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.7960258Z [6490/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.8014370Z [6491/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.8597213Z [6492/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.8859749Z [6493/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.9103465Z [6494/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.9298078Z [6495/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.9352035Z [6496/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:42.9402664Z [6497/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:42.9549108Z [6498/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.0005861Z [6499/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.0221838Z [6500/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.0507519Z [6501/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.0734091Z [6502/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.0806889Z [6503/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.0855827Z [6504/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.0913766Z [6505/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.1550366Z [6506/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.1570750Z [6507/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.1832436Z [6508/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.2064170Z [6509/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.2128497Z [6510/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.2248055Z [6511/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.2395318Z [6512/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.2882813Z [6513/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.3099327Z [6514/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.3461254Z [6515/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.3597446Z [6516/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.3611401Z [6517/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.3624137Z [6518/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.4044172Z [6519/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.4097526Z [6520/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.4412947Z [6521/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.4923300Z [6522/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.5081817Z [6523/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.5280143Z [6524/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.5331494Z [6525/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.5344813Z [6526/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.5639109Z [6527/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.6165010Z [6528/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.6224498Z [6529/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.6435785Z [6530/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.6583950Z [6531/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.6725843Z [6532/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.6888554Z [6533/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.6900927Z [6534/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.7439575Z [6535/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.7778561Z [6536/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.7861105Z [6537/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.7920042Z [6538/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.8167136Z [6539/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.8236576Z [6540/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2025-01-24T00:59:43.8329589Z [6541/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.8795661Z [6542/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.9215309Z [6543/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.9228664Z [6544/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:43.9278630Z [6545/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.9535945Z [6546/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.9629044Z [6547/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:43.9680437Z [6548/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.0182696Z [6549/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.0567583Z [6550/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.0660397Z [6551/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.0867145Z [6552/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.0936472Z [6553/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.0991708Z [6554/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.1263186Z [6555/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.1466402Z [6556/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.1920629Z [6557/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.2110393Z [6558/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.2214226Z [6559/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.2416691Z [6560/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.2430346Z [6561/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.2643387Z [6562/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.2753921Z [6563/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.3325451Z [6564/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.3442029Z [6565/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.3831960Z [6566/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.3889195Z [6567/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.3939876Z [6568/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.4114622Z [6569/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.4280209Z [6570/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.4687672Z [6571/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-01-24T00:59:44.4881400Z [6572/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-01-24T00:59:44.4926798Z [6573/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-01-24T00:59:44.5094795Z [6574/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2025-01-24T00:59:44.5268549Z [6575/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-01-24T00:59:44.5355458Z [6576/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.5424473Z [6577/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.5960709Z [6578/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.6173672Z [6579/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.6231345Z [6580/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.6378127Z [6581/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.6680841Z [6582/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.6774977Z [6583/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.7327857Z [6584/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.7494986Z [6585/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.7545840Z [6586/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.7723825Z [6587/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.7771824Z [6588/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.7906208Z [6589/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.7961650Z [6590/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.8700192Z [6591/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.8895060Z [6592/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.8998152Z [6593/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.9151546Z [6594/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.9200685Z [6595/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:44.9360249Z [6596/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:44.9580922Z [6597/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.0064635Z [6598/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.0320861Z [6599/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.0385474Z [6600/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.0484464Z [6601/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.0790985Z [6602/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.1092960Z [6603/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.1288386Z [6604/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.1355182Z [6605/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.1996717Z [6606/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.2010209Z [6607/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.2118676Z [6608/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.2222584Z [6609/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.2272175Z [6610/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-9x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.2524809Z [6611/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.2946516Z [6612/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.3347560Z [6613/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.3474586Z [6614/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-10x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.3639535Z [6615/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.3799021Z [6616/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.4148247Z [6617/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.4199634Z [6618/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c4-minmax-avx512vnnigfni-prfm.c.obj 2025-01-24T00:59:45.4434318Z [6619/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-12x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.4605883Z [6620/7038] Linking CXX static library lib\gmock.lib 2025-01-24T00:59:45.4707871Z [6621/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c4-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.4722623Z [6622/7038] Linking CXX static library lib\gtest_main.lib 2025-01-24T00:59:45.4871084Z [6623/7038] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni.c.obj 2025-01-24T00:59:45.5523142Z [6624/7038] Linking CXX static library lib\benchmark.lib 2025-01-24T00:59:45.6783425Z [6625/7038] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-01-24T00:59:45.7494444Z [6626/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-01-24T00:59:45.7633831Z [6627/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-01-24T00:59:45.7915478Z [6628/7038] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-01-24T00:59:45.8493153Z [6629/7038] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-01-24T00:59:45.8660859Z [6630/7038] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-01-24T00:59:45.8924730Z [6631/7038] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-01-24T00:59:46.0195885Z [6632/7038] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-01-24T00:59:46.0952419Z [6633/7038] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-01-24T00:59:46.1528450Z [6634/7038] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-01-24T00:59:46.1609928Z [6635/7038] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-01-24T00:59:46.2195935Z [6636/7038] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-01-24T00:59:46.2503601Z [6637/7038] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-01-24T00:59:46.2559966Z [6638/7038] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-01-24T00:59:46.3740526Z [6639/7038] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-01-24T00:59:46.4799640Z [6640/7038] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-01-24T00:59:46.4957572Z [6641/7038] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-01-24T00:59:46.5106634Z [6642/7038] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-01-24T00:59:46.5708335Z [6643/7038] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-01-24T00:59:46.5955203Z [6644/7038] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-01-24T00:59:46.5970272Z [6645/7038] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-01-24T00:59:46.7151638Z [6646/7038] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-01-24T00:59:46.7992279Z [6647/7038] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-01-24T00:59:46.8090993Z [6648/7038] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-01-24T00:59:46.8201381Z [6649/7038] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-01-24T00:59:46.9194638Z [6650/7038] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-01-24T00:59:46.9392636Z [6651/7038] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-01-24T00:59:46.9466179Z [6652/7038] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-01-24T00:59:47.0368539Z [6653/7038] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-01-24T00:59:47.1551406Z [6654/7038] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-01-24T00:59:47.1756134Z [6655/7038] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-01-24T00:59:47.2267059Z [6656/7038] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-01-24T00:59:47.2637486Z [6657/7038] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-01-24T00:59:47.3446074Z [6658/7038] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-01-24T00:59:47.3532903Z [6659/7038] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-01-24T00:59:47.4006702Z [6660/7038] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-01-24T00:59:47.5067187Z [6661/7038] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-01-24T00:59:47.5140374Z [6662/7038] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-01-24T00:59:47.5700695Z [6663/7038] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-01-24T00:59:47.6752355Z [6664/7038] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-01-24T00:59:47.7194596Z [6665/7038] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-01-24T00:59:47.7248290Z [6666/7038] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-01-24T00:59:47.7672830Z [6667/7038] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-01-24T00:59:47.8911399Z [6668/7038] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-01-24T00:59:47.8913173Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2025-01-24T00:59:47.8915727Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: while compiling class template member function 'void `anonymous-namespace'::OptionalTest_Empty_Test::TestBody(void)' 2025-01-24T00:59:47.8917347Z with 2025-01-24T00:59:47.8917691Z [ 2025-01-24T00:59:47.8918001Z T=Type 2025-01-24T00:59:47.8918331Z ] 2025-01-24T00:59:47.8920253Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(499): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-01-24T00:59:47.8922273Z with 2025-01-24T00:59:47.8922585Z [ 2025-01-24T00:59:47.8922892Z T=Type 2025-01-24T00:59:47.8923225Z ] 2025-01-24T00:59:47.8925326Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(713): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2025-01-24T00:59:47.8931130Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): note: while compiling class template member function 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' 2025-01-24T00:59:47.8940630Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to function template instantiation 'bool testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register(const char *,testing::internal::CodeLocation,const char *,const char *,int,const std::vector> &)' being compiled 2025-01-24T00:59:47.8978921Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see reference to class template instantiation 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>' being compiled 2025-01-24T00:59:47.8980944Z [6669/7038] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-01-24T00:59:47.9131145Z [6670/7038] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-01-24T00:59:48.0829598Z [6671/7038] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-01-24T00:59:48.0850941Z [6672/7038] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-01-24T00:59:48.1002083Z [6673/7038] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-01-24T00:59:48.1412729Z [6674/7038] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-01-24T00:59:48.1889432Z [6675/7038] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-01-24T00:59:48.2089566Z [6676/7038] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-01-24T00:59:48.2372964Z [6677/7038] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-01-24T00:59:48.2985170Z [6678/7038] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-01-24T00:59:48.5477511Z [6679/7038] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-01-24T00:59:48.5874185Z [6680/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T00:59:48.6637017Z [6681/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T00:59:48.6638951Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(16): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:48.6641260Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(119): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:48.6643733Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(124): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:48.8464587Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_bfloat16.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-01-24T00:59:48.8466757Z [6682/7038] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-01-24T00:59:50.7952085Z [6683/7038] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-01-24T00:59:50.8169269Z [6684/7038] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-01-24T00:59:50.9006021Z [6685/7038] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-01-24T00:59:51.1336901Z [6686/7038] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-01-24T00:59:51.1553580Z [6687/7038] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-01-24T00:59:51.2300511Z [6688/7038] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-01-24T00:59:51.4877215Z [6689/7038] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-01-24T00:59:53.3096376Z [6690/7038] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-01-24T00:59:53.3416280Z [6691/7038] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-01-24T00:59:53.4440729Z [6692/7038] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-01-24T00:59:53.6808225Z [6693/7038] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2025-01-24T00:59:53.8295243Z [6694/7038] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-01-24T00:59:54.0629836Z [6695/7038] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-01-24T00:59:54.0871721Z [6696/7038] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-01-24T00:59:55.8633025Z [6697/7038] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-01-24T00:59:55.9786556Z [6698/7038] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-01-24T00:59:56.1676713Z [6699/7038] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-01-24T00:59:56.3134524Z [6700/7038] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-01-24T00:59:56.3301422Z [6701/7038] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-01-24T00:59:56.3321938Z [6702/7038] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-01-24T00:59:56.6323186Z [6703/7038] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-01-24T00:59:56.9364478Z [6704/7038] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-01-24T00:59:58.4126237Z [6705/7038] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-01-24T00:59:58.7003990Z [6706/7038] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-01-24T00:59:58.8611497Z [6707/7038] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-01-24T00:59:58.9252506Z [6708/7038] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-01-24T00:59:59.0250077Z [6709/7038] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-01-24T00:59:59.2617192Z [6710/7038] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-01-24T00:59:59.4378337Z [6711/7038] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-01-24T01:00:00.5786185Z [6712/7038] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-01-24T01:00:00.9780207Z [6713/7038] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-01-24T01:00:01.1925014Z [6714/7038] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-01-24T01:00:01.2588793Z [6715/7038] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-01-24T01:00:01.4430767Z [6716/7038] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-01-24T01:00:01.6273044Z [6717/7038] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-01-24T01:00:01.9381369Z [6718/7038] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-01-24T01:00:01.9991113Z [6719/7038] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-01-24T01:00:03.6894591Z [6720/7038] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-01-24T01:00:03.7236292Z [6721/7038] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-01-24T01:00:03.8062664Z [6722/7038] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-01-24T01:00:04.0321402Z [6723/7038] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-01-24T01:00:04.1930276Z [6724/7038] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-01-24T01:00:04.4741219Z [6725/7038] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-01-24T01:00:04.4894936Z [6726/7038] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-01-24T01:00:04.5672945Z [6727/7038] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-01-24T01:00:04.8414854Z [6728/7038] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-01-24T01:00:05.0814609Z [6729/7038] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-01-24T01:00:05.3518679Z [6730/7038] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-01-24T01:00:05.3640065Z [6731/7038] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-01-24T01:00:05.4095487Z [6732/7038] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-01-24T01:00:05.4281331Z [6733/7038] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-01-24T01:00:05.4561749Z [6734/7038] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-01-24T01:00:05.5386923Z [6735/7038] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-01-24T01:00:05.6293748Z [6736/7038] Building CXX object caffe2\CMakeFiles\make_boxed_from_unboxed_functor_test.dir\__\aten\src\ATen\core\boxing\impl\make_boxed_from_unboxed_functor_test.cpp.obj 2025-01-24T01:00:05.6390210Z [6737/7038] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-01-24T01:00:05.7878855Z [6738/7038] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-01-24T01:00:05.8022211Z [6739/7038] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-01-24T01:00:05.8772024Z [6740/7038] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-01-24T01:00:06.0982492Z [6741/7038] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2025-01-24T01:00:06.2359261Z [6742/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-01-24T01:00:06.3261472Z [6743/7038] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-01-24T01:00:06.3683591Z [6744/7038] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-01-24T01:00:06.9613101Z [6745/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-01-24T01:00:07.8775586Z [6746/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-01-24T01:00:07.9451063Z [6747/7038] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-01-24T01:00:08.0917179Z [6748/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-01-24T01:00:08.1904455Z [6749/7038] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2025-01-24T01:00:08.2779924Z [6750/7038] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:00:08.7178032Z [6751/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-01-24T01:00:08.8631759Z [6752/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-01-24T01:00:08.9956737Z [6753/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-01-24T01:00:09.1570777Z [6754/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-01-24T01:00:09.2490796Z [6755/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-01-24T01:00:09.8051953Z [6756/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-01-24T01:00:10.0727197Z [6757/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-01-24T01:00:10.1033780Z [6758/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-01-24T01:00:10.6744220Z [6759/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-01-24T01:00:10.7965172Z [6760/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-01-24T01:00:10.9191450Z [6761/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-01-24T01:00:11.0920936Z [6762/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-01-24T01:00:11.5968675Z [6763/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-01-24T01:00:11.6687663Z [6764/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-01-24T01:00:12.8375405Z [6765/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-01-24T01:00:12.8689614Z [6766/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-01-24T01:00:13.3784819Z [6767/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-01-24T01:00:13.7040120Z [6768/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-01-24T01:00:13.7312705Z [6769/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-01-24T01:00:13.9611942Z [6770/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-01-24T01:00:14.4629029Z [6771/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-01-24T01:00:14.5585902Z [6772/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-01-24T01:00:14.6088272Z [6773/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-01-24T01:00:14.6186990Z [6774/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-01-24T01:00:14.8149390Z [6775/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-01-24T01:00:15.4393240Z [6776/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-01-24T01:00:15.8098707Z [6777/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-01-24T01:00:16.2906145Z [6778/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-01-24T01:00:16.3079903Z [6779/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-01-24T01:00:16.7021229Z [6780/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-01-24T01:00:17.2156328Z [6781/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-01-24T01:00:17.3232961Z [6782/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-01-24T01:00:17.3670739Z [6783/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-01-24T01:00:17.5087430Z [6784/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-01-24T01:00:17.7111134Z [6785/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-01-24T01:00:18.1481170Z [6786/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-01-24T01:00:18.3763060Z [6787/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-01-24T01:00:18.6235478Z [6788/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-01-24T01:00:18.7551092Z [6789/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-01-24T01:00:18.9438518Z [6790/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-01-24T01:00:19.0008805Z [6791/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-01-24T01:00:19.0963575Z [6792/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-01-24T01:00:19.2449770Z [6793/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-01-24T01:00:19.4461113Z [6794/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-01-24T01:00:19.6073590Z [6795/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-01-24T01:00:19.6252285Z [6796/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-01-24T01:00:19.8212056Z [6797/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-01-24T01:00:19.8838147Z [6798/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-01-24T01:00:19.9275123Z [6799/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-01-24T01:00:21.3608555Z [6800/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-01-24T01:00:21.5666507Z [6801/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-01-24T01:00:21.8077292Z [6802/7038] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-01-24T01:00:22.0633206Z [6803/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-01-24T01:00:22.1565665Z [6804/7038] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-01-24T01:00:22.4721600Z [6805/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-01-24T01:00:22.4970053Z [6806/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-01-24T01:00:23.2092366Z [6807/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-01-24T01:00:23.9673863Z [6808/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-01-24T01:00:24.1235278Z [6809/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-01-24T01:00:24.1864571Z [6810/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-01-24T01:00:24.5729835Z [6811/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-01-24T01:00:24.6302319Z [6812/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-01-24T01:00:24.7940591Z [6813/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-01-24T01:00:25.2825814Z [6814/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-01-24T01:00:26.7366867Z [6815/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-01-24T01:00:26.8053156Z [6816/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-01-24T01:00:26.8344634Z [6817/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-01-24T01:00:27.2630095Z [6818/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-01-24T01:00:27.4003494Z [6819/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-01-24T01:00:27.4421659Z [6820/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-01-24T01:00:27.8471599Z [6821/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-01-24T01:00:28.6033366Z [6822/7038] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-01-24T01:00:29.1622605Z [6823/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-01-24T01:00:29.2584088Z [6824/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-01-24T01:00:29.3804784Z [6825/7038] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-01-24T01:00:29.4320323Z [6826/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-01-24T01:00:29.5080462Z [6827/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-01-24T01:00:29.6987201Z [6828/7038] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-01-24T01:00:29.7514742Z [6829/7038] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-01-24T01:00:29.9155572Z [6830/7038] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-01-24T01:00:30.0543847Z [6831/7038] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-01-24T01:00:32.1238151Z [6832/7038] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-01-24T01:00:32.1993182Z [6833/7038] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-01-24T01:00:32.2927092Z [6834/7038] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-01-24T01:00:32.4961185Z [6835/7038] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-01-24T01:00:32.6843488Z [6836/7038] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-01-24T01:00:32.7299728Z [6837/7038] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-01-24T01:00:32.7749095Z [6838/7038] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-01-24T01:00:33.0458850Z [6839/7038] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-01-24T01:00:34.9271532Z [6840/7038] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-01-24T01:00:34.9596692Z [6841/7038] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-01-24T01:00:35.0589017Z [6842/7038] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-01-24T01:00:35.2401662Z [6843/7038] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-01-24T01:00:35.3111196Z [6844/7038] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-01-24T01:00:35.5794162Z [6845/7038] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-01-24T01:00:35.7714533Z [6846/7038] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-01-24T01:00:37.6880590Z [6847/7038] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-01-24T01:00:37.7354159Z [6848/7038] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-01-24T01:00:37.7773077Z [6849/7038] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-01-24T01:00:37.9858976Z [6850/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-01-24T01:00:38.2680724Z [6851/7038] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-01-24T01:00:38.3711242Z [6852/7038] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-01-24T01:00:38.4496386Z [6853/7038] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-01-24T01:00:40.3957839Z [6854/7038] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-01-24T01:00:40.4552296Z [6855/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-01-24T01:00:40.5259863Z [6856/7038] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-01-24T01:00:40.6873575Z [6857/7038] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-01-24T01:00:41.1144312Z [6858/7038] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-01-24T01:00:41.1385755Z [6859/7038] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-01-24T01:00:41.2115363Z [6860/7038] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-01-24T01:00:43.1492882Z [6861/7038] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-01-24T01:00:43.1719025Z [6862/7038] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-01-24T01:00:43.2446573Z [6863/7038] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-01-24T01:00:43.2981506Z [6864/7038] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-01-24T01:00:43.5671529Z [6865/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-01-24T01:00:43.9557939Z [6866/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-01-24T01:00:43.9880719Z [6867/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-01-24T01:00:45.8802750Z [6868/7038] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-01-24T01:00:45.9458799Z [6869/7038] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-01-24T01:00:45.9768681Z [6870/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-01-24T01:00:46.0309775Z [6871/7038] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-01-24T01:00:46.2282460Z [6872/7038] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-01-24T01:00:46.2723901Z [6873/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-01-24T01:00:46.6728732Z [6874/7038] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-01-24T01:00:46.7247058Z [6875/7038] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-01-24T01:00:46.8828183Z [6876/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-01-24T01:00:47.0944584Z [6877/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-01-24T01:00:47.1016889Z [6878/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-01-24T01:00:47.1179208Z [6879/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-01-24T01:00:47.3748075Z [6880/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-01-24T01:00:47.4602377Z [6881/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-01-24T01:00:47.7038116Z [6882/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-01-24T01:00:47.9280702Z [6883/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-01-24T01:00:48.5274990Z [6884/7038] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-01-24T01:00:48.7420568Z [6885/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-01-24T01:00:48.8189148Z [6886/7038] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-01-24T01:00:49.0049981Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(40): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-01-24T01:00:49.0051261Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-01-24T01:00:49.0052038Z [6887/7038] Linking CXX static library lib\libprotobuf-lite.lib 2025-01-24T01:00:49.0366363Z [6888/7038] Linking C static library lib\cpuinfo_internals.lib 2025-01-24T01:00:49.9939703Z [6889/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-01-24T01:00:50.0807345Z [6890/7038] Linking CXX static library lib\gmock_main.lib 2025-01-24T01:00:50.1057382Z [6891/7038] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-01-24T01:00:50.1076315Z [6892/7038] Linking CXX static library lib\benchmark_main.lib 2025-01-24T01:00:50.1442471Z [6893/7038] Linking CXX static library lib\fmt.lib 2025-01-24T01:00:50.1977662Z [6894/7038] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-01-24T01:00:50.2727111Z [6895/7038] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-01-24T01:00:50.4754367Z [6896/7038] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-01-24T01:00:50.5175570Z [6897/7038] Linking CXX executable bin\c10_Device_test.exe 2025-01-24T01:00:50.5430553Z [6898/7038] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-01-24T01:00:50.6690294Z [6899/7038] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-01-24T01:00:50.7513078Z [6900/7038] Linking CXX executable bin\c10_Scalar_test.exe 2025-01-24T01:00:50.7912452Z [6901/7038] Linking CXX executable bin\c10_SymInt_test.exe 2025-01-24T01:00:50.8403840Z [6902/7038] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-01-24T01:00:50.8682218Z [6903/7038] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-01-24T01:00:50.8696847Z [6904/7038] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-01-24T01:00:50.9745591Z [6905/7038] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-01-24T01:00:51.0449471Z [6906/7038] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-01-24T01:00:51.0534610Z [6907/7038] Linking CXX executable bin\c10_cow_test.exe 2025-01-24T01:00:51.0964767Z [6908/7038] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-01-24T01:00:51.1112827Z [6909/7038] Linking CXX executable bin\c10_Bitset_test.exe 2025-01-24T01:00:51.1983725Z [6910/7038] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-01-24T01:00:51.2969546Z [6911/7038] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-01-24T01:00:51.2993499Z [6912/7038] Linking CXX executable bin\c10_Half_test.exe 2025-01-24T01:00:51.3580347Z [6913/7038] Linking CXX executable bin\c10_LeftRight_test.exe 2025-01-24T01:00:51.3617477Z [6914/7038] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-01-24T01:00:51.4473699Z [6915/7038] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-01-24T01:00:51.5346196Z [6916/7038] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-01-24T01:00:51.5536559Z [6917/7038] Linking CXX executable bin\c10_Synchronized_test.exe 2025-01-24T01:00:51.6149307Z [6918/7038] Linking C static library lib\microkernels-all.lib 2025-01-24T01:00:51.6628947Z [6919/7038] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-01-24T01:00:51.6723353Z [6920/7038] Linking CXX executable bin\c10_TypeList_test.exe 2025-01-24T01:00:51.6909127Z [6921/7038] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-01-24T01:00:51.7417293Z [6922/7038] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-01-24T01:00:51.7984073Z [6923/7038] Linking CXX executable bin\c10_accumulate_test.exe 2025-01-24T01:00:51.8062710Z [6924/7038] Linking CXX executable bin\c10_bfloat16_test.exe 2025-01-24T01:00:51.8794536Z [6925/7038] Linking CXX executable bin\c10_bit_cast_test.exe 2025-01-24T01:00:51.9381923Z [6926/7038] Linking CXX executable bin\c10_complex_math_test.exe 2025-01-24T01:00:51.9579933Z [6927/7038] Linking CXX executable bin\c10_error_test.exe 2025-01-24T01:00:51.9880712Z [6928/7038] Linking CXX executable bin\c10_complex_test.exe 2025-01-24T01:00:52.0633974Z [6929/7038] Linking CXX executable bin\c10_exception_test.exe 2025-01-24T01:00:52.0717369Z [6930/7038] Linking CXX executable bin\c10_generic_math_test.exe 2025-01-24T01:00:52.2055597Z [6931/7038] Linking CXX executable bin\c10_flags_test.exe 2025-01-24T01:00:52.2072048Z [6932/7038] Linking CXX executable bin\c10_irange_test.exe 2025-01-24T01:00:52.2421622Z [6933/7038] Linking CXX executable bin\c10_lazy_test.exe 2025-01-24T01:00:52.2443516Z [6934/7038] Linking CXX executable bin\c10_logging_test.exe 2025-01-24T01:00:52.2633418Z [6935/7038] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-01-24T01:00:52.3092593Z [6936/7038] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-01-24T01:00:52.3189580Z [6937/7038] Linking CXX executable bin\c10_optional_test.exe 2025-01-24T01:00:52.6335958Z [6938/7038] Linking CXX executable bin\c10_string_util_test.exe 2025-01-24T01:00:52.6369894Z [6939/7038] Linking CXX executable bin\c10_ssize_test.exe 2025-01-24T01:00:52.6485800Z [6940/7038] Linking CXX executable bin\c10_string_view_test.exe 2025-01-24T01:00:52.6590977Z [6941/7038] Linking CXX executable bin\c10_small_vector_test.exe 2025-01-24T01:00:52.6733898Z [6942/7038] Linking CXX executable bin\c10_registry_test.exe 2025-01-24T01:00:52.7000617Z [6943/7038] Linking CXX executable bin\c10_tempfile_test.exe 2025-01-24T01:00:52.8497050Z [6944/7038] Linking CXX executable bin\c10_typeid_test.exe 2025-01-24T01:00:52.8870286Z [6945/7038] Linking C shared library bin\torch_global_deps.dll 2025-01-24T01:00:52.9022549Z [6946/7038] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-01-24T01:00:52.9158069Z [6947/7038] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-01-24T01:00:52.9158558Z [6948/7038] Linking C executable sleef\bin\addSuffix.exe 2025-01-24T01:00:52.9383423Z [6949/7038] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-01-24T01:00:52.9456244Z [6950/7038] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-01-24T01:04:02.0847068Z [6951/7038] Linking CXX shared library bin\torch_cpu.dll 2025-01-24T01:04:02.5304731Z [6952/7038] Linking CXX shared library bin\torch.dll 2025-01-24T01:04:02.7008581Z [6953/7038] Linking CXX static library lib\unbox_lib.lib 2025-01-24T01:04:02.8582849Z [6954/7038] Linking CXX shared library bin\shm.dll 2025-01-24T01:04:03.0503337Z [6955/7038] Linking CXX shared library bin\jitbackend_test.dll 2025-01-24T01:04:03.4364908Z [6956/7038] Linking CXX executable bin\FileStoreTest.exe 2025-01-24T01:04:03.4401665Z [6957/7038] Linking CXX executable bin\TCPStoreTest.exe 2025-01-24T01:04:03.4411897Z [6958/7038] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-01-24T01:04:03.4564311Z [6959/7038] Linking CXX shared library bin\backend_with_compiler.dll 2025-01-24T01:04:03.4580877Z [6960/7038] Linking CXX executable bin\BackoffTest.exe 2025-01-24T01:04:03.7230119Z [6961/7038] Linking CXX executable bin\Dimname_test.exe 2025-01-24T01:04:03.9947977Z [6962/7038] Linking CXX executable bin\NamedTensor_test.exe 2025-01-24T01:04:04.2812456Z [6963/7038] Linking CXX executable bin\Dict_test.exe 2025-01-24T01:04:04.3141781Z [6964/7038] Linking CXX executable bin\MaybeOwned_test.exe 2025-01-24T01:04:04.3976209Z [6965/7038] Linking CXX executable bin\apply_utils_test.exe 2025-01-24T01:04:04.6467843Z [6966/7038] Linking CXX executable bin\atest.exe 2025-01-24T01:04:04.9006409Z [6967/7038] Linking CXX executable bin\basic.exe 2025-01-24T01:04:04.9322323Z [6968/7038] Linking CXX executable bin\broadcast_test.exe 2025-01-24T01:04:04.9422995Z [6969/7038] Linking CXX executable bin\cpu_allocator_test.exe 2025-01-24T01:04:05.3399543Z [6970/7038] Linking CXX executable bin\cpu_generator_test.exe 2025-01-24T01:04:05.3984892Z [6971/7038] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-01-24T01:04:05.5046263Z [6972/7038] Linking CXX executable bin\dispatch_key_set_test.exe 2025-01-24T01:04:05.8125169Z [6973/7038] Linking CXX executable bin\dlconvertor_test.exe 2025-01-24T01:04:06.1234442Z [6974/7038] Linking CXX executable bin\extension_backend_test.exe 2025-01-24T01:04:06.1919419Z [6975/7038] Linking CXX executable bin\half_test.exe 2025-01-24T01:04:06.4383945Z [6976/7038] Linking CXX executable bin\cpu_rng_test.exe 2025-01-24T01:04:06.6329208Z [6977/7038] Linking CXX executable bin\lazy_tensor_test.exe 2025-01-24T01:04:06.6682517Z [6978/7038] Linking CXX executable bin\math_kernel_test.exe 2025-01-24T01:04:06.7941752Z [6979/7038] Linking CXX executable bin\ivalue_test.exe 2025-01-24T01:04:07.0109407Z [6980/7038] Linking CXX executable bin\memory_format_test.exe 2025-01-24T01:04:07.1194839Z [6981/7038] Linking CXX executable bin\memory_overlapping_test.exe 2025-01-24T01:04:07.2855205Z [6982/7038] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-01-24T01:04:07.3169003Z [6983/7038] Linking CXX executable bin\operator_name_test.exe 2025-01-24T01:04:07.4012453Z [6984/7038] Linking CXX executable bin\native_test.exe 2025-01-24T01:04:07.6493147Z [6985/7038] Linking CXX executable bin\operators_test.exe 2025-01-24T01:04:07.6825044Z [6986/7038] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-01-24T01:04:07.9594586Z [6987/7038] Linking CXX executable bin\quantized_test.exe 2025-01-24T01:04:08.1848455Z [6988/7038] Linking CXX executable bin\reduce_ops_test.exe 2025-01-24T01:04:08.1979430Z [6989/7038] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-01-24T01:04:08.2316752Z [6990/7038] Linking CXX executable bin\pow_test.exe 2025-01-24T01:04:08.4028463Z [6991/7038] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-01-24T01:04:08.7429264Z [6992/7038] Linking CXX executable bin\scalar_tensor_test.exe 2025-01-24T01:04:08.7546709Z [6993/7038] Linking CXX executable bin\StorageUtils_test.exe 2025-01-24T01:04:08.8104728Z [6994/7038] Linking CXX executable bin\stride_properties_test.exe 2025-01-24T01:04:08.8214828Z [6995/7038] Linking CXX executable bin\scalar_test.exe 2025-01-24T01:04:09.1436866Z [6996/7038] Linking CXX executable bin\thread_init_test.exe 2025-01-24T01:04:09.2031461Z [6997/7038] Linking CXX executable bin\test_parallel.exe 2025-01-24T01:04:09.2517330Z [6998/7038] Linking CXX executable bin\type_ptr_test.exe 2025-01-24T01:04:09.3490865Z [6999/7038] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-01-24T01:04:09.5274596Z [7000/7038] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-01-24T01:04:09.6175206Z [7001/7038] Linking CXX executable bin\tensor_iterator_test.exe 2025-01-24T01:04:09.7083256Z [7002/7038] Linking CXX executable bin\type_test.exe 2025-01-24T01:04:09.7093438Z [7003/7038] Linking CXX executable bin\undefined_tensor_test.exe 2025-01-24T01:04:09.8948989Z [7004/7038] Linking CXX executable bin\verify_api_visibility.exe 2025-01-24T01:04:09.9973658Z [7005/7038] Linking CXX executable bin\weakref_test.exe 2025-01-24T01:04:10.0448588Z [7006/7038] Linking CXX executable bin\legacy_vmap_test.exe 2025-01-24T01:04:10.0929361Z [7007/7038] Linking CXX executable bin\wrapdim_test.exe 2025-01-24T01:04:10.2066360Z [7008/7038] Linking CXX executable bin\xla_tensor_test.exe 2025-01-24T01:04:10.3376977Z [7009/7038] Linking CXX executable bin\IListRef_test.exe 2025-01-24T01:04:10.5729976Z [7010/7038] Linking CXX executable bin\KernelFunction_test.exe 2025-01-24T01:04:10.7184898Z [7011/7038] Linking CXX executable bin\List_test.exe 2025-01-24T01:04:10.9373732Z [7012/7038] Linking CXX executable bin\kernel_stackbased_test.exe 2025-01-24T01:04:11.0301958Z [7013/7038] Linking CXX executable bin\CppSignature_test.exe 2025-01-24T01:04:11.2417475Z [7014/7038] Linking CXX executable bin\op_allowlist_test.exe 2025-01-24T01:04:11.2922833Z [7015/7038] Linking CXX executable bin\kernel_function_test.exe 2025-01-24T01:04:11.4087509Z [7016/7038] Linking CXX executable bin\backend_fallback_test.exe 2025-01-24T01:04:11.7312658Z [7017/7038] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-01-24T01:04:11.8326537Z [7018/7038] Linking CXX executable bin\test_edge_op_registration.exe 2025-01-24T01:04:11.8992423Z [7019/7038] Linking CXX executable bin\kernel_lambda_test.exe 2025-01-24T01:04:12.0668274Z [7020/7038] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-01-24T01:04:12.0961375Z [7021/7038] Linking CXX executable bin\inline_container_test.exe 2025-01-24T01:04:12.5802260Z [7022/7038] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-01-24T01:04:12.6217814Z [7023/7038] Linking CXX shared library bin\aoti_custom_ops.dll 2025-01-24T01:04:12.6256751Z [7024/7038] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-01-24T01:04:13.0355016Z [7025/7038] Linking CXX executable bin\parallel_benchmark.exe 2025-01-24T01:04:13.9632817Z [7026/7038] Linking CXX shared library bin\torchbind_test.dll 2025-01-24T01:04:16.7053441Z [7027/7038] Linking CXX executable bin\test_lazy.exe 2025-01-24T01:04:17.1250481Z [7028/7038] Linking CXX executable bin\op_registration_test.exe 2025-01-24T01:04:19.6003708Z [7029/7038] Linking CXX executable bin\test_tensorexpr.exe 2025-01-24T01:04:22.0812540Z [7030/7038] Linking CXX executable bin\test_jit.exe 2025-01-24T01:04:23.6039538Z [7031/7038] Linking CXX executable bin\test_api.exe 2025-01-24T01:04:31.7114311Z [7032/7038] Linking CXX shared library bin\torch_python.dll 2025-01-24T01:04:32.0491775Z [7033/7038] Linking CXX shared module functorch\functorch.pyd 2025-01-24T01:04:32.0593470Z [7034/7038] Linking CXX shared library bin\nnapi_backend.dll 2025-01-24T01:04:32.0598464Z [7034/7038] Install the project... 2025-01-24T01:04:32.1257271Z -- Install configuration: "Release" 2025-01-24T01:05:23.3981240Z -- Building version 2.7.0a0+gitd087145 2025-01-24T01:05:23.3983763Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2019-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+gitd087145 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:05:23.3986298Z cmake --build . --target install --config Release -- -j 8 2025-01-24T01:05:23.3986720Z running bdist_wheel 2025-01-24T01:05:24.4326170Z running build 2025-01-24T01:05:24.4326534Z running build_py 2025-01-24T01:05:24.4458340Z creating build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:05:24.4464190Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-01-24T01:05:24.4484835Z creating build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4488908Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4559280Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4579322Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4607850Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4652217Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4673563Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4685479Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4696618Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4739920Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4772427Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4783047Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4794245Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4799890Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4822857Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4835876Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4848045Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4867639Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4884491Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4891190Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4914126Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4940685Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.4951699Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6555179Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6567750Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6675412Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6687845Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6726366Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6739336Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6751761Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6762901Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6774257Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6779999Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6815480Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6877704Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6895487Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.6900154Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7086130Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7111953Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7117955Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7124009Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7136476Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7154636Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7160571Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7172576Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:24.7230153Z creating build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7234353Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7247655Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7260009Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7356000Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7372825Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7396930Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7419861Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7440935Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7458803Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7470335Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7481368Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7492016Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7555222Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7571725Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7587704Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7599555Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-01-24T01:05:24.7606881Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:05:24.7611191Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-01-24T01:05:24.7625065Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7629804Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7641734Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7653252Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7664368Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7685530Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7698919Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7717095Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7722664Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7738029Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-01-24T01:05:24.7752838Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:05:24.7756700Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:05:24.7769427Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:05:24.7781632Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-01-24T01:05:24.7788871Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:05:24.7801377Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:05:24.7807832Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:05:24.7813691Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-01-24T01:05:24.7820841Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:05:24.7824895Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-01-24T01:05:24.7830911Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:05:24.7835781Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-01-24T01:05:24.7842354Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:05:24.7846571Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-01-24T01:05:24.7853264Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:05:24.7866174Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-01-24T01:05:24.7873111Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:05:24.7877199Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-01-24T01:05:24.7883912Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:05:24.7888064Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:05:24.7899146Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-01-24T01:05:24.7911946Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:05:24.7916264Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:05:24.7943795Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:05:24.7962071Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-01-24T01:05:24.7968632Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:05:24.7972649Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-01-24T01:05:24.7981282Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.7985427Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.7997806Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8010687Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8036080Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8085075Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8122998Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8134400Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8151358Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8183273Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8196431Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8219458Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8225102Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-01-24T01:05:24.8243620Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:05:24.8247825Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-01-24T01:05:24.8260520Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:05:24.8264701Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:05:24.8275752Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:05:24.8287799Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-01-24T01:05:24.8308442Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:05:24.8312801Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:05:24.8323818Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-01-24T01:05:24.8330072Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:05:24.8333919Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-01-24T01:05:24.8348804Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8352864Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8358521Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8363191Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8384529Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8406987Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8418682Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8448865Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8459817Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8471042Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8482731Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8494329Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8500172Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8515691Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8535259Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8546145Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8563365Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8581843Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8593227Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-01-24T01:05:24.8627291Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8632037Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8643903Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8656233Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8680263Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8698685Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8732026Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8834332Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8846414Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8852465Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8864503Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8877210Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8900146Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8923665Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8940415Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8951237Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8977983Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.8990225Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.9008411Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-01-24T01:05:24.9027212Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9031508Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9048191Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9061071Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9080322Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9103079Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9115013Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9125497Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9140492Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9152131Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9162683Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9178879Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9192801Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9204025Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9215185Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9226671Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9238185Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9249109Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9260307Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9271660Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9282552Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9292994Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9303920Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9326938Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9345937Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9357012Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9367822Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9379255Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9390059Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9401283Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9412627Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9423302Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9434408Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9453554Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9464978Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9477567Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9489723Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9502021Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9517296Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9530221Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9541773Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9553864Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9584873Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9596547Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9606985Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9617085Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9634848Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9645758Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-01-24T01:05:24.9661295Z creating build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9665553Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9671223Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9692042Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9725147Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9764577Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9782748Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9817079Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9829717Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9841897Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9853999Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9865950Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9883199Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9926115Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9937799Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9948572Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-01-24T01:05:24.9968295Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:05:24.9972180Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-01-24T01:05:25.0020831Z creating build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:05:25.0024803Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-01-24T01:05:25.0031677Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:05:25.0035779Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-01-24T01:05:25.0051887Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0056208Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0067647Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0073108Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0113628Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0140413Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0157083Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0173658Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0201000Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0221182Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0237873Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0249489Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0260587Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0272635Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0283612Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0295436Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0306003Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0340232Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0351337Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-01-24T01:05:25.0367980Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0372214Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0388904Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0416102Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0427868Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0454937Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0471725Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0485989Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0497046Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0507866Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0519090Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0537990Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0553246Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0565530Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0571318Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0583507Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0594641Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0606271Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0611929Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0623042Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0634527Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0657603Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0690736Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0702602Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0731476Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0741987Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0778894Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:25.0793164Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:05:25.0797535Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-01-24T01:05:25.0861031Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:05:25.0873449Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:05:25.0901698Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:05:25.0946228Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-01-24T01:05:25.0960684Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:05:25.0964823Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-01-24T01:05:25.0977736Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:05:25.0982050Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:05:25.0993937Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:05:25.1005037Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-01-24T01:05:25.1018465Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:05:25.1022568Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:05:25.1034585Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:05:25.1045519Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-01-24T01:05:25.1059075Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1063498Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1075233Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1086417Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1103763Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1116252Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1136875Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-01-24T01:05:25.1149710Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:05:25.1153846Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-01-24T01:05:25.1175054Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1179598Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1191290Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1203040Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1327833Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1339124Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1365062Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1375809Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1387300Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:25.1404706Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1409194Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1421039Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1432189Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1444516Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1498012Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1522155Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1552723Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1565082Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1589216Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1601531Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1613702Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1626686Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1640292Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1652556Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1658284Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1670065Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1682905Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1695536Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1815412Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1858896Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1914897Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1927416Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1938506Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1950687Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1956486Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1968136Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1979254Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.1990654Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.2005467Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-01-24T01:05:25.2033716Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2038312Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2057610Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2075385Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2098787Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2116172Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2126953Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2143989Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2168812Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2218735Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2235723Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2258094Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2279390Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2301119Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2318798Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2337507Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2349240Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2367411Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2386626Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2398145Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-01-24T01:05:25.2417099Z creating build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2421921Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2435868Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2447049Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2466673Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2479112Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2519047Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2541288Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2554910Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2566321Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2578773Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2594536Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2611882Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2626095Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2638659Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2650182Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-01-24T01:05:25.2658673Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2663397Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2673772Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2696726Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2702323Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2730602Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2759493Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2771670Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-01-24T01:05:25.2786540Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2791064Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2802365Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2808293Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2828766Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2841076Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2854932Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2867304Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2879504Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2890008Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2907838Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2913802Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2919730Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2934006Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2945039Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2956452Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2970828Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-01-24T01:05:25.2985733Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:05:25.2989922Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-01-24T01:05:25.2997685Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3001867Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3020253Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3031558Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3049465Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3097246Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3305533Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-01-24T01:05:25.3326041Z creating build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:05:25.3330411Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-01-24T01:05:25.3356549Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:05:25.3360804Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:05:25.3392065Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:05:25.3404266Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:05:25.3416553Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-01-24T01:05:25.3430174Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3434607Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3454062Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3473053Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3511571Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3537659Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3543336Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3593507Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3606443Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3620037Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3633976Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3653501Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3665974Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3678723Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3691097Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3697269Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3717013Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3733928Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3746883Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3759707Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3771941Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3797119Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3817056Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3828782Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3840008Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3851651Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3875782Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3887813Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3900698Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3913735Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3930550Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3944819Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3964649Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3976222Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3987519Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.3993268Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4004332Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4021809Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4055503Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4068106Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4073571Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4085652Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4097114Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4102856Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4121920Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:25.4139332Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4143609Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4157730Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4170688Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4183053Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4194967Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4206045Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-01-24T01:05:25.4233858Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:05:25.4238420Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-01-24T01:05:25.4252063Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:05:25.4256338Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:05:25.4268546Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:05:25.4287050Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-01-24T01:05:25.4293379Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:05:25.4297564Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:05:25.4400923Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:05:25.4412968Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:05:25.4435599Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-01-24T01:05:25.4454220Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:05:25.4459788Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:05:25.4471966Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-01-24T01:05:25.4484133Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4488367Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4501242Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4539311Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4560329Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4571322Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4592815Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4605781Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4630975Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4647306Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4667320Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4695944Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4709351Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4721722Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4762972Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4776388Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4786228Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4796189Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4822624Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4838924Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4850569Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4863031Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4881799Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4893908Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4944402Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4950077Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4962518Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4973500Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.4984336Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5031957Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5050405Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5063556Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5076411Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5094022Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5126178Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5145436Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5229561Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5240911Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5252712Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5265184Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5277788Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5353794Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5364473Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5425755Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5454714Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-01-24T01:05:25.5477109Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5481514Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5515045Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5526071Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5544647Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5570102Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5584176Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5611424Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5628450Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5639969Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-01-24T01:05:25.5655741Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5660323Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5707835Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5725527Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5745365Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5769563Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5783924Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5798614Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5809439Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5820943Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5832127Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5885074Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5894892Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5909233Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5926329Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5959454Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5971772Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5977298Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.5989005Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.6007029Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.6017919Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.6036102Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-01-24T01:05:25.6054669Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6059566Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6079813Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6097979Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6124213Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6136285Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6148241Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6172858Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6184184Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6195769Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6207115Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6218810Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6230740Z copying torch\_higher_order_ops\prim_hop_base.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6241748Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6253562Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6274259Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6285818Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6296722Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6330904Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6348383Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6367637Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6379531Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-01-24T01:05:25.6401307Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6405956Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6418382Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6430196Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6452335Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6476879Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6488362Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6500498Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6561760Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6587354Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6599332Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6611584Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6631037Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6677905Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6709189Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6721428Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6757107Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6769855Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6821942Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6834926Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6851445Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6874049Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6910606Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6935141Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6947595Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6959216Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6974082Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.6986997Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7010709Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7022283Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7069215Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7075001Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7092080Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7105954Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7214971Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7233972Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7252222Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7346727Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7367043Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7381240Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7405478Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7435387Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7447321Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7466413Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7478683Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7498252Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7547365Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7559516Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7572427Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7652964Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7693696Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7718148Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7730426Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7742627Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7754499Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7770416Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7826283Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7838680Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7852196Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-01-24T01:05:25.7868261Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7872752Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7886157Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7897859Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7903553Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7915256Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7935670Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7947395Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7952738Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7958765Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7971595Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7977618Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-01-24T01:05:25.7993682Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.7998258Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8010793Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8037137Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8049183Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8070497Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8084400Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8097396Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8110798Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8130220Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-01-24T01:05:25.8137812Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8142189Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8155299Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8166977Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8224750Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8253701Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-01-24T01:05:25.8268100Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8272316Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8282812Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8293454Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8303977Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8314314Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8349279Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8360670Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8371618Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8383765Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8414560Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8420248Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8439548Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8450184Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8461260Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8471819Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8482237Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8511520Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-01-24T01:05:25.8512048Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8512540Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8521298Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8531683Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8541934Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8553381Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-01-24T01:05:25.8602071Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:05:25.8606357Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:05:25.8623501Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-01-24T01:05:25.8660294Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:05:25.8665143Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:05:25.8686485Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:05:25.8700423Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-01-24T01:05:25.8828155Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:05:25.8840373Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:05:25.8851251Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:05:25.8861865Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-01-24T01:05:25.8878148Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.8882577Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.8902391Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.8951542Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.8972930Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.8996346Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.9037782Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.9050153Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.9061950Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-01-24T01:05:25.9068896Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:05:25.9072931Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-01-24T01:05:25.9078907Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:05:25.9083154Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-01-24T01:05:25.9096515Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:05:25.9100662Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:05:25.9121231Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:05:25.9149036Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-01-24T01:05:25.9156088Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:05:25.9160504Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:05:25.9173577Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-01-24T01:05:25.9183210Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9187832Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9207187Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9219610Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9239505Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9278741Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9298063Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9311051Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9323753Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9343146Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9367569Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9379869Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9392167Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9405575Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9419316Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9439065Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9451089Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9463450Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9477586Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-01-24T01:05:25.9493192Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:05:25.9498023Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-01-24T01:05:25.9512139Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:05:25.9516385Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-01-24T01:05:25.9523299Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:05:25.9527732Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-01-24T01:05:25.9534589Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:05:25.9548855Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:05:25.9569406Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-01-24T01:05:25.9576037Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:05:25.9580369Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-01-24T01:05:25.9587252Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:25.9591926Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:25.9604801Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:25.9611358Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:05:25.9616539Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-01-24T01:05:25.9623210Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:05:25.9627869Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-01-24T01:05:25.9635155Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:25.9640259Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:25.9666339Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:25.9678028Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:25.9697132Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:25.9734009Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:25.9739247Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:25.9746581Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9751532Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9768074Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9781823Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9793749Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9805281Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:25.9821665Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:25.9826917Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:25.9838847Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:25.9845379Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:05:25.9850743Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-01-24T01:05:25.9858318Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:05:25.9863005Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:05:25.9876420Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:05:25.9889929Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:05:25.9906736Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-01-24T01:05:25.9913871Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:25.9919133Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:25.9933022Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:25.9940099Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:05:25.9945077Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:05:25.9963053Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:05:25.9981676Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-01-24T01:05:25.9988016Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:05:25.9992759Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-01-24T01:05:26.0001234Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0006879Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0019072Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0030106Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0053186Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0064887Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0087000Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0098848Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0111261Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0122849Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0134809Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0161378Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-01-24T01:05:26.0181372Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:05:26.0194266Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-01-24T01:05:26.0201821Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:26.0206765Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:26.0223351Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:26.0235573Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:26.0262905Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:26.0270557Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0275710Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0286686Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0298045Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0316581Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0333643Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0348217Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:26.0355297Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:05:26.0360234Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:05:26.0373298Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:05:26.0386756Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-01-24T01:05:26.0394344Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:26.0399575Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:26.0411044Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:26.0419268Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0423758Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0447609Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0472451Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0489109Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0500479Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0536262Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0548715Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0561054Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0585057Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0602174Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-01-24T01:05:26.0609419Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:05:26.0614187Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:05:26.0628442Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:05:26.0645159Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:05:26.0665424Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-01-24T01:05:26.0672594Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0685869Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0699868Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0711392Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0735369Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0750068Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-01-24T01:05:26.0756257Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:05:26.0760938Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-01-24T01:05:26.0767252Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:26.0772446Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:26.0791601Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:26.0797865Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:26.0803181Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:26.0813734Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:26.0821111Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:26.0834323Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:26.0845324Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:26.0855551Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:26.0872556Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:26.0880766Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0886000Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0897440Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0908302Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0930178Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0943180Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0953453Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0972444Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0982769Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:26.0989509Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:05:26.0994714Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:05:26.1001171Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:26.1006991Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:26.1018790Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:26.1034283Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:26.1048820Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1053641Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1074536Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1092091Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1104992Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1123900Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1128954Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1149423Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1161642Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1171899Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1182492Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1192565Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1208579Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1219947Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-01-24T01:05:26.1235198Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1240025Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1267904Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1284908Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1295995Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1307581Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1326178Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1338517Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1344233Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1355490Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1367873Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1379764Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1426311Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1442456Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1456958Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1468813Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1495632Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1519415Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1543478Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1573977Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-01-24T01:05:26.1582705Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1587578Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1599421Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1611507Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1623378Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1645716Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1664364Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1689856Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1709421Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1727639Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1742241Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-01-24T01:05:26.1749997Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1755370Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1769550Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1781340Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1804214Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1815651Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1861045Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1873071Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1898004Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1910395Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-01-24T01:05:26.1918790Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.1924201Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.1965185Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.1985878Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.2006535Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.2030066Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:26.2036596Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:26.2042170Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:26.2062046Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:26.2069111Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:05:26.2073935Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:05:26.2087367Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:05:26.2099771Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-01-24T01:05:26.2106497Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:05:26.2110801Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-01-24T01:05:26.2117615Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:05:26.2121722Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-01-24T01:05:26.2143468Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:05:26.2147695Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:05:26.2160227Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-01-24T01:05:26.2174509Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:05:26.2178734Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-01-24T01:05:26.2191818Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:05:26.2205683Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-01-24T01:05:26.2212207Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:05:26.2216305Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-01-24T01:05:26.2229445Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:05:26.2233640Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-01-24T01:05:26.2247055Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:05:26.2251181Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-01-24T01:05:26.2264031Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:05:26.2268066Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-01-24T01:05:26.2280507Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:05:26.2284888Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-01-24T01:05:26.2297175Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:05:26.2301311Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-01-24T01:05:26.2308390Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:05:26.2312694Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-01-24T01:05:26.2325583Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:05:26.2330031Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-01-24T01:05:26.2342597Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:05:26.2347009Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:05:26.2373933Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-01-24T01:05:26.2379815Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:05:26.2384111Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-01-24T01:05:26.2399702Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:05:26.2404986Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:05:26.2417112Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-01-24T01:05:26.2423348Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:05:26.2427727Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:05:26.2443411Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:05:26.2486201Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-01-24T01:05:26.2492172Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:05:26.2496493Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:05:26.2508220Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:05:26.2525505Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-01-24T01:05:26.2532675Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:05:26.2536969Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:05:26.2552913Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:05:26.2558865Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:05:26.2572629Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-01-24T01:05:26.2579647Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:05:26.2583989Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:05:26.2597017Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-01-24T01:05:26.2603523Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:05:26.2607736Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-01-24T01:05:26.2624141Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2636842Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2648768Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2666879Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2690411Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2713110Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2725813Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2731511Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2742297Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2754881Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2767124Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2780999Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2794146Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2807204Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2819108Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2855737Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2871483Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2885257Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2897677Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2910690Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2924581Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2954604Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2974816Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.2986271Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3004781Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3015484Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3026541Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3037979Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3049502Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3055456Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-01-24T01:05:26.3062758Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:05:26.3067392Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:05:26.3077755Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-01-24T01:05:26.3101810Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3106190Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3125246Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3176807Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3191117Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3209228Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3234291Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3245852Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3257443Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3278823Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3334808Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3348260Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3378914Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3391660Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3429005Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3465133Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3476120Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3497343Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3508633Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3520178Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3532350Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3551873Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-01-24T01:05:26.3566987Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:05:26.3572066Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:05:26.3585436Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-01-24T01:05:26.3592790Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:05:26.3597599Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:05:26.3609766Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-01-24T01:05:26.3619293Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3624023Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3635875Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3646904Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3665535Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3676833Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3689323Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3700996Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3712320Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3724002Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3735284Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3747084Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3759039Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3770520Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3783075Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3819308Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3824922Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:26.3839288Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3844032Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3862425Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3916694Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3955705Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3976615Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.3982526Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.4013702Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.4025208Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.4036671Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-01-24T01:05:26.4044926Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.4050480Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.4076751Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.4095612Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.4107597Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.6526558Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.6844132Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.6988728Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.7002885Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.7015328Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.7028642Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-01-24T01:05:26.7044635Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7049827Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7055730Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7078255Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7113360Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7132890Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7151645Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7163302Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7190089Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7203271Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7222468Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7241262Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7253456Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7265766Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7278810Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-01-24T01:05:26.7292360Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:05:26.7297628Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:05:26.7308829Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:05:26.7321584Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:05:26.7334139Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-01-24T01:05:26.7351849Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7356529Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7369294Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7381221Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7392598Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7404406Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7426669Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7440226Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-01-24T01:05:26.7447354Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:05:26.7451997Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-01-24T01:05:26.7458847Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:05:26.7463268Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-01-24T01:05:26.7470023Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:05:26.7474328Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-01-24T01:05:26.7506905Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:05:26.7511357Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:05:26.7517319Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:05:26.7523106Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-01-24T01:05:26.7537151Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7541529Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7561563Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7574993Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7586512Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7729131Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7741555Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7761256Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7796813Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7809914Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-01-24T01:05:26.7818509Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7823737Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7840734Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7852230Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7873613Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7885408Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7897100Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7909938Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7935490Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7947263Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:26.7960756Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:26.7974704Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:26.7987167Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:26.7999377Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:26.8020411Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:26.8026550Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:26.8031538Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:26.8044726Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:26.8050659Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:26.8062804Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:26.8077376Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:26.8084452Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:26.8089390Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:26.8104137Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:26.8111343Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:05:26.8115983Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:05:26.8130254Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-01-24T01:05:26.8135845Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:05:26.8140335Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-01-24T01:05:26.8146542Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:05:26.8151762Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:05:26.8163784Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:05:26.8169255Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-01-24T01:05:26.8183226Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:05:26.8187685Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:05:26.8200956Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-01-24T01:05:26.8217793Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:26.8231563Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:26.8262257Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:26.8273894Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:26.8294468Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:26.8314324Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8319190Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8331575Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8344180Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8383052Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8408024Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8422941Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8437638Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8449842Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8460836Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8472388Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8483367Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8494923Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-01-24T01:05:26.8508540Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8513131Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8524996Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8535801Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8552308Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8571388Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-01-24T01:05:26.8584898Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8589498Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8601022Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8613154Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8626596Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8631821Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8652094Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-01-24T01:05:26.8659772Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:05:26.8665117Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:05:26.8692203Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:05:26.8705160Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:05:26.8724054Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-01-24T01:05:26.8738658Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:26.8751964Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:26.8763995Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:26.8769311Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:26.8784742Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:26.8789924Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:26.8803408Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:26.8814836Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:26.8822110Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:05:26.8827110Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:05:26.8843211Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:05:26.8857489Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-01-24T01:05:26.8865304Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8870321Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8884135Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8901856Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8921887Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8935543Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8963568Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.8989247Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.9010814Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.9028149Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:26.9035520Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:05:26.9040084Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:05:26.9057608Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-01-24T01:05:26.9063493Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:05:26.9068050Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:05:26.9079771Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-01-24T01:05:26.9086931Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:05:26.9091814Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:05:26.9102954Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-01-24T01:05:26.9108948Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:05:26.9113900Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:05:26.9125018Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-01-24T01:05:26.9133213Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:05:26.9137724Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:05:26.9158854Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:05:26.9171174Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:05:26.9185278Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-01-24T01:05:26.9208764Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9213476Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9238505Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9255172Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9277955Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9297545Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-01-24T01:05:26.9312119Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9316995Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9328756Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9341096Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9354547Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9367508Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9385232Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9413084Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9426925Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9440604Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-01-24T01:05:26.9450270Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9455644Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9470467Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9483784Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9496346Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9517424Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9529446Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9542414Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9569545Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9590442Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9609354Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9621728Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9643599Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9663056Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-01-24T01:05:26.9670266Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:05:26.9675748Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:05:26.9681539Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-01-24T01:05:26.9688424Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:05:26.9693142Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-01-24T01:05:26.9700257Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:26.9705043Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:26.9716790Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:26.9731839Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9736526Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9775743Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9788034Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9793869Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9806000Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9829380Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9842060Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9865629Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:26.9890194Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:26.9895101Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:26.9909657Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:26.9917206Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:26.9922114Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:26.9934892Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:26.9949755Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:26.9962872Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:26.9980087Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:26.9984873Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:26.9998005Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:27.0009505Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:27.0015036Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:27.0026472Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:27.0052756Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:27.0060001Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:27.0064941Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:27.0079226Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:27.0102852Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:27.0125547Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:27.0131064Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:05:27.0135418Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-01-24T01:05:27.0153155Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:05:27.0157655Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-01-24T01:05:27.0174239Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0178870Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0201856Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0211968Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0228752Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0249153Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0263357Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0275786Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0285241Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0301104Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0311664Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0345924Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0361580Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0367278Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0378477Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0389207Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0506026Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0541513Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0553334Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0578583Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0590417Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0614372Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0641004Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-01-24T01:05:27.0649957Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0654647Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0665592Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0676779Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0703121Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0724503Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0737851Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0761904Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0773804Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0785579Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0796395Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0817867Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0835046Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0847775Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0869582Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0888998Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0900623Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0912575Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0923562Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-01-24T01:05:27.0932182Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.0937423Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.0956689Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.0987122Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1018123Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1023815Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1043510Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1055386Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1067417Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:27.1074559Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1079599Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1091889Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1097581Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1109590Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1121180Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1141131Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1153246Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1164866Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-01-24T01:05:27.1172756Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1178050Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1190393Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1203242Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1216591Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1230027Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1251931Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:27.1259112Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:05:27.1264046Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:05:27.1276244Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-01-24T01:05:27.1283406Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:05:27.1294715Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-01-24T01:05:27.1301168Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:05:27.1306550Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:05:27.1325308Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:05:27.1337028Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:05:27.1349518Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-01-24T01:05:27.1364963Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:05:27.1369766Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:05:27.1381756Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-01-24T01:05:27.1388462Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1393468Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1405817Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1419033Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1444200Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1466114Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1479414Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-01-24T01:05:27.1486871Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:05:27.1492117Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:05:27.1504339Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-01-24T01:05:27.1510150Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:05:27.1514238Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-01-24T01:05:27.1527829Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:05:27.1532206Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:05:27.1544097Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-01-24T01:05:27.1550932Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1555407Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1567596Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1581006Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1586228Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1598423Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1618908Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1631636Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1649082Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-01-24T01:05:27.1656277Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1660758Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1672226Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1691353Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1734643Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1767235Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-01-24T01:05:27.1773423Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:05:27.1777918Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:05:27.1789823Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:05:27.1820410Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:05:27.1831934Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-01-24T01:05:27.1845022Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:05:27.1849394Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:05:27.1854997Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-01-24T01:05:27.1860879Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:05:27.1865154Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-01-24T01:05:27.1881913Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.1886435Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.1925180Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.1937649Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.1974109Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.1996141Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2022093Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2059370Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2069816Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2082308Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2096147Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2109036Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2127781Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2140259Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2151493Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2198703Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2275011Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2286672Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2307646Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2320893Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2351562Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2387491Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2404197Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2432914Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2444559Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2456112Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2469402Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-01-24T01:05:27.2531100Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2531986Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2532652Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2533341Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2577537Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2597863Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2610467Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2622107Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2632913Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-01-24T01:05:27.2646886Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:05:27.2650910Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-01-24T01:05:27.2657780Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:05:27.2662390Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-01-24T01:05:27.2669111Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:05:27.2673428Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:05:27.2679007Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-01-24T01:05:27.2694244Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2698357Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2709927Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2721029Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2733696Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2745411Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2765646Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2785522Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2813583Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2845251Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2863984Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2875394Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2887462Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2899332Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2911019Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2922932Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2935628Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-01-24T01:05:27.2948461Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:05:27.2963162Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:05:27.2975617Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-01-24T01:05:27.2982339Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:05:27.2987015Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:05:27.2992796Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-01-24T01:05:27.2998763Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:05:27.3003728Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-01-24T01:05:27.3009677Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:05:27.3014157Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-01-24T01:05:27.3021955Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:27.3026930Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:27.3038285Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:27.3043987Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:27.3050716Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:27.3065275Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:27.3069774Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:27.3077058Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:27.3081820Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:27.3087308Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:27.3092951Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:27.3098587Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:27.3106443Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:27.3111117Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:27.3116530Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:27.3123220Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:05:27.3127566Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-01-24T01:05:27.3134850Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:05:27.3139384Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:05:27.3145071Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:05:27.3150426Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:05:27.3155640Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-01-24T01:05:27.3162191Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:05:27.3166729Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:05:27.3172243Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-01-24T01:05:27.3178939Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:05:27.3183291Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:05:27.3188716Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:05:27.3193889Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-01-24T01:05:27.3200275Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:05:27.3204504Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-01-24T01:05:27.3212426Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3216806Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3222203Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3227488Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3233071Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3239544Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3254826Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3261484Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3268313Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3281590Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3287806Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3293626Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-01-24T01:05:27.3306448Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:05:27.3318972Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-01-24T01:05:27.3326174Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:27.3331017Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:27.3336933Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:27.3342359Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:27.3354609Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:27.3368083Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3372619Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3377983Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3383735Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3389034Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3394286Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3399741Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-01-24T01:05:27.3416235Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3420963Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3434666Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3447551Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3466855Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3478047Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3489480Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3500955Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3512515Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3523957Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3535966Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-01-24T01:05:27.3543389Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3556262Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3577939Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3594119Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3640748Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3652648Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3664014Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3686338Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3697115Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-01-24T01:05:27.3703231Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:05:27.3707900Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:05:27.3720030Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:05:27.3755349Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2025-01-24T01:05:27.3764772Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3769400Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3780457Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3798730Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3810396Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3830674Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3860116Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3872090Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3885140Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3890793Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3902972Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3914989Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3926278Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3943612Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3959313Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3971443Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.3989643Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.4001052Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.4012886Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.4023806Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-01-24T01:05:27.4032082Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4036961Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4049101Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4060604Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4072687Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4092190Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4116737Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4129049Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4153614Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4165125Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4177503Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4189292Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4201066Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4214051Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-01-24T01:05:27.4221939Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4226799Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4246739Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4257933Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4270020Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4282237Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4303512Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:27.4319461Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4324777Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4331478Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4345734Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4359941Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4372615Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4392605Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4404754Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4416672Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4428655Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4440910Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4452863Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4466951Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4481469Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4493352Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4505533Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4517552Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4529792Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4542112Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4554194Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4571753Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4586964Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4606742Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4619216Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4631612Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4643575Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4654921Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4666027Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4678192Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4690336Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4696235Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4708541Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4729009Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4741587Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4753711Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4765504Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4777363Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4789806Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4802780Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4815562Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4827736Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4839985Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4861198Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4875146Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4887714Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4900226Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4913920Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4927588Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4940359Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4952831Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4974373Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.4992012Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.5014450Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.5025977Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.5037858Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.5048775Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:27.5064795Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:27.5070795Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:27.5084011Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:27.5091288Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:27.5096384Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:27.5107316Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:27.5114124Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:27.5119125Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:27.5130289Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:27.5138104Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5142867Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5153961Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5165347Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5188942Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5207743Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5247476Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5259129Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5270441Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-01-24T01:05:27.5277265Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:05:27.5281841Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:05:27.5294717Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:05:27.5299276Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:05:27.5311180Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:05:27.5316807Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:05:27.5335537Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-01-24T01:05:27.5344039Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5348469Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5354194Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5360008Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5366052Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5371489Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5386034Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5398105Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5403897Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5415485Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5421119Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5432567Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5443543Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-01-24T01:05:27.5451568Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:05:27.5455711Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:05:27.5496004Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-01-24T01:05:27.5509898Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5524325Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5550646Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5570085Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5590988Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5602034Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5657296Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5692881Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5705647Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5717017Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5745022Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.5754719Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6211668Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6225631Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6330563Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6421297Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6464167Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6481589Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6543707Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6566738Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6579585Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6682639Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6703414Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6722740Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6735134Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6750024Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6763931Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6775713Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6781491Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6787121Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6807738Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6820479Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6831893Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6856135Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6880224Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6892124Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6904878Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6916994Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6929484Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6948949Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6960798Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6979983Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.6993517Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-01-24T01:05:27.7000655Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:05:27.7005427Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-01-24T01:05:27.7012705Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:05:27.7017524Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:05:27.7023169Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:05:27.7028667Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-01-24T01:05:27.7036666Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7041655Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7053972Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7066220Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7092713Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7312648Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7325115Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7336310Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7353416Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7365199Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-01-24T01:05:27.7371217Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:05:27.7376149Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:05:27.7591771Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-01-24T01:05:27.7598130Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:05:27.7602708Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:05:27.7671812Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:05:27.7685692Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:05:27.7698341Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-01-24T01:05:27.7705818Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7710803Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7727768Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7738810Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7744745Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7771190Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7782942Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-01-24T01:05:27.7790165Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:05:27.7794886Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:05:27.7800790Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:05:27.7807655Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-01-24T01:05:27.7813645Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:05:27.7818438Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-01-24T01:05:27.7825531Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7830720Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7877827Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7889908Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7910609Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7922579Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.7935122Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.8051378Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.8064383Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:27.8071031Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:27.8076036Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:27.8090153Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:27.8097143Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:27.8102062Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:27.8124197Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:27.8130685Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:27.8135977Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:27.8163361Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:27.8169869Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:27.8175080Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:27.8187850Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:27.8199775Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:27.8206206Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:27.8211465Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:27.8223830Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:27.8258635Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:27.8275627Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:27.8281973Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:27.8287368Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:27.8301395Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:27.8312957Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:27.8326478Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8331416Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8348853Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8406700Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8432746Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8444555Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8472077Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8499455Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8533599Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:27.8540445Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:05:27.8544804Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-01-24T01:05:27.8551672Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:05:27.8555828Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-01-24T01:05:27.8562578Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:05:27.8567108Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:05:27.8571935Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-01-24T01:05:27.8585225Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8589756Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8595419Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8630791Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8646778Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8666561Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8677600Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8689285Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8701053Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-01-24T01:05:27.8713751Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8718196Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8729864Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8871431Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8918114Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8933515Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-01-24T01:05:27.8940669Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:05:27.8945194Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:05:27.8957627Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-01-24T01:05:27.8963855Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:27.8968222Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:27.8990651Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:27.8998619Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:05:27.9004011Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:05:27.9010350Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-01-24T01:05:27.9019224Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9023804Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9053299Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9081590Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9093436Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9113527Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9124546Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9136318Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9147445Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9158845Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-01-24T01:05:27.9165716Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:05:27.9170048Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:05:27.9181223Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-01-24T01:05:27.9187453Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:05:27.9191967Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:05:27.9203543Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-01-24T01:05:27.9210511Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9215074Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9241710Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9252301Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9263602Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9281059Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9302359Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9312776Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9323452Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9335349Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9367570Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-01-24T01:05:27.9375041Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9379989Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9391335Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9402234Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9413329Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9424469Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9440089Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9450870Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-01-24T01:05:27.9457482Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9462146Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9473490Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9485080Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9496046Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9642754Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9661082Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:27.9668022Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9672497Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9687860Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9700135Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9710915Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9722710Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9740086Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9760116Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9777780Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9788425Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:27.9794903Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:27.9800191Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:27.9825448Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:27.9832263Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9837324Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9858245Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9873162Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9890602Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9916679Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9941173Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:27.9948691Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:27.9954687Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:27.9977747Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:27.9992973Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:28.0003388Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:28.0015637Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:28.0037616Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-01-24T01:05:28.0050760Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0055819Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0070979Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0088109Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0109808Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0121253Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:28.0129796Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0134906Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0146753Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0158981Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0181027Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0199219Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0209786Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0226863Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0239304Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0248915Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0258447Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0267905Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0277279Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-01-24T01:05:28.0289112Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0294388Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0307289Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0317678Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0327005Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0335834Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0360835Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-01-24T01:05:28.0368204Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:05:28.0373130Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:05:28.0385702Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:05:28.0398748Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:05:28.0410558Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-01-24T01:05:28.0424958Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0429231Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0443245Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0455110Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0465195Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0488274Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0493834Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0503716Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0513638Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0520126Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0530543Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0541230Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-01-24T01:05:28.0548721Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0564855Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0575696Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0586899Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0598059Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0617525Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0627184Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0639244Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0651576Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0657115Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-01-24T01:05:28.0669878Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:05:28.0674265Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:05:28.0696044Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:05:28.0713381Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:05:28.0730295Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-01-24T01:05:28.0739212Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0743806Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0761972Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0830648Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0864972Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0876504Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0912374Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0930563Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0942104Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.0974167Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1041864Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1064593Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1079965Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1104876Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1139525Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1167108Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1179195Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1191309Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1203453Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1233543Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1260996Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1283932Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1325093Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-01-24T01:05:28.1338917Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:05:28.1343265Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:05:28.1355131Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:05:28.1360886Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:05:28.1372823Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-01-24T01:05:28.1382187Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1387137Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1398503Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1410162Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1430082Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1441927Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1453025Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1465212Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1476351Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1488412Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1507426Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1521246Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1533866Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1546442Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1557969Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-01-24T01:05:28.1565688Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:05:28.1570422Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:05:28.1582817Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:05:28.1594405Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-01-24T01:05:28.1601984Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1606645Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1612349Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1626273Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1639939Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1668418Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1728284Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1738962Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:28.1751058Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1756796Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1762538Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1774847Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1789574Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1800959Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1813824Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1842394Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1848360Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1868185Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1881287Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1893828Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1905990Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1912140Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1918157Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1924251Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1930942Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1937234Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1943292Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1957293Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1964010Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1970045Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1981540Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1987461Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.1993556Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2004768Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2010734Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2024989Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2031447Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2037567Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2043510Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2049461Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2055840Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2061621Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2068375Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2074610Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2088850Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2094345Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-01-24T01:05:28.2107497Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:28.2112681Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:28.2124707Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:28.2135750Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:28.2153696Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:28.2162561Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2167731Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2198581Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2230630Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2251414Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2269212Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2289202Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2312000Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2322972Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2361991Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2384386Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2396517Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2414546Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2438785Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2456266Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-01-24T01:05:28.2464160Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2469273Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2481225Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2493784Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2517695Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2531297Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-01-24T01:05:28.2542100Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2546906Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2558982Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2570679Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2617325Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2718763Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2740547Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2771007Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2814337Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2833284Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2858437Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2871207Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2890874Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2910465Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2960343Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.2985190Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3002993Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3019028Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3033980Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3046277Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3075798Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3111411Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3128541Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3134222Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3151538Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3221033Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3232716Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3306909Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3330164Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3341712Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3352429Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3396346Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:28.3403413Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:05:28.3408166Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:05:28.3419908Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:05:28.3431439Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:05:28.3436177Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-01-24T01:05:28.3452060Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3456684Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3478031Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3499657Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3518207Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3537719Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3549714Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3562188Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3574148Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3593359Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3636818Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3658214Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3680110Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3692334Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3722826Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3735244Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3754707Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3779190Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3796872Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3868522Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3886466Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3904594Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3955834Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-01-24T01:05:28.3963632Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.3968840Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.3980754Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.3998366Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5737792Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5755060Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5782537Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5801153Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5813358Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5831545Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5842484Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-01-24T01:05:28.5850009Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:05:28.5854748Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:05:28.5860437Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:05:28.5873293Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:05:28.5878974Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-01-24T01:05:28.5888099Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5892755Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5916867Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5929466Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5941467Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5962557Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5974762Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5987024Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.5999452Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.6011585Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.6022688Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.6040769Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.6085421Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-01-24T01:05:28.6092507Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6097657Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6109886Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6122387Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6149832Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6168696Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6181106Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:28.6188223Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6201586Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6213949Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6239563Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6264414Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6282818Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6293979Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6310328Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6350461Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-01-24T01:05:28.6358159Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6362728Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6380501Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6398371Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6430659Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6441564Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6452444Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6463958Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6479227Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6492734Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6503212Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-01-24T01:05:28.6509643Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:05:28.6514389Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:05:28.6525379Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-01-24T01:05:28.6531496Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:28.6558345Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:28.6559578Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:28.6560478Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6563947Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6574667Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6585361Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6605172Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6616899Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6628476Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6640813Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6653333Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6667428Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6681034Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6694303Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6718886Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6737642Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6760790Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6780676Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6797109Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6809343Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6820841Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6832440Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6850923Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6862929Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6874903Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6886376Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:28.6892641Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:05:28.6897074Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:05:28.6933026Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-01-24T01:05:28.6939969Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:05:28.6944219Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-01-24T01:05:28.6957223Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:05:28.6961420Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-01-24T01:05:28.6968037Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:05:28.6981122Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-01-24T01:05:28.6994407Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:05:28.6999115Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-01-24T01:05:28.7030688Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:05:28.7035334Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:05:28.7059936Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:05:28.7073964Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-01-24T01:05:28.7081563Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:05:28.7085668Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:05:28.7098296Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-01-24T01:05:28.7105851Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7109885Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7134018Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7151013Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7162129Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7193797Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7229457Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7234923Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7247038Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7272664Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7282783Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7323507Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7333293Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7343545Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-01-24T01:05:28.7350257Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7354393Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7372290Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7382972Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7393084Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7419707Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7434541Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-01-24T01:05:28.7447151Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:05:28.7451482Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:05:28.7462921Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:05:28.7472728Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2025-01-24T01:05:28.7479283Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:05:28.7483739Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:05:28.7495249Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:05:28.7500955Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-01-24T01:05:28.7520413Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:05:28.7524598Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:05:28.7535705Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:05:28.7546711Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-01-24T01:05:28.7553900Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:05:28.7566843Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:05:28.7579509Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:05:28.7597269Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:05:28.7616168Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-01-24T01:05:28.7622215Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:05:28.7626522Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:05:28.7638573Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:05:28.7649729Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:05:28.7660857Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-01-24T01:05:28.7667796Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:05:28.7672209Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:05:28.7686726Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:05:28.7700161Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:05:28.7734540Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2025-01-24T01:05:28.7740741Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:05:28.7745430Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:05:28.7767521Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:05:28.7780467Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2025-01-24T01:05:29.3207680Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:29.3239207Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:29.3704679Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-01-24T01:05:29.3709423Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3713685Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3724243Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3775513Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3785961Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3818107Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3836522Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3917289Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3927443Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.3981692Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.4010282Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.4065061Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-01-24T01:05:29.4072809Z creating build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4077367Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4087839Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4098537Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4108999Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4130324Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4140627Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4151069Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4161252Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4171675Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4181301Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4191391Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4200930Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4210974Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4221089Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4230782Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4240854Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4250603Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4260703Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4279448Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4289510Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4299605Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4309410Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4319280Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4329098Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4338990Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4349329Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4367325Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4376236Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4392660Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4402319Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4411912Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4421802Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4431983Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4441540Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4451062Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4471765Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4482321Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4491488Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4501161Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4511063Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4525901Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4535328Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4544474Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4554193Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4578565Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4588133Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4597794Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4609586Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4620414Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4630306Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4640072Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4649370Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4665462Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4674923Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4685230Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4695279Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4705123Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4717259Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4727925Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4737480Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4747091Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4769470Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4779651Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4789625Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4800757Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4810997Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4823444Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4834047Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4847940Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4869054Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4883979Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4897755Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4908621Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4918826Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4930783Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4943775Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4955924Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4966316Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4977313Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4987486Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.4997677Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5007539Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5017902Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5028207Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5039043Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5048186Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5067252Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5090796Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5101318Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5113167Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5123518Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5134106Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5144092Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5161034Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5171395Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5181476Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5191407Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5202933Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5213070Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5220749Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5230237Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5240987Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5251608Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5259224Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5280246Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5290692Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-01-24T01:05:29.5300289Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5304773Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5317164Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5329628Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5336144Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5342536Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5365592Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5382292Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5400714Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5412434Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5424678Z copying torch\_C\_export.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5431071Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5443801Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5456867Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5463265Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5469899Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5481817Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5488260Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5500845Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5513937Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5520974Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5534549Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.5549598Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.6056002Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.6062591Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-01-24T01:05:29.6258363Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:29.6272506Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:29.6292629Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:29.6305149Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:29.6330810Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:29.6334908Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:29.6341340Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:29.6346927Z creating build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6350858Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6357946Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6364003Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6370102Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6376249Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6391429Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6403180Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6409340Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6415894Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6422271Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6428581Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6434513Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6440438Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6446535Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6452663Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6459385Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6466998Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6476070Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-01-24T01:05:29.6484113Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6488728Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6495056Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6500737Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6506793Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6513646Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6531127Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6537021Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6543363Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6549532Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6555775Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6562021Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6568981Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6575652Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6583044Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6589789Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6597459Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6604252Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6612336Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6619414Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6636187Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6643530Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6651555Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6658179Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6664911Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6671495Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6678169Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6685155Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6691690Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6698049Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6714318Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6720649Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6726912Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6733547Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6739281Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6745310Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6752194Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6759480Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6765579Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6771802Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6778306Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6784633Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6800137Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6806425Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6813179Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6819332Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6825774Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6832479Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6839830Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6846759Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6852741Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6859712Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6889283Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6895567Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6901736Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6907852Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6914406Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6921277Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6927863Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6935103Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6941661Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6948052Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6971952Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6978331Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6984887Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6991701Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.6998335Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7004634Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7011193Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7018684Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7026297Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7045374Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7052874Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7061824Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7070710Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7079587Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7086902Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7094608Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7103379Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7110868Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7129658Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7144898Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7151329Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7158061Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7164939Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7190824Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7205252Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7211608Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7217933Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7224204Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7230514Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7236792Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7243111Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7249135Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7255246Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7261798Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7268775Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7275189Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7281403Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7287492Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7293445Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7308194Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7314515Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7321445Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7328540Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7334877Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7341256Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7347697Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7354154Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7360752Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7367518Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7374220Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7380748Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7387201Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7393730Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7399971Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7406344Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7412757Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7434296Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7440993Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-01-24T01:05:29.7447148Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:05:29.7451777Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:05:29.7457857Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:05:29.7464016Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-01-24T01:05:29.7469939Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7476749Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7483158Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7489839Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7496503Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7512765Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7519873Z copying torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:29.7525719Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7530901Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7537407Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7543632Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7550195Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7566222Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7573264Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7580229Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7586778Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7593319Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7600481Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7608108Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7615093Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:29.7622151Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7627545Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7634476Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7641192Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7656685Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7663614Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7670690Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7677659Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7684152Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7690787Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7697344Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7704134Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7710804Z copying torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7717853Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:29.7724081Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:05:29.7729209Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:05:29.7736103Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7740895Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7747249Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7754906Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7761935Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7776098Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7782630Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7789474Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7796541Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7803904Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7810475Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:29.7820496Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7826796Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7841251Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7848069Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7854439Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7860709Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7867617Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7873975Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7880252Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7886439Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-01-24T01:05:29.7892417Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7897441Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7903953Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7910671Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7917577Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7934355Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7941069Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:29.7947030Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7951572Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7958047Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7964423Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7970765Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7986263Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.7992811Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8000356Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8006627Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8012940Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8019328Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8025891Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8032931Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8039721Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8046277Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8052878Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8059511Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8066273Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8072762Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8079277Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8085538Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8091960Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8098671Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8112516Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8118955Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8126576Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8133329Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8140262Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8146808Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8153919Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8160641Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8167529Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8173880Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8180092Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8196161Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8202513Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8208923Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8215339Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8222625Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8230547Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8237217Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8244677Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8251622Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8257970Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8264551Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8271022Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8285773Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8292178Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8298489Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8305056Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8311536Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8318158Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8324413Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8330793Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8337023Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8343102Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8355784Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8362370Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8368329Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8374319Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8380678Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8386874Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8393073Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8399532Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8406446Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8416141Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8422538Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8443993Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8449880Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8456304Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8462572Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8468570Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8475044Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8482201Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8490107Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-01-24T01:05:29.8497027Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8501540Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8507862Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8514085Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8520940Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8528360Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8635228Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8642283Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8649044Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8655383Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8661958Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8668823Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8676106Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8683520Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8689969Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8696635Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8703036Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8709529Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8716093Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8722730Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8729078Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:29.8735332Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0099743Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0106655Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0113308Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0120767Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0127565Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0134640Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0141419Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0148334Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0154459Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0169881Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0176444Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0182595Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0188896Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0195620Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0201645Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0207496Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-01-24T01:05:30.0213124Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0218017Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0224575Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0231042Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0248555Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0254943Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0261240Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0267938Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0274249Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0281193Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0287425Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-01-24T01:05:30.0292883Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0297785Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0304268Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0311070Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0317452Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0330935Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0337180Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0343539Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-01-24T01:05:30.0349284Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0353837Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0360239Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0366457Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0372292Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0378225Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0393623Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-01-24T01:05:30.0399288Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0404113Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0410669Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0417202Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0432655Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0439286Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0446477Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0453046Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0459367Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0466051Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0472531Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0478928Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0485412Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0491895Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-01-24T01:05:30.0497789Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0502097Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0508354Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0515108Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0521778Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0536674Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0543283Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0549668Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0556367Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0562742Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0569071Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0575342Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0581726Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0588785Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0595177Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0601805Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0608371Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0614777Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0621286Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0628292Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0635594Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0652458Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0660022Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0666309Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0672753Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0679453Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0686129Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0692984Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0700311Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0706991Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0722361Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0728919Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0735451Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0742312Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0749066Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0755758Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0762403Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0768910Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0784453Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0791140Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0797926Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0805610Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0812335Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0818968Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0829427Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0834523Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0842400Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0849582Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0857649Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0883378Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0890205Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0896876Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0903551Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0910310Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0917064Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0924106Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0930992Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0937673Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0944409Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0951682Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0964818Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0971371Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0978840Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0985444Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0992119Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.0998811Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1005466Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1020418Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1026889Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1033479Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1040499Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1047611Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1062016Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1069188Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1075899Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1083807Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1089714Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1096246Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1103286Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1109940Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1117091Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1125566Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1132447Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1139848Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1146780Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1154456Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1162300Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1169806Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1177773Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1184491Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1191131Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1197797Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1204576Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1211302Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1217953Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1224404Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1239174Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1245577Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1252295Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1259210Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1265316Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1272187Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1278514Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1285364Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1291818Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1298414Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1305000Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1311530Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1318070Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1324672Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1330829Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1337227Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1343700Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1350154Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1356805Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1364011Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1370588Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1377299Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1392732Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1399408Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1405903Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1412436Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1418995Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1425524Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1432149Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1438787Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1445269Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1452234Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1458913Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1465596Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1472390Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1479144Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1485889Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1492470Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1499289Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1505946Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1512522Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1519232Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1525631Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1532132Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1538888Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1545290Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1552242Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1559007Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1565964Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1572623Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1579584Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1586627Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1601207Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1608052Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1614819Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1621218Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1627711Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1634926Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1643080Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1650520Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1657240Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1663875Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1670286Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1677032Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1683714Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1689956Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1696427Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1703157Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1710425Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1716911Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1723233Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1729759Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1736295Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1742804Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1749316Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1755788Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1762133Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1768647Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1775741Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1781729Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1788722Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1795655Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1802422Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1808840Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1815392Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1821789Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1828160Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1834469Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1841714Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1856644Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1857677Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1861470Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1878891Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1885414Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1891950Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1898356Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1905191Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1911284Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1917893Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1924378Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1930728Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1936936Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1943203Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1950172Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1956914Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1963428Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1969942Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1976472Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1982983Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1989488Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.1996603Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2003113Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2009822Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2016244Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2022783Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2029099Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2035921Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2042136Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2048794Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2055425Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2062062Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2068344Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2074911Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2081799Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2088307Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2094966Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2101627Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2108389Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2115444Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2122484Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2129148Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2135770Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2154871Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2162404Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2169280Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2175914Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2182420Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2189118Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2195736Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2202419Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2209119Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2215780Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2222553Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2229131Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2235426Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2241991Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2248482Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2254825Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2261649Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2268030Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2274697Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2281208Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2287622Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2294026Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2301235Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2307733Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2314712Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2321290Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2328008Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2335090Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2341459Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2348120Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2354640Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2361197Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2367981Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2374581Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2381469Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2388068Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2395066Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2401584Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2408226Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2414821Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2421698Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2428536Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2435337Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2441854Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2448702Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2455722Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2462516Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2469442Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2476069Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2482718Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2489917Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2496037Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2502903Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2509713Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2516463Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2523125Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2529904Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2536762Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2543443Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2549934Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2556577Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2563448Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2569849Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2576886Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2583257Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2590940Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2597574Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2604292Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2610973Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2617532Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2624313Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2630886Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2638132Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2645430Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2653436Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2660671Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2667498Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2674101Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2680893Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2687477Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2695095Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2701813Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2708907Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2715881Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2722478Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2738878Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2745713Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2753019Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2759773Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2766249Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2772872Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2779417Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2786520Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2793422Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2800278Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2806931Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2813461Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2819635Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2826770Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2833026Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2840015Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2846421Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2852981Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2859374Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2865992Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2872477Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2879317Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2886021Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2892485Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2899068Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2905450Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2911961Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2918854Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2925997Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2932554Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2946317Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2952596Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2959453Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2967602Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2975100Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2982958Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2990689Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.2997369Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3004260Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3010888Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3017762Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3024295Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3030632Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3037606Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3044648Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3051255Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3057462Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3063784Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3070295Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3077530Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3083806Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3090429Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3096837Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3103391Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3110298Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3116789Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3123284Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3129970Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3137115Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3144414Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3151499Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3160039Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3167617Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3175502Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3183292Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3190496Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3197323Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3204196Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3210895Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3217631Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3224897Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3231528Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3238864Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3245601Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3252270Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3259060Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3275033Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3282102Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3289030Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3295636Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3302703Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3309594Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3316224Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3323004Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3329500Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3336564Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3343322Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3349920Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3356563Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3363326Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3369829Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3376454Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3383066Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3390152Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3396745Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3403547Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3410150Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3416756Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3423569Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3430459Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3437671Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3444893Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3451784Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3458818Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3465630Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3472508Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3479861Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3486755Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3494500Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3502547Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3510438Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3518705Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3525944Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3532778Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3539684Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3546670Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3553418Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3560332Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3567594Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3574591Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3581385Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3588121Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3595467Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3602995Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3610054Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3616905Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3623950Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3630633Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3637451Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3644344Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3651615Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3658575Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3665339Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3672216Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3678831Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3685967Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3692914Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3699719Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3706329Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3713107Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3719782Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3726763Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3733658Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3740349Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3747001Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3765325Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3771761Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3778329Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3785060Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3791624Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3798010Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3804806Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3811352Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3817978Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3824758Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3831417Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3838273Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3845425Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3852049Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3858898Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3865944Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3872664Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3879929Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3887318Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3894139Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3901055Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3907677Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3914504Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3921569Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3928396Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3935054Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3942306Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3949074Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3956112Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3962663Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3969580Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3976189Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3982862Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3989600Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.3996873Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4003685Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4010406Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4017538Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4024178Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4031736Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4039694Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4046623Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4053572Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4060992Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4068117Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4075041Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4082361Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4088909Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4095853Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4102939Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4110346Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4117319Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4124586Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4131249Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4138171Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4145622Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4152756Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4159531Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4167166Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4173951Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4181224Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4187926Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4194721Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4201762Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4208661Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4215385Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4221992Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4228550Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4235507Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4242605Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4250390Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4256537Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4263743Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4270316Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4277255Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4283940Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4291087Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4298949Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4306244Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4313249Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4320095Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4326909Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4333905Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4341119Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4348082Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4354888Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4361906Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4368899Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4375531Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4382518Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4389372Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4396525Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4403090Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4409530Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4416173Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4423082Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4429897Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4436644Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4443387Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4449890Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4456808Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4463412Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4469985Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4477033Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4483912Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4490464Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4497211Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4504228Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4513923Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4520260Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4526814Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4534612Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4541326Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4548110Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4554890Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4561910Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4568894Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4575791Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4583089Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4589467Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4596783Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4603874Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4610605Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4617079Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4623708Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4630426Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4637520Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4644423Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4651077Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4657672Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4664168Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4670767Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4677308Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4683719Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4690490Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4696912Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4703510Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4710228Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4731881Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4739387Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4747180Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4755521Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4763323Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4770939Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4777963Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4784813Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4791817Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4798850Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4805390Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4811943Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4818633Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4824965Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4831297Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4837792Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4844558Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4851962Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4858448Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4865024Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4871384Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4878009Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4884405Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4890639Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4897082Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4903783Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4910288Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4916608Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4923416Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4930004Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4936321Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4942663Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4949024Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4955788Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4961996Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4968537Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4975422Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4981943Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4988714Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.4995464Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5002052Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5008764Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5015315Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5022102Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5028828Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5035779Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5042769Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5049760Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5056438Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5063290Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5069946Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5076684Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5083790Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5090526Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5097511Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5104764Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5112644Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5119493Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5126889Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5133594Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5140140Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5147124Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5153665Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5161228Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5169005Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5176464Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5184125Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5190813Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5198550Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5205669Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5212650Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5219217Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5226189Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5232865Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5239752Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5246636Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5253187Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5259738Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5266699Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5273425Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5280292Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5286850Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5293847Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5300341Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5307066Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5313729Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5321033Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5327657Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5334409Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5340880Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5347776Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5354024Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5360768Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5367509Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5374001Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5380406Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5386897Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5393331Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5399876Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5406286Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5412719Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5419473Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5425905Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5432439Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5439307Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5445992Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5452603Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5459020Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5465660Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5472426Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5479018Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5485948Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5492696Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5499566Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5506220Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5512763Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5519365Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5525950Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5533339Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5539832Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5546543Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5553389Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5560087Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5566541Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5573728Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5580664Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5587410Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5594224Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5601196Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5608905Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5616397Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5624318Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5631847Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5639122Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5645713Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5652597Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5659341Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5665932Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5672332Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5678910Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5685778Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5692672Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5699574Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5706160Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5712818Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5719502Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5726384Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5733292Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5739806Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5746660Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5753270Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5774552Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5781087Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5788533Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5796362Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5803125Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5810808Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5817404Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5824045Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5830954Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5837677Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5844635Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5851347Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5857920Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5864730Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5871379Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5878221Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5884951Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5892097Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5899393Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5906574Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5913600Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5920725Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5928070Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5934956Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5941815Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5949140Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5956008Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5963040Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5970053Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5977300Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5984055Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5990985Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.5998459Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6005435Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6012161Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6019271Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6025999Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6032721Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6039713Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6046695Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6053338Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6060754Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6067513Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6074257Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6081047Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6088112Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6095076Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6101751Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6108407Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6115279Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6122370Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6128985Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6135817Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6143002Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6150180Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6157012Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6163668Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6170374Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6176668Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6183362Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6190830Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6197500Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6204329Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6210948Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6217579Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6224230Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6231325Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6238390Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6244924Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6251420Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6257949Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6264351Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6270650Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6277870Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6284468Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6291064Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6297827Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6304602Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6311765Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6318417Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6325097Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6331838Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6338303Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6345241Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6351855Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6358808Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6365961Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6372365Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6379233Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6385956Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6392601Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6400121Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6406685Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6413553Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6420472Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6427754Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6434768Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6441505Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6448588Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6455151Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6461801Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6468686Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6475043Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6481771Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6488258Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6494865Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6502077Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6508915Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6515725Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6522692Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6529662Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6536413Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6543029Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6549778Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6556513Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6562908Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6569688Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6576522Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6583762Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6590824Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6597369Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6604164Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6611077Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6618020Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6624760Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6631712Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6639193Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6646185Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6652758Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6660042Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6666825Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6673493Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6680160Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6686885Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6693430Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6700172Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6706863Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6737304Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6744358Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6751097Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6758194Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6765001Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6772276Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6779127Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6785948Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6792773Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6799511Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6806263Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6813465Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6820540Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6827248Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6834052Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6841461Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6848270Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6855213Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6862265Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6868944Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6876025Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6887075Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6891812Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6898716Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6905627Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6912411Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6919812Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6926579Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6933492Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6941066Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6948381Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6955184Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6962102Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6969013Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6976107Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6983037Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6989819Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.6996687Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7003392Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7010270Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7017195Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7024247Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7031016Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7038832Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7045965Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7052856Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7059882Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7066655Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7073516Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7080728Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7087743Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7094404Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7101301Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7108129Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7115294Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7122147Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7128989Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7135956Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7142917Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7149785Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7156774Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7163593Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7171009Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7178603Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7186634Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7194422Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7202090Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7208782Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7216036Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7222756Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7229350Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7236399Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7243551Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7250372Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7257229Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7263903Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7270621Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7277355Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7283919Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7290624Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7297649Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7304420Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7310652Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7317031Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7323474Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7329944Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7336614Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7343123Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7350164Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7357207Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7363730Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7370499Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7376980Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7383348Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7390471Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7396666Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7402998Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7409588Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7428809Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7429573Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7430316Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7436600Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7442749Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7449429Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7456066Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7463062Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7469466Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7476062Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7482788Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7489621Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7496742Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7502868Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7509645Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7516275Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7523291Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7530184Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7536997Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7543786Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7550563Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7557418Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7564844Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7571341Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7577770Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7584224Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7590574Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7597205Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7604038Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7610604Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7617338Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7623926Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7631034Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7637821Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7645736Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7652836Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7659995Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7666714Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7674984Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7683120Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7690074Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7697084Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7704809Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7711520Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7718391Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7725665Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7732570Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7739732Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7746442Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7753342Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7760069Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7767049Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7774002Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7781073Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7787493Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7794110Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7800645Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7806711Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7813355Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7819714Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7826461Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7832672Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7839905Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7846440Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7853184Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7859675Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7866456Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7873026Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7879732Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7886376Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7892988Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7899855Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7906402Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7912579Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7919003Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7925638Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7932446Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7939006Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7946390Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7953585Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7961077Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7967732Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7974609Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7981073Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7987762Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.7994493Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8001246Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8007951Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8014622Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8021299Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8028000Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8034652Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8041202Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8047959Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8054914Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8061514Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8068114Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8075067Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8081724Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8088421Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8095066Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8101718Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8108640Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8115091Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8121848Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8128492Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8135248Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8141883Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8148513Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8155196Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8162448Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8169073Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8176638Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8183825Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8191006Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8198129Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8205232Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8212791Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8220216Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8227011Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8233484Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8239719Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8246355Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8252867Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8259316Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8266054Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8273196Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8280085Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8286622Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8293834Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8300796Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8307675Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8314352Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8321501Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8328355Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8335467Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8342131Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8349111Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8355932Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8362654Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8369426Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8375876Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8383256Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8390228Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8397293Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8404052Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8410917Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8417543Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8424138Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8430924Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8438415Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8445142Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8452089Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8458850Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8465640Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8472883Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8479881Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8486901Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8493547Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8500608Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8507298Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8514214Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8521244Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8527965Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8534972Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8542553Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8549792Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8556588Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8563512Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8570249Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8577293Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8584499Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8591327Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8598543Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8605512Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8612183Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8618899Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8625888Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8633023Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8639955Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8646748Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8653184Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8659522Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8666251Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8672926Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8680654Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8688032Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8694578Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8701299Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8707959Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8714351Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8721033Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8728045Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8734466Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8740961Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8747634Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8773367Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8781400Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8788864Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8796592Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8804261Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8810938Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8817682Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8824486Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8830950Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8837970Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8844634Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8851957Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8858434Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8864868Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8872083Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8878533Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8885340Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8891697Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8897842Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8904399Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8911090Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8917452Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8923904Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8930492Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8936901Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8943399Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8950045Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8956557Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8963072Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8969516Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8975983Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8982446Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8989041Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.8995536Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9001869Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9009171Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9015729Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9022788Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9029835Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9036548Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9043301Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9050091Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9056546Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9063397Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9070352Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9077225Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9084040Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9090727Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9097506Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9104190Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9111055Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9117957Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9125273Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9132136Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9138959Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9145748Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9152621Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9159719Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9166857Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9173662Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9180666Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9188233Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9195687Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9203588Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9211050Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9217470Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9224388Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9231283Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9238197Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9244837Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9251489Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9257948Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9264570Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9277768Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9280495Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9287737Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9294814Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9301407Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9308806Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9315827Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9322851Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9329721Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9336608Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9344084Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9351026Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9358136Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9364829Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9371676Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9378863Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9386067Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9392973Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9400192Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9407497Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9414587Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9421582Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9428602Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9435530Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9442926Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9449875Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9457069Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9464103Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9471339Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9478835Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9486031Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9493012Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9500125Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9507261Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9514875Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9521977Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9529470Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9536860Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9543773Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9551069Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9558275Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9565237Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9572259Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9579326Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9586571Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9593780Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9600894Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9608121Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9615515Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9623005Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9629941Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9637185Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9644408Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9651394Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9658486Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9665576Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9672988Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9679825Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9686820Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9694369Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9702359Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9709357Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9716692Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9724091Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9730722Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9737509Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9744030Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9750560Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9757658Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9764546Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9771806Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9778424Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9785234Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9791874Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9798562Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9805304Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9811970Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9819191Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9826005Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9832350Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9839419Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9845989Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9852566Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9859067Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9865354Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9872450Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9878791Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9885686Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9892312Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9899272Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9905881Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9912771Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9919803Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9926425Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9932876Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9939389Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9945928Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9953038Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9959740Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9966795Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9973353Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9980607Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9987437Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:30.9994266Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0001200Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0008387Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0015122Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0021936Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0029546Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0036485Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0043252Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0049991Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0056671Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0063773Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0070781Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0078059Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0084596Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0091636Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0098542Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0105138Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0112254Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0119128Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0125797Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0132537Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0139341Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0146403Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0153149Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0159927Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0166847Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0174353Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0181002Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0187818Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0195796Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0202571Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0209428Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0216555Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0223151Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0230325Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0236957Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0243496Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0250446Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0257364Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0264096Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0270676Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0277742Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0285131Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0291751Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0298379Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0305253Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0311991Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0318575Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0325380Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0332428Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0338846Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0345832Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0352365Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0359371Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0366022Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0372458Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0379420Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0386205Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0392790Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0399406Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0406262Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0412889Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0419570Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0426151Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0433125Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0439926Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0446959Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0453750Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0460338Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0467154Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0474147Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0480995Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0487357Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0493857Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0500710Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0508323Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0514276Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0521699Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0528787Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0535393Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0542965Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0549733Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0556662Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0563505Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0570239Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0576692Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0583964Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0590570Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0597488Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0604351Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0611270Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0617870Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0624643Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0631775Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0639001Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0645837Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0652670Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0659611Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0666347Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0673250Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0680249Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0686866Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0693627Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0700224Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0706947Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0713549Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0721110Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0728537Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0735997Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0743858Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0751551Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0759405Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0766303Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0773315Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0780009Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0786909Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0793773Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0825765Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0832076Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0838657Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0844898Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0851701Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0858357Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0864803Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0871613Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0878871Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0885444Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0892020Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0898547Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0904933Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0911416Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0918072Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0925467Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0932389Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0939119Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0946077Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0952827Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0959908Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0966709Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0973894Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0980554Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0987339Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.0994431Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1001429Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1008386Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1015220Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1022261Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1029350Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1036453Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1043756Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1050843Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1057840Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1065186Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1072092Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1080087Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1087712Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1094721Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1101686Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1108584Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1116063Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1122722Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1129483Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1136367Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1143453Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1149806Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1156490Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1162902Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1170007Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1176513Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1183205Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1189935Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1196887Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1204883Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1212510Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1219334Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1226132Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1233110Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1239927Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1246981Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1253453Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1260081Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1266728Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1273348Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1280035Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1286834Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1293764Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1300238Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1306835Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1313466Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1319959Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1326557Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1334088Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1340813Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1347606Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1354398Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1360843Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1367627Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1374383Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1380955Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1388340Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1394794Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1401549Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1408313Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1415108Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1421751Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1428372Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1434907Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1441541Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1448185Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1454594Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1461291Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1467931Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1474017Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1480592Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1487019Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1493244Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1499490Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1506331Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1513521Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1520585Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1527438Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1534222Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1541271Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1548024Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1555017Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1562222Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1568953Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1575621Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1582156Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1589305Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1596202Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1605318Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1611470Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1618169Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1625027Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1632809Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1640778Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1648561Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1656432Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1663644Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1670030Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1676875Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1683949Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1690523Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1697252Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1703734Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1710434Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1716860Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1723507Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1729890Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1736852Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1748375Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1750332Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1756781Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1763260Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1769418Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1775689Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1782269Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1789018Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1795908Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1802792Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1809464Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1816116Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1822666Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1829614Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1836681Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1843346Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1850348Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1856930Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1863464Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1870096Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1876840Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1883595Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1890069Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1896915Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1903501Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1909784Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1916014Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1922473Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1928977Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1935436Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1943061Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1949085Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1955533Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1962177Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1968586Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1974940Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1982047Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1988622Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.1995254Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2001940Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2008630Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2015632Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2022232Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2028978Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2036376Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2043161Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2050092Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2057153Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2063938Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2070931Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2078233Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2084995Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2092236Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2099095Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2105906Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2112840Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.2122477Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4307426Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4314511Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4322049Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4328632Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4335832Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4342728Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4349537Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4356647Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4363824Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4371222Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4377805Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4384504Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4391108Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4398378Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4405235Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4411501Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4418001Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4424303Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4430912Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4438000Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4444317Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4451245Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4457589Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4464358Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4470267Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4477136Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4483681Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4490746Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4497469Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4504360Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4510941Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4517686Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4524574Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4531857Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4538520Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4545546Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4552431Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4559701Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4568038Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4575350Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4581905Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4588743Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4596559Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4604304Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4610423Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4617248Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4624297Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4631340Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4638757Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4646059Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4652817Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4659892Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4666596Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4673630Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4680570Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4687680Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4694683Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4701683Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4708844Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4715960Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4723994Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4731456Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4738301Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4745315Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4752400Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4759838Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4766712Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4773473Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4780375Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4787409Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4794620Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4801597Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4808276Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4815315Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4822313Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4829415Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4836074Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4843016Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4850616Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4857788Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4864171Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4871203Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4878334Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4884994Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4903097Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4904311Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4905168Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4911879Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4918440Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4925358Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4932027Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4938695Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4945596Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4952302Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4958807Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4965394Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.4972733Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5013271Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5019695Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5026540Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5033598Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5040135Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5046754Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5053835Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5060991Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5068299Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5075241Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5081518Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5088019Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5094947Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5101506Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5108912Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5115328Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5121896Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5128833Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5135463Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5141987Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5148784Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5155492Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5162332Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5168894Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5175649Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5182555Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5189215Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5195965Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5202361Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5209054Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5216260Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5222851Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5230095Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5237836Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5246188Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5254123Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5261997Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5268783Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5276048Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5283245Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5290139Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5296829Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5303490Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5310117Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5317100Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5323800Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5330325Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5337186Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5343895Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5350387Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5357088Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5363801Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5370420Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5377312Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5383977Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5390672Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5397260Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5403584Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5409801Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5416548Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5422764Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5428814Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5435070Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5441761Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5448286Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5454839Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5461333Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5468057Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5474865Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5481855Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5488771Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5495852Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5502595Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5509036Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5515995Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5522714Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5529556Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5536367Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5543199Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5550084Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5556976Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5564743Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5571692Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5578832Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5586568Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5593987Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5601219Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5608382Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5615625Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5622745Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5629460Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5636679Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5643237Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5650093Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5656661Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5663506Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5670554Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5677279Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5684468Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5691448Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5698074Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5704790Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5711300Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5718168Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5725352Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5732189Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5738710Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5745520Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5753518Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5761296Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5769222Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5776720Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5784917Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5791696Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5799061Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5806929Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5813608Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5820547Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5827305Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5834314Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5841432Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5848798Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5855409Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5862241Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5868917Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5877188Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5883781Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5893753Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5902384Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5908869Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5915625Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5922120Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5928738Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5935639Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5942840Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5949581Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5956475Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5963496Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5970211Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5977100Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5983973Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5990712Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.5997427Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6003876Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6010566Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6017383Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6024080Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6031031Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6038230Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6045053Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6051495Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6058599Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6065670Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6072763Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6079866Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6086542Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6093367Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6099917Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6107105Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6113887Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6121623Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6127945Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6134569Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6141329Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6148080Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6154652Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6161456Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6168503Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6175193Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6181800Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6188264Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6195046Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6201884Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6208502Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6214930Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6222015Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6228739Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6235828Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6243258Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6250609Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6257046Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6263787Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6270548Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6277577Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6284596Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6291019Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6297637Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6304260Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6310986Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6317615Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6323997Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6330685Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6337213Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6343606Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6350061Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6356715Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6363333Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6370251Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6376990Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6383957Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6390608Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6397174Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6403496Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6410196Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6416760Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6423270Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6430365Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6437564Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6444180Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6450840Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6457239Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6464006Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6470582Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6477121Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6483647Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6490221Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6496738Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6503421Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6510208Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6516980Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6523691Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6530483Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6537593Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6544255Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6550660Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6557371Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6564249Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6570839Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6577829Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6585229Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6591511Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6598170Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6604553Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6611362Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6618347Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6625320Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6632411Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6639409Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6646643Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6653396Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6659970Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6666895Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6673794Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6680859Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6687470Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6694191Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6700718Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6707615Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6714588Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6721431Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6728379Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6735540Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6743028Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6750979Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6757796Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6764622Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6772357Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6778856Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6785723Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6792176Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6799622Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6806503Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6813226Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6820252Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6826530Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6833989Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6840081Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6846666Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6853243Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6859539Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6866220Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6872910Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6881066Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6886717Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6894554Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6901572Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6908277Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6914742Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6921369Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6927786Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6934548Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6940906Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6947332Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6954301Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6961218Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6967892Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6974432Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6981040Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6988042Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.6994577Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7001757Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7008408Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7014777Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7021472Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7027873Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7034760Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7042356Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7049013Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7055744Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7062624Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7069283Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7076121Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7082846Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7090344Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7096892Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7103933Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7110787Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7117566Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7124650Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7131241Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7138555Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7145289Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7152107Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7158770Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7165159Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7172356Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7178679Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7185141Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7192034Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7198714Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7206676Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7212214Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7218951Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7225566Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7233675Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7241359Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7248164Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7255182Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7262620Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7268959Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7275824Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7282991Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7290023Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7297512Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7303704Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7310392Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7317257Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7324082Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7330603Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7337612Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7344209Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7351069Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7357471Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7364014Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7370638Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7377352Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7383523Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7390275Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7397029Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7404278Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7410709Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7417290Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7423956Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7430449Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7437265Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7444064Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7450622Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7457129Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7463286Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7469820Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7476376Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7482660Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7489418Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7496617Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7503161Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7509648Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7516102Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7522558Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7529068Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7535949Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7542283Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7549111Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7556044Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7562640Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7569861Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7576627Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7583436Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7590796Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7597973Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7604110Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7610926Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7616986Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7623275Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7630330Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7637146Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7644571Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7650975Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7658117Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7664807Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7671640Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7678547Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7685745Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7692176Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7698917Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7705851Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7712974Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7719386Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7726658Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7733282Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7740391Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7747806Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7756014Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7764034Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7772274Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7780362Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7787322Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7794073Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7801589Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7808347Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7815082Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7821821Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7828786Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7835921Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7842445Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7848852Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7855567Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7869816Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7876619Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7883166Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7890100Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7896723Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7903996Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7910239Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7917305Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7924665Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7931733Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7938406Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7945067Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7951829Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7958633Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7965425Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7972127Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7978970Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7985785Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.7992570Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8000008Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8006810Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8013618Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8020371Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8027679Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8034623Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8041894Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8048383Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8055081Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8061865Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8068725Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8075279Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8082265Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8088872Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8095352Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8102034Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8109183Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8116166Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8123572Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8130345Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8137213Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8143872Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8150671Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8157705Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8164533Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8171609Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8178318Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8185012Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8192261Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8199287Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8206118Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8212815Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8219850Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8226868Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8233763Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8240403Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8247697Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8254476Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8261271Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8267950Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8274662Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8281515Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8289162Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8295500Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8302258Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8309016Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8316130Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8323288Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8330861Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8338817Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8346368Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8353527Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8360809Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8368281Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8376067Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8383598Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8390527Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8397255Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8404030Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8410937Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8417938Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8425386Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8432598Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8439612Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8447062Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8453954Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8460840Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8467689Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8474520Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8481844Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8489234Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8495927Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8502656Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8509862Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8516828Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8523697Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8530718Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8537412Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8544119Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8551132Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8558141Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8564877Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8571771Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8578457Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8585606Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8592342Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8599466Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8605913Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8613235Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8620324Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8626891Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8633564Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8641036Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8647350Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8654115Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8660749Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8667868Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8674536Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8681724Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8688350Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8695735Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8702554Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8709931Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8716851Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8723863Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8730865Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8738702Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8745336Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8753109Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8760895Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8768574Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8776192Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8783419Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8790254Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8797646Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8805452Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8812354Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8819377Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8826310Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8833481Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8840626Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8847283Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8854355Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8860974Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8867935Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8874675Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8881731Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8888678Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8895635Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8903331Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8909978Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8916790Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8924122Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8931021Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8938346Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8945473Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8952627Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8959679Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8966786Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8974860Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8981882Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8989283Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.8996343Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9005207Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9012454Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9018771Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9026098Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9033381Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9040639Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9047362Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9054727Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:31.9061507Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2150793Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2158522Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2165660Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2173300Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2181509Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2188596Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2195786Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2202898Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2210138Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2217160Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2224381Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2231178Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2238510Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2245308Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2252121Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2259267Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2266660Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2274040Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2281991Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2294901Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2302042Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2308747Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2316100Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2322726Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2330155Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2337010Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2344082Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2350367Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2357362Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2363909Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2370617Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2377283Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2384206Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2391325Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2398097Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2404750Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2411617Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2418206Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2424985Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2431529Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2438591Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2445376Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2452089Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2459037Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2465963Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2472449Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2479334Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2485946Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2492816Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2499498Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2506377Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2512599Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2519658Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2526992Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2533659Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2540431Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2548527Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2556138Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2562968Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2569713Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2578100Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2585299Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2592461Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2600025Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2607237Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2614292Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2621750Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2628682Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2635979Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2643097Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2650187Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2657208Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2664346Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2671141Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2678057Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2684803Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2692101Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2699259Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2706393Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2713302Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2720348Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2727396Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2735208Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2742419Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2750558Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2758374Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2765888Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2773763Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2781491Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2789376Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2796612Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2803716Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2810850Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2817816Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2825047Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2832263Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2839298Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2846195Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2853004Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2859892Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2867143Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2873641Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2880994Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2887828Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2894589Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2901350Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2908312Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2915376Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2922191Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2929014Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2935902Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2942812Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2949852Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2956858Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2963602Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2970401Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2977217Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2985289Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2991919Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.2998728Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3005473Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3012458Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3019520Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3026307Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3033321Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3040288Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3046884Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3054162Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3060768Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3067506Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3073953Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3080390Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3087272Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3093991Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3100972Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3111428Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3118358Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3125343Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3132094Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3139006Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3145834Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3152456Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3159416Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3166516Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3173583Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3180656Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3187754Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3194772Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3201608Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3208952Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3215946Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3222857Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3229761Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3236755Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3243434Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3250486Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3259044Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3267160Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3274111Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3281041Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3287961Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3294753Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3301638Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3311325Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3318730Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3327197Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3334059Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3340655Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3347007Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3354127Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3360670Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3367417Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3374344Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3381076Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3387955Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3394513Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3401506Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3408478Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3415110Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3434589Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3441400Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3447832Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3454400Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3460884Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3467299Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3479632Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3480519Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3486887Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3493682Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3500056Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3506525Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3513056Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3520186Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3526936Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3533455Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3540057Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3546784Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3553551Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3560619Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3567771Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3574468Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3581232Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3588375Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3595344Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3603546Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3611418Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3619189Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3627260Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3634162Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3641140Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3647994Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3654935Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3662200Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3669407Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3676947Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3683858Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3690574Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3697258Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3704017Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3710715Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3717755Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3724458Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3731106Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3738016Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3744802Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3751316Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3758272Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3765364Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3772507Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3779052Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3785502Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3791737Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3798581Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3805192Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3812027Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3819364Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3826018Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3832715Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3839655Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3846154Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3853199Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3860267Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3866776Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3874337Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3882409Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3889938Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3897914Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3905147Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3912206Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3919001Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3925711Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3932694Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3939609Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3946200Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3952796Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3959383Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3966263Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3972709Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3979347Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3985986Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3992679Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.3999449Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4006093Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4013062Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4020206Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4026671Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4033258Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4039981Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4046374Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4052959Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4059454Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4066012Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4072906Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4079965Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4087007Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4093430Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4100470Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4107126Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4114027Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4120670Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4127521Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4134367Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4141245Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4148257Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4155648Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4162550Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4169457Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4176482Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4184107Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4191353Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4198412Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4205296Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4212532Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4219314Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4226604Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4233348Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4241070Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4248089Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4255068Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4262102Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4269152Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4276656Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4283988Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4291579Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4300390Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4307190Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4314056Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4321488Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4329498Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4336581Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4343683Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4358267Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4365318Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4372359Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4379739Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4386697Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4393930Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4400520Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4407246Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4413987Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4420994Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4428075Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4434772Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4442083Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4448901Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4455678Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4462631Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4469280Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4476425Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4483153Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4490137Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4496808Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4503481Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4510147Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4517067Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4525076Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4531940Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4538388Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4545163Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4551573Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4558614Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4565033Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4571851Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4578427Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4585171Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4591842Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4599101Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4605576Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4612247Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4618678Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4625398Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4632070Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4638523Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4644893Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4651850Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4658362Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4665141Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4671867Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4678877Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4686202Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4693238Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4700218Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4706816Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4713258Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4720062Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4726979Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4733491Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4739931Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4746589Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4753285Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4760245Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4767518Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4774519Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4783039Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4791008Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4799851Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4807882Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4815520Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4822885Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4829652Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4836897Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4844091Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4850972Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4857884Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4865441Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4872502Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4879457Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4886199Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4893457Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4900385Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4907258Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4914186Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4921258Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4928736Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4935823Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4942971Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4950148Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4957292Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4964619Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4971497Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4978515Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4985499Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4992399Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.4999232Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5006426Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5013184Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5020035Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5026855Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5033996Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5041085Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5048078Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5055073Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5062112Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5068675Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5075960Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5083250Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5090322Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5097159Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5104461Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5111260Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5119431Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5126405Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5133123Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5140039Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5146842Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5154800Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5161229Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5168029Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5175570Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5182588Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5189795Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5197316Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5204064Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5211336Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5218436Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5225273Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5233205Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5240117Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5246963Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5254538Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5261297Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5268735Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5276610Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5283998Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5292335Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5299003Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5306108Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5314746Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5320793Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5327863Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5335056Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5341965Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5348709Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5355749Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5362681Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5370334Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5377384Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5384262Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5391069Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5398058Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5404967Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5411619Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5418344Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5425473Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5432535Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5440004Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5447328Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5454054Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5461140Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5468401Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5475728Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5482826Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5489907Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5496991Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5504358Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5511659Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5518694Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5526035Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5532718Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5539985Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5547340Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5555557Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5563841Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5572199Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5579533Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5587422Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5594466Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5601391Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5608240Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5615167Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5621761Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5628432Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5635133Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5641906Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5648466Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5654713Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5661569Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5668424Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5675021Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5681717Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5688402Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5694994Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5701340Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5708075Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5714948Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5722029Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5728752Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5735480Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5742326Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5749194Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5756268Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5763397Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5770507Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5778354Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5786152Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5794539Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5802788Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5810273Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5817481Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5824058Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5831086Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5838378Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5845154Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5852087Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5859292Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5866006Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5872839Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5879458Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5886203Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5893460Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5900453Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5907188Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5913810Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5920508Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5926864Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5933462Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5940106Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5946710Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5953219Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5959827Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5966300Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5973539Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5980383Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5987198Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.5994462Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6001459Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6008738Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6015507Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6022547Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6029450Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6036421Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6043318Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6050306Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6057233Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6063887Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6070557Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6077811Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6084160Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6091027Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6097719Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6105340Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6111494Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6118159Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6124873Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6131374Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6138187Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6145489Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6152307Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6159297Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6166530Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6172959Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6180245Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6187164Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6194291Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6201087Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6207561Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6214270Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6220705Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6226902Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6233696Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6274779Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6281028Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6287406Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6293953Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6300572Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6307241Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6313905Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6320691Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6327639Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6334205Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6340820Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6347073Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6353634Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6360444Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6366953Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6373680Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6380502Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6387387Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6394018Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6400844Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6407705Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6414386Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6420949Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6427632Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6434672Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6441596Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6448062Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6454126Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6460925Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6467726Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6474392Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6481818Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6488691Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6495217Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6502284Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6509036Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6515792Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6522704Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6529328Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6535789Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6542916Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6549482Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6556254Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6563632Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6570888Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6577812Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6584703Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6591471Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6598856Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6605953Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6613076Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6620349Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6628052Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6635066Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6642183Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6648975Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6656126Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6663433Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6670790Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6677900Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6685381Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6692610Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6699634Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6707194Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6714289Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6721442Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6728353Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6735355Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6742314Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6750195Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6757100Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6764063Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6771045Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6779279Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6786177Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6794270Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6802739Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6809827Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6817141Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6824187Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6831012Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6838273Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6845539Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6852333Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6859252Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6866025Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6872904Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6880325Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6892837Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6897348Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6904336Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6911228Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6918221Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6925362Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6932284Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6939698Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6946812Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6953588Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6960879Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6967682Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6974781Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6981988Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6989405Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.6996835Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7003742Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7010314Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7016850Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7023382Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7030685Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7037258Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7044861Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7051088Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7057375Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7063970Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7070733Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7077471Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7084877Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7091921Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7098649Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7105383Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7112474Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7119313Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7126316Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7133144Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7140513Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7147530Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7154697Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7162012Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7168554Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7175663Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7182441Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7189316Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7196618Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7203550Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7210401Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7217259Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7224249Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7231473Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7448360Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7454901Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7462063Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7469181Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7475902Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7483269Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7490105Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7497097Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7504291Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7511129Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7518991Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7525234Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7532004Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7539123Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7588750Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7595560Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7603107Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7609268Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7616031Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7623037Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7630386Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7637690Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7644878Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7651983Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7659837Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7666698Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7674104Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7681364Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7689057Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7880949Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7890066Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7896997Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7903610Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7911406Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7918666Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7926075Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7932906Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7939867Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7947427Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7954228Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7961611Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7968631Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7976964Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7983371Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7990349Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.7997490Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8005079Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8014077Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8021855Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8029106Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8036262Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8043883Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8051041Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8058113Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8065584Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8072621Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8080128Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8087359Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8095430Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8102361Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8109995Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8116898Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8124269Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8132285Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8138242Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8145302Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8152070Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8160239Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8166528Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8173656Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8180100Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8188297Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8197974Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8208069Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8217316Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8224111Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8230931Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8238648Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8245584Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8252992Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8259554Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8266969Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8274115Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8281273Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8288260Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8294680Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8301564Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8308299Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8315086Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8321772Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8328171Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8335089Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8341761Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8348706Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8355390Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8362320Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8368878Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8375550Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8382736Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8389479Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8396021Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8402448Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8409034Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8415647Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8422139Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8428965Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8435829Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8442407Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8449198Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8455662Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8461958Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8468386Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8474776Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8481247Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8488534Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8494911Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8501661Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8508253Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8515016Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8522170Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8528655Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8535307Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8542300Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8549331Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8556272Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8562748Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8569350Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8575770Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8582767Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8589037Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8595987Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8602835Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8609590Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8616216Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8622797Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8629423Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8636569Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8643267Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8649853Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8656571Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8663546Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8670192Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8677261Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8683834Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8690839Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8697508Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8704354Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8711035Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8717713Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8724398Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8731138Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8737923Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8744616Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8751236Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8758943Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8765890Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8772722Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8779787Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8786660Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8793619Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8801016Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8808249Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8814801Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8821697Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8828435Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8835265Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8841888Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8848306Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8855263Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8862205Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8869017Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8876289Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8883203Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8889919Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8897279Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8908762Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8913537Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8920276Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8926990Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8933997Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8947469Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8954510Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8961645Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8968247Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8974909Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8981539Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8988922Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.8995543Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9002486Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9009042Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9015631Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9022323Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9028807Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9035608Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9042506Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9049283Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9056524Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9063728Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9070679Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9077634Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9084544Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9091742Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9098537Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9105480Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9112341Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9119438Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9126046Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9132820Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9139538Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9146104Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9153041Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9160129Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9166957Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9173849Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9180434Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9187621Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9194200Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9201176Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9207640Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9215672Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9221923Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9228586Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9235454Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9242350Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9249423Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9256136Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9262897Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9269702Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9276676Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9283359Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9290129Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9296965Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9305122Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9312013Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9318727Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9325553Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9332432Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9339370Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9346132Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9352662Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9359548Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9366265Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9382389Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9383288Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9385753Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9392256Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9398643Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9404640Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9410845Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9417522Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9424505Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9430968Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9438111Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9445354Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9453050Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9459574Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9467439Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9474460Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9481975Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9488719Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9495727Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9502822Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9510327Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9517206Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9524138Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9531049Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9538690Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9545438Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9552253Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9559407Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9566709Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9573671Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9580581Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9587462Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9594805Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9602104Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9608974Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9616345Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9623507Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9630288Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9637324Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9644306Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9651898Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9658763Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9665649Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9672594Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9680098Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9687342Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9694679Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9701523Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9708503Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9715237Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9722325Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9729218Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9736215Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9743778Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9750674Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9757720Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9764884Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9772098Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9778987Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9785696Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9793239Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9801925Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9808640Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9815079Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9822055Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9829223Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9836044Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9842850Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9849676Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9856964Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9863943Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9870763Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9877647Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9884108Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9890500Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9897080Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9903824Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9910412Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9917260Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9923943Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9930487Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9937086Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9944085Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9951011Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9958442Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9965247Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9972955Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9979646Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9986535Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:32.9993357Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0000192Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0006881Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0014354Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0021333Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0027901Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0034970Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0041944Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0048570Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0056265Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0063211Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0070020Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0076886Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0083463Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0091169Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0098640Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0105401Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0112205Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0119404Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0126286Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0133448Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0140333Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0147105Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0154038Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0161073Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0168208Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0175466Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0182069Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0188944Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0195520Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0202227Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0209560Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0216864Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0223577Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0230423Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0243761Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0250576Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0257448Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0264259Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0271114Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0278129Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0285045Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0291648Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0298317Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0305726Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0312456Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0319775Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0327234Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0333364Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0340946Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0347604Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0354569Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0361802Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0368567Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0375443Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0382219Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0389031Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0395488Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0402165Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0409078Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0415760Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0422583Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0429150Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0435677Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0442584Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0449316Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0456723Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0463629Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0470583Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0478165Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0485182Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0491860Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0498709Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0505898Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0512624Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0519987Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0526619Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0533504Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0540401Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0547253Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0554101Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0561329Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0568741Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0575913Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0582934Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0589939Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0597164Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0604200Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0611224Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0618160Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0625134Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0632098Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0639708Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0646753Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0654060Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0661165Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0668335Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0675923Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0682876Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0690294Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0697316Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0704342Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0711336Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0718493Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0725286Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0732514Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0739409Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0746101Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0752849Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0759703Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0766233Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0825188Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0831802Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0838698Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0845504Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0852459Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0858946Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0865260Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0872549Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0879406Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0886165Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0892880Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0899820Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0906637Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0913363Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0920145Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0926607Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0933078Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0939513Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0946061Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0952983Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0960149Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0966724Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0973431Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0979904Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0993613Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.0994751Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1001784Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1009386Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1016008Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1022615Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1029657Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1037182Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1043967Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1051024Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1057948Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1064660Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1071476Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1078271Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1085092Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1091856Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1099639Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1106352Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1113593Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1120289Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1127429Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1134481Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1141320Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1148675Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1155439Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1162570Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1169362Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1176623Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1183467Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1190256Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1197272Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1204249Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1211203Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1218136Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1224981Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1231723Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1239077Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1245774Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1252460Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1259481Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1266620Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1273627Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1280620Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1287444Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1294773Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1302052Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1310316Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1318378Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1326531Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1335179Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1342191Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1349123Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1356478Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1363586Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1370401Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1377154Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1384057Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1391013Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1397899Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1404270Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1410898Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1417377Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1424748Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1431499Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1438284Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1445160Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1452168Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1459363Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1465964Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1472559Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1479192Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1485697Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1492582Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1499159Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1505670Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1512862Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1519619Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1526273Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1532965Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1539976Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1547068Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1553552Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1560354Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1567156Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1574051Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1580975Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1587887Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1595229Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1602159Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1608731Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1615479Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1623090Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1629918Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1636681Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1643743Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1650723Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1657492Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1664178Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1671120Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1678088Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1684914Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1691553Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1698367Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1705663Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1712480Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1719181Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1726069Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1732844Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1739777Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1746565Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1753386Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1760023Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1767206Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1774147Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1780832Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1787870Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1794808Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1802583Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1810101Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1816622Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1823660Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1830493Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1837679Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1844660Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1851509Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1858182Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1864945Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1871651Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1878333Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1885140Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1891881Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1898727Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1905030Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1911685Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1919008Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1925706Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1932211Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1938903Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1945519Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1953748Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1960564Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1967223Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1973878Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1980754Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1987402Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.1994010Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2000769Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2008100Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2014971Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2021710Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2028532Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2035438Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2042043Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2049600Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2056115Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2062956Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2069371Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2076076Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2083519Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2089356Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2096161Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2102741Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2109479Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2116784Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2123856Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2130377Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2137462Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2144499Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2151475Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2158507Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2165345Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2172150Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2180228Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2186826Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2193706Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2200402Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2206962Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2213500Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2220379Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2227079Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2233940Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2240852Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2247625Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2254526Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2261194Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2268085Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2275128Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2281761Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2288480Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2295370Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2302209Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2309235Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2317430Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2325480Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2333601Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2340754Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2347545Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2354799Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2362167Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2368890Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2375807Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2382488Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2388931Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2395978Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2403006Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2409602Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2417028Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2423946Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2430722Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2437519Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2444601Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2451671Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2458544Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2465162Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2471967Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2478620Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2485511Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2492483Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2499204Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2505945Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2513275Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2520011Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2526786Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2533641Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2540444Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2547189Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2553900Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2560666Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2567322Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2573969Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2580765Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2588072Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2594685Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2601739Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2608314Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2614981Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2621861Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2628811Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2635999Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2644799Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2651632Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2658296Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2665177Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2671833Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2679837Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2686702Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2693344Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2700715Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2707975Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2714622Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2721668Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2728367Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2735188Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2742092Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2749945Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2757101Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2763946Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2771050Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2777809Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2784658Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2791414Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2798116Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2804605Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2811857Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2819805Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2827109Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2834013Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2840909Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2847672Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2854215Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2860659Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2867408Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2874309Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2880909Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2887239Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2893940Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2900506Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2907103Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2913555Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2919971Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2926817Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2933330Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2939599Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2945939Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2953186Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2959904Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2966651Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2973565Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2980341Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2987569Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.2994171Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3001406Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3008170Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3014898Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3021648Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3028133Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3034799Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3041594Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3048208Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3054579Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3061615Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3068215Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3074998Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3081553Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3088100Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3094900Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3101366Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3108365Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3114907Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3121927Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3128457Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3134797Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3141542Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3148077Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3154191Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3160574Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3167676Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3174887Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3181591Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3188413Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3195199Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3202192Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3208998Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3215812Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3223152Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3229618Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3236359Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3242932Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3249414Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3256021Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3262475Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3269105Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3275645Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3282432Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3289020Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3295579Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3302175Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3308588Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3315194Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3321955Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3328346Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3335144Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3341557Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3348217Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3355097Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3361607Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3368112Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3375309Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3383348Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3390706Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3397164Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3404096Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3411603Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3419444Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3426363Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3432960Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3440173Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3446608Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3452725Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3458808Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3465974Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3473107Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3479703Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3487371Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3494749Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3501115Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3508314Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3515859Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3523307Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3530074Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3536999Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3544064Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3550699Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3557756Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3565032Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3572659Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3580554Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3589301Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3597622Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3604837Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3611903Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3619090Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3626021Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3632503Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3639650Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3646211Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3653602Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3660051Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3666910Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3673693Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3680525Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3687667Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3694526Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3701263Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3708425Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3715259Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3722279Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3729802Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3736551Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3743388Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3750605Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3757460Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3764200Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3771029Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3778002Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3784740Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3792011Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3798799Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3805669Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3812757Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3819645Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3826496Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3833254Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3840623Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3848079Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3856218Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3864555Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3872687Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3880083Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3886859Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3893585Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3900189Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3906711Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3913774Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3921110Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3928431Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3935270Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3942001Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3948814Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3956130Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3962975Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3969729Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3977241Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3983780Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3990272Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.3997086Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4004343Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4010833Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4017931Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4024612Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4031075Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4038164Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4044787Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4052806Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4059387Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4066128Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4073144Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4079595Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4086263Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4093419Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4100505Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4107233Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4113849Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4120682Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4127453Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4134303Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4141300Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4148206Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4155470Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4162900Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4169737Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4176720Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4183607Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4190959Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4198111Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4204994Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4212386Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4219132Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4226127Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4233249Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4240175Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4247090Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4254263Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4260999Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4267971Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4275072Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4282487Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4289190Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4296282Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4303086Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4310387Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4317321Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4324362Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4332440Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4340320Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4347546Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4354476Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4361431Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4368796Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4375416Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4381996Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4388328Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4395559Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4402069Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4408673Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4415929Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4423270Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4430084Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4437050Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4443798Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4451081Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4457750Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4469173Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4474434Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4482056Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4489374Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4496280Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4503314Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4510369Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4518212Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4525204Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4532436Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4539401Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4546644Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4553667Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4561271Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4568103Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4575092Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4582056Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4588888Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4596053Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4603502Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4610357Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4617579Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4625244Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4632443Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4639920Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4647255Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4654474Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4661968Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4669687Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4676930Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4684300Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4691699Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4698769Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4706213Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4713589Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4721238Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4729215Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4736391Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4743429Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4750569Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4757866Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4765003Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4773141Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4780099Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4787703Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4794554Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4801609Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4848718Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4855825Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4862742Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4869233Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4876007Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4883897Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4890995Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4898309Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4905395Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4912494Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4919518Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4926407Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4933225Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4940577Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4947486Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4954544Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4961743Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4969431Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4976401Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4983564Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4990513Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.4998088Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5004935Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5011998Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5019056Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5026362Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5033082Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5040086Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5047142Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5054852Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5061976Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5069347Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5076549Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5083616Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5091088Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5098207Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5105379Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5124273Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5125428Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5127354Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5134804Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5142024Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5148902Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5156260Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5163405Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5170642Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5178372Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5185936Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5192999Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5200183Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5207156Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5214318Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5221944Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5229260Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5237397Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5244257Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5251832Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5258984Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5266510Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5273513Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5280920Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5288502Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5295541Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5302609Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5309898Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5317320Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5324421Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5331602Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5338844Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5346376Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5353154Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5360393Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5367077Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5374275Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5381052Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5387898Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5394572Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5401497Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5408266Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5415485Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5422610Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5429575Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5436562Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5443691Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5450640Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5457964Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5464975Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5472616Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5479351Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5486451Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5493713Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5500407Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5507236Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5514523Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5521721Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5528412Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5535114Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5542681Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5549702Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5556742Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5564935Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5573370Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5581836Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5589751Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5597145Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5604642Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5611651Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5618410Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5625775Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5632951Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5640026Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5647158Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5654067Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5661244Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5668335Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5675437Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5682523Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5689836Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5696806Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5703600Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5710698Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5717928Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5725580Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5732850Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5739920Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5747851Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5754992Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5762157Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5769062Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5776112Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5783415Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5790531Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5797913Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5805176Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5812157Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5819349Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5826281Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5834270Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5841239Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5848182Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5855446Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5862389Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5869551Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5876953Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5883951Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5890873Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5897850Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5905068Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5912232Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5918929Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5926082Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5933600Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5940882Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5948032Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5954808Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5961979Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5968936Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5975843Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5983001Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5990472Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.5997237Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6004270Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6011453Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6025325Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6033172Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6040702Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6048073Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6056014Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6063413Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6070934Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6077882Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6085021Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6092042Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6099402Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6106382Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6113777Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6121707Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6128954Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6136128Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6143450Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6152684Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6160273Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6167278Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6174417Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6181687Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6189040Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6196304Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6203130Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6210833Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6218296Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6225209Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6232421Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6239437Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6248303Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6257040Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6266436Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6275190Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6284857Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6294513Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6303175Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6313072Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6321449Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6330996Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6367510Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6376285Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6386710Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6393976Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6402995Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6409986Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6419072Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6426223Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6433401Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6440968Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6449308Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6456530Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6463745Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6470639Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6479941Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6487571Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6496341Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6503173Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6510179Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6517606Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6525002Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6532021Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6539725Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6546877Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6554541Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6561628Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6569044Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6576511Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6583798Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6591330Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6599465Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6606758Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6615136Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6623268Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6630380Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6637530Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6644847Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6652249Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6659965Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6667442Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6674314Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6681413Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6688247Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6695893Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6702445Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6709712Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6716333Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6722939Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6729924Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6737105Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6744427Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6751792Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6759010Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6766104Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6774096Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6780822Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6788323Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6795974Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6803398Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6810331Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6816974Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6824107Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6831901Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6839784Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6848314Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6857033Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6866092Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6873135Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6881623Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6889059Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6896428Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6903551Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6910635Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6917826Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6925885Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6932937Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6940388Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6947719Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6954973Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6962921Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6969945Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6976971Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6985019Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.6992562Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9565493Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9573202Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9580902Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9587821Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9595543Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9602982Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9610321Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9618008Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9625315Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9632975Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9640364Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9647320Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9654499Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9661633Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9668997Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9678054Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9686080Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9693447Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9701826Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9708943Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9716187Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9723556Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9730740Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9738011Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9745140Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9752730Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9760416Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9767740Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9774988Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9782083Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9789139Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9796129Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9803459Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9810618Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9817876Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9824895Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9831573Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9838874Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9845704Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9853063Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9859732Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9867123Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9874588Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9881494Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9888772Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9895718Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9902677Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9909430Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9916650Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9923912Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9932013Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9940768Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9949179Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9957466Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9965515Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9972649Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9979928Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9987080Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:33.9993992Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0001523Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0012116Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0017580Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0024490Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0031618Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0038837Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0046004Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0052967Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0060280Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0067416Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0074362Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0081540Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0088588Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0095388Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0102519Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0108923Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0116096Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0123101Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0129840Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0136469Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0143469Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0150175Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0157023Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0164039Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0172541Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0180151Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0187299Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0194817Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0201723Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0209197Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0215862Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0222583Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0229214Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0236121Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0242636Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0249338Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0256071Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0262887Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0269433Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0276138Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0282655Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0289354Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0295829Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0302383Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0309680Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0317310Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0324511Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0331112Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0338115Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0345285Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0351998Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0358970Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0365794Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0372410Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0379605Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0385980Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0392544Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0399487Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0406717Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0413439Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0420116Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0427010Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0433497Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0441621Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0448466Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0456557Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0463646Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0470630Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0477445Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0483974Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0490674Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0497870Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0504553Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0511765Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0518914Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0526140Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0532623Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0539304Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0545831Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0552179Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0558973Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0565132Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0571511Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0578081Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0585117Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0591616Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0597813Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0604585Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0611595Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0618620Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0626220Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0633805Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0641505Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0648361Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0655356Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0661647Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0668380Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0675171Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0682326Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0689213Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0696236Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0703362Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0710144Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0717135Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0723900Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0730745Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0737544Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0744315Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0750937Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0758572Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0766479Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0773337Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0780266Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0787359Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0794590Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0801120Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0807748Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0815353Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0821952Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0828674Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0835626Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0842505Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0849454Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0856341Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0863526Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0870979Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0877927Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0885341Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0892549Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0899477Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0906553Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0913295Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0920270Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0927282Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0934121Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0940574Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0947357Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0954145Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0960846Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0967828Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0973975Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0981332Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0988239Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.0994769Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1001585Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1009576Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1016756Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1023101Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1030197Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1036546Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1042905Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1049819Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1056280Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1063223Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1069900Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1076977Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1083484Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1090331Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1096634Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1102897Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1109581Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1117386Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1123846Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1130692Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1138265Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1145118Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1152470Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1159551Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1167468Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1174329Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1181112Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1188148Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1195051Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1202831Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1209757Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1216772Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1223744Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1230619Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1237340Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1243706Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1250494Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1257285Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1263772Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1270225Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1277725Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1284229Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1291336Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1298720Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1305794Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1313014Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1321069Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1328148Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1346811Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1354223Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1361268Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1376648Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1929998Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1937524Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1944060Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1950890Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1957729Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1964924Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1972319Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1979020Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1986320Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1992956Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.1999899Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2007370Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2013747Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2020584Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2027471Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2035182Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2041628Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2048048Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2054113Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2060079Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2066070Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2072665Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2079125Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2085705Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2092353Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2098975Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2105728Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2112171Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2119163Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2125795Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2132682Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2139728Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2146501Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2153505Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2160351Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2167465Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2174127Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2181017Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2187906Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2195045Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2201900Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2208731Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2216108Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2222693Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2229376Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2241232Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2245210Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2251857Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2258802Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2266116Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2273156Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2280185Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2287087Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2293827Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2300725Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2307503Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2314348Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2322074Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2329174Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2335860Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2342593Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2349834Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2356752Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2364055Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2371826Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2379167Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2386122Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2393088Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2400191Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2406879Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2413979Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2420740Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2427320Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2434007Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2441020Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2447622Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2454174Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2461406Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2468470Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2475246Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2481964Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2488687Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2495746Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2502344Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2509080Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2516094Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2523552Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2530454Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2537171Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2543901Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2550578Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2557676Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2564265Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2576673Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2583243Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2589886Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2596632Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2603429Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2610205Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2616839Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2623463Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2630691Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2637443Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2644592Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2651113Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2658266Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2665042Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2672001Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2678940Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2686001Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2692572Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2699322Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2706273Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2713474Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2720684Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2727496Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2734294Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2741253Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2748276Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2757135Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2764672Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2771193Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2777717Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2784766Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2791598Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2798673Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2805546Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2812722Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2819230Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2826190Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2833032Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2840919Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2847741Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2854754Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2861775Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2868640Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2876600Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2884554Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2891264Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2898029Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2904596Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2911931Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2918944Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2925741Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2932323Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2939417Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2946046Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2952708Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2959484Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2967376Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2973530Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2980623Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2986845Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2993263Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.2999922Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3006271Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3013095Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3020040Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3027006Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3033675Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3045560Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3051935Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3058628Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3064695Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3070995Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3078049Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3084753Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3091428Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3098579Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3105431Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3112043Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3119237Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3125993Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3132955Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3139860Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3146927Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3154081Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3161615Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3168495Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3175241Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3182170Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3193801Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3200765Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3207342Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3214544Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3222102Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3229196Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3236395Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3243346Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3250632Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3258777Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3267017Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3287835Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3288648Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3290610Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3297566Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3304916Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3311492Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3318060Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3325109Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3331946Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3338683Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3345312Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3352003Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3358756Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3365477Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3372639Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3379492Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3386312Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3393093Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3400172Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3406952Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3413528Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3420868Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3427460Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3434269Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3441111Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3447970Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3454974Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3461946Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3468780Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3475677Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3482501Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3489246Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3497542Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3504408Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3511653Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3518186Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3525023Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3532127Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3539632Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3546729Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3554751Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3563593Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3571551Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3579780Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3586677Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3593825Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3600796Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3608260Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3615225Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3622146Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3628914Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3635931Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3642763Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3649702Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3656924Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3664304Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3671111Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3678435Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3685438Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3692648Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3699530Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3706505Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3713955Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3721185Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3728220Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3740567Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3747541Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3754409Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3761448Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3768217Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3775033Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3782513Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3789853Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3796631Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3804101Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3810922Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3818038Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3825149Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3832164Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3839669Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3846826Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3854173Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3861396Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3868609Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3875819Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3883016Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3891267Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3899444Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3908088Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3916138Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3923712Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3930876Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3938133Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3945552Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3952972Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3959969Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3989312Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3990567Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3991752Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3992737Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.3995740Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4002779Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4009782Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4020624Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4027460Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4034511Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4041641Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4049074Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4056254Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4063261Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4070072Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4077518Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4084394Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4091214Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4098615Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4119999Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4134360Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4141272Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4148115Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4155211Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4162167Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4169176Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4177140Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4184065Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4191621Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4198664Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4205924Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4213036Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4220765Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4227840Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4234634Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4242510Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4249663Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4257136Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4264304Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4271327Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4278369Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4285768Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4292592Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4299883Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4307078Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4314608Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4322232Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4329365Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4336982Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4344029Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4351080Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4358503Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4365600Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4373085Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4380489Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4388678Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4396684Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4403848Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4412065Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4418959Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4426102Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4433225Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4440551Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4448252Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4455232Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4462222Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4469437Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4476630Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4483744Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4490666Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4498165Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4505432Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4512410Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4519537Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4526463Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4533819Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4540946Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4548048Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4554928Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4561376Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4568010Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4575136Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4582097Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4589050Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4595797Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4602691Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4609629Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4616581Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4623664Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4630403Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4638109Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4644597Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4656954Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4660326Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4666549Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4673478Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4680303Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4687705Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4694037Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4700376Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4707104Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4713920Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4721046Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4727526Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4734573Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4741470Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4748197Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4754762Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4761235Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4768168Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4774476Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4781192Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4788025Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4794699Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4801180Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4807578Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4813708Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4820497Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4828660Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4835584Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4842756Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4849733Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4856838Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4863920Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4871065Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4878317Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4885493Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4892852Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4900987Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4908545Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4916821Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4924843Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4932297Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4939510Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4946431Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4953760Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4960926Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4967842Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4974958Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4982013Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4988476Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.4995478Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5002194Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5009447Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5016133Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5029750Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5036892Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5043908Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5050698Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5057450Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5064437Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5071026Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5077459Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5084066Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5090843Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5097445Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5104072Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5110646Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5117315Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5123688Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5130580Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5137145Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5144214Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5150651Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5158221Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5165027Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5172360Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5179094Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5185970Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5193028Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5200355Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5207270Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5214245Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5221274Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5227944Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5235318Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5241887Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5248937Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5255531Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5262291Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5268632Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5275912Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5282969Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5290023Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5297115Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5304226Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5310874Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5317852Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5324761Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5332061Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5338855Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5345745Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5352640Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5359218Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5365900Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5372248Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5379424Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5386813Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5394929Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5403114Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5410725Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5417788Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5425495Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5432359Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5440437Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5447364Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5454601Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5461337Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5468227Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5475479Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5482829Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5489958Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5496815Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5503783Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5510946Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5518230Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5525284Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5532300Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5539551Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5546438Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5553633Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5560655Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5567521Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5574257Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5581181Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5588099Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5595082Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5602012Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5609242Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5616118Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5622660Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5629625Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5636394Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5643386Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5649806Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5656704Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5663514Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5670315Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5678105Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5684369Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5691055Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5697730Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5704672Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5712129Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5719590Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5726526Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5733601Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5740949Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5748204Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5755074Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5762367Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5769172Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5776142Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5783978Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5790975Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5798067Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5804913Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5811841Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5818777Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5825614Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5832724Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5839643Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5846872Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5853774Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5860439Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5867477Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5875531Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5882590Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5890006Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5898066Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5905371Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5912718Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5919451Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5926347Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5933135Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5940394Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5947195Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5954208Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5961323Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5968050Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5974619Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5981324Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5988212Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.5995022Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6002094Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6009142Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6016020Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6055045Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6061721Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6068414Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6075493Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6082717Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6089384Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6096316Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6103029Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6110192Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6117770Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6124396Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6131167Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6138538Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6145463Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6152498Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6159277Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6166144Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6172899Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6180177Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6187032Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6193726Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6200630Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6207729Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6214776Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6221316Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6228047Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6235405Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6242374Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6249077Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6256086Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6263618Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6270272Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6276947Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6283729Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6290880Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6297613Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6304134Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6310994Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6318763Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6325514Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6332324Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6340136Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6347545Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6354446Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6361231Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6368235Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6375269Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6382151Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6389204Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6396366Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6403434Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6410930Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6418406Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6425369Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6432368Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6440038Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6446761Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6454252Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6461590Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6468578Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6475619Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6482491Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6489261Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6496250Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6503484Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6510274Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6516870Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6523532Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6530537Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6537195Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6544279Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6550983Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6557802Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6564791Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6571591Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6578608Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6585015Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6592355Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6599703Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6606563Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6613322Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6620369Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6627392Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6634345Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6641393Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6648129Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6654852Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6661426Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6668158Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6675346Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6682556Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6689634Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6696220Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6703117Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6709684Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6716666Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6724131Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6730899Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6738083Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6745104Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6752435Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6759639Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6766686Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6773919Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6780972Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6788045Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6795146Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6802282Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6810036Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6817238Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6824465Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6831538Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6838890Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6846338Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6854161Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6860825Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6867936Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6874865Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6882276Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6889775Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6896568Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6904025Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6911573Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6919572Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6926888Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6934295Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6941289Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6948634Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6955793Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6962705Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6969472Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6977081Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6984425Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6991344Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.6998384Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7005379Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7012311Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7019224Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7026235Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7032982Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7039872Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7046544Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7053565Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7060409Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7067210Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7074229Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7081467Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7088508Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7095262Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7101937Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7108654Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7116688Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7123350Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7130664Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7137506Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7144323Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7151197Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7158233Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7165466Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7172827Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7179660Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7186391Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7193310Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7200216Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7207023Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7214185Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7221102Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7228306Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7235410Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7242508Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7249421Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7256579Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7263297Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7270249Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7277554Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7284331Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7291254Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7301603Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7307487Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7314817Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7321908Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7329155Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7337078Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7344779Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7352656Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7361008Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7368116Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7375893Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7382955Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7390044Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7397095Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7404285Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7411681Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7418675Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7425827Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7432762Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7439755Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7446699Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7453402Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7460419Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7467136Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7473852Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7480720Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7488248Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7495374Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7502348Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7509891Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7518338Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7526748Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7534563Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7542136Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7549525Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7556787Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7563642Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7570820Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7577781Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7584791Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7591567Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7598611Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7605610Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7612353Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7620127Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7626898Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7634075Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7640827Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7648103Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7654791Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7661646Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7668585Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7674435Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7680901Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7687527Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7693718Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7700119Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7706823Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7713886Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7720806Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7727702Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7734248Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7741367Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7748046Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7755335Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7761837Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7768633Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7775530Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7782608Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7789464Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7796609Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7804437Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7811764Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7819308Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7825886Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7832853Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7840665Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7847754Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7855115Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7862236Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7869140Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7876318Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7883357Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7890674Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7898018Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7905449Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7913384Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7921553Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7929326Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7937156Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7944279Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7951272Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7958471Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7965531Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7972471Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7979450Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7986851Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.7993776Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8000707Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8007474Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8014761Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8021719Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8029130Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8036688Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8043607Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8050553Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8057893Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8065101Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8072163Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8079526Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8086264Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8093194Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8099992Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8106990Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8114633Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8121813Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8128894Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8135868Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8143040Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8150002Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8157395Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8164270Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8171127Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8178175Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8185110Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8191744Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8198409Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8205418Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8212315Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8220149Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8227165Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8234164Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8241186Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8247921Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8254958Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8261814Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8268634Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8276130Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8283057Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8290302Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8297429Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8304468Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8311553Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8319084Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8326048Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8332886Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8339851Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8346692Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8353594Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8361764Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8369078Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8376209Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8383677Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8390589Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8398176Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8405302Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8412277Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8419964Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8426718Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8433845Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8441284Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8448388Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8461307Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8468521Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8475490Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8482139Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8488960Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8495673Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8502282Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8508948Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8515610Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8522919Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8530171Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8547291Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8555271Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8562280Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8568902Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8575719Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8582500Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8589293Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8596292Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8603131Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8610391Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8617467Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8624277Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8631045Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8638148Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8644995Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8652101Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8659054Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8666190Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8673258Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8680287Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8687313Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8694122Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8701641Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8708429Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8715398Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8722336Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8729464Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8736165Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8743264Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8750507Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8757377Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8768702Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8775538Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8782533Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8789489Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8796586Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8803593Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8810562Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8817611Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8824313Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8831137Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8838006Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8845088Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8852232Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8859140Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8865984Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8873075Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8879924Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8886704Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8893654Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8900453Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8907684Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8914321Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8921199Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8928036Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8934750Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8941908Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8948757Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8955700Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8962470Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8969119Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8976104Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8982780Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8989752Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.8996555Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9003402Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9010773Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9018859Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9026616Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9034331Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9042498Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9050549Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9057746Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9064765Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9071868Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9078860Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9086124Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9093050Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9099847Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9106693Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9113448Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9120262Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9127270Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9134151Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9141212Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9148193Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9155271Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9162065Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9169035Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9175864Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9182726Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9190204Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9196743Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9203474Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9211146Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9217908Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9224645Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9231641Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9238900Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9245724Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9253206Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9260364Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9267088Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9273856Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9281163Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9287920Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9295028Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9302161Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9309035Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9316166Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9323249Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9330690Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9337992Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9345099Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9352034Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9359218Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9366374Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9373308Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9381514Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9396367Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9403917Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9411759Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9419844Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9428099Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9435381Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9442797Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9450675Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9457378Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9464887Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9471575Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9478470Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9486053Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9492792Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9499789Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9506538Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9513408Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9520213Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9527149Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9534220Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9540974Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9547808Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9554663Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9561886Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9568973Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9575665Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9582665Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9589516Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9596813Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9604756Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9611695Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9618718Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9625919Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9632959Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9640046Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9647916Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9654719Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9661513Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9669473Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9676644Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9683884Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9690989Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9698209Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9705589Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9712237Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9719628Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9726255Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9733757Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9740831Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9747907Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9755031Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9761925Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9769328Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9776363Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9784583Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9791573Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9799018Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9806231Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9813202Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9820446Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9827517Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9834741Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9842129Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9849660Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9856913Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9863990Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9870919Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9878888Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9885717Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9892704Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9899840Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9907377Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9915293Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9923041Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9930808Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9937934Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9944909Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9952020Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9959236Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9966040Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9973185Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9979989Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9987191Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:34.9994056Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0001182Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0008070Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0014901Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0022101Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0029170Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0071033Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0077897Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0084754Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0091804Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0098535Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0116875Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0117823Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0119488Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0126180Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0133255Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0140235Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0147049Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0154017Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0162031Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0169056Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0176134Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0183420Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0190225Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0197872Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0204735Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0211786Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0218832Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0225952Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0233535Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0240284Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0247631Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0255124Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0262448Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0269384Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0276869Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0284173Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0291233Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0298288Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0305639Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0312749Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0320024Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0326979Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0333804Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0341120Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0347995Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0355293Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0362785Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0369483Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0377007Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0384324Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0391473Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0398661Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0405890Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0413045Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0421245Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0428677Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0435779Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0443238Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0450507Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0457617Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0464651Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0471910Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0479553Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0486923Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0494027Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0500998Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0508623Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0515971Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0522883Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0530012Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0537170Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0544234Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0551320Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0558191Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0565087Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0572411Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0579505Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0586350Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0593316Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0600361Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0607631Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0614986Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0621589Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0628809Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0635634Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0642952Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0650323Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0657277Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0664260Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0671338Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0678697Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0686380Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0693333Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0700668Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0708029Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0715463Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0722293Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0729596Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0736807Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0744032Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0751468Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0759061Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0766360Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0774032Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0781075Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0788013Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0795683Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0802811Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0810229Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0817610Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0824593Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0832046Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0839478Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0846316Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0853544Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0860776Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0867800Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0874923Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0882254Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0889094Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0896294Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0903625Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0910687Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0918217Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0926018Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0933421Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0941931Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0949093Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0956734Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0964166Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0971863Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0978611Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0985252Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.0992665Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1000148Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1007147Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1014119Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1021282Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1029222Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1035968Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1042937Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1049988Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1056873Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1064283Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1071189Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1078730Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1085957Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1093175Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1100236Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1107338Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1114474Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1121549Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1128316Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1135915Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1142674Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1149363Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1156645Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1163284Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1170405Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1177196Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1183595Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1191260Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1198548Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1205447Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1212233Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1219377Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1226038Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1233217Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1239954Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1247123Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1253697Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1260689Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1267696Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1274989Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1281779Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1288641Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1295763Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1302951Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1309733Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1316804Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1323858Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1331167Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1338197Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1345143Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1352334Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1359660Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1366903Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1373992Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1381245Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1388586Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1396013Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1402753Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1410466Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1417514Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1424651Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1432590Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1440443Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1448580Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1456403Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1463315Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1470554Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1477863Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1485016Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1492069Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1498940Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1505926Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1513378Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1520546Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1527717Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1534881Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1542197Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1548654Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1555592Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1562615Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1569640Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1577132Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1583819Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1590496Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1597706Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1604879Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1611670Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1618829Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1625667Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1633278Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1640355Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1647352Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1654253Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1661606Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1668380Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1675680Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1682557Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1689545Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1696536Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1703675Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1710603Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1718492Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1725527Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1732640Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1739635Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1746576Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1753973Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1760895Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1767919Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1775896Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1782781Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1790157Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1797408Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1804494Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1811488Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1818498Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1825813Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1832944Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1839954Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1847080Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1854321Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1861150Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1868614Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1876059Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1883361Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1890358Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1897641Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1905373Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1915997Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1921328Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1928792Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1937518Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1945611Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1953482Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1960395Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1967868Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1974751Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1981709Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1988718Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.1996118Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2003242Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2009734Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2016890Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2023898Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2031554Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2038599Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2045646Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2052725Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2059281Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2066557Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2073577Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2080460Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2087052Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2093773Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2100529Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2107665Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2115171Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2122433Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2129420Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2136323Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2143373Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2150985Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2157856Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2164572Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2171780Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2178767Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2185758Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2192493Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2199469Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2206135Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2212805Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2219555Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2226757Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2233568Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2241351Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2248774Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2255540Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2262613Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2269915Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2277734Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2284609Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2291720Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2298689Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2305820Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2312850Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2320095Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2327122Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2334332Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2341107Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2348125Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2355071Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2362693Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2369598Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2377281Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2383873Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2391295Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2398371Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2405261Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2412587Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2419501Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2426306Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2433726Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2441855Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2449692Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2456962Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2464178Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2471954Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2478747Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2486420Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2492959Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2500259Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2507686Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2514685Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2521844Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2529198Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2536278Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2543615Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2550471Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2557634Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2564851Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2571736Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2578746Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2587009Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2593707Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2601188Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2608222Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2615533Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2621898Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2628707Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2635548Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2642715Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2649617Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2657727Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2664779Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2671848Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2678600Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2685672Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2692893Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2700026Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2707050Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2714348Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2721303Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2728287Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2735261Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2742236Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2749120Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2756436Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2762751Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2769536Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2776419Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2783309Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2791360Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2798471Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2805621Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2812419Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2819534Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2826641Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2833511Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2840554Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2847215Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2853917Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2860771Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2867390Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2874456Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2881512Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2888247Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2895352Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2902658Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2910056Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2917385Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2924890Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2932138Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2939641Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2946922Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2954799Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2963091Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2972111Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2980323Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2987784Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.2995506Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3002627Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3010109Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3017329Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3024600Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3031579Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3038937Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3046052Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3053061Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3060988Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3067983Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3074858Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3082370Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3089732Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3096816Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3103899Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3110673Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3118597Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3125325Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3133258Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3140293Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3147563Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3154592Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3161683Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3169499Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3176705Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3183722Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3190530Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3198164Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3205026Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3211883Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3219100Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3226201Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3233682Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3240897Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3248743Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3256820Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3265461Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3273662Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3282039Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3290400Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3297844Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3304964Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3313051Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3320597Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3328460Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3335337Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3342853Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3350017Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3357178Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3364216Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3371164Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3379001Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3385843Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3393785Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3400669Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3407280Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3414449Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3421751Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3428836Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3436193Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3443233Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3449470Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3455915Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3462381Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3469871Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3476884Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3483813Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3491137Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3498441Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3505443Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3512003Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3519645Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3526239Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3533597Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3540432Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3547324Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3555078Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3562016Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3568720Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3575346Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3582250Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3589513Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3596121Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3602634Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3609963Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3616615Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3623652Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3630258Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3637149Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3644543Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3651406Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3658271Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3665139Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3672173Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3679211Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3686221Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3692926Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3699949Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3706958Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3713602Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3720296Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3727587Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3734093Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3740913Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3747644Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3754357Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3761181Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3768262Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3774982Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3781817Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3788627Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3795772Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3802763Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3809815Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3817158Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3823506Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3830249Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3837158Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3843828Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3851332Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3858087Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3864671Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3871736Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3904599Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3911128Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3918567Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3925875Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3932294Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3940360Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3948790Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3956171Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3964169Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3971143Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3978153Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3985471Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3992179Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.3999030Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4005972Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4013361Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4020395Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4026967Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4034090Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4041453Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4048271Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4056169Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4062821Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4070186Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4077224Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4084649Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4091171Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4098431Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4105574Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4112269Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4119223Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4125925Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4132849Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4139718Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4146165Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4153152Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4160140Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4167189Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4174100Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4181042Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4187775Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4194772Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4201835Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4209100Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4215577Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4222725Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4229816Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4237000Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4243829Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4251420Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4258221Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4265187Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4272941Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4280338Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4287978Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4295232Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4302834Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4316941Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4324451Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4331667Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4339083Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4346621Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4354283Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4361807Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4369248Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4376999Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4384349Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4391848Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4399271Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4406557Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4414281Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4421612Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4429015Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4436535Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4445039Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4453047Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4460764Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4468615Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4476132Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4483186Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4490732Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4498412Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4505873Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4513294Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4520687Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4527846Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4535767Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4542898Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4550518Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4558054Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4565262Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4572552Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4579444Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4586478Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4594315Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4601849Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4609052Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4619172Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4626212Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4640034Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4648016Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4655001Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4662030Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4670528Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4678803Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4686687Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4694964Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4702222Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4709531Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4717042Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4724185Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4731243Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4738370Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4745560Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4752785Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4760000Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4766852Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4773436Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4780260Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4786872Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4793643Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4801823Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4808944Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4815707Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4822980Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4829868Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4837174Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4844116Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4850598Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4857195Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4864182Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4871121Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4878391Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4885141Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4891866Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4899202Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4906032Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4912575Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4919274Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4927123Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4933967Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4940747Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4948459Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4955201Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4961941Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4968757Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4975639Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4982247Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4988816Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.4995666Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5002373Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5008775Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5015203Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5022075Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5028706Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5036657Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5044658Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5052266Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5060529Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5068464Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5075379Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5082376Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5091515Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5098372Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5105035Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5112259Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5119414Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5126823Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5133844Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5140492Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5147521Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5155255Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5162049Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5169015Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5176951Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5184152Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5191058Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5197979Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5205333Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5213197Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5220157Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5227158Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5234302Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5242047Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5248836Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5255774Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5262961Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5270317Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5277358Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5284363Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5291255Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5298337Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5305718Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5312663Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5320024Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5327385Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5334651Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5341605Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5348489Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5355907Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5363142Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5370056Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5376991Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5384389Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5392052Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5399136Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5406369Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5413464Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5420678Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5428199Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5436194Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5443908Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5451319Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5459228Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5467469Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5474605Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5482110Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5489461Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5496398Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5503263Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5510038Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5517454Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5524637Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5531409Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5538122Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5545140Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5552198Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5559776Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5566901Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5573781Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5580675Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5587667Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5594582Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5602065Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5609093Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5616207Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5623214Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5630205Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5637440Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5644604Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5651529Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5658380Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5665469Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5672582Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5679745Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5686819Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5693743Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5700790Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5708377Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5715617Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5722844Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5730379Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5737359Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5744371Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5751336Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5758514Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5766076Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5773572Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5780786Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5788118Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5795398Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5802483Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5809752Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5816876Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5824209Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5831091Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5838330Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5845249Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5852321Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5860020Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5867048Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5874152Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5881987Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5889255Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5896200Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5903651Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5910705Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5917669Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5924442Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5931314Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5938084Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5944828Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5952354Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5959319Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5966207Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5973260Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5980180Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5987261Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.5993853Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6000628Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6007687Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6014560Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6021249Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6027888Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6035679Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6042529Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6049667Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6056619Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6063636Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6070572Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6077674Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6084758Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6091986Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6098882Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6105796Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6112656Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6120241Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6127230Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6134248Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6141032Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6148243Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6155548Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6162455Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6170227Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6177114Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6184724Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6192196Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6199964Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6206955Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6213878Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6221168Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6228061Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6234803Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6242254Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6251054Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6258194Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6265715Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6272566Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6283999Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6291302Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6298120Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6305028Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6311843Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6318826Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6326263Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6333406Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6340252Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6347536Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6354558Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6361923Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6369512Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6377286Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6384358Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6391875Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6399572Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6406870Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6414011Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6421244Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6428601Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6435774Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6443184Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6450409Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6459063Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6466824Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6473752Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6481033Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6488657Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6496106Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6503300Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6510988Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6518759Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6525709Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6533192Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6540471Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6547920Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6560171Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6561956Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6568640Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6575769Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6583134Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6589920Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6597771Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6605018Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6612200Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6619263Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6626150Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6632918Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6639903Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6646876Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6654545Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6661198Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6673305Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6680194Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6687479Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6694627Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6701787Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6708806Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6715900Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6722868Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6729811Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6736817Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6743619Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6750293Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6763341Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6767247Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6774357Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6781101Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6788167Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6794604Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6801397Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6808505Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6815086Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6821763Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6828461Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6835213Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6842545Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6849186Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6862188Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6869386Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6876277Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6883103Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6890158Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6897086Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6903932Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6910797Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6917724Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6924790Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6931928Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6938739Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6945810Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6952592Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6959561Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6966690Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6974332Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6982720Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6991369Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.6999696Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7007660Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7014714Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7021669Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7028747Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7035843Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7043292Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7050133Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7057159Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7064001Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7070664Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7077612Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7084702Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7091947Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7098871Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7111373Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7118385Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7125312Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7133284Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7139623Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7146570Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7153444Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7160389Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7167338Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7174611Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7181383Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7188648Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7196063Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7202960Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7210068Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7217361Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7224859Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7232562Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7239688Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7247296Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7254319Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7261415Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7268758Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7275820Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7282398Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7289269Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7296172Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7303195Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7310594Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7317154Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7325419Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7332338Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7339565Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7346364Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7353587Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7360588Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7367669Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7374351Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7380989Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7387818Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7395337Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7402570Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7409370Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7416297Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7423561Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7430581Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7437549Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7444539Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7452322Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7460388Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7468251Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7476224Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7483863Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7491140Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7498548Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7505159Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7512873Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7519871Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7526778Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7533701Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7540722Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7548123Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7555279Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7569148Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7575917Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7583113Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7590858Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7598042Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7605746Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7612842Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7619817Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7626659Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7633756Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7640926Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7647921Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7654830Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7661759Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7668742Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7676316Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7683140Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7690269Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7697396Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7704562Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7711626Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7718804Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7726143Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7772730Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7779969Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7787164Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7794426Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7801301Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7808831Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7816294Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7823544Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7830782Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7838646Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7845667Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7853444Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7860516Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7867676Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7874597Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7882110Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7889797Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7896824Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7910538Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7917872Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7924965Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7932617Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7939707Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7946623Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7954080Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7961901Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7969763Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7977348Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7984393Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7991506Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.7998644Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8006039Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8013398Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8020912Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8028068Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8035095Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8042146Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8049436Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8056264Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8063096Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8069988Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8076938Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8084069Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8091614Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8098547Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8106030Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8112872Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8120212Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8127579Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8134604Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8141937Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8149236Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8156570Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8163731Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8170747Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8177910Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8185158Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8192319Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8203974Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8210936Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8218195Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8225044Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8232150Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8239692Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8246881Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8253717Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8260729Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8268173Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8275369Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8282501Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8289661Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8296754Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8304386Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8311703Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8318909Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8326465Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8333929Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8340964Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8347895Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8355061Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8362662Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8369931Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8377033Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8384419Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8391775Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8399227Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8406160Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8413163Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8420675Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8427656Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8434681Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8441993Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8449369Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8456795Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8464526Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8471806Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8478976Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8489001Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8495985Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8502859Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8509831Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8516990Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8523677Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8530807Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8536810Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8543547Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8549804Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8557259Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8564111Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8570765Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8577705Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8584710Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8591615Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8598655Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8605814Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8612570Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8619454Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8626460Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8633353Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8640614Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8657683Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8664338Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8672012Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8679255Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8686074Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8693552Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8700743Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8708072Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8714771Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8722153Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8729043Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8735774Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8743329Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8750629Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8757650Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8764519Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8771447Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8778422Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8785599Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8792146Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8799987Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8807289Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8814683Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8822054Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8829647Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8837286Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8844283Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-01-24T01:05:35.8850574Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:05:35.8858209Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:05:35.8864913Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:05:35.8871749Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:05:35.8889398Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-01-24T01:05:35.8894757Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8899363Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8905552Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8912510Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8919397Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8937016Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8943203Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8949487Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8956042Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8962806Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8970586Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8978503Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-01-24T01:05:35.8984517Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.8988888Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.8995385Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.9002623Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.9008621Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.9027837Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.9033307Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-01-24T01:05:35.9038834Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9043700Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9050377Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9056594Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9076350Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9082515Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9088835Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9094984Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9101193Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9107224Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9113830Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9120404Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-01-24T01:05:35.9126218Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9130800Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9137143Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9143361Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9149915Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9166052Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9172502Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9178917Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9185341Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9191344Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9197933Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9204587Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9211014Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9217035Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9224099Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9230467Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9236864Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9243116Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9249214Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9255460Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9262015Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9268142Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9283990Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9291291Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9297514Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9303514Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9310027Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9316448Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9322694Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9328808Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9335096Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9341008Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9347157Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9363407Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9369767Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9375966Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9382319Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9388699Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9395056Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9401487Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9407787Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9414157Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9420584Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9426953Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9443989Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9450431Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9458789Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9465716Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9472852Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9479539Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9487390Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9494601Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9502265Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9509734Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9526164Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9532544Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9538968Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9545365Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9551331Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9557497Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9564726Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9571525Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9577673Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9583919Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9590448Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9597377Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9622339Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9628527Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9635052Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9642393Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9649090Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9654743Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9661109Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9667535Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9674034Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9680789Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9696843Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9703337Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9709791Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9716408Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9722864Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9729605Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9735959Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9742347Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9748640Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9763063Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9769517Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9775825Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9782183Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9788677Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9795427Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9801998Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9808431Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9814777Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9821419Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9828365Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9834716Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-01-24T01:05:35.9841024Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9845848Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9852385Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9859395Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9865633Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9883209Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9890035Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9896262Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9903387Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9909906Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9916506Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9923030Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9929431Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9935919Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9942409Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9949084Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9955750Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9962036Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9969400Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9976778Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9983628Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:35.9999996Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0006340Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0013542Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0019643Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0025970Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0032698Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0039111Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0045831Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0053772Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.0060558Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.1752106Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-01-24T01:05:36.1758204Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1763409Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1769636Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1776091Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1782222Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1797211Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1803919Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1810322Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1816614Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1823711Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1830422Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1836804Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1843361Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1849518Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1856085Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1862278Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1868658Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1874862Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1881578Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1887771Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1893843Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1900171Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1916677Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1922912Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1929371Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1936427Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1942933Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1949533Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1956483Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1962758Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1970463Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1976395Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.1983090Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2000177Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2006797Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2013589Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2020286Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2026832Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2033052Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2039775Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2046085Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2053091Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2060495Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2066889Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2073548Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2081309Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2088132Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2102949Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2108998Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2116421Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2123601Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2130444Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2137243Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2143800Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2150354Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2156906Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2162971Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2169245Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-01-24T01:05:36.2182044Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:05:36.2186977Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:05:36.2192940Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:05:36.2198934Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:05:36.2205379Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-01-24T01:05:36.2210942Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:05:36.2215669Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:05:36.2221830Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:05:36.2228031Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-01-24T01:05:36.2233577Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2238449Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2244715Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2251028Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2257338Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2272730Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2279467Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2286352Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-01-24T01:05:36.2292408Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:36.2300497Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:36.2307324Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:36.2313763Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:36.2320228Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:36.2325838Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2330815Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2337160Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2350951Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2359511Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2366414Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-01-24T01:05:36.2371901Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2376901Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2383433Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2389844Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2405154Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2411249Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2418199Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2424780Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2430927Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-01-24T01:05:36.2436814Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2441970Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2448111Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2454771Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2461059Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2477025Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2483643Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2490468Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2497880Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2505444Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2511923Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2518427Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2525418Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2531987Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2538655Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2544849Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:36.2550485Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:05:36.2555391Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:05:36.2561854Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-01-24T01:05:36.2567801Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:05:36.2572382Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:05:36.2578287Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:05:36.2584662Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-01-24T01:05:36.2590289Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:05:36.2594788Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:05:36.2601450Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-01-24T01:05:36.2607130Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2611592Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2617756Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2623554Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2629440Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2644557Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2650728Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-01-24T01:05:36.2656451Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:05:36.2661134Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-01-24T01:05:36.2666868Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2672872Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2680402Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2686628Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2692929Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2706692Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2713062Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2719506Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-01-24T01:05:36.2725094Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:05:36.2730869Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:05:36.2736833Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:05:36.2742904Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-01-24T01:05:36.2748865Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2753159Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2759198Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2765471Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2771920Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2787820Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2794295Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2801432Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2807765Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2814161Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2820565Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2827088Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2833517Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2839974Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2846272Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2852737Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2859488Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2866009Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2873271Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2880400Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2886834Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2902231Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2908616Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2914986Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2921336Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2927984Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2934526Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2941259Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2947734Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2954081Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2960532Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2966987Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2973328Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2979773Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.2997089Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3004230Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3011122Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3017695Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3024179Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3030665Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3037278Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3043540Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3049690Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3056251Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3062572Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3069013Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3090241Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3096996Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3103797Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3110165Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-01-24T01:05:36.3116013Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3120980Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3127404Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3133853Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3140507Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3159597Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-01-24T01:05:36.3165310Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3170330Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3177290Z copying torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3184074Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3190424Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3205579Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:36.3211492Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3216268Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3222549Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3229551Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3236023Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3251649Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3258021Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3264381Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-01-24T01:05:36.3270261Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:05:36.3275180Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:05:36.3281430Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:05:36.3287757Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:05:36.3294078Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-01-24T01:05:36.3308651Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3313304Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3319886Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3326568Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3333228Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3348589Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3356692Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3364329Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3370990Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3377542Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3384266Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3390863Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3397351Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3403913Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3410506Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3416946Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3423461Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3429724Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-01-24T01:05:36.3435429Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3439883Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3446094Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3452429Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3458694Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3474779Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3480714Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3486981Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3493183Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3499406Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3505947Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3512048Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3518248Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3524830Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3530532Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3536990Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3543122Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3549785Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3556360Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3562727Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3569059Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3575593Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3581578Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3587848Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3594255Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3610856Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3616865Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3622804Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3629939Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3636652Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3642996Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3649362Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3655800Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3663445Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3669820Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3676478Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3691609Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3698019Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3704531Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3711130Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3718047Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3724553Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3731472Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3737960Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3744568Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3751319Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3766687Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3772827Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3779659Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3786070Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3792942Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3800038Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3807232Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3813937Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3820359Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3826920Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3833825Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3840220Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3846815Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3863806Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3870656Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3877130Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3883753Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3890208Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3897271Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3903373Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3909739Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3916585Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3924055Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3930855Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3967209Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3973360Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3979500Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3985540Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3991740Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.3998096Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4004379Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4010549Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4017224Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4023721Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4030660Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4037101Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4054022Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4061085Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4067813Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4074115Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4080648Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4087283Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4093259Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4099652Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4105800Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4112527Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4119761Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4136628Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4142898Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4149466Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4156148Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4162262Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4168725Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4174908Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4181697Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4188320Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4195141Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4201619Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4208438Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4214579Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4221103Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4227199Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4233704Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4240114Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-01-24T01:05:36.4246032Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4250755Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4257248Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4263626Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4270600Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4285613Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4292024Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4298480Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4304997Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4311413Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4318033Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4324467Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4331004Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4337458Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4344082Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-01-24T01:05:36.4349988Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:05:36.4354841Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:05:36.4361385Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-01-24T01:05:36.4366858Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:05:36.4371261Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:05:36.4377833Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-01-24T01:05:36.4383472Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4388092Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4395094Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4401764Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4407931Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4424023Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4430416Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-01-24T01:05:36.4436375Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:05:36.4441115Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-01-24T01:05:36.4446958Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4451236Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4458124Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4464542Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4470668Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4487176Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-01-24T01:05:36.4492641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4498041Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4504823Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4511170Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4518288Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4530988Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4537154Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4543274Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4549420Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4555798Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4562143Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4567978Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4574260Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4580244Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4586419Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4592670Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4598735Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4604811Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4611059Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4617303Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4623305Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4629583Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4635603Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4718160Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4719116Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4719890Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4720640Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4721368Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4722081Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4722813Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4723537Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-01-24T01:05:36.4724273Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4725069Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4728576Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4734548Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4740470Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4746572Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4752429Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4759043Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4776264Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4782706Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4788919Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4795169Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4801405Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4807933Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4814589Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4822213Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4830282Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4837943Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4845350Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4852300Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4859349Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4865527Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4871886Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4878425Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4884565Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:36.4889953Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4895505Z copying torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4901931Z copying torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4908431Z copying torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4914590Z copying torch\include\torch\csrc\api\include\torch\data\example.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4920894Z copying torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4936983Z copying torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4942942Z copying torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4949248Z copying torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:36.4955039Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:36.4960761Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:36.4967333Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:36.4973608Z copying torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:36.4979488Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.4985128Z copying torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.4991466Z copying torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.4998342Z copying torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.5004622Z copying torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.5010755Z copying torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.5017078Z copying torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.5024526Z copying torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:36.5040433Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:36.5046102Z copying torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:36.5052388Z copying torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:36.5058570Z copying torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:36.5064611Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5070063Z copying torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5076563Z copying torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5082848Z copying torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5089572Z copying torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5096862Z copying torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5113116Z copying torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5120675Z copying torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:36.5127318Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5134678Z copying torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5142278Z copying torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5148967Z copying torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5156192Z copying torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5162945Z copying torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:36.5168858Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:36.5174420Z copying torch\include\torch\csrc\api\include\torch\detail\static.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:36.5180942Z copying torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:36.5186640Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5192218Z copying torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5198817Z copying torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5205114Z copying torch\include\torch\csrc\api\include\torch\nn\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5211650Z copying torch\include\torch\csrc\api\include\torch\nn\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5219079Z copying torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5233814Z copying torch\include\torch\csrc\api\include\torch\nn\options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5240028Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5246375Z copying torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5252591Z copying torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:36.5258077Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5263841Z copying torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5270867Z copying torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5277351Z copying torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5283884Z copying torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5299127Z copying torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5306190Z copying torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5312729Z copying torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5319069Z copying torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5325466Z copying torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5332006Z copying torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5339241Z copying torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5345919Z copying torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5352611Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5359255Z copying torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5366661Z copying torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5373227Z copying torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:36.5379014Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5384908Z copying torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5392122Z copying torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5398629Z copying torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5405155Z copying torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5411744Z copying torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5427332Z copying torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5433623Z copying torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5440539Z copying torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5447040Z copying torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5453538Z copying torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5459991Z copying torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5467294Z copying torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5474156Z copying torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5480893Z copying torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5487481Z copying torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5494486Z copying torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5501029Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5508884Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5515890Z copying torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5522669Z copying torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5529473Z copying torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:36.5535308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5541190Z copying torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5548396Z copying torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5554671Z copying torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5561995Z copying torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5568414Z copying torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5585423Z copying torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5591603Z copying torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5598204Z copying torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5604625Z copying torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5611003Z copying torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5617379Z copying torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5623783Z copying torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5630652Z copying torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5637346Z copying torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5643691Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5650379Z copying torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5657488Z copying torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5663999Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5670588Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5677275Z copying torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5683815Z copying torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5690398Z copying torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5696710Z copying torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:36.5702645Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5708908Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5715965Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5722553Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5729036Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5745819Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5752425Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5759378Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5765978Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5773004Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5779872Z copying torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:36.5786134Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:05:36.5792137Z copying torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:05:36.5798241Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:36.5804215Z copying torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:36.5810962Z copying torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:36.5817379Z copying torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:36.5823337Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5835701Z copying torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5838304Z copying torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5844889Z copying torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5851633Z copying torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5858261Z copying torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5865266Z copying torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5882784Z copying torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5889093Z copying torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:36.5894965Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:36.5900990Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:36.5907678Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:36.5914182Z copying torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:36.5930140Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:36.5935683Z copying torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:36.5942034Z copying torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:36.5948756Z copying torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:36.5955591Z copying torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:36.5969829Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.5974639Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.5981093Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.5987803Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.5994092Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6011358Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6019474Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6026112Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6032757Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6039514Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6046945Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6053926Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6060464Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6066459Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6073720Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6080045Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6086376Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6093030Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6099754Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6105968Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6112458Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6119078Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6125189Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6142030Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6148134Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6154722Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6161500Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6167739Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6173865Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6180312Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6186797Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6193176Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6207930Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6214214Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6220495Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6226971Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6233209Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6239515Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6245818Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6252362Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6258898Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6265617Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6272690Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6286234Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6292137Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6299024Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6305485Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-01-24T01:05:36.6311201Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6316472Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6322809Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6329257Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6335565Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6356979Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6363294Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:36.6368996Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6374209Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6385991Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6392491Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6407979Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6414483Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6422082Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:36.6428528Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6433564Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6440035Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6446484Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6453051Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6470080Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6476371Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:36.6482005Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6486823Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6493528Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6499955Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6506126Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6512745Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6527679Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6535222Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6541297Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6547676Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6554358Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6560685Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6566771Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-01-24T01:05:36.6572437Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6578647Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6584788Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6591261Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6597353Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6603581Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6621550Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6627736Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6634181Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6640627Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6647453Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6653796Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6659975Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6666933Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6673456Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6679982Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6686342Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6693041Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6699343Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6705705Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6712044Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6718745Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6725153Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6731444Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6745895Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6752196Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6758752Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6764667Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6771200Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6777856Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6784415Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6791665Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6798526Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6814473Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6827110Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6833901Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6840585Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6847259Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6853890Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6860863Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6867495Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6874021Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6880865Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6897001Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6903514Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6910210Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6916843Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6923221Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6929726Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6936012Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6943062Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6949924Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:36.6955820Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.6961229Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.6967834Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.6974198Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.6980691Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.6997669Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7004231Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7010801Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7018696Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7025996Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7032580Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7039446Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7045927Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7052025Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7058698Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7065052Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7071719Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7078831Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7085371Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7091798Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7098119Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7114459Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7121397Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7127864Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7134217Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7140637Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7147376Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7153702Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:36.7159828Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:36.7166484Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:36.7172847Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:36.7178364Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:36.7183716Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:36.7190097Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:36.7195691Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7200957Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7207718Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7214086Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7231310Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7237870Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7244456Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7250829Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7257282Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7264144Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7270774Z copying torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:36.7276317Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7281353Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7287915Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7294712Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7301266Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7317026Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7323390Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7330071Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7336356Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7343028Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7349932Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7356392Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7362583Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7368761Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-01-24T01:05:36.7374717Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:05:36.7379683Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-01-24T01:05:36.7385675Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:36.7390839Z copying torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:36.7397671Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:36.7403067Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7408260Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7414923Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7421179Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7437326Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7443777Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:36.7449305Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7466218Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7473229Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7479805Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7495419Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7502500Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7509539Z copying torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7516922Z copying torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7523447Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7530004Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7536628Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7543452Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:36.7549100Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7554361Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7560736Z copying torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7567137Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7581975Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7588223Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:36.7593808Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:36.7599114Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:36.7606329Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:36.7612843Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:36.7618435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:36.7624106Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:36.7631054Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:36.7638028Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:36.7653868Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:05:36.7658910Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:05:36.7665403Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:05:36.7671784Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-01-24T01:05:36.7677443Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7682460Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7689263Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7695808Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7702337Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7717680Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7724217Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7731307Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7738308Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7744691Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:36.7751129Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7765472Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7771719Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7777819Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7783912Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7799785Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7805997Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7812318Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7818592Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7824977Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7831382Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7838188Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7844383Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7850750Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7857089Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7863738Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7870164Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7876897Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7883500Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7889795Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7907258Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7913614Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7920081Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7926690Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7933158Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7940124Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7947106Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7953803Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7960318Z copying torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7975779Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7982354Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7988502Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.7995175Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8001442Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8007610Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8013955Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8020094Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8026712Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8042582Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8048704Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8054938Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8061041Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8067211Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8073360Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8080311Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8086358Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8092593Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8106327Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8112633Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8118705Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8125629Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8131485Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8137887Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8144242Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8150339Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8156981Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8163073Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8186138Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8192379Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8198734Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8205139Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8211260Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8217770Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8224285Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8230791Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8237415Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8244079Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8250284Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8264897Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8271235Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8277644Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8283924Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8290530Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8297095Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8303720Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8310021Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8317060Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8334052Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8341007Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8347346Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8354007Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8360935Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8367549Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8374414Z copying torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8381088Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8387803Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8394994Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8401581Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:36.8407830Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8413454Z copying torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8420045Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8427261Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8433401Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8448671Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8455156Z copying torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8461806Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8469303Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8476008Z copying torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:36.8481691Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8487247Z copying torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8493523Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8500113Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8515083Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8521559Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:36.8527973Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8533580Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8541093Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8548084Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8554553Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8570507Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8577023Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8583147Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8589582Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8596565Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8602954Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8609631Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8616016Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8622444Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8628797Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8634825Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8641174Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8647544Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8653668Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8659951Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8666654Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8680527Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8687693Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8694413Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8700839Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8707250Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8713792Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8720534Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8726797Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8733381Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8749106Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8755676Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:36.8761360Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8767052Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8773601Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8780521Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8787147Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8802310Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8808542Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8815856Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8822140Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8828866Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8835347Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8841814Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8848247Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8854861Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:36.8860573Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8865813Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8872494Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8878633Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8896077Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8902318Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8908549Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8915040Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8921586Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8928097Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8934381Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8940553Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8947700Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8954129Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8960644Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8966936Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8973325Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8980068Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8986658Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8993260Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.8999762Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9014461Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9021045Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9027401Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9033407Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9040348Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9046834Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9053330Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9060458Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:36.9066069Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9071198Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9077849Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9084075Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9090193Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9096764Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-01-24T01:05:36.9112057Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9117585Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9124377Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9131058Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9147054Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9153556Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9159676Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9166095Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9172524Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9178862Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9185405Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9191696Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9198305Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9205876Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9211800Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9218110Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9224537Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9231029Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9237921Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9244323Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9250756Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9266759Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:36.9272472Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9277634Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9283579Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9289786Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9300136Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9305134Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9324678Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9330440Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9336934Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9343725Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9349803Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9356668Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9362928Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9369440Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9375710Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9381922Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9387962Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-01-24T01:05:36.9393497Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9398818Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9405178Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9411463Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9417775Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9433578Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9439982Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9446878Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9452770Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9459119Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9465893Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9472475Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9479537Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9485945Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9492489Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9499108Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9505652Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9512226Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9519012Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9525565Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9532922Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9540436Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9548265Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:36.9562542Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:36.9568107Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:36.9574705Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:36.9580332Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9585384Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9592026Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9598414Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9604782Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9619303Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9625491Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9632142Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9638675Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9645061Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9651342Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9657685Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9664027Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9670489Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9677145Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9683511Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9690592Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9697117Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9703798Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9710210Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9716789Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9723278Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9738615Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9744812Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9750968Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9757454Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9763891Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9770379Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9776661Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9782958Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9789109Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9795690Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9803163Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9818866Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9825531Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9831915Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9838569Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9844951Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9851658Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9858031Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9865138Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9871629Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9878181Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:36.9884231Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9889778Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9896187Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9902129Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9908306Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9914320Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9947408Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9953608Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9960123Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9966338Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:36.9971773Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:05:36.9978424Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:05:36.9983989Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:05:36.9988699Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:05:36.9994856Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:05:37.0000909Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-01-24T01:05:37.0006394Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0011214Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0017313Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0024325Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0030971Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0048054Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0055841Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0063268Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0070509Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0077929Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0084266Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0090623Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-01-24T01:05:37.0096554Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:37.0101898Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:37.0108309Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:37.0114755Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:37.0120530Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:37.0125709Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:37.0132065Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:37.0138167Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:37.0153527Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:37.0159844Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:05:37.0164639Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:05:37.0170196Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0175078Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0181378Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0188024Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0194509Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0208272Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0214791Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0221098Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0227361Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0233699Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0240176Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0246549Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0252569Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0258988Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0265150Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0271393Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0277783Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:37.0283390Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:37.0288385Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:37.0294653Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:37.0300818Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:37.0306292Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0311028Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0317581Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0323785Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0330353Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0344522Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0351305Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0358603Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0364685Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0370674Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0376632Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0382734Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0389353Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0395547Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0401945Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0408121Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0414741Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0421565Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0428648Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0435204Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0441778Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0457342Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0463787Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0470292Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0476938Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0483327Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0490155Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0496624Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0503546Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0509905Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0516763Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0531106Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0537547Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0544564Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0552124Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0558940Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0565407Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0571958Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0578640Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0585317Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0600366Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0606803Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0613395Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0619886Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0626239Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0632384Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-01-24T01:05:37.0638435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:05:37.0643332Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-01-24T01:05:37.0649152Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:37.0655342Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:37.0661629Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:37.0667936Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:37.0674186Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:37.0691062Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0695976Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0702252Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0708575Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0715030Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0721193Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0736629Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0742738Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0749087Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0755407Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0761838Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0768082Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0780081Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0781023Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0787344Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0793758Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0800390Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0806854Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0813517Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0820119Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0826667Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0833267Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0840109Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0846506Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0872379Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:37.0878679Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:05:37.0894309Z copying torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:05:37.0900180Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:37.0905581Z copying torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:37.0911813Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:37.0917745Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:05:37.0922719Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-01-24T01:05:37.0928328Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0933316Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0939458Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0946226Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0952595Z copying torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0966435Z copying torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0973297Z copying torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0979841Z copying torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0986353Z copying torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0992852Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.0999454Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:37.1005127Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:05:37.1009786Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:05:37.1015970Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:05:37.1022121Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-01-24T01:05:37.1027431Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1031643Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1038659Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1045925Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1053203Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1059385Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1065434Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1079351Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1085562Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1091676Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1098003Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1104226Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1111243Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1116954Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1123097Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1130479Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1141031Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1147312Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1155228Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1162546Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1168875Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1176275Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1182603Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-01-24T01:05:37.1188279Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1192731Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1199715Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1206736Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1212907Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1219411Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1233983Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1240995Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1247782Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1254011Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1261188Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-01-24T01:05:37.1267193Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:05:37.1271734Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:05:37.1277762Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:05:37.1284619Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-01-24T01:05:37.1291867Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-01-24T01:05:37.1306890Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:37.1311878Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:37.1329221Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:37.1344057Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:37.1355608Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-01-24T01:05:37.1366656Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:05:37.1373284Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-01-24T01:05:37.1378694Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1383058Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1389877Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1396256Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1410865Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1417579Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1424018Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1430412Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-01-24T01:05:37.1436157Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1440753Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1447134Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1453636Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1459847Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1477384Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1483635Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1489958Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1496296Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1503323Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-01-24T01:05:37.1509134Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:37.1514014Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:37.1520400Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:37.1526343Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:37.1539707Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:37.1546947Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:37.1556258Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:37.1572689Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:37.1578529Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:37.1584067Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:37.1590628Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:37.1602389Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:37.1618701Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:37.1624288Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:05:37.1628672Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:05:37.1635139Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-01-24T01:05:37.1641508Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-01-24T01:05:37.1653570Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:37.1672538Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:37.1684596Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:37.1691064Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:37.1701187Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:37.1707436Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:37.1723076Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:37.1741615Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-01-24T01:05:37.1752271Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1760633Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1770113Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1787929Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1802314Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1851643Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1860355Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1866736Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.1878827Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3120465Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3127473Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3265743Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3273516Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3281815Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3289076Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3302410Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.3310238Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.8811775Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.8830906Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.8848088Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.8855315Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.9030655Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:37.9081450Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4479203Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4831751Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4862944Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4871571Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4963238Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4969869Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.4976989Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.7669318Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.7680107Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-01-24T01:05:38.7709280Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7714085Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7720902Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7727313Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7742602Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7748941Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7754923Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7761568Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7768535Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7774849Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7781137Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7787356Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7793598Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7799940Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7806095Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7812692Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7818767Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-01-24T01:05:38.7825460Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:05:38.7832721Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:05:38.8053509Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-01-24T01:05:38.8064073Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8069153Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8080069Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8091622Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8109733Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8120840Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8132349Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8143221Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8149741Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8156254Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8162601Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8169007Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8181880Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8192463Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8204541Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8210987Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8217406Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8228143Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8234628Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8245870Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8262141Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8268625Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8274828Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8281618Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8293715Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8300051Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8311983Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8322428Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8339159Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8346188Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8370607Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8381854Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8388478Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8394906Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8418945Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8432016Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8438135Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8444941Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8451410Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8474310Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-01-24T01:05:38.8485396Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8489968Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8496675Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8502765Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8514104Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8524892Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8653555Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8665605Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8678733Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8701739Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8720224Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8741452Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8765361Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8783858Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8818503Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8832582Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8853694Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8860137Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-01-24T01:05:38.8865041Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8870346Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8881170Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8888007Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8909517Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8921366Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8928032Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8940228Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8951454Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8958191Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8970148Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8981464Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.8993262Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9005573Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9012391Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9028419Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9059599Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9077488Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9115625Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9126905Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9137177Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9149523Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9160286Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9166806Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-01-24T01:05:38.9173424Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-01-24T01:05:38.9181128Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:38.9189328Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-01-24T01:05:38.9197096Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-01-24T01:05:38.9208473Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-01-24T01:05:38.9221781Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-01-24T01:05:38.9230494Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-01-24T01:05:39.0125418Z running build_ext 2025-01-24T01:05:40.5188132Z -- Building with NumPy bindings 2025-01-24T01:05:40.5188483Z -- Not using cuDNN 2025-01-24T01:05:40.5188680Z -- Not using CUDA 2025-01-24T01:05:40.5188879Z -- Not using XPU 2025-01-24T01:05:40.5189074Z -- Using MKLDNN 2025-01-24T01:05:40.5189377Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-01-24T01:05:40.5189767Z -- Not using CBLAS in MKLDNN 2025-01-24T01:05:40.5189996Z -- Not using NCCL 2025-01-24T01:05:40.5190236Z -- Building without distributed package 2025-01-24T01:05:40.5190522Z -- Building Executorch 2025-01-24T01:05:40.5190757Z -- Using ITT 2025-01-24T01:05:40.5191415Z Copying functorch._C from functorch\functorch.pyd to C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-01-24T01:05:40.5193433Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-01-24T01:05:40.5208169Z building 'torch._C' extension 2025-01-24T01:05:40.5225068Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-01-24T01:05:40.5240068Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Jenkins\Miniconda3\include -IC:\Jenkins\Miniconda3\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch/csrc/stub.obj /MD /FS /EHsc 2025-01-24T01:05:40.5487663Z stub.c 2025-01-24T01:05:41.4920824Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\libs /LIBPATH:C:\Jenkins\Miniconda3 /LIBPATH:C:\Jenkins\Miniconda3\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64" torch_python.lib /EXPORT:PyInit__C build\temp.win-amd64-cpython-39\Release\torch/csrc/stub.obj /OUT:build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd /IMPLIB:build\temp.win-amd64-cpython-39\Release\torch/csrc\_C.cp39-win_amd64.lib /NODEFAULTLIB:LIBCMT.LIB 2025-01-24T01:05:41.5243891Z Creating library build\temp.win-amd64-cpython-39\Release\torch/csrc\_C.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\torch/csrc\_C.cp39-win_amd64.exp 2025-01-24T01:05:41.5386746Z Generating code 2025-01-24T01:05:41.5987392Z Finished generating code 2025-01-24T01:05:41.6490828Z copying build/temp.win-amd64-cpython-39/Release/torch/csrc/_C.cp39-win_amd64.lib -> build/lib.win-amd64-cpython-39/torch/lib/_C.lib 2025-01-24T01:05:41.6536320Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-01-24T01:05:41.6537143Z !! 2025-01-24T01:05:41.6537250Z 2025-01-24T01:05:41.6537374Z ******************************************************************************** 2025-01-24T01:05:41.6537737Z Please avoid running ``setup.py`` directly. 2025-01-24T01:05:41.6538175Z Instead, use pypa/build, pypa/installer or other 2025-01-24T01:05:41.6538530Z standards-based tools. 2025-01-24T01:05:41.6538713Z 2025-01-24T01:05:41.6539000Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-01-24T01:05:41.6539484Z ******************************************************************************** 2025-01-24T01:05:41.6539705Z 2025-01-24T01:05:41.6539771Z !! 2025-01-24T01:05:41.6539957Z self.initialize_options() 2025-01-24T01:05:41.6662565Z installing to build\bdist.win-amd64\wheel 2025-01-24T01:05:41.6662905Z running install 2025-01-24T01:05:41.6694531Z running install_lib 2025-01-24T01:05:41.6822439Z creating build\bdist.win-amd64\wheel 2025-01-24T01:05:41.6829057Z creating build\bdist.win-amd64\wheel\functorch 2025-01-24T01:05:41.6834108Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-01-24T01:05:41.6839468Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-01-24T01:05:41.6845515Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-01-24T01:05:41.6850856Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6857248Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6862598Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6867966Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6883440Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6888832Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6895137Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6899927Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6905157Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-01-24T01:05:41.6910939Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-01-24T01:05:41.6915578Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:05:41.6921115Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:05:41.6926393Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-01-24T01:05:41.6931720Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-01-24T01:05:41.6936341Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:05:41.6941593Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:05:41.6946513Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-01-24T01:05:41.6951933Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:05:41.6971485Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-01-24T01:05:41.6977259Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-01-24T01:05:41.6982913Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-01-24T01:05:41.6988458Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-01-24T01:05:41.6993341Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-01-24T01:05:41.6998751Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-01-24T01:05:41.7003645Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-01-24T01:05:41.7009164Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-01-24T01:05:41.7021838Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-01-24T01:05:41.7027043Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-01-24T01:05:41.7031566Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-01-24T01:05:41.7038519Z creating build\bdist.win-amd64\wheel\torch 2025-01-24T01:05:41.7043005Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-01-24T01:05:41.7047567Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:05:41.7053151Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-01-24T01:05:41.7058828Z creating build\bdist.win-amd64\wheel\torch\amp 2025-01-24T01:05:41.7063341Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:05:41.7069217Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:05:41.7075048Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-01-24T01:05:41.7080450Z creating build\bdist.win-amd64\wheel\torch\ao 2025-01-24T01:05:41.7085496Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-01-24T01:05:41.7090487Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-01-24T01:05:41.7095787Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:41.7100989Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:41.7106338Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2025-01-24T01:05:41.7117441Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-01-24T01:05:41.7122998Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:41.7128510Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:41.7134594Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:41.7140032Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:41.7145316Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat\modules 2025-01-24T01:05:41.7158624Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2025-01-24T01:05:41.7164007Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-01-24T01:05:41.7169775Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:41.7175512Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:41.7181705Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:41.7187074Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:41.7192014Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:41.7197671Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7203302Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7209004Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7214230Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7219551Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7225159Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized\modules 2025-01-24T01:05:41.7239569Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2025-01-24T01:05:41.7244421Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-01-24T01:05:41.7250021Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-01-24T01:05:41.7255410Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-01-24T01:05:41.7260760Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:41.7266184Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:41.7271765Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic\modules 2025-01-24T01:05:41.7276809Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2025-01-24T01:05:41.7282133Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-01-24T01:05:41.7287338Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-01-24T01:05:41.7292694Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-01-24T01:05:41.7297962Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-01-24T01:05:41.7303094Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2025-01-24T01:05:41.7307949Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-01-24T01:05:41.7321166Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-01-24T01:05:41.7326156Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-01-24T01:05:41.7331654Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-01-24T01:05:41.7337809Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-01-24T01:05:41.7343670Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2025-01-24T01:05:41.7348693Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-01-24T01:05:41.7354216Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-01-24T01:05:41.7369777Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-01-24T01:05:41.7376419Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:41.7382978Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:41.7389792Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:41.7394665Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:41.7400955Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic\modules 2025-01-24T01:05:41.7405979Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2025-01-24T01:05:41.7410871Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:05:41.7417320Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7422691Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7428191Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7433417Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7439361Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7444545Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7458621Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7463860Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7469216Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7475721Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7482075Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7487558Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2025-01-24T01:05:41.7493351Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-01-24T01:05:41.7508375Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7514057Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7519884Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7526143Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7531862Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7537286Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7542711Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference\modules 2025-01-24T01:05:41.7547894Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2025-01-24T01:05:41.7553173Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-01-24T01:05:41.7558937Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-01-24T01:05:41.7564521Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-01-24T01:05:41.7570250Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:41.7575835Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:41.7581467Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized\dynamic 2025-01-24T01:05:41.7586448Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-01-24T01:05:41.7591898Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-01-24T01:05:41.7597300Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2025-01-24T01:05:41.7602320Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-01-24T01:05:41.7607301Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-01-24T01:05:41.7613445Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-01-24T01:05:41.7618623Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-01-24T01:05:41.7623700Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7629748Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7635914Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7641704Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7647024Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7660947Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7666743Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7672172Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7678311Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7684373Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-01-24T01:05:41.7688942Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:05:41.7694860Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:05:41.7701042Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-01-24T01:05:41.7706050Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-01-24T01:05:41.7711444Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-01-24T01:05:41.7716763Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:05:41.7722355Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:05:41.7727643Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:05:41.7742544Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-01-24T01:05:41.7747250Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7752457Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7758223Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7763661Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7778694Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7784220Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-01-24T01:05:41.7788938Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-01-24T01:05:41.7794339Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:41.7799933Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:41.7805906Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\activation_sparsifier 2025-01-24T01:05:41.7810708Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:41.7816218Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:41.7822038Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_scheduler 2025-01-24T01:05:41.7827450Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:41.7842364Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:41.7847850Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:41.7853514Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:05:41.7868945Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:41.7875086Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\data_sparsity.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:41.7880653Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\_data_sparstity_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:41.7886210Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-01-24T01:05:41.7899876Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-01-24T01:05:41.7903725Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:41.7909096Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\data_sparsifier 2025-01-24T01:05:41.7914519Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7920311Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7925892Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7931240Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7947543Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7952647Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7958225Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7963959Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7969312Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2025-01-24T01:05:41.7974450Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-01-24T01:05:41.7978686Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:05:41.7993614Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-01-24T01:05:41.7999421Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-01-24T01:05:41.8005201Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8009961Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\backend_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8015875Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8021805Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8026986Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8041154Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\observation_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8045454Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8051137Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8056465Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8061592Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8067364Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8072265Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8078456Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8083873Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2025-01-24T01:05:41.8089126Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8094791Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8107080Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8112977Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-01-24T01:05:41.8118238Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8124831Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8130524Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8135746Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8141283Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8157028Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8162035Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8167117Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8172859Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8177914Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8183193Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8189622Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8195339Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8200784Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8205937Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8211711Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8218463Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8224433Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_lower_to_native_backend.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8231270Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8236890Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\detector.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8243333Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8249264Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8266034Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8272185Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx\_model_report 2025-01-24T01:05:41.8276788Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-01-24T01:05:41.8281942Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8289029Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8294479Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8300017Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8305422Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8311079Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8326675Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8332381Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8338993Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:41.8345260Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:41.8352213Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2025-01-24T01:05:41.8358244Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8365226Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8372358Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8378060Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-01-24T01:05:41.8382841Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8388747Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8394548Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8400164Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8406512Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8412065Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8418383Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8423702Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8516028Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8521064Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8528071Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8549438Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8556814Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8562777Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-01-24T01:05:41.8569461Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8575891Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8581733Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8587395Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8593190Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8598651Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8604695Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8610153Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8615890Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8621456Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-01-24T01:05:41.8627102Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-01-24T01:05:41.8633422Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-01-24T01:05:41.8638406Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8644307Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8649603Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8655583Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8725200Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8732484Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8737704Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8743648Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8749913Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8755659Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8762065Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8768000Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-01-24T01:05:41.8773090Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:05:41.8778429Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:05:41.8783693Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-01-24T01:05:41.8788788Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-01-24T01:05:41.8795373Z creating build\bdist.win-amd64\wheel\torch\backends 2025-01-24T01:05:41.8800351Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-01-24T01:05:41.8805203Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-01-24T01:05:41.8811715Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-01-24T01:05:41.8816660Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-01-24T01:05:41.8822786Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-01-24T01:05:41.8827668Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:05:41.8833590Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-01-24T01:05:41.8839524Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-01-24T01:05:41.8844544Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-01-24T01:05:41.8851550Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-01-24T01:05:41.8857425Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-01-24T01:05:41.8864259Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-01-24T01:05:41.8900674Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-01-24T01:05:41.8907102Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-01-24T01:05:41.8913348Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-01-24T01:05:41.8919797Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-01-24T01:05:41.8924586Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-01-24T01:05:41.8930253Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-01-24T01:05:41.8935016Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-01-24T01:05:41.8940887Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-01-24T01:05:41.8945777Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-01-24T01:05:41.8951341Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-01-24T01:05:41.8956437Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-01-24T01:05:41.8961831Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-01-24T01:05:41.8966637Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-01-24T01:05:41.8972170Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-01-24T01:05:41.8977269Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-01-24T01:05:41.8982923Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-01-24T01:05:41.8987720Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:05:41.8993742Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-01-24T01:05:41.8998542Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-01-24T01:05:41.9003648Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-01-24T01:05:41.9009256Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-01-24T01:05:41.9014494Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:05:41.9020389Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-01-24T01:05:41.9025279Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-01-24T01:05:41.9030193Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:05:41.9036231Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:05:41.9042883Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-01-24T01:05:41.9047409Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-01-24T01:05:41.9053317Z creating build\bdist.win-amd64\wheel\torch\bin 2025-01-24T01:05:41.9058425Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9067278Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9114865Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9123852Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9152702Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9684366Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9765237Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9774965Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9831781Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9858678Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9919566Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-01-24T01:05:41.9927806Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-01-24T01:05:41.9943634Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:05:41.9949426Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:05:41.9954774Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-01-24T01:05:41.9961249Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-01-24T01:05:41.9965860Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:05:41.9971357Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-01-24T01:05:41.9976101Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-01-24T01:05:41.9981074Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-01-24T01:05:41.9985765Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:05:41.9991274Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:05:41.9996677Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-01-24T01:05:42.0001639Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-01-24T01:05:42.0007689Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-01-24T01:05:42.0012692Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-01-24T01:05:42.0017548Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:05:42.0022868Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:05:42.0027947Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:05:42.0033458Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-01-24T01:05:42.0038684Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0043913Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0048700Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0053496Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0059243Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0074411Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0080098Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0085386Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0090719Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0096031Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0101285Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0106337Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0111784Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0117618Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0123220Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0129297Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0135607Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0140583Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-01-24T01:05:42.0147608Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-01-24T01:05:42.0152880Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-01-24T01:05:42.0158725Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0163873Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0171027Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0175052Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0190600Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0196300Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0202034Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0207479Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0214578Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0220071Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\ddp_comm_hooks 2025-01-24T01:05:42.0225370Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:05:42.0231191Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:42.0237130Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:42.0242447Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:42.0248016Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:42.0264086Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2025-01-24T01:05:42.0268309Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:42.0281425Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:42.0287036Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-01-24T01:05:42.0291739Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:42.0297558Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:42.0303032Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2025-01-24T01:05:42.0308396Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:42.0313869Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:42.0319584Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2025-01-24T01:05:42.0325274Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-01-24T01:05:42.0330585Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:05:42.0336149Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-01-24T01:05:42.0340555Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-01-24T01:05:42.0345723Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0351403Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-01-24T01:05:42.0356950Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-01-24T01:05:42.0362391Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0376157Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-01-24T01:05:42.0381206Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0386559Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0392496Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0398698Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0411816Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0418388Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0423754Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0428935Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0434343Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0440003Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0445409Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0450688Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0456110Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0461292Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0467704Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0473160Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0478693Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0483880Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0489257Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0494798Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0500375Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0505799Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0511332Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0525722Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0530924Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0536393Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0541716Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0547061Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0552002Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-01-24T01:05:42.0557297Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0562701Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0567874Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0573801Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.0582026Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-01-24T01:05:42.0587468Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-01-24T01:05:42.0592713Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-01-24T01:05:42.0598294Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-01-24T01:05:42.0604656Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\health_check_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-01-24T01:05:42.0610198Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-01-24T01:05:42.0616223Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2025-01-24T01:05:42.0621626Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-01-24T01:05:42.0630328Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:05:42.0632046Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-01-24T01:05:42.0637386Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:05:42.0642836Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:05:42.0647903Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-01-24T01:05:42.0653582Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-01-24T01:05:42.0658832Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:05:42.0664294Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-01-24T01:05:42.0670617Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:42.0683064Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:42.0689662Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:42.0695191Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:42.0700794Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:42.0705922Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2025-01-24T01:05:42.0711438Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:42.0717177Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:42.0749955Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:42.0755566Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:42.0761061Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-01-24T01:05:42.0766102Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:42.0771633Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-01-24T01:05:42.0777458Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0782683Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0788286Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0793756Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0808758Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0814899Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0820405Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0825935Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0832441Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0837652Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0843152Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0848459Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0853938Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-01-24T01:05:42.0860003Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-01-24T01:05:42.0865400Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:05:42.0871215Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:05:42.0877141Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\file_based_local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:05:42.0883795Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:05:42.0899664Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-01-24T01:05:42.0905323Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-01-24T01:05:42.0911925Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0917864Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-01-24T01:05:42.0924513Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\cycling_iterator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-01-24T01:05:42.0929203Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-01-24T01:05:42.0934705Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2025-01-24T01:05:42.0940693Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0946143Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0951471Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0966729Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0971952Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-01-24T01:05:42.0977050Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-01-24T01:05:42.0983131Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-01-24T01:05:42.0988187Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.0994049Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1000811Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1006393Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1012174Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1028545Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1034062Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1039698Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1045366Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1052492Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1058296Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1063547Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1069056Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1074848Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1088721Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1094485Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1100517Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1106400Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1112106Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1118559Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp\_fully_shard 2025-01-24T01:05:42.1123113Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1128994Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1134358Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1141150Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1147462Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1152850Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1159057Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1164500Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1169909Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1183530Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1189014Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-01-24T01:05:42.1194604Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1200663Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-01-24T01:05:42.1205883Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:05:42.1211372Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-01-24T01:05:42.1216620Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1222198Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-01-24T01:05:42.1227551Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-01-24T01:05:42.1232895Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:05:42.1239027Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-01-24T01:05:42.1243410Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:05:42.1249405Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-01-24T01:05:42.1254407Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:05:42.1260234Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-01-24T01:05:42.1265893Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\remote_module_template.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-01-24T01:05:42.1271671Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2025-01-24T01:05:42.1276272Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-01-24T01:05:42.1280543Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-01-24T01:05:42.1286226Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-01-24T01:05:42.1291436Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1297000Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1303230Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1317782Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1323426Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1329189Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1334865Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1340485Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1345944Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1351805Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1357398Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1363082Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1368937Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1375579Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1382860Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1388458Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1393775Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-01-24T01:05:42.1399823Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-01-24T01:05:42.1405079Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1410870Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1417546Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1423629Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1445099Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1450028Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1456127Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1461552Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1466800Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-01-24T01:05:42.1471753Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1477224Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1483093Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-01-24T01:05:42.1487828Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1493805Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1499740Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1504938Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1517552Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1523091Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1528525Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1534101Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1539941Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-01-24T01:05:42.1545394Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-01-24T01:05:42.1550842Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-01-24T01:05:42.1556243Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1561910Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-01-24T01:05:42.1567284Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1573631Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-01-24T01:05:42.1578893Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-01-24T01:05:42.1584087Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:05:42.1590148Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:05:42.1595716Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:05:42.1601138Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-01-24T01:05:42.1614203Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1620070Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1625443Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1631562Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1637334Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1652403Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1657840Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-01-24T01:05:42.1663563Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1669142Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1674382Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1679760Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1685091Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1690700Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1696522Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1712552Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1717960Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1723268Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-01-24T01:05:42.1728760Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1741983Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1748315Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1753863Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1760185Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1766285Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1771595Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1777244Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1782726Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1795867Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1808454Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1814108Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1819676Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1826571Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1832599Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1838658Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1844158Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1850039Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1855937Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-01-24T01:05:42.1861011Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1867532Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1872948Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1878832Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1885520Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1891023Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1896383Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1901805Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-01-24T01:05:42.1907068Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1912564Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1918816Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-01-24T01:05:42.1933876Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:05:42.1939194Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:05:42.1945870Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-01-24T01:05:42.1951685Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:05:42.1956902Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-01-24T01:05:42.1961863Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:05:42.1974724Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-01-24T01:05:42.1979793Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1985133Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1991156Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.1997286Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-01-24T01:05:42.2002636Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2008448Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-01-24T01:05:42.2013757Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-01-24T01:05:42.2018948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2024809Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2030192Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2045724Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:42.2050879Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:42.2056279Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2025-01-24T01:05:42.2062813Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2068599Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2074878Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2080620Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2085760Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2090921Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2104212Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2109416Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2115485Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2121081Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2126590Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2131938Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2136895Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2142347Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2154962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor\_ops 2025-01-24T01:05:42.2160272Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2025-01-24T01:05:42.2165865Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2172067Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:42.2177285Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:42.2182793Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2025-01-24T01:05:42.2188243Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:42.2193376Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:42.2199150Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:42.2205056Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:42.2220664Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:42.2226286Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\embedding_bag.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:42.2232175Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:42.2244244Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-01-24T01:05:42.2248608Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:42.2254083Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2025-01-24T01:05:42.2259082Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2264514Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-01-24T01:05:42.2270051Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-01-24T01:05:42.2275344Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-01-24T01:05:42.2281051Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-01-24T01:05:42.2286268Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-01-24T01:05:42.2291248Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.2297598Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-01-24T01:05:42.2302753Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-01-24T01:05:42.2309491Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-01-24T01:05:42.2314286Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:05:42.2319588Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:05:42.2324675Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-01-24T01:05:42.2330369Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-01-24T01:05:42.2335418Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2341470Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2347243Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2353270Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2369896Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2375748Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2382399Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2389082Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2394385Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-01-24T01:05:42.2399595Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-01-24T01:05:42.2415789Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-01-24T01:05:42.2420691Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2426137Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2431384Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2436784Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2450554Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2455830Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2461960Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2468087Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2473773Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2479688Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2485278Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2490724Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2496149Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2502098Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2507471Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2512681Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2518100Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2523381Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2529329Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2534973Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2540398Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2545643Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2551487Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2566160Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2571496Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2576874Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2582142Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2587659Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2593289Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2598928Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2604324Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2609846Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2623677Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2628982Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2634611Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2640062Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2645689Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2651114Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2656447Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2661952Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2667395Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2673600Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2678978Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2684326Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2689824Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2704028Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2709273Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-01-24T01:05:42.2715640Z creating build\bdist.win-amd64\wheel\torch\export 2025-01-24T01:05:42.2720645Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2725836Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2731241Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2737838Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-01-24T01:05:42.2751967Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-01-24T01:05:42.2758965Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2765913Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2772437Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-01-24T01:05:42.2777429Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-01-24T01:05:42.2782788Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2789290Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2795154Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2800799Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2806285Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2811638Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2817393Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2824415Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2830354Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2835507Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-01-24T01:05:42.2841749Z creating build\bdist.win-amd64\wheel\torch\fft 2025-01-24T01:05:42.2846897Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-01-24T01:05:42.2853602Z creating build\bdist.win-amd64\wheel\torch\func 2025-01-24T01:05:42.2858247Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-01-24T01:05:42.2863501Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:42.2871231Z creating build\bdist.win-amd64\wheel\torch\futures 2025-01-24T01:05:42.2876897Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-01-24T01:05:42.2883989Z creating build\bdist.win-amd64\wheel\torch\fx 2025-01-24T01:05:42.2888755Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.2894805Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.2900563Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-01-24T01:05:42.2905665Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2911664Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2917315Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2934936Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2940927Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2946263Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.2952108Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2957546Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2963887Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2970866Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2985351Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\operation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2990361Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.2996165Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\util.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.3001431Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.3006830Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\migrate_gradual_types 2025-01-24T01:05:42.3011026Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3016358Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3022524Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3027919Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3034494Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3040396Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3045443Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3050737Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3056259Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3064415Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3071300Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-01-24T01:05:42.3076740Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3082075Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3086924Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3092109Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3097835Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3112156Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3117520Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3122935Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3128254Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3133824Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3147868Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2025-01-24T01:05:42.3152932Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3158303Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3163487Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3168675Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-01-24T01:05:42.3173705Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3179098Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3193142Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3198490Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3204264Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3209791Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-01-24T01:05:42.3214126Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3220363Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3235295Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3240590Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3246297Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3252138Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3258783Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-01-24T01:05:42.3264170Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3270014Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-01-24T01:05:42.3275194Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:05:42.3280688Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-01-24T01:05:42.3285361Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-01-24T01:05:42.3291365Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-01-24T01:05:42.3297241Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\cse_pass.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-01-24T01:05:42.3303289Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2025-01-24T01:05:42.3334327Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-01-24T01:05:42.3335298Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3336182Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3337226Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3341609Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3347598Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-01-24T01:05:42.3352861Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:05:42.3360003Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:05:42.3365349Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:05:42.3370927Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-01-24T01:05:42.3386000Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3392090Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3397516Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3403231Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3408945Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3414744Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3420541Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3425939Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3431804Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3437863Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3443690Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-01-24T01:05:42.3448805Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-01-24T01:05:42.3454449Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-01-24T01:05:42.3458867Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3464708Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-01-24T01:05:42.3479177Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3484293Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3489603Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3495502Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3508105Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3513406Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-01-24T01:05:42.3518713Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3524427Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-01-24T01:05:42.3529128Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3535609Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3543547Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3551211Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3557971Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3563268Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3569151Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3575783Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3581824Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3587807Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-01-24T01:05:42.3593353Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:42.3601075Z creating build\bdist.win-amd64\wheel\torch\include 2025-01-24T01:05:42.3609706Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-01-24T01:05:42.3615744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3628022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3628919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3633757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3640012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3712914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3717904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3723259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3728668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3733635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3738955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3744404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3749880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3756589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3762169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3768326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3773899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3780194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.3786173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.8896904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.8902136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:42.8910078Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-01-24T01:05:42.8916918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.8922525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.8927951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.8933256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9077883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9083611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9089954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9095253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9100418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:42.9106505Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-01-24T01:05:42.9112210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-01-24T01:05:42.9117991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-01-24T01:05:42.9123894Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9129377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\boxing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9135031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\make_boxed_from_unboxed_functor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9141068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\test_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9146567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9285320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing\impl 2025-01-24T01:05:42.9290654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-01-24T01:05:43.0250970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-01-24T01:05:43.0257087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2025-01-24T01:05:43.0262819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0268501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0274812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0280337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0285940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0291642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0297395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0302756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0308094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0313694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0319077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0325820Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0331688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0337401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0343655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0349024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0362426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0368045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0373736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2025-01-24T01:05:43.0379638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0393739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0399863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0405152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0410661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0416164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0421609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0427148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0433269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0438939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0444836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0450228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0463980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0469649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0475390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0480955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0486178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0492489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0499337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0504972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0511231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0517431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0530665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0536483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0541887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0547147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0552646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0558360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0565404Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-01-24T01:05:43.0571091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\adaption.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-01-24T01:05:43.0576706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\infer_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-01-24T01:05:43.0582264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_allowlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-01-24T01:05:43.0587690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration\op_registration.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\op_registration 2025-01-24T01:05:43.0602757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0608261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0613793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0619283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0632159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0637523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0642465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0647602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0653017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0658034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0663544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0668298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0673648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0678996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0689072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0692640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0715338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0720668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0725963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0731100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0737037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0742745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0747529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0753009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0758551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0763823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-01-24T01:05:43.0769250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.0775203Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-01-24T01:05:43.0780528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:05:43.0785679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:05:43.0791528Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0797025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0802386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0807661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0813377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0827000Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0832722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0838585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0844011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0849960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0865999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0872180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-01-24T01:05:43.0878028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.0884091Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0889948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0895195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0901269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0907249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0920950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0927956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128\vec128_reduced_precision_common_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec128 2025-01-24T01:05:43.0935424Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0942148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0948674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0954015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0959665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0973371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0979387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0986172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0991706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.0998103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.1004986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.1011976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.1017594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-01-24T01:05:43.1024913Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1031231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_bfloat16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1036951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_common_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1042606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1057513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_complex_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1063448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_double_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1069325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_float_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1075359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int16_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1080919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1086330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_int64_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1091987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint32_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1097452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_qint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1103176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vec256_quint8_vsx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1109266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\vsx 2025-01-24T01:05:43.1116022Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:05:43.1121701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256\zarch 2025-01-24T01:05:43.1129159Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1134737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1140227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1146627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1152433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1168470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1173885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1179990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1185662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1192136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1197761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-01-24T01:05:43.1204272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.1210368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_convert.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.1215713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.1221122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.1226430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_n.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-01-24T01:05:43.1231761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-01-24T01:05:43.1237715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1243521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1249047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1254601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1260706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1267927Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-01-24T01:05:43.1273278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1278858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1284185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1289557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1295550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1308345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1314150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1319822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1325269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1331518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1336896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1342222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1347662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1353270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1358612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1364275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1369690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1375395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1381299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1387128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1392938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1407613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1412825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1419085Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1424730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1431219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1437163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1442709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1458249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1463709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1468885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1474611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1480115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1485600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2025-01-24T01:05:43.1490968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1496365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1501694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1507258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1512631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1518587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1523782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1538231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1543427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1548510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1553747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1558995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1564322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1569400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-01-24T01:05:43.1575733Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1581366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1587187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1592961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1598407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1612829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1618101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1623510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2025-01-24T01:05:43.1629057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1642901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1649856Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-01-24T01:05:43.1655095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1660263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1666091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1671002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1676157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1690200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-01-24T01:05:43.1696103Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-01-24T01:05:43.1701613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1707241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1712954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1728841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1734292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1739898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1745380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1750877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1756516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1762357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1767904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-01-24T01:05:43.1773346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1778682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1784591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1790123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1795390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1800658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1806774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1814111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1819925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1825579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1841136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1846791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1852281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1857788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1864406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1870527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1876576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1882696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1890308Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-01-24T01:05:43.1896004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1901628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1907155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1923011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1928581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1934910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1940801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1946636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1952423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1957964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1963287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1968952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1974418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-01-24T01:05:43.1979915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.1994884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2000787Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-01-24T01:05:43.2006576Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-01-24T01:05:43.2012060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-01-24T01:05:43.2017662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-01-24T01:05:43.2022763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-01-24T01:05:43.2035698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2025-01-24T01:05:43.2041269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2047011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2052143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2057453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2062686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2067896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2073356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2078893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2100948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2106582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2119733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2120812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2123069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2128178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2133641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2139082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2145343Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-01-24T01:05:43.2150540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2156257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2161429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2166406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2180456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2185529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-01-24T01:05:43.2191403Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-01-24T01:05:43.2196901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2202422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2207888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2213807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2226397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2231853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2237293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2242709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2248219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2253969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2259924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-01-24T01:05:43.2265382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2280715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.2288193Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-01-24T01:05:43.2293519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2299207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2304558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2310021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2324315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2329673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2335439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2340901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2346340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2351944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2357656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2363133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2368390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2374297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2380309Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2385822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2391338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\avx_mathfun.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2397542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2402888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2417350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2422668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2427939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2433923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2440371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2446592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2452092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2458232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\int_mm_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2463788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2469202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2474806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2480213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2485511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\mixed_data_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2491683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\moments_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2497463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2502946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2515461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2520774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2526210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2531545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2537000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2542414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2547748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2553055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2559616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2565031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2578054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-01-24T01:05:43.2583427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2588893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2594334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2604961Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2610433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2615592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2621088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\block_reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2626557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2641395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2646417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2651857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2657306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2663083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2668427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2673846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2679520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2685530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2690669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2696798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2702147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2707952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2713388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2727267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2732684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2738241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2743602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2749461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2756160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2761514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2766992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\jit_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2772592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2778325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2795909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2801132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2808139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2813681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2819377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2825031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2831843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2838481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2844246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2849609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2855892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2861333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\reduction_template.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2874446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2879970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2885211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2891206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2896773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2902140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2907378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2912951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2918779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2924037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2929665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2945541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2951726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2957426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\thread_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2963973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2969335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2974804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-01-24T01:05:43.2980520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2985991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.2999821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3005325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3011343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3017133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3022662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3027753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3033321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3045923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3047203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3050764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3056134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3061455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3073346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3079256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3084564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3091254Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-01-24T01:05:43.3096880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_bgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-01-24T01:05:43.3101878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-01-24T01:05:43.3106882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_gemm_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-01-24T01:05:43.3112247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\ck_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip 2025-01-24T01:05:43.3117605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3122934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3128225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3133819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3139225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3145374Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-01-24T01:05:43.3150838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_kernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-01-24T01:05:43.3156378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-01-24T01:05:43.3161785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\kleidiai 2025-01-24T01:05:43.3167048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3181185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3186506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3192231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3197937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3203170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3210428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3216212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3221780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3227479Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-01-24T01:05:43.3233105Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-01-24T01:05:43.3239149Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:43.3244884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:43.3250757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:43.3256016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:43.3261352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-01-24T01:05:43.3267173Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-01-24T01:05:43.3272509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3277745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3282880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3288144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3301955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3307406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3313461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2025-01-24T01:05:43.3321086Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-01-24T01:05:43.3327320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-01-24T01:05:43.3333370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-01-24T01:05:43.3339807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-01-24T01:05:43.3352982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-01-24T01:05:43.3358578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2025-01-24T01:05:43.3364200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3376243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3381893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3387051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3392248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3397749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3403223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3408442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3414193Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3419676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3425209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3430500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3443322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3448894Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3454575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3459828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3465224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3470438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3483107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3488240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3494062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qconv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3499387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3504966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3510087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\qlinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3515406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3521334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3526663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3532129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3537123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-01-24T01:05:43.3542551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3547906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3553223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\library.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3559215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2025-01-24T01:05:43.3564607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3569845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3574928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3597060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3603976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3610170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3616146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3622322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3628491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3634510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3640131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3645749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3651733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3657276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3662354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3676227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3682018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3687579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3693109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3698593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3704019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3709630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3715269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3721059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3736125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3741523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3747544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3752778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3758531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3763967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3770447Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-01-24T01:05:43.3776333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-01-24T01:05:43.3781769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-01-24T01:05:43.3787845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3793295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3799101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3804397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3809658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3821320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3826746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3832090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3838967Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-01-24T01:05:43.3844590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-01-24T01:05:43.3849986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-01-24T01:05:43.3855266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2025-01-24T01:05:43.3860804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3865965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-01-24T01:05:43.3872204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3879060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3885724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3891367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3896980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3902736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.3909338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:43.4067310Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-01-24T01:05:43.4073165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4079065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4084724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4089928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4104185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4109908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4115514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4120958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4126341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4131703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4142105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4147268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4153339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4158712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4164430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4170181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4175616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4181037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4186476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4192272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4205215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4210918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4216519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4221878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4227294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4232816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4238400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4244705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4250091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4263262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4269355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4275031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4281070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4286865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4292597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4298504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4304213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4322299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4327690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4333608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4339387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4345293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4351665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4357865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4363551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4369358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4375259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4381434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4405210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4410847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4416652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4422165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4427769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4433742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4440121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4445861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4452989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4458360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4464459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4479705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4485273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4491484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4497060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4502657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4508641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4514334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4528050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4533587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4539715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4545168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4551345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4566931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4572278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4577933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4583917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4589547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4595518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4602345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4607849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4613451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4619099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4625059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4630785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4636446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4642684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4647943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4653234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4658666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4664186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4669768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4675293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4680960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4686570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4692049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4697731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4710855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4716715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4722512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4728172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4733829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4739725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4745216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4750867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4756722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4762606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4768273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4774447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4779767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4785552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4791027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4796930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4802556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4808539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4814193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4819909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4825596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4831411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4845633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4851263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4856816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4863460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4869067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4875143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4881036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4886899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4892736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4898992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4904550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4910398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4917154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4922695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4929104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4934780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4941013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4946990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4952814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4958923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4964489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4970148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4975838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4981437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4986991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4992890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.4999188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5004963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5010748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5016842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5031418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5037151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5043127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5048467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5053917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5059825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5065508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5071161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5077031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5082742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5088035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5093520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5098874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5104621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5109915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5115519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5122043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5127607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5133061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5138554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5144478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5149403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5154844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5160723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5166052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5171661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5177027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5182677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5188903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5194478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5200286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5206440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5211721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5217352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5222731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5228254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5233690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5239134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5244953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5250840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5265566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5270966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5277010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5282566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5288320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5293878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5299797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5305442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5311115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5317218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5322683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5328832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5334392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5340261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5346174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5351942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5357749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5363562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5369622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5375206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5381004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5386885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5392659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5398483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5408503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5411751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5417119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5422994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5428301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5433879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5439693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5445553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5452467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5459061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5465204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5471047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5476950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5482753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5489268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5494810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5514663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5519885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5525152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5530511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5537506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5543236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5549012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5554559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5560290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5565878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5571608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5577257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5582669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5588327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5593940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5599646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5605677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5611214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5616878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5622327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5627680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5633226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5639103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5644553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5650681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5656151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5662102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5667771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5673146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5679174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5684569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5690119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5695812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5702101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5707441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5714115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5721215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5728778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5735026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5740530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5746563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5752144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5758123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5763778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5770113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5775548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5781223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5786900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5793006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5798712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5804450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5810173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5816211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5822549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5828344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5833891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5839713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5845414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5850970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5856468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5862077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5867569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5872728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5878858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5883861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5889528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5895051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5900896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5906499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5911918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5917581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5923135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5929178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5934714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5940246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5945977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5951469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5957121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5962547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5967824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5973783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5979060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5985428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5991389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.5997885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6014647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6020146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6025848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6031709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6038566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6044625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6051566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6058534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6065393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6072145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6078271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6084059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6089559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6095453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6101003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6106678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6112255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6118184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6124257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6129947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6135362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6141029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6146944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6152639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6158389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6164433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6170735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6176004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6181988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6187689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6193224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6198893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6204204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6210126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6215533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6221308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6227340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6232552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6237814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6243468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6249552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6254949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6260264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6265954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6271923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6277402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6282574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6288857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6295319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6300853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6306193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6311885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6317846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6323934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6330244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6336304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6342145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6347939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6353953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6359798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6365618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6372065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6377702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6384595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6389154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6395299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6401017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6406555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6412555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6418051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6424282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6430035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6435984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6441880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6447942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6454022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6788826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6795368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6801032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6807002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6813091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6819182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6825045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6831284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6837237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6843216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6848898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6854732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6860893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6866816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6872788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6878456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6884269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6890303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6896031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6901937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6908007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6913460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6919561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6925473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6931081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6937154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6943284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6949049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6955283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6961583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6968175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6974296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6980825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6986843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6992760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.6998961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7004735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7010464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7016147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7022038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7027862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7033445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7039516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7045411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7051619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7058084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7064224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7070092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7075911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7081924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7087646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7093326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7098941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7104573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7111300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7118683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7125625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7132692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7139261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7145565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7151292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7157600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7163615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7169448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7175225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7181357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7187246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7193493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:43.7199488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2527080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2532448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2538595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2544495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2550281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2556932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2589949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2590989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2592049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2614483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2615721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2617055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2618252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2619377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2620500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2621605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2625893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2631502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2637485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2643281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2649031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2654516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2659976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2665394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2671300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2677158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2682715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2688256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2693975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2699295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2704702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2710089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2715867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2721336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2727258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2732992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2738460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2744213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2749603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2755489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2761003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2766364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2771823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2777859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2783574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2789206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2795112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2800800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2806985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2812638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2818265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2824595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2830716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2837253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2842971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2849062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2854773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2860385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2866247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2871988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2878326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2884203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2889983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2895682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2901836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2907941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2913514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2919246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2924707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2930736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2936412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2942158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2948351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2954230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2960372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2966225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2972200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2978055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2984598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2990700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.2997363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3004203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3009991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3016534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3023352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3029301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3035101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3041203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3047017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3052846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3058644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3065309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3070786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3076823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3082452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3088180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3093572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3099154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3104773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3109971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3115665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3121171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3126524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3132355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3137769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3143043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3148969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3159642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3163115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3168822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3174319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3179886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3185350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3191265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3196829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3202479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3208033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3213324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3218980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3224260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3229782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3235836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3241829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3247162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3252734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3258496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3264273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3270124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3275745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3281167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3286513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3292021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3297648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3302800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3308379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3313898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3319897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3325568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3350517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3356131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3362503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3368315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3374132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3381248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3393794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3395211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3400589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3406710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3412304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3418257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3423960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3429571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3434990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3440636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3446631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3452267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3458087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3463959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3469469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3475100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3480772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3486668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3491797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3497703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3503578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3508993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3515271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3521097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3526670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3532101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3537627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3542976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3548242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3554140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3560118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3565714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3571418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3576836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3583114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3588672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3594721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3605038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3610459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3616051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3621732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3627420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3633069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3639650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3645751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3651419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3657338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3662890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3668450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3674133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3680089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3685751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3691471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3696954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3702417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3707989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3713490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3719236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3724990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3730538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3736052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3741787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3747776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3753305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3759492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3764953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3770576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3776094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3781638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3787178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3792879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3798617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3804916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3810593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3816162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3821664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3827838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3833507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3839290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3845482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3851182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3856863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3862730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3868472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3874104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3879626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3885286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3891114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3896817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3902886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3908423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3914732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3920385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3925925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3931557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3937468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3943384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3949022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3954708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3960799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3966466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3972046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3977754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3983831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3989607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.3995766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4002539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4009372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4015827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4022024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4027716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4033457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4039682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4045425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4050922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4056643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4062371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4068310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4074043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4079789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4085400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4090955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4096307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4102387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4108265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4118938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4124816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4130401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4135944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4141595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4147015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4152795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4158459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4163895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4169795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4175580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4181308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4186900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4192504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4199195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4204846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4210644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4216228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4221972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4227526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4245293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4250885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4256439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4262188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4268571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4274316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4280220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4285957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4292384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4298377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4304460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4310090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4316043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4321643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4327322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4333250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4339251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4345391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4351246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4357815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4363653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4369684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4376042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4382133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4388069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4394168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4400132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4406247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4412388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4418782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4424728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4430600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4436727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4442791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4448751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4454581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4460503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4466443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4471937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4478236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4484036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4490977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4497065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4503481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4510034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4516173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4522553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4528410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4534563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4540407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4546647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4552401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4558340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4564191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4570199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4576343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4581903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4587602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4593319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4599171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4605405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4610511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4616291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4621951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4627660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4633340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4639169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4645324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4651045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4656856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4662362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4667877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4673307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4679303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4684893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4690706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4696694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4702269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4707718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4713196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4718498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4723988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4729336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4735094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4740815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4746374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4752602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4757778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4763235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4769230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4774649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4780896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4786611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4792293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4798130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4804095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4809829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4815274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4821460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4826915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4832422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4837947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4843266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4849505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4854232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4859788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4865675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4871467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4877080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4882649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4888279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4893923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4899500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4905101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4910567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4916005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4921484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4926950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4933043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4938610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4944392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4950379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4955994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4961714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4967300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4972773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4979103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4984982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4990492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.4996335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5002097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5007546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5013180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5018995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5024442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5030055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5036225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5060233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5067367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5074343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5081643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5088598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5095209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5101176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5107345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5113573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5119438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5125451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5131683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5137334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5143291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5149244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5155314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5161199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5167008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5173603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5179451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5185561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5191826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5197730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5203489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5209266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5215100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5221060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5226789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5232907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5239119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5245121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5250951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5256945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5262914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5269417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5274630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5280487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5286628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5292231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5297807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5303852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5309579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5315417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5321381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5327426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5333415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5339375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5345857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5351364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5357592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5363567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5369239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5375050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5380649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5387071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5392567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5398973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5404647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5410593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5416357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5422191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5428014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5433802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5439775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5445473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5451239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5457022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5462575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5468764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5474479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5480240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5486528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5492678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5498410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5504311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5510599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5517156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5524159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5530921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5536836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5542818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5548637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5554402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5560288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5566391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5572129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5577834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5583642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5589533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5595528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5601267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5607313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5612993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5618458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5624585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5629917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5635308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5640976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5646535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5652188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5658074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5664049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5669724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5675459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5680935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5693240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5699417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5705341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5710970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5716911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5722869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5728036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5733698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5739222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5745524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5753421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5759335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5764879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5771973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5777475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5783515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5789499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5794804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5800209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5805708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5811304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5816850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5822827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5827961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5833639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5839921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5845725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5851536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5857564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5863469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5869211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5878298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5885608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5892695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5900584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5908247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5915339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5923677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5931997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5939219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5946298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5954564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5961962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5969067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5977757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5984845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5992052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.5999153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6021277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6038254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6045308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6058917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6064700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6070307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6075894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6081685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6087358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6093139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6098983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6104474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6110189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6115987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6121706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6127282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6132768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6138469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6143978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6149380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6155258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6161074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6166609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6172661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6178284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6184127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6189680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6195270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6200752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6206318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6211881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6217443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6223031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6228580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6234420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6240025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6245979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6251428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6257095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6262606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6268144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6273798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6279961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6285543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6291151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6296713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6302264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6307843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6313116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6318987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6325018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6330621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6336271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6341901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6347274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6354001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6359305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6365388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6371237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6377100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6382827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6388722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6395114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6400583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6406582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6412519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6417684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6423321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6435880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6441403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6447138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6453251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6459711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6465273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6470827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6477518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6483290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6489065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6495096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6501141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6508014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6514608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6520980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6526849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6534672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6540614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6546546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6552211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6558568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6564249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6570137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6576375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6582214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6587965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6593780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6600115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6606025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6611997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6617691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6623370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6629030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6634623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6640590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6646132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6652149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6658051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6663787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6669676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6675497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6681693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6687314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6693402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6699439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6705277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6711038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6717396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6723225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6729009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6734860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6741203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6746856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6752867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6758870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6764668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6770575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6776277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6781749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6787318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6793171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6798955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6805353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6811648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6817147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6822848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6828677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6834218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6839972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6845541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6851432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6857117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6862984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6893269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6899223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6905149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6911241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6916796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6922259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6927639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6933560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6939313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6945393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6951109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6957315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6962669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6968348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6974521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6980392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6985863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6991731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.6997081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7002804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7008559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7013968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7019444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7025038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7030522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7036376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7041895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7047511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7053177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7058707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7063915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7069285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7075105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7080828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7086202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7092537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7097956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7104435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7111320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7118059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7125196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7131829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7138121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7144166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7150151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7155953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7161712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7167901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7173142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7178820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7184381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7190212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7196052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7201696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7207316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7213189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7218808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7224516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7230520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7237223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7243115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7248739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7254182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7259970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7265599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7270913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7276990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7282839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7288962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7295424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7301483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7312002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7313049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7319004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7325247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7331741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7337947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7344023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7350331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7356573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7363127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7369106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7375287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7381653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7387653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7394334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7400526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7406667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7412945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7419523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7425880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7432225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7438783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7444781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7451301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7457386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7463511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7469890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7475988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7482460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7488596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7495055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7501111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7507409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7513804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7520889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7527160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7533564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7539470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7546261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7552315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7558903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7564713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7570667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7577014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7583049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7588915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7595134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7601497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7607511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7613351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7619955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7625440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7631073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7637142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7643575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7649359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7655333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7662241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7668260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7674131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7680314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7686228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7692697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7698363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7704045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7709790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7715428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7721556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7727094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7732744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7738376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7744336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7749982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7755776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7761862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7767672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7773504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7779461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7785339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7792144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7798474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7804016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7810272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7816046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7821842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7827559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7833192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7839260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7844945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7850919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7856828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7862911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7868676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7874627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7880775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7887051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7892454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7898424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7903929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7910256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7916031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7921817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7927632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7933926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7939924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7946076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7951805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7958091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7963944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7969676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7975702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7981653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7987492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7993387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.7999351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8005418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8011230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8017052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8023795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8030086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8036060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8041938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8048052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8053852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8060007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8065897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8071717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8077936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8083980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8089679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8095280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8101472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8107177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8113625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8119355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8125024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8130665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8136288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8141904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8147654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8153273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8159235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8165015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8171540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8177048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8182683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8188344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8194316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8200349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8206053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8212734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8219906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8226804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8232278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8238076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8244135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8249820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8256304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8262072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8268359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8273936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8279834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8285536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8291246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8296682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8302451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8307948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8313583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8319272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8324899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8330525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8337542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8343283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8348853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8354629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8360404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8366095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8371668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8377279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8383296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8388915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8394748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8400231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8405845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8411354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8417449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8423384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8429077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8434921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8440751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8446208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8452249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8458030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8463819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8469778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8475699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8481353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8487203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8493016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8498939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8505141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8510850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8516753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8523680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8530892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8537227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8542925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8548781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8554595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8560814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8566603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8572360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8577995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8583423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8589110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8594684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8600621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8606119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8611830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8617514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8623136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8628752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8663141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8668615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8674067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8679856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8685680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8691543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8697210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8703042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8708698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8714444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8720471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8726117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8731553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8737085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8742928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8749280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8754967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8762085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8768241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8774255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8780278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8786164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8793029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8798712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8804598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8810523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8816638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8822624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8829449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8835569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8842005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8848074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8854100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8866381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8873058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8879511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8885342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8891457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8898998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8905772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8911706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8917827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8924103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8929752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8935593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8941782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8947239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8953152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8959687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8965190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8970889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8976614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8982416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8987997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8993966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.8999973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9005863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9011662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9017250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9022854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9028418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9034272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9040128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9045811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9051942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9057542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9063148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9068900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9074678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9080470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9085996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9091605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9097067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9102735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9108751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9114450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9120669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9126556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9131953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9137918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9143441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9149649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9155235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9161432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9167229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9172962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9178732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9184526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9190104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9196093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9201694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9207592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9213122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9218808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9224185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9229445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9234952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9240545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9245959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9251344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9256736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9262587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9268103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9273765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9279532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9285665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9291245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9296941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9302958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9308672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9314240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9319916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9326513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9331837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9337314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9343288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9348827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9354419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9360626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9366353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9372173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9377825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9383407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9388828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9394492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9400669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9406392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9412107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9417855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9423736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9429288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9435307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9440927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9446646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9452613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9458138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9463966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9469564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9474992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9480547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9486305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9492094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9497894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9504117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9510254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9516182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9522010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9528834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9535013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9541637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9548249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9554721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9560713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9566614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9572313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9578060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9583879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9589503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9595492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9601262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9606495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9612101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9617607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9623015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9628626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9634227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9640069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9645997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9651619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9657147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9663053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9668699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9674955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9680780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9687030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9692718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9698678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9704411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9710322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9716230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9722152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9728120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9733919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9739922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9745635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9751500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9757348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9763334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9769063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9774864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9780866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9786720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9792518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9798659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9804561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9810552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9816269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9822138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9828143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9834420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9840686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9846515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9852336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9858301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9864390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9870113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9876233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9882138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9887622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9893515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9899353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9905350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9911403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9917116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9922902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9928353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9934190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9939809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9945783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9951393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9957648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9963392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9968900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9974799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9980937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9986410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9992114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:44.9998066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0003968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0009665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0015795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0021613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0027317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0034750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0041378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0049474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0056675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0062776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0068867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0075105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0081548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0087258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0093191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0099166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0104926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0111042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0116903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0122608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0128385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0134507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0140593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0146513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0152191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0158095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0164346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0169856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0176038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0181890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0187678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0193477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0199555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0205326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0211116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0217913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0223704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0229586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0235215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0241474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0247246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0253304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0259142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0264913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0270717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0276588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0282490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0288291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0293732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0300101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0305750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0311510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0317584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0323217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0328830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0334582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0340586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0346583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0352356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0358831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0401513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0406487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0412352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0418486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0424359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0430324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0436195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0442246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0448072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0453873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0459684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0465288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0471000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0476850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0482506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0488267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0493873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0499947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0506005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0511755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0517685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0523470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0529243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0535099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0541631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0548311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0554339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0560217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0565731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0571662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0577393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0583068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0588722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0594054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0599725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0605822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0611783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0617461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0623191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0629073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0635726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0641630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0647316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0653071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0658677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0664243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0669917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0675553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0681585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0687236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0693254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0698636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0704133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0709766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0722455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0723716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0728647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0733763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0738800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0744504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0749707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0755636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0760894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0766601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0771951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0777841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0783368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0789021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0794747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0800584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0806505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0812083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0817954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0823499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0829599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0835286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0840932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0846581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0852143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0857666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0863209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0868926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0874417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0879898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0885354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0890908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0896217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0901721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0907836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0913939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0925713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0931433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0937225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0943004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0948637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0954454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0961050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0966771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0972843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0978717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0984388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0990502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.0996627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1002361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1008163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1013899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1019686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1025606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1031342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1037971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1045290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1052119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1058922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1065674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1071840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1077635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1083768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1089872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1095455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1101517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1107813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1113563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1119481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1132553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1138255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1144453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1150236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1156077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1161684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1167364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1172983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1179019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1184634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1190329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1196547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1202447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1208157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1214139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1220033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1225786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1231453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1237192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1242712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1248617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1254968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1261517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1267462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1273633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1279456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1285136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1290608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1296657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1303155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1309227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1315341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1321171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1327116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1333064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1339000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1344990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1350961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1356967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1362771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1368737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1374563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1380578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1386481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1392497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1398447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1404463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1410086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1416574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1421929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1427827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1433497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1439482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1445168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1451009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1456612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1462497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1468259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1474081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1479917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1485726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1491872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1497635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1503534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1509399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1515766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1521725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1527641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1533265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1539167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1544970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1551643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1557798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1563832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1569807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1575985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1581739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1587611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1593326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1600134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1605880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1611456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1617033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1622844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1628324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1634100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1639937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1645454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1651338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1656876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1662449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1668191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1674260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1679738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1685304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1691128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1696929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1702477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1708310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1713864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1719348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1724678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1731361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1737337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1748535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1753990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1759994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1765315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1770817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1776091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1781670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1787707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1793504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1799210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1805027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1811263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1816885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1822601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1828373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1834310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1840692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1845960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1851708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1857200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1863248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1868774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1874463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1880031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1885681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1891157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1896927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1902858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1908804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1914353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1920615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1926183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1931911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1937700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1943446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1949930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1956015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1961767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1967646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1973201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1979292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1985342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1997814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.1998841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2003644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2009234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2014730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2020494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2026742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2032429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2038331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2044016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2050124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2055703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2061223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2066726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2072771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2078764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2084782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2090395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2096007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2101573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2106908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2112405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2118150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2123691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2129222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2134707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2140328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2146398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2151871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2157557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2163131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2168889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2174337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2179867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2185344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2190731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2196669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2202572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2208278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2213752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2219675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2225392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2230786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2236384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2242638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2247936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2253537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2259140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2264371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2269892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2275417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2280961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2286424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2291732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2297362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2303550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2309164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2314874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2320694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2326379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2332063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2338049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2344124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2349744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2355770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2361460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2367343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2373324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2379098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2384859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2390776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2396372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2402183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2407968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2414156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2420199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2426026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2431417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2437248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2442846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2448793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2454441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2460237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2466226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2471875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2477826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2483570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2489226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2494928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2500285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2506383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2512235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2517851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2523822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2529467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2535173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2541067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2546565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2552364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2559418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2565751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2572097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2577807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2583797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2589471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2595924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2602050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2607607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2613573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2620297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2625945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2631776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2637967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2643029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2649151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2655107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2661136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2666697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2672506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2678508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2684379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2690102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2695831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2701709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2707464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2713160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2719564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2725980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2731424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2737045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2743160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2748651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2754328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2760336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2766160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2771842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2777464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2783017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2789514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2795150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2800950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2806654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2812524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2818033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2823443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2829044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2834679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2840622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2846411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2852136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2857851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2864348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2870554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2876471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2882535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2888612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2894645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2900490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2906336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2911898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2917869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2924000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2929797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2935599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2941420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2947474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2953859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2959777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2965848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2971650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2977834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2983402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2989494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.2995186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3001348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3007069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3012886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3018700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3024501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3030224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3035838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3041634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3048125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3054568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3061733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3067816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3074019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3080202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3086132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3092215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3097954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3103639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3109426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3115493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3121969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3127528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3133354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3139772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3150346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3156695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3162733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3168270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3174341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3180086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3186065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3191802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3198695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3204798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3211099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3217053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3222547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3228254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3234162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3240334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3246329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3251785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3257581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3263524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3269279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3274953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3280943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3286675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3292523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3298270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3304110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3310887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3317245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3324431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3331611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3338606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3345439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3351457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3357675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3363510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3369661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3375693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3381695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3387410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3393512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3399014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3405878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3411963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3417668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3423329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3430095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3436008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3442187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3448073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3454132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3459806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3465795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3471308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3477222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3483141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3489406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3495611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3501656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3508244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3515706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3522630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3529357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3536637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3542593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3548346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3554279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3560327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3566703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3573010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3579065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3584730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3590848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3596788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3602911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3608797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3614498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3620239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3626082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3631774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3638116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3643447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3649893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3655547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3661381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3667084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3673176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3679533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3685721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3691279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3697063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3702806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3709273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3715205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3721198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3727234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3733218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3739030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3744814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3750494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3756606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3762397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3768395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3774920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3780145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3785731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3791597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3797966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3803944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3809908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3816091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3821988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3827756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3833713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3839619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3845667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3851471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3857145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3862679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3868788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3913513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3919280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3925280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3931583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3937443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3943304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3949427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3955418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3962263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3968202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3973985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3979705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3985716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3991703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.3997604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4003832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4009944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4015653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4021459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4027322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4033288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4039198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4045307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4051099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4056992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4063858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4069715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4076112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4082435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4088099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4094075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4099913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4105783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4111597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4117465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4122984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4128767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4134585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4140172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4145740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4151168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4157007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4162837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4168618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4174298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4179995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4185603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4191075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4196624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4202357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4207651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4212987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4218724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4224712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4230490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4236132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4241864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4247444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4253102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4258649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4264905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4270654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4276440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4282109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4287947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4293497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4299337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4304926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4311113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4316890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4322417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4328012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4333756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4339217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4344580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4350864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4357142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4362701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4368260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4374059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4380041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4385972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4392218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4398405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4404297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4410269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4416083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4422036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4428112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4434362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4440311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4446525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4452444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4458209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4464008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4470033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4476322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4482266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4488221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4494125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4500066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4505675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4511905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4517996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4523915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4529747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4535665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4541392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4547334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4553188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4559854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4566637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4573005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4578861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4584731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4590570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4596697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4602304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4608378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4614024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4620344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4625639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4631632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4637525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4643432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4649394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4655390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4661349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4666878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4672452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4678053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4683187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4689109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4694609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4700474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4706380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4712612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4718081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4723656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4729350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4735039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4740208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4745810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4751533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4757326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4763081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4769314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4775435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4781139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4786933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4792631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4798476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4804194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4810093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4815570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4821191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4827064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4832822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4838573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4844148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4850000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4855558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4861196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4866791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4872709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4878393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4884102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4890351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4895503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4901230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4906729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4912300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4918493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4923982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4929855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4935676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4941439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4947537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4953074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4958872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4964187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4969455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4975168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4981378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4986722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4992107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.4997827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5003386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5009284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5014865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5020616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5026582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5032591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5038257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5044118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5049954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5055955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5061787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5068097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5074916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5081856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5088144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5094204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5100507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5106584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5112746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5118683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5124346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5130222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5135874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5141963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5147883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5154190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5160111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5166104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5172001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5177851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5183606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5189559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5195363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5201162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5206827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5212639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5218756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5224561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5230404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5236309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5242053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5247932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5253922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5259441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5264791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5270886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5276532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5282215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5288117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5293795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5300028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5305884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5311741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5318040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5323666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5329207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5335115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5340804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5346189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5352060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5357623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5363324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5368802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5374785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5380679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5386698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5392608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5398459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5403846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5409728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5415310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5421174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5426903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5432772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5438994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5444716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5450765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5456578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5462329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5468085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5473660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5479514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5485097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5490804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5496757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5502814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5508495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5514968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5520792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5527176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5532950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5538843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5544708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5550574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5556770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5563059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5569676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5576451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5582281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5588227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5594237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5600528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5607382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5613192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5619113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5625047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5631023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5637199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5643083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5649333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5655057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5661060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5671284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5676696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5683714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5689282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5695164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5700938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5706678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5712479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5718444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5724773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5730737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5736788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5742880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5748793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5754785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5760801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5766517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5772312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5778086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5783780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5790040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5795962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5801735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5807405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5813249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5819208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5829983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5835860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5842530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5848343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5854017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5859692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5865271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5871186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5877028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5883183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5888281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5893871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5899201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5904757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5910644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5916473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5922108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5927775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5933415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5939540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5944711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5950336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5956199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5961807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5967295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5972842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5978117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5983441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5988672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.5994610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6000318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6005969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6012218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6017653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6023069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6028730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6034709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6040670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6046354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6052039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6057899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6063306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6068858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6074369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6079840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6085707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6091640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6097505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6103231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6109059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6115358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6121402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6127131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6132794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6138498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6144835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6150799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6156850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6162539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6168790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6174506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6185212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6191085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6197236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6203200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6208978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6215305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6221036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6227360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6233625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6239746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6245900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6251889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6258215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6264415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6270629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6276798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6282562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6288630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6295181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6300647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6306726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6312590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6319064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6324858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6330744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6336587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6342424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6348155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6354195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6360473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6366281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6372147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6378027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6384109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6390020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6396146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6401950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6407421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6413147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6418878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6424563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6430392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6436898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6442720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6448668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6454550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6460524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6466702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6472998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6478964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6484891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6490675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6496636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6502903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6509046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6515472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6521376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6527079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6533024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6538797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6544690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6550894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6556789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6562621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6568554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6574446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6580431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6586113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6591949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6598703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6604445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6610548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6616551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6622226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6627925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6634312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6640262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6646841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6653503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6659910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6665846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6671679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6677457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6683604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6689770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6695638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6701303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6707006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6713213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6719359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6725134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6731088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6737488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6743267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6749361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6755314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6761088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6767072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6772767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6778585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6784732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6790417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6796207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6801929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6807384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6812843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6818076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6823909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6829662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6835021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6840830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6846683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6852567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6858187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6863957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6869674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6875334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6881030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6886767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6892534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6898229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6903903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6909470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6915930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6922022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6928126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6933878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6940009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6945786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6952082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6958707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6964480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6970112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6975635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6981603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6987571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6993594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.6999569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7005893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7011672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7017581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7023410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7030065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7036959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7058845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7060385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7062020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7063651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7069700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7077438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7083861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7089098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7094495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7099918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7105567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7111787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7117738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7123400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7129333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7135318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7141360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7147129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7153076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7159351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7165576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7171276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7177036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7182814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7188456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7194125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7200124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7205712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7211409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7217181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7224316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7229803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7235480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7241294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7248621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7254533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7260450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7266455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7272495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7278600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7284728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7290599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7296418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7302639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7308471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7314171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7320245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7326016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7331402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:45.7337380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1912134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1917648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1923423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1929144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1935202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1941131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1946832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1952750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1958943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1964536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1970583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1976032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1981964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1987562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1993269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.1999276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2005238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2011133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2016925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2023046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2029046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2034856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2040871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2046959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2052591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2058419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2064405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2070161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2076116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2082056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2087757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2093554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2099668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2105329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2111253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2117879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2124367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2130154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2136004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2142442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2148355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2153910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2160099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2166249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2171591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2177379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2183107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2188845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2194944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2201078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2207224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2212933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2218708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2224512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2230361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2236333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2242132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2247903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2254428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2260455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2266547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2272708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2279054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2285236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2291438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2297305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2303285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2309345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2315446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2321631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2327456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2333404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2339461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2345418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2351312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2357461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2363878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2369870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2375786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2381888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2387811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2393909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2399858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2406257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2411757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2417822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2423904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2430012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2436413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2442617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2448609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2454734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2460662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2466821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2472805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2478815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2484669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2490803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2496688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2503132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2508875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2514747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2520816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2526269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2532221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2541659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2546122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2551686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2557904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2563445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2569299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2574944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2580107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2585999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2591729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2597413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2603437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2609135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2615207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2621888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2629109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2635632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2641716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2648312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2654222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2660257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2666280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2672048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2677935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2683602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2689286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2694951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2700556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2706374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2712166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2717840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2723656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2729474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2735011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2740562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2746162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2752311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2757863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2763986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2769781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2776658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2784125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2789781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2796090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2801560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2807172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2812602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2818088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2823979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2829699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2835130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2840733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2846274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2852054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2857813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2863591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2869318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2875319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2881430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2887620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2893658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2899386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2905339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2911286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2917201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2923463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2929885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2935981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2941907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2947771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2953686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2959925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2965901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2972031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2977883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2984228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2990301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.2996258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3002370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3008357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3014408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3020884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3027848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3034577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3040896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3046908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3052931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3059031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3072010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3077583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3083253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3089182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3094846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3101118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3106879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3112512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3118395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3124072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3129886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3136098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3142038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3147796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3153668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3159356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3165097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3170691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3176492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3182239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3188058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3193723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3200061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3205758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3211594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3217292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3223154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3228804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3234728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3240453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3245910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3251600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3257260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3262898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3268836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3274663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3281059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3287628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3294381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3301125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3308122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3314928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3320932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3327182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3333138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3338880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3344251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3350055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3355872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3361537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3367693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3373240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3379594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3385898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3391423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3397063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3402749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3408436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3413928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3419432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3424741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3430480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3436109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3441741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3448684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3454844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3460024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3465659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3471085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3477154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3482592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3488112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3493399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3499040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3504884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3511100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3516819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3522462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3528085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3533472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3539016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3544772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3550323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3555869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3561176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3567150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3572816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3579110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3584790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3590907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3596632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3602194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3608040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3613475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3619626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3624464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3630450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3635887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3641949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3648199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3654073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3660717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3666988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3673878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3680723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3687308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3693819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3700559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3705781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3712366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3718327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3724401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3730032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3735790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3741875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3747786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3753751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3759563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3765672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3771522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3777765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3783609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3789463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3795397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3801245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3806866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3812503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3818081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3823785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3829874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3836489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3842690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3848674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3854479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3860825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3866501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3872549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3878205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3884609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3889783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3896227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3902066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3907981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3913780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3919475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3925381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3931116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3936895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3942677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3948506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3954383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3960637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3966626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3972330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3978117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3984087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3990141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.3995615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4001498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4007031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4012983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4018891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4024868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4030421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4036344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4041860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4047941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4053632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4059875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4065887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4071717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4077685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4083565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4090279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4096018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4101992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4107525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4113639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4119454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4125057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4131597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4138320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4144805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4151459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4157423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4163210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4168846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4174257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4180047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4185516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4191235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4196971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4202345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4208107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4214075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4219719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4225462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4231085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4236847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4242734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4248728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4254471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4260177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4267037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4272765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4278765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4285391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4291402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4297122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4302971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4308613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4314899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4321525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4327279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4333146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4339158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4344800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4350620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4356711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4362933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4368640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4374461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4381731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4387816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4415907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4421662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4427608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4433643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4439574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4445946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4451944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4458008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4464275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4470105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4475853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4482944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4489061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4496317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4502313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4508345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4514479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4521402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4527695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4533668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4539769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4545677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4551554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4558052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4564935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4570800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4576403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4582260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4588315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4594264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4600319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4606498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4613332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4618707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4626294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4631889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4638246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4644501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4651684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4661787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4667392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4673211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4679577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4685377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4690987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4696987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4703335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4709499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4715160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4721673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4727333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4733250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4739131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4745720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4751919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4758078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4763842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4769305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4775312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4781237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4787304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4792930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4798888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4805287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4811009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4816626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4822209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4828043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4833723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4839473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4845075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4851154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4856765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4861969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4868494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4874504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4880183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4886214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4891995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4897506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4903354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4908822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4915294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4920871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4927053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4932352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4938007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4943459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4949108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4954780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4960773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4966398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4973229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4986048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4991423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.4997081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5002707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5008087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5019151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5024471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5029763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5035829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5042846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5048419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5055108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5060911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5066808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5072396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5078231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5083648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5089352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5094937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5100555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5106355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5112503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5172538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5178302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5184093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5190349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5197081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5203812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5211014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5217880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5224838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5231523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5238422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5419449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5527756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5534474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5541118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5553441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5559919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5566814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5573426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5579860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5586150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5592500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5598672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5605717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5612777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5619796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5626001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5631989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5638179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5645285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5651367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5657447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5663322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5669184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5676027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5682054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5688628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5694200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5699925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5705889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5711967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5718179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5725405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5732011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5737907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5743562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5749083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.5755320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6678243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6683876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6718002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6723852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6729652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6735499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6740968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6747444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6753504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6759483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6765279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6770988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6776812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6782840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6789316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6847045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6852874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6858627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6864825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6870349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6876438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6882198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6888028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6894003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6899844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6905693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6911463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6917428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6923565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6928917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6935153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6942030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6947742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6953668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6959706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6965576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6971553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6977562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6983502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6989450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.6995933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7001934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7008001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7015054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7021215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7027251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7033435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7040202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7045948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7051911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7057874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7064081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7070104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7076153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7082295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7088496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7094553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7100528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7106648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7112497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7119008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7125047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7131154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7137076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7143294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7149779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7156573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7163232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7169375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7175552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7181609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7187432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7193396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7199729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7206032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7211897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7217837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7223666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7229458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7235476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7241664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7247462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7253145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7258575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7264347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7269715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7275531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7281590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7287300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7293245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7300005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7306213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7311850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7317866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7324112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7329048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7334889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7340467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7346438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7352112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7358231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7364239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7370051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7375970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7382687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7388422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7394263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7400529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7406326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7412152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7417966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7428086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7432622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7438602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7444485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7451759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7457521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7463150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7469161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7475354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7481152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7487004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7493051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7499506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7504729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7510371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7516448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7700868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7702044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7703065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7704008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7705080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7706186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7707149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7708083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7709304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7710412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7711561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7712562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7713661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7714772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7715806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7716736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7717660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7718764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7719900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7720967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7722067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7723169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7724119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7725039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7726130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7727248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7728248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7729209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7730141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7731052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7732110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7733182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7734207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7735125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7736260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7737438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7741189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7746656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7752374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7758228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7764154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7770004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7775542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7781060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7787185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7792983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7798914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7804747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7810698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7816130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7821830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7828032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7834678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7840695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7846910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7853195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7859264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7865367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7871611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7878073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7884858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7891035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7897111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7903270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7909177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7915085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7921516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7927972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7934770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7941462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7947777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7954217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7960623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7966876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7972829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7978883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7984782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7990826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.7997436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8003981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8010318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8016285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8022142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8028227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8033996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8039868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8045756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8051632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8057442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8063614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8069200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8075492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8081373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8087200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8093104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8099404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8105073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8110959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8117143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8122770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8128825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8134681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8140545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8146376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8152794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8158948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8165241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8171172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8177340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8183286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8189168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8195257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8201246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8207195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8212868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8218720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8224570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8230744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8236981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8242776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8248630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8254430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8260133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8265935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8271669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8277762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8283943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8289727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8295907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8301906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8307887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8313622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8320167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8325963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8331816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8337711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8343318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8349846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8355678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8361704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8367603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8373873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8380485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8386275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8392652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8399035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8404744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8410663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8416516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8422288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8428112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8434427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8440694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8446542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8452374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8458123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8463925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8469614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8475185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8480969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8486854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8492643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8498282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8504416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8510168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8516331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8521816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8527405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8533232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8539041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8544661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8550173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8556216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8561760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8567949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8573570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8578719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8584430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8589953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8595403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8601051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8607716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8613496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8619300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8625550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8631325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8637719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8643587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8649802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8655725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8661372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8667052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8672508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8678357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8683984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8689639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8695390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8701822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8707347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8713077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8718742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8724602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8730191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8735817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8742017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8747889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8753682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8759408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8764853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8770524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8775988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8781277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8786782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8792871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8798631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8804175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8810828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8815883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8821741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8827482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8833368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8839443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8844852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8850619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8856219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8861784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8867272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8872797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8878191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8883453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8889126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8894813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8900290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8906044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8911341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8916964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8922533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8927786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8933497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8938981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8945067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8950948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8956583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8962372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8968041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8973874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8979489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8985155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8990851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.8996486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9002327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9008094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9013554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9019441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9024880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9030324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9035936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9041549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9047886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9053550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9059440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9065582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9071439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9077815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9084051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9089854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9095727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9101683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9107838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9113617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9119688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9125975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9131759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9137601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9143864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9149794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9155686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9162478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9170080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9176374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9182111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9188070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9193986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9201290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9207016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9213400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9219157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9225110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9230934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9236878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9242712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9248832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9255431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9260954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9267179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9272914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9278722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9285628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9291508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9297275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9303010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9308748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9314756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9321221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9327328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9333327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9339377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9345407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9351827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9357457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9363335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9369590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9375666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9381961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9387822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9393597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9399351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9405278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9410752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9416273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9422116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9428481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9434254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9440267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9446502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9452555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9458721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9464458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9470521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9477397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9484437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9490914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9497336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9504020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9509805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9515825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9521665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9527752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9533403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9539027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9545180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9550872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9556732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9562301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9568273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9574283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9579970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9586097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9591701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9597624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9603232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9609399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9615095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9628911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9634364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9640226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9646508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9652163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9658191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9663906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9669818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9675859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9681538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9687646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9693440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9699126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9704736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9710508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9716362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9722076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9727778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9734172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9739860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9745597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9751321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9757424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9763118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9769172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9774894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9780704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9786405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9792177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9801947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9806543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9813181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9818849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9824525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9830591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9836324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9842570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9848261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9854274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9860239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9866440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9872434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9878217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9884124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9890273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9896336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9902150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9907988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9914245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9920477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9926262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9932334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9939126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9944999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9950644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9956855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9962901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9969419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9975542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9982011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9987786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9993789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:46.9999888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0005752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0012865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0018933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0024477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0030185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0035955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0042080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0048407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0055029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0061142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0067231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0073530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0079605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0086491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0092515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0100107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0106030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0112097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0118092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0124439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0130345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0136477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0142339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0148379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0154453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0160450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0167222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0186699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0188127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0189254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0226566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0232201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0238296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0244048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0250080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0256235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0261874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0267898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0273651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0279675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0285573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0291405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0297281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0303622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0309306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0315161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0321807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0326970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0332617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0338467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0344297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0350607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0356540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0362462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0368360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0374221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0380006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0385876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0391649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0398095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0404016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0409909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0415696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0421563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0428221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0433741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0439761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0445680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0452038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0458287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0464193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0470110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0476337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0482950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0489303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0495370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0501857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0508175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0514316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0521176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0527378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0533525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0539749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0545831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0552098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0558502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0565112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0571434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0578268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0584803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0590836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0597128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0603292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0609521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0615630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0621951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0627976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0634111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0640374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0646838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0652885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0659085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0665084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0671767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0678725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0684885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0691149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0697203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0703155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0709899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0715931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0722005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0728022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0734143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0740184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0747061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0753582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0759131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0764653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0770867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0776653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0782313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0788047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0794056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0799870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0805279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0811009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0817095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0822819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0828803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0834370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0840435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0846118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0851689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0857436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0863553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0869168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0874520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0880858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0886678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0892782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0898575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0904153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0910249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0916137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0921997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0927800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0933877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0939700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0945734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0951549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0957902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0964219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0970643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0976642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0982901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0988927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.0995103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1000989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1006824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1013332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1019451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1025199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1031152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1037161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1043397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1049318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1055223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1061186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1066964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1073154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1079310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1085362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1091328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1097376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1103342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1109907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1116610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1122824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1128638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1134403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1140367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1146737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1152685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1158817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1164881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1170968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1178108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1184739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1191895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1198454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1204518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1210811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1216876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1222812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1228752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1234898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1241830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1247555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1253640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1259435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1265699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1271615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1277479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1283591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1289664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1296024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1301975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1307948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1313968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1319895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1326023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1331865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1338183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1343789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1349873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1355712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1361431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1367123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1373200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1379175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1385168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1390833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1397413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1403262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1409134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1414910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1421391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1427124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1433121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1443891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1449812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1455734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1461602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1467650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1474296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1479992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1485752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1491543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1497847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1503929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1509734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1515725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1521782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1527677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1533779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1539771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1546040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1551950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1558007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1563891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1570182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1576042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1582216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1588223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1594712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1601238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1607518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1613640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1620246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1626501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1632722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1639084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1645604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1651699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1657874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1664084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1670848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1678164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1685158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1692092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1699198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1706000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1712103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1718131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1724313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1730524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1736351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1742163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1748130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1754158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1760049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1765793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1771862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1777866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1783517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1789505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1795689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1801455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1807246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1812995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1819054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1824790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1830682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1836909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1843847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1849648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1855724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1861849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1868405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1874679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1881272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1887284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1893464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1899531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1905928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1911943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1918630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1924584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1930853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1937123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1943339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1950158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1955762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1961921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1968648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1975078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1981057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1987258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.1993634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2000023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2006164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2012306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2018517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2025241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2031887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2038078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2044368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2050946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2057393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2063969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2070283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2076721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2083541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2090203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2096368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2102561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2108690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2115146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2121798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2127493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2133661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2140342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2146951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2153108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2159497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2165602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2172014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2178169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2184926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2192781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2200841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2207879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2213632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2219740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2225652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2231484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2237314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2243722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2250816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2256591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2262532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2268427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2274371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2280976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2286937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2292898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2299363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2305292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2311271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2317490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2323538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2329605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2335490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2341408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2347682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2353814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2359925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2365767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2371625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2377949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2383786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2389595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2395728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2401864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2408152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2419807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2421029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2426597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2432360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2438497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2444461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2450592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2456380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2462124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2467877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2473868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2480060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2486025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2492493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2498380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2504745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2511074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2517451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2523751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2529373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2535354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2541286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2547183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2553159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2559211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2565014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2571195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2576928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2582624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2588371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2593860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2599754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2605592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2611331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2617097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2622922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2628876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2635110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2641455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2647491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2653345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2659066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2665011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2670761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2676817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2682852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2688808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2694690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2700676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2706432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2712403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2718212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2723861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2729242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2734972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2740552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2746095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2751673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2757223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2763224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2769796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2777409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2783001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2788650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2794420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2800194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2805718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2811057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2816667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2822558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2828030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2833442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2839193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2844613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2849885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2855446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2860808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2866544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2872061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2877707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2883782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2889409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2895308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2900916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2906583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2911769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2917392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2923471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2929359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2934571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2940782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2946488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2952232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2957876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2963578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2968699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2974259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2979831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2985326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2991611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.2997279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3002726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3008396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3013992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3019458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3025047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3030423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3036074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3041778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3047343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3053098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3058480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3064185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3069649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3075389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3081580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3087340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3093502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3099317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3105164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3110965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3117044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3122698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3128580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3134189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3139640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3145316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3151315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3157200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3162530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3168229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3174335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3180350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3185811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3191658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3198049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3203839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3209194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3214663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3219805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3225163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3230908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3236512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3242479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3248081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3253598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3259105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3264727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3270032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3275332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3280726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3287346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3292678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3298365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3303920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3310166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3315504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3321259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3327343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3332790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3338433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3343963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3349293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3354866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3360485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3366576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3372185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3377909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3383371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3388466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3394067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3399658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3405055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3410339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3416412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3421932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3427511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3433076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3439543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3446546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3452016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3457858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3463805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3469311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3474834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3480609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3514810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3520983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3526746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3532531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3538144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3543945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3549648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3555462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3562514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3568636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3575369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3582475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3589379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3596157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3602342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3608105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3616020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3621583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3627067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3632424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3637683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3643554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3649218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3654861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3660608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3666335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3671892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3677504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3683274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3689483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3694712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3700568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3709599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3712024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3717859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3723454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3729269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3735022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3740966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3746892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3752527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3758095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3764346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3769980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3776175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3781979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3788062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3793706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3799602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3805734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3811418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3817056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3823022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3828559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3834621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3840515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3847066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3852179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3857935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3863788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3869314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3875312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3881793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3887754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3894100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3899720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3905464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3911635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3917101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3922598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3928333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3934302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3939766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3945534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3951564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3957404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3963070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3969582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3975445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3981646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3987334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3993423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.3999518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4005564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4011462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4017223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4023944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4030400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4036257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4042142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4048021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4053861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4059863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4065952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4072294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4078468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4084287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4090407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.4095906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6187145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6192815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6199978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6207539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6213666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6220072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6226249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6232443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6239005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6244906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6250981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6257405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6262615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6268232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6274389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6281057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6286652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6292679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6298416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6304872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6310243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6315908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6321482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6327263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6333178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6338897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6344683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6350732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6356637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6362558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6368667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6374561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6380703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6386329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6392129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6397993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6403807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6409898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6415474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6422181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6427936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6433566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6439584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6445299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6450942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6457075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6462804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6468693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6474498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6480224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6485680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6491810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6497130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6502952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6508558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6514453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6520204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6526268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6532384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6538013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6543807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6549420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6555001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6560906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6566019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6571414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6577204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6583051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6593628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6600189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6606129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6611992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6617887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6623755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6629788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6636180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6641735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6647561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6653678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6659527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6665400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6671193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6677159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6683767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6689064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6695479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6701502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6708644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6715561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6721827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6727827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6734189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6740192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6745807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6752274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6758029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6763823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6769807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6775885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6781316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6786981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6792594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6799015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6804356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6809993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6815928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6821798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6827393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6833224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6839242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6845085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6850944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6856942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6862493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6868660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6874572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6881093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6887188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6893231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6899238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6905386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6911471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6917713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6923591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6929460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6935484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6945103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6949837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6956616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6964044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6971415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6979709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6985370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6991281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.6997694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7003569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7009832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7015665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7021651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7027395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7033564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7040008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7046088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7051894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7058075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7063564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7069386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7075476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7081796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7087955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7093846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7099876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7105768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7111769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7118094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7124529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7130467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7136344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7142853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7148913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7154961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7161094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7167059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7173053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7179392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7185702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7191881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7197766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7203804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7209784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7215668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7221806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7227986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7233970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7240040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7245858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7252595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7258364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7264240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7270003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7275922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7281820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7287657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7294139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7299996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7306044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7311851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7317913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7324121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7329997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7336195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7341992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7347729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7353618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7359843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7365750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7371460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7377262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7383081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7388986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7395317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7401403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7407826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7413640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7419559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7425478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7431702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7437951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7443853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7449721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7455633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7461555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7467909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7473921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7479936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7485918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7491771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7498147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7504054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7509980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7516181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7522292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7528325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7534709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7541282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7547418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7553669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7560022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7566321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7572420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7578610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7584646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7590622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7596810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7603137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7610004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7616055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7622315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7628460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7634374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7640845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7646728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7653228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7659278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7665204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7671362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7677814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7684394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7690440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7696533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7703349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7710305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7717460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7723693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7729706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7735751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7741850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7747955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7753998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7760522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7766700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7772575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7778733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7784608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7790606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7796936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7802867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7808612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7814055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7819805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7825881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7831769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7837628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7843239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7849922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7856154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7862207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7868287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7874115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7880245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7886002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7892012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7897761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7903459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7909798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7915640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7921362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7927110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7932820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7938856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7944720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7950617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7957403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7963441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7969259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7975126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7981041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7986622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7992460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.7998398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8004182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8010040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8015825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8021329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8026870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8032567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8038708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8045103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8051047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8056963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8063037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8069326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8075392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8081567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8087575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8093235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8099442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8105350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8111315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8117305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8123924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8130736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8137246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8142675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8148835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8154920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8161379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8167315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8173367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8178923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8185130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8190842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8196994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8203213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8208940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8214669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8220448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8226297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8232592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8238416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8243970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8249254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8254846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8260512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8266101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8271693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8277554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8283290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8288830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8294575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8300263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8305814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8311428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8317089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8322975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8328596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8334334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8340039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8345688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8351627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8357315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8363453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8369084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8374685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8380391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8386140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8391790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8398110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8403394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8408795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8414838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8420199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8426057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8432095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8437743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8443483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8449185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8455186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8461683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8466875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8472525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8478228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8483776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8489453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8495100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8501219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8507805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8513757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8520031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8526008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8532159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8538588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8544530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8550611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8556727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8562961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8569165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8575194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8581418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8587381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8593543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8599682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8605921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8612172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8618195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8624371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8630430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8636740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8642951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8649285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8655049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8661002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8666985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8673190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8679424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8685524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8691565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8697803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8703750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8709449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8715465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8722941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8729631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8736404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8742336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8748358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8754469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8760537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8766885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8772793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8778449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8784009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8790075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8796452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8802432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8808176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8814285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8820346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8826045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8832109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8837906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8843693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8849549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8855541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8861695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8867999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8873906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8879636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8886251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8892245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8898207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8904952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8910736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8917054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8922918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8929016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8934741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8940644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8946600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8952595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8958497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8964273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8969845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8975813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8981909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8987696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8993565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.8999496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9005281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9010887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9016686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9022436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9028095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9034127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9039900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:47.9045796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0278715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0284990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0291441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0297186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0303822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0309777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0315804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0322308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0328825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0334916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0340928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0346811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0352886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0358783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0364836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0370429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0376030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0382206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0388228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0394133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0399784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0405551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0411539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0417338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0422929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0428696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0434865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0440639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0446219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0452798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0458816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0464437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0469871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0475795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0482164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0487914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0493968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0499844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0505788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0511527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0517647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0523663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0530191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0536303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0542367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0548325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0554487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0560776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0566685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0572771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0578641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0584800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0591000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0597383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0603288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0609265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0615241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0621310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0627469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0644050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0645230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0646420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0652017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0658186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0664213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0670090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0676622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0682525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0688596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0694476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0700623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0706472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0712618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0718439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0725055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0731590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0738242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0745860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0752461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0758611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0765448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0771892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0778012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0784151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0789850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0795706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0801889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0808063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0813707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0819821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0825667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0831730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0837979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0843740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0849174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0856053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0862074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0868015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0873815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0879985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0886362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0892065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0898162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0903981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0909816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0915976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0921970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0927773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0934058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0939949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0946194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0952088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0958168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0964448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0970443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0976524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0982506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0989331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.0995528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1001545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1007512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1013465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1019404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1025314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1031394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1037449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1043863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1050270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1055981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1061855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1067635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1073798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1079908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1085859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1091868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1097837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1103619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1109826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1115849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1121865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1127590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1133269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1139301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1145227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1150849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1157171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1163331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1168975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1174870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1180772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1186630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1192174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1198393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1204694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1211045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1217031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1222918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1229109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1236070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1242317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1248528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1254846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1261653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1267994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1274435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1280949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1287032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1293549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1299799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1305991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1311707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1317854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1323685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1330139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1336697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1342313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1348788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1354319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1360324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1366568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1372722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1378451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1384659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1390442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1396405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1402922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1408962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1415653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1421569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1427707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1433832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1440376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1446047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1452077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1457965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1464104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1469997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1475577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1481461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1487852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1493375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1498931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1504698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1511041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1517280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1523058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1528901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1535275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1541144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1546816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1553026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1560446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1566391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1572327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1578176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1584086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1590307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1596279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1602243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1608299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1614677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1620534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1626394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1632596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1638750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1645169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1650910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1657199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1662556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1668310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1673841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1680063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1685087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1690551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1696602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1702830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1708688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1714170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1720172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1726228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1732436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1739146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1746544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1752483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1758553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1764812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1770848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1776903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1782812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1788752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1794517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1801329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1807167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1813479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1819269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1825144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1830954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1837083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1842759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1848759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1854624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1860491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1866462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1872418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1879053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1884357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1890335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1896639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1902361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1908159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1914134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1920094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1925974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1932066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1938222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1943841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1950319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1956625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1962504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1968455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1974306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1980327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1986687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1992887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.1999175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2005288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2011513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2017296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2023091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2028974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2034995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2043901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2049986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2055521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2061867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2067882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2073696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2080383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2086736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2092774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2098575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2104905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2110838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2116756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2122744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2128697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2135049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2141150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2147558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2153432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2159298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2165248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2171176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2177697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2183864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2190065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2196483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2202618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2210022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2216321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2222757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2229268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2235834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2243447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2250564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2257230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2264400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2271378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2277946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2284227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2290542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2297428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2304122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2310142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2316362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2322541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2328905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2335209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2341215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2347338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2353815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2359964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2365750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2371424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2377138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2382761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2389162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2395170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2400781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2406892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2413062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2418762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2424969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2430289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2436199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2442122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2447826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2453663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2459722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2465564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2471499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2477295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2483582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2489374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2495219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2501396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2507805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2513689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2519393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2525271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2531301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2537218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2543052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2548624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2554565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2560495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2566434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2572201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2578284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2584222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2590504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2596620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2602850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2609168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2614709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2621050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2626937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2633047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2639104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2644768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2651026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2656835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2663217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2669031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2675456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2681646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2687750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2693552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2699226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2705297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2711327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2717447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2723627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2729447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2735191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2741325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2747277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2753141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2759431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2765430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2771126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2777422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2783083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2788925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2794639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2800561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2807047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2813616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2822015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2828269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2834145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2840473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2846489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2852582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2858474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2864184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2870146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2876255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2882379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2888141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2893889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2899788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2905915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2911806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2918012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2924046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2930575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2936744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2942808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2948692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2954474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2961061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2967482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2973184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2979139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2985017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2990958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.2997285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3003232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3009208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3015435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3021902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3027783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3034007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3040186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3046071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3052430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3059074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3065094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3071024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3077138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3083338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3095075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3101295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3107424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3113462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3119916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3126065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3132142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3137873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3144098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3150344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3156254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3162300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3168237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3174933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3181362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3187581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3194033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3201089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3207168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3213528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3219485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3225638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3231767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3237658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3243746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3250266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3256343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3262223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3268263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3274507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3281026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3286870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3292794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3298793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3304753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3310950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3317211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3323131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3329320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3335428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3341258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3346975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3352985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3359501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3365379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3371597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3377421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3383347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3389260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3395549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3401770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3408146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3413943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3419947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3426116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3431875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3438023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3443847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3449892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3456513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3461854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3467658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3474373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3480855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3487339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3493540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3500767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3507439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3514695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3522133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3529387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3536808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3542997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3549087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3555715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3561974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3568040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3575178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3581163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3587879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3593843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3600054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3605975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3612015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3618460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3624573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3630336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3636125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3642281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3648447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3654664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3660497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3666582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3672426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3678794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3684715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3719788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3726148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3731539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3737504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3743536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3749524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3755299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3761068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3766969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3773350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3779376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3786208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3793076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3800501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3807506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3814885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3821796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3827576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3834112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3840212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3846205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3851971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3858334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3864582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3870769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3876780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3882595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3888496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3894837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3901509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3907366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3913297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3919163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3925456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3931229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3937077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3943051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3949210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3955423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3961492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3967488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3973373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3979277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3985635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3991682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.3997569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4003688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4009531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4015237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4021390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4027934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4033949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4040326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4046216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4052323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4058546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4065448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4071559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4078356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4084365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4090634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4097216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4103471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4109467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4115634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4121695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4128203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4134323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4140779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4146336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4152593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4158553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4164630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4170723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4177030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4183398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4189337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4195398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4201378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4207357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4213606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4220190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4226244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4232109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4238371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4244786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4251469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4259578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4265966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4272423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4279139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4285272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4291715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4298531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4304871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4310933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4317266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4323293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4329665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4335855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4341895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4348215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4354267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4360633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4366429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4372262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4378866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4384710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4390659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4396865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4403006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4408741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4414751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4420654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4426661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4432333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4438196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4447707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4452520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4458002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4469114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4475578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4481551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4487686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4493690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4499825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4505826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4511312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4517456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4523479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4529084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4534735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4540605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4546564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4552280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4558218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4563973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4570183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4576291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4582085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4588314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4594066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4600127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4606393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4612462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4618543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4624934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4630962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4637441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4643322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4649544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4655669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4661705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4667596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4673483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4679403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4685588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4691383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4697456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4703545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4709230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4714971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4720922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4726720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4732894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4738594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4744355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4750645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4757064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4763711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4770481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4776360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4782368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4788103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4794171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4799929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4805944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4816741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4822517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4828757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4834641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4840818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4846700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4852620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4858310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4864341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4870163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4876669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4882821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4888825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4894304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4900050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4905809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4912189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4918206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4924162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4929961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4935838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4941654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4947426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4953424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4959914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4965597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4971693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4977736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4983677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4989415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.4995412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5001174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5007054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5013165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5018816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5024401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5030158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5036629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5042803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5048787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5054552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5060618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5066470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5072277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5078396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5084874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5090733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5097086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5102752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5108578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5114738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5120725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5126585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5132854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5138839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5144812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5150808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5157144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5163406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5169772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5175718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5182110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5187948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5194284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5200800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5207138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5213218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5219614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5225676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5231653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5237948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5244459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5251509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5257936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5264122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5271412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5281016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5287611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5294046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5300650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5306797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5313136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5319386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5325567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5331681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5338331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5343770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5349635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5355160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5361250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5367036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5373152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5378837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5384239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5389847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5395609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5401746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5407399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5413453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5419422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5425189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5431535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5437487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5443183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5449020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5454794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5460313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5466231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5472799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5478902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5484933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5490810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5496729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5502585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5508696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5514702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5520862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5526940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5533610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5539447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5545224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5551165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5557099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5563283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5569284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5575167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5581483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5587567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5594032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5600060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5606020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5613349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5620377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5627703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5634009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5640021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5645978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5651949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5658158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5663889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5670026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5676078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5681847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5687597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5693297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5699364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5705127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5711346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5717241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5722945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5729091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5734734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5740426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5746311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5752689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5759010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5765165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5771856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5778047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5783948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5789728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5795520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5801550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5807799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5813847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5820251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5826312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5832185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5838619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5844767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5850974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5856952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5862862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5868830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5875198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5881916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5889655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5896655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5903490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5909767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5915896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5921527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5928020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5934075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5940681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5946824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5952887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5959039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5965141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5971345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5977427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5983300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5989842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.5995961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6001943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6007814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6013691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6019595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6025661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6031843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6037754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6043688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6049589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6056184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6062137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6073131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6079395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6085837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6091527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6097343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6103319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6109081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6115319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6121388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6127396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6133453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6139799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6145513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6151630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6158077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6164428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6170472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6176495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6182421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6188499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6194432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6200548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6206589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6217717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6218807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6224965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6230681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6236888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6243068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6248940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6254992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6261222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6267530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6274781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6281603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6287774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6293905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6299990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6306341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6312515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6318584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6324427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6330402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6336720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6342654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6348432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6355113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6360747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6366747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6373311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6379603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6385338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6391061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6396909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6402949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6409097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6414961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6421325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6427354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6434109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6440347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6446416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6452186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6458194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6464169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6470074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6476479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6482424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6488361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6494614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6500779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6506932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6512809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6519307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6525190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6531243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6537518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6543491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6549208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6555340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6561358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6566957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6572683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6578743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6584801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6590588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6596602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6602515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6607613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6613154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6618910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6624687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6631188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6637031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6643458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6649610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6655469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6661225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6667419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6673228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6679234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6685225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6691071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6696735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6702841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6708469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6713837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6719891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6726248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6732024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6737646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6743506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6749574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6755223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6761206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6767774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6774975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6781488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6788326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6795242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6801330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6807449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6813612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6820057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6825451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6831578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6837359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6843328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6849594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6855017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6861020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6867178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6876671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6882929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6888807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6894883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6900952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6906623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6912461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6918520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6931122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6936932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6944214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6950030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6955458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6961204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6967612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6973265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6978977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.6984970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7018906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7024356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7030065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7036154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7041824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7048074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7054170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7060085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7065975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7071937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7077840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7083949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7089777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7095470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7101324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7107424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7113286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7119090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7125171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7131443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7137255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7143020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7148758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7154818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7160760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7166720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7172521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7178372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7184573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7190475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7196612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7202389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7208823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7214842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7220466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7226318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7232291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7238240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7244394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7250375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7256211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7262504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7268556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7274729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7281437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7288647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7295988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7303102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7309862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7315963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7322219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7328304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7334339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7340488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7346827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7353026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7359066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7365351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7371421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7377294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7383388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7389664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7396095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7402168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7408312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7414681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7420582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7427079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7432633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7438541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7444769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7450826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7456865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7463185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7469699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7475712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7482084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7488565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7494440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7500812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7506715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7512638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7518747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7524722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7530958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7537122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7543577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7549481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7555823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7562846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7569184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7575321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7581178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7587587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7593673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7599483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7605886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7612161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7617944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7623787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7630018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7635990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7642132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7648110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7654504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7660828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7666890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7673307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7679199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7685801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7691805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7697697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7704186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7709959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7715993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7722006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7728000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7734089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7740143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7746201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7752038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7758125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7764472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7770431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7776311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7782673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7789014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7795269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7801133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7807784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7815004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7821642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7827596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7833807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7839904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7846904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7853179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7859517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7865951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7872246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7878573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7884768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7891076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7897718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7903784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7909968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7916057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7922388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7928333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7934540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7941035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7946903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7952690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7958951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7964862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7971280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7977971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7984340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7990671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.7996655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8002267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8008575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8015091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8020953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8026920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8033201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8039574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8045390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8051790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8057882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8064409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8070462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8076787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8082890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8089508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8095759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8101928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8108002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8114362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8121214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8127254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8133837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8140141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8147089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8153486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8159843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8165967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8172256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8178587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8185074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8191550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8197783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8204170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8210308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8216471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8222787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8229658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8235698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8242232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8247830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8254159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8260309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8266318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8272367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8279194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8285699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8292434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8299359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8305729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8312257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8318539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8324654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8331014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8337338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8343247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8349188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8355616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8362018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8368118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8374185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8380038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8386354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8392232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8398086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8403955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8410130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8416107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8422173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8427969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8434109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8440139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8446949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8452541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8458556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8464954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8470962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8477193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8483575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8489551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8495896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8501860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8508029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8514054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8520417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8526530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8532588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8538917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8545208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8551736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8558871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8564182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8570108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8576042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8581964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8587886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8593982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8600311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8606425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8612204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8618261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8624507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8630496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8636976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8642837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8649206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8655233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8661723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8667542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8673472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8679898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8685929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8691933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8698093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8704369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8710100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8716289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8722431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8728244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8734196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8739872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8746193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8751762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8757222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8762945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8768600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8774331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8780058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8786669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8792578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8798505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8804512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8810202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8815962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8821909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8828438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8834616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8840924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8847085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8852961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8859089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8864951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8871097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8877188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8882979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8888757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8894799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8901324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8907631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8913496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8919534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8925818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8932064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8938519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8945200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8951509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8957663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8964142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8970356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8976420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8982381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8988723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.8994979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9001335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9007529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9014257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9020379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9026418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9032859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9039022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9045622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9051643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9057826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9064075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9070098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9076635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9083099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9089195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9095408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9101799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9108013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9114001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9120194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9126179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9132219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9138740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9145118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9151012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9157234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9163820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9169905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9176442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9182538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9189164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9195290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9201493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9207608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9214744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9221129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9227185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9233836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9240369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9246889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9253052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9259544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9266649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9272991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9279823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9285891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9291963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9298551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9305053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9311566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9317823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9324366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9330504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9336300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9342150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9348811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9354718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9361240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9367127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9374455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9386683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9394542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9401500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9408622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9415614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9422636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9429065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9435245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9441501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9447457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9453356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9459283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9465351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9471225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9477552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9483096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9488548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9494235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9500484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9506523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9512291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9518075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9524064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9530073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9535674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9541701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9547680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9553694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9559652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9566031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9572027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9577920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9583739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9590093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9596489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9602493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9608308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9614670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9620772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9626571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9632672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9638751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9644854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9651061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9656958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9663104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9668999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9675351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9681571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9687629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9693892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9700464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9706606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9712618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9718850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9725314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9731597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9737751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9743771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9750111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9756402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9762407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9768962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9775019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9781207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9787577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9793728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9800400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9807687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9814679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9820852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9827293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9833424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9839870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9845705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9851969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9858167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9864366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9870803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9877143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9883067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9889060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9895187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9900739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9906445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9912191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9918223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9924036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9929861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9936116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9942331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9948271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9954107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9960016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9966022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9971981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9978001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9983694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9989663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:48.9995639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0001189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0007025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0014848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0021789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0028653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0035062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0041478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0047766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0053829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0059497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0065733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0071967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0077902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0083630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0090111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0096082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0102144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0108105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0113985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0120478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0126998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0133766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0140510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0146871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0153609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0160532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0167821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0174842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0181171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0187256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0193710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0200050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0206919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0213136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0218996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0224836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0231074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0237721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0244352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0251048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0257310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0264234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0270557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0277168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0283807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0321025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0327067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0333336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0339841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0346178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0352222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0358363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0364862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0371335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0378471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0386329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0393363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0399646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0405472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0412169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0418070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0424487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0431014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0437048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0443423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0449466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0455637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0461964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0467980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0473820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0480308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0486683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0492677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0499170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0505433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0511456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0518026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0523890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0530062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0536602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0544367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0551036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0557294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0563505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0569772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0575598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0581289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0588051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0594353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0600295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0606573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0612651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0618578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0624568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0630957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0639262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0646011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0653447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0660799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0666654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0672907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0678961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0685012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0690883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0696749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0702561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0708491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0714441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0720837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0726739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0732397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0738312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0744768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0750516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0756852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0762507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0768527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0774904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0780790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0787340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0793093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0800261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0807220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0813173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0819244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0825681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0831752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0838037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0844039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0852221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0858761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0865698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0872760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0879305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0885212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0891444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0897832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0904558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0910735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0916836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0922894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0928652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0935680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0941658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0948166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0954592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0961204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0966852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0972978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0978413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0984258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0989743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.0996657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1002502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1008323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1014333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1020585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1026504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1032795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1038690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1045193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1051018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1056749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1062448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1068363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1074824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1080860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1087212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1093623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1099666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1105528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1112134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1118602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1124674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1131271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1137710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1144327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1150748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1157892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1164018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1170028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1176967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1183864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1189932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1196833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1203272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1209047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1215562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1223458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1229882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1236195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1242343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-01-24T01:05:49.1256781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1263043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1269105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1275587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1281242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1286422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1291997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1298175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1306280Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-01-24T01:05:49.1311962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:05:49.1318018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-01-24T01:05:49.1323795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1330245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1355147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1368208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1373705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1379837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1384858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1390562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1395860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1401566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1406743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1421097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1426814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1432946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1438532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1443800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1449149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1454479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1459974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1465302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1471141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1478010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1483595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1489245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1495068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1500825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1506641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1512245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1518180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1523808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1538702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1544090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1549614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1555184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1560307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1581243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1586828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-01-24T01:05:49.1593232Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-01-24T01:05:49.1598664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1604476Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-01-24T01:05:49.1609828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2025-01-24T01:05:49.1615967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1621555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1635389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1640657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1646611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-01-24T01:05:49.1660612Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-01-24T01:05:49.1666287Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-01-24T01:05:49.1671387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1677079Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1682632Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1688217Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1700863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1710905Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1716849Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1722359Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1727734Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1733167Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1744944Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1751868Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1758622Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1764863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1772518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1780004Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1787024Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1794573Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1803474Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1810714Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1824957Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1830381Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1836776Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-01-24T01:05:49.1842313Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\alloc_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1847353Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1852683Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1858678Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1874098Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1879884Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1885308Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1890677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1896290Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1901776Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1907304Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1913125Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1918939Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1924560Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1930110Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1936581Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1942435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2025-01-24T01:05:49.1948040Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1953373Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1959640Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1965060Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1970663Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1976388Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1981578Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1987101Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1993689Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.1999677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2012214Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2018201Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2024007Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2029624Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2035777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2041397Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2047234Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2052924Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2058650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2065085Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2070754Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.2077252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3594940Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3604028Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3610146Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3621407Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3622490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-01-24T01:05:49.3627806Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-01-24T01:05:49.3633127Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3638899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3644490Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3650445Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3791316Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3796900Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3802568Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3808144Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3813973Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3820729Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3827289Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3833669Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3839650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3845273Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-01-24T01:05:49.3851937Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-01-24T01:05:49.3858982Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-01-24T01:05:49.3864836Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2025-01-24T01:05:49.3870746Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-01-24T01:05:49.3876196Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:05:49.3882000Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:05:49.3887688Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-01-24T01:05:49.3894402Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-01-24T01:05:49.3899479Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:05:49.3904814Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-01-24T01:05:49.3911971Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-01-24T01:05:49.3917323Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.3923203Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.3929204Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.3934889Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4067352Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4072460Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4077854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4083492Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4088876Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4094197Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4099374Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4104630Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4109800Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4115149Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4121044Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4126475Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4132372Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4137853Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4143164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4148480Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4153778Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4159281Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4164761Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.4170446Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6338184Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6344027Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6350559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6357795Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6363679Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6369882Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6374942Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6380453Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6387082Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6392611Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6399641Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6414635Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6420839Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6426319Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6432682Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6439218Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6444886Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6450750Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6456362Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6461958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6467293Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6482544Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6487783Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6493482Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6499661Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6504526Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6509818Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6516195Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6521699Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6526912Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6532678Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6538525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6543556Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6548972Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6561559Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\logging_is_not_google_glog.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6566935Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6572416Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6578369Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6583734Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6589544Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6594679Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6600168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6606659Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\order_preserving_flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6613618Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6619643Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6640549Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6645953Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6651342Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6656816Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6662001Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6667087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6672240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6677523Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6683014Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6688675Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6694505Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6700380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6713749Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6720431Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6726591Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6732502Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6738415Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6744128Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6749755Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6755264Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6760713Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6766676Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6773438Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6786600Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6795990Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6801691Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6807396Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6813170Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6818207Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6823501Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6829550Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6835179Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6841168Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6847646Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6853411Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6858887Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6864332Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6870094Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6876646Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6882045Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-01-24T01:05:49.6892674Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-01-24T01:05:49.6897306Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-01-24T01:05:49.6901534Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2025-01-24T01:05:49.6906956Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6911936Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6917286Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6930545Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6935690Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6941262Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-01-24T01:05:49.6947321Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-01-24T01:05:49.6953660Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-01-24T01:05:49.6958869Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.6965849Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.6971282Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.6976876Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.6989738Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.6995294Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.7000490Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-01-24T01:05:49.7006068Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7012077Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7017417Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7029960Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7035381Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7040701Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7046575Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7051917Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7057229Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7062931Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7068441Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7073460Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7078586Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7084739Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-01-24T01:05:49.7089712Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7095293Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7100693Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7114064Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7120303Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7125438Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7130838Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7136261Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7141611Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7147051Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7152464Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7158392Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7164043Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7169932Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7175578Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7181002Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-01-24T01:05:49.7186973Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7192714Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7199418Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7207036Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-01-24T01:05:49.7212410Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7218602Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7224046Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7230850Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7236898Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7242065Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7255643Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-01-24T01:05:49.7261227Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7267366Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7274227Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7279784Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7285353Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7300179Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7306030Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7312451Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7318530Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7325459Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-01-24T01:05:49.7332125Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-01-24T01:05:49.7337453Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:05:49.7343745Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:05:49.7350637Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-01-24T01:05:49.7356581Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7361980Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7367309Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7372960Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7378478Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7383930Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7389408Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7394629Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7401320Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7406559Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7411792Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7419148Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7425695Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7431175Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7437159Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7442434Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-01-24T01:05:49.7447821Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:49.7456532Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-01-24T01:05:49.7462158Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-01-24T01:05:49.7467398Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-01-24T01:05:49.7472864Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-01-24T01:05:49.7478701Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7484348Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\all.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7489475Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\arg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7494679Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7500571Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7506680Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7514204Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:49.7520501Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:49.7525986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:49.7531339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader\stateless.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-01-24T01:05:49.7536730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7542437Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7548695Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7562648Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7568068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7573795Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7579264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\mnist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7584881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\shared.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7590103Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\stateful.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7595757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\datasets 2025-01-24T01:05:49.7608703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7614422Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:49.7620883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\data_shuttle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:49.7626241Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\queue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:49.7631523Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail\sequencers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\detail 2025-01-24T01:05:49.7637062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\example.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7642309Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7648649Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7655516Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7660899Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\custom_batch_request.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7666004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7671534Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7677397Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7691263Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7696993Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers\stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\samplers 2025-01-24T01:05:49.7702486Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7708385Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7715034Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7720778Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\collate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7726220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\lambda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7731509Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7737029Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data\transforms 2025-01-24T01:05:49.7742444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7747804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\worker_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\data 2025-01-24T01:05:49.7753275Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7759299Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:49.7765418Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\static.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:49.7771025Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail\TensorDataContainer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\detail 2025-01-24T01:05:49.7782173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\enum.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7795612Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7801350Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\fft.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7807311Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\imethod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7812588Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7818784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7824476Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.7830790Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.7837202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\cloneable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.7843681Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7851318Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7858723Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7864541Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7870062Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7882851Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7888244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7893590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7899440Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7904747Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7909846Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7916034Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7921503Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7926971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7932507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7938658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7944679Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\functional 2025-01-24T01:05:49.7949996Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.7955515Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.7968709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.7975177Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.7981636Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.7987518Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.7992959Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.7998724Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8005031Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8019474Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8025325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_module_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8031760Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\any_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8037377Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8051051Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\moduledict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8056704Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\modulelist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8062393Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\named_any.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8067995Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterdict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8074437Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\parameterlist.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8080137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-01-24T01:05:49.8085920Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8091622Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8096958Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8102508Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8108170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8113652Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8119358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8125016Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8130953Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8136478Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8142108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8147690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8153528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8159710Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8165051Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8170466Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8176044Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8182361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8188084Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\modules 2025-01-24T01:05:49.8193687Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.8200297Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8207026Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\activation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8213253Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\adaptive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8218628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\batchnorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8224250Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\conv.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8229612Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8243775Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8249338Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8254943Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8260353Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\instancenorm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8265839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8271329Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\loss.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8277585Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8283217Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\padding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8288679Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pixelshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8294213Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8299990Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8305753Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8311251Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformercoder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8317241Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\transformerlayer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8322936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\upsampling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8329596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options\vision.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\options 2025-01-24T01:05:49.8335111Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.8341588Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:05:49.8348326Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel\data_parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-01-24T01:05:49.8354326Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.8360066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\pimpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.8366494Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:49.8373134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\clip_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:49.8378820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\convert_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:49.8383998Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils\rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn\utils 2025-01-24T01:05:49.8389618Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\nn 2025-01-24T01:05:49.8394742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8400439Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8407066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8412470Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adam.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8417663Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8422807Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\lbfgs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8428428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\optimizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8433923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\rmsprop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8449428Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:49.8456147Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\lr_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:49.8461808Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\reduce_on_plateau_scheduler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:49.8467120Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers\step_lr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-01-24T01:05:49.8481148Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8486591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\optim 2025-01-24T01:05:49.8491936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8497009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8503278Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8509444Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:49.8515702Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:49.8521329Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\input-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:49.8526404Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\output-archive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:49.8531642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\serialize 2025-01-24T01:05:49.8545596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8550670Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8555770Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\special.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8561727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\torch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8566840Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8572279Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8577607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\version.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8582641Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2025-01-24T01:05:49.8590066Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8595687Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8601188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8606808Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8612000Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\cpp_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8625638Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\custom_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8631682Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8637376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8643096Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\forward_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8648756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8655358Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8661203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8667341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8672655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8678191Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8691806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8696885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\functions 2025-01-24T01:05:49.8702209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8708311Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8714341Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8720423Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8730699Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8736130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8751476Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\VariableType.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8756983Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8763713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\generated 2025-01-24T01:05:49.8769854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8775047Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\graph_task.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8781264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8786443Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_buffer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8792079Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\input_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8797641Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8803442Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8808453Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_kineto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8814023Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_legacy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8827628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8833260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8838839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8844059Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_cpp_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8849606Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8855095Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8861276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_fft_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8866610Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8872354Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8886299Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8891482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8897093Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nested_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8902241Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_nn_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8907590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8913105Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8918541Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_special_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8925225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_torch_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8930996Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8944129Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8949530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\record_function_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8954908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8960481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8965729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.8971916Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.8978280Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\error_messages.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.8984270Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.8990205Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.8995911Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.9009558Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\warnings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.9014826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd\utils 2025-01-24T01:05:49.9020339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.9026494Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.9032227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2025-01-24T01:05:49.9038206Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9044550Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9050202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9055883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9061310Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\device_set.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9066376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9071404Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9084408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\memory_snapshot.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9089868Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9094999Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9100621Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9105837Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\python_nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9111369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9116399Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-01-24T01:05:49.9121510Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9136590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9141818Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9147454Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9153026Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-01-24T01:05:49.9160056Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-01-24T01:05:49.9166111Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:49.9172220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:49.9178263Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\context 2025-01-24T01:05:49.9184589Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:49.9190596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:49.9196484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\functions 2025-01-24T01:05:49.9202399Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9208629Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\autograd_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9214426Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9219901Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\cleanup_autograd_context_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9234334Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9240150Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\propagate_gradients_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9245669Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9251291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9257226Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rpc_with_profiling_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9262784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_req.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9268355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages\rref_backward_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-01-24T01:05:49.9274551Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9280737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9286369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9291739Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\c10d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9296647Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9302277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9307679Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9320031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\debug.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9325853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9331280Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9336496Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9341800Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9347427Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9352874Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9358398Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9363698Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9368962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9374615Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9379718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9385069Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9390685Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9396052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9401315Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9406507Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9421790Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9428135Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9435068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9441410Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9446557Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9451707Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9458317Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9463934Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9477341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9482769Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9488092Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9493480Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9499177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9504955Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9510351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9515655Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9521696Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9527191Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9532457Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9537678Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9552204Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9557991Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9563339Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9569104Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9574448Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9579589Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9585325Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9590462Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-01-24T01:05:49.9597486Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9603358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9608715Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9614286Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9619913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9634418Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9639912Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9646111Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9651578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9656963Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9662394Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9667987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9673577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9678766Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9684224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9689561Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9695512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9701346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9706755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9712157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9717865Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9732881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9738677Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9744679Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9749933Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9755438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9761277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9766726Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc 2025-01-24T01:05:49.9772341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9777980Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9784576Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9790336Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cache_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9795971Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9802794Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpp_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9807817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_defs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9821997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\cpython_includes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9827482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\debug_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9833049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9838405Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\extra_state.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9844417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9849774Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9855142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9861121Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9866905Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-01-24T01:05:49.9872550Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9878980Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9885277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9890870Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:49.9897425Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-01-24T01:05:49.9903741Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:49.9909804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\model_package_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:49.9915438Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_package 2025-01-24T01:05:49.9921210Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9926858Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9932526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9938560Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9952781Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9958097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-01-24T01:05:49.9964007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:49.9969610Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:49.9975063Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:49.9980640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:49.9993362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:49.9999346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0005231Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\scalar_to_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0010631Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\sycl_runtime_wrappers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0016544Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0021709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0026990Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0032393Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\utils_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-01-24T01:05:50.0038765Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0053908Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:50.0059765Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:50.0066432Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:50.0071992Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-01-24T01:05:50.0078210Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:50.0084289Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:50.0090854Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:50.0097220Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-01-24T01:05:50.0113039Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0118125Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\oss_proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0130829Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0136065Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0141480Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch 2025-01-24T01:05:50.0146805Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\inductor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-01-24T01:05:50.0152542Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.0159067Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-01-24T01:05:50.0164943Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0170608Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\compilation_unit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0176427Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\function_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0181895Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0187364Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0193245Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api\object.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\api 2025-01-24T01:05:50.0209284Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0214845Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0220437Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0226345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0231833Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0244381Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0250058Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0255371Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0260966Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0266269Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends 2025-01-24T01:05:50.0272120Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-01-24T01:05:50.0278353Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:05:50.0284329Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\cuda 2025-01-24T01:05:50.0290581Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0296584Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0302367Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0307546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0320203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0325483Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0330737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\error_report.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0336716Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0342421Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0347799Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0353065Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0358880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0365274Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0370748Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0376317Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0381528Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0386848Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0392240Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0397847Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0403291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0409014Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0424387Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_range.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0430348Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\source_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0435711Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0440861Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0446824Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0452323Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0457668Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0463709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\frontend 2025-01-24T01:05:50.0470221Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0475962Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0481546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\attributes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0487113Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0492417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0507672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\graph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0513003Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0519428Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\irparser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0524484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\ir_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0529819Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\named_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0535424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\node_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0540909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\scope.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0545894Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0551546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir\type_hashing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\ir 2025-01-24T01:05:50.0557066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-01-24T01:05:50.0562724Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\jit_opt_limit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-01-24T01:05:50.0578389Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0583659Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\code.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0589020Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0594495Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\file_format.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0600612Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0614097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0619458Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0624578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0629763Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0635618Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0641085Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0646308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0651358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0656901Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0662337Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0667591Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0673242Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0679488Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0685022Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0690495Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0696255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0702116Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\type_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0707609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile 2025-01-24T01:05:50.0724430Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0730225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0735636Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0740722Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\autocast.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0746074Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0761729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\batch_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0766945Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0772342Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0778170Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0783434Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0788640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0794575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0799659Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\concat_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0805132Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0810336Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0816008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0821642Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0827369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0833019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0847599Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0853930Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0859158Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0864594Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0871444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0877994Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0883985Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0889482Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\freeze_module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0895142Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0900593Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0916261Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0921805Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0927249Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0932761Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0938021Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0943386Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0948961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0953908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0960004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0974151Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0979628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0984768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inliner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0989835Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.0995177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1000431Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1005654Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\inplace_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1010674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\insert_guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1016462Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1029354Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lift_closures.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1034468Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\liveness.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1039904Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1045300Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1050510Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1055806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1061353Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1066521Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1072089Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1077444Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1097607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1102919Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1108187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\pass_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1113582Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1119134Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1124527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1130066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1135863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1141172Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1147638Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1154688Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\dedup_module_uses.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1160070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1165470Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1170859Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1185807Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1191208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\insert_quant_dequant.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1197058Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1203552Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1209037Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization\register_packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\quantization 2025-01-24T01:05:50.1214255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1228249Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1233502Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1239262Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_expands.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1244569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1250260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1256478Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1261928Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1267342Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1273056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1288188Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1293852Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1299463Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1305340Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1310886Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1316777Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1322405Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1328257Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1334805Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1341217Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\check_alias_annotation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1347386Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1352574Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1366665Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1372768Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\utils 2025-01-24T01:05:50.1378452Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1384019Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1389802Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1395536Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes 2025-01-24T01:05:50.1401896Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1407628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1412950Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\module_python.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1418252Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1423714Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\pybind_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1429690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1441782Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1446878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_dict.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1452224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1458212Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1463446Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1468936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1474411Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1480260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\python_tree_views.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1485284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\script_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1490407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1495480Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\python 2025-01-24T01:05:50.1500539Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\resource_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit 2025-01-24T01:05:50.1506658Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1512732Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1518703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\autodiff.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1524225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1529882Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1545157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1550658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1555821Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\exception_message.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1561161Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1566826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1572347Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1578028Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\instruction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1583418Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1589208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1594562Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1599906Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1605228Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1610690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\operator_options.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1616081Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\print_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1621484Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1626856Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1639471Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1645602Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\script_profile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1651330Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1657041Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1661773Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1667658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1672785Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1678009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1683743Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1698408Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1703883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime 2025-01-24T01:05:50.1710532Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1717269Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1723284Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1728718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1744346Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1749910Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1755226Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1760690Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1766179Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1771529Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1777189Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_read.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1782718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\import_source.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1788391Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1795322Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1800703Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickle.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1806106Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1811583Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\python_print.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1817276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1823300Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1828863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\storage_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1834487Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1852153Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\unpickler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-01-24T01:05:50.1858590Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1864784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1871326Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1885784Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1887056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1898431Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1903735Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1909341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1914718Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1920742Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1926361Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1931701Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1937344Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1942699Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1948223Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1953787Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1959271Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1964749Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1970369Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1975889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1981355Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.1986546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2001863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2007403Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2012855Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2018310Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2023818Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2029730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2034672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2040567Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2045568Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2050906Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2057119Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2071889Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2077424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2084097Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2090611Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2096079Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2101068Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2106324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2111661Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2126596Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2132841Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2138802Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2143674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr\operators 2025-01-24T01:05:50.2148741Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2154368Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2159913Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2165826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2171224Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2176309Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2182681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2189004Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\tensorexpr 2025-01-24T01:05:50.2195539Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:50.2201844Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\file_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:50.2207667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-01-24T01:05:50.2213108Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2218796Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-01-24T01:05:50.2224655Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:50.2230915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:50.2236569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:50.2241881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:50.2247487Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\backend 2025-01-24T01:05:50.2263539Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2268965Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2275073Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2280401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\debug_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2285656Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2290841Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2306127Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2312148Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:05:50.2318341Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops\ltc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\internal_ops 2025-01-24T01:05:50.2323635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2329223Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2334761Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2340283Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2345816Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ir_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2351362Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2357184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\metrics.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2362772Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\multi_wait.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2369279Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:50.2375931Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\arithmetic_ir_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:50.2382012Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core\ops 2025-01-24T01:05:50.2387882Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\permutation_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2394269Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2400649Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\shape_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2407006Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2413708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2419279Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\tensor_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2424876Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2430335Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\trie.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2435956Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\unique.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2450184Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\core 2025-01-24T01:05:50.2456631Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-01-24T01:05:50.2462417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\python_util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-01-24T01:05:50.2468459Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2473916Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\config.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2479118Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2484547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2489878Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\tensor_aten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2504424Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_autograd_functions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2509378Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_backend_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2514650Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_eager_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2520319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_lowering_context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2525640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2530974Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ts_node_lowering.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend 2025-01-24T01:05:50.2536208Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2541560Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2547304Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-01-24T01:05:50.2552641Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\back_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-01-24T01:05:50.2558171Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-01-24T01:05:50.2563102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2025-01-24T01:05:50.2568648Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2573866Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2579187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2585050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2590371Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2603231Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\data_flow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2608445Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2613779Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2618986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\kineto_shim.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2625397Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:50.2631050Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:50.2636912Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:50.2642177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\orchestration 2025-01-24T01:05:50.2647467Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2652646Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2658463Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:50.2664088Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:50.2669725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:50.2675009Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\python 2025-01-24T01:05:50.2681117Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:50.2687056Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:50.2692755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:50.2698055Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:50.2714491Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\standalone 2025-01-24T01:05:50.2720736Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:05:50.2725789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs\base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\stubs 2025-01-24T01:05:50.2731783Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2737434Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\action.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2742667Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\communicate.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2747881Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2753202Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2767461Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2772951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2778384Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2783766Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\fde.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2789936Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\lexer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2797127Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2804172Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2809628Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\range_table.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2815070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\sections.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2820630Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2826064Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2831763Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler\unwind 2025-01-24T01:05:50.2837464Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2025-01-24T01:05:50.2843138Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2848551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2862886Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2868473Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2873720Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2879313Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2885319Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2891947Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2898223Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2903374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2909840Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-01-24T01:05:50.2916071Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor\python_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\tensor 2025-01-24T01:05:50.2921987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2927817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2933201Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2938481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.2944997Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2950645Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\byte_order.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2956390Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2962054Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\cuda_enabled.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2967368Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\device_lazy_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2983008Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\disable_torch_function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2988411Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\generated_serialization_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.2995014Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3000173Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\invalid_arguments.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3005435Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3010577Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\numpy_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3015792Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\object_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3021118Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\out_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3026727Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3032135Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3037530Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pyobject_preservation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3043385Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3049630Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_arg_parser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3055698Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_compat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3061912Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3067222Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_numbers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3080229Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_raii.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3085639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_scalars.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3091248Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3096979Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3102209Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_symnode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3107852Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3113751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\python_tuples.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3119324Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\schema_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3124709Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3130467Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3143168Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_apply.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3148373Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_dtypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3153549Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3159091Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_layouts.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3164376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_list.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3169887Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3175010Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_new.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3180533Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3186057Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_qschemes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3199276Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\tensor_types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3204372Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3209800Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\throughput_benchmark.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3215509Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3221137Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3226803Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2025-01-24T01:05:50.3232786Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-01-24T01:05:50.3239306Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-01-24T01:05:50.3252927Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-01-24T01:05:50.3257891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-01-24T01:05:50.3262732Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2025-01-24T01:05:50.3268681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:05:50.3274603Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:05:50.3279991Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:05:50.3313789Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:05:50.3320946Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-01-24T01:05:50.3327893Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-01-24T01:05:50.3345992Z creating build\bdist.win-amd64\wheel\torch\jit 2025-01-24T01:05:50.3351008Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3357241Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3363385Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3369184Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-01-24T01:05:50.3374240Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-01-24T01:05:50.3379548Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3394579Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3400467Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3406178Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3411219Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3416379Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3421887Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3427648Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3432699Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3438316Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3443262Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3448808Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3454057Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3459378Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3464391Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3470447Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-01-24T01:05:50.3475722Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:05:50.3481333Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-01-24T01:05:50.3485645Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3490997Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3497119Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3503587Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3508946Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3523023Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3529034Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3534252Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3540682Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-01-24T01:05:50.3547760Z creating build\bdist.win-amd64\wheel\torch\lib 2025-01-24T01:05:50.3552510Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3560833Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3568326Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3577541Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3585067Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3604116Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3611129Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3626568Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3638830Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.3645895Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.9255288Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.9639528Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.9658606Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.9675084Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:50.9683085Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.3237230Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.3422300Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5012677Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5346320Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5700051Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5730635Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5738720Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5744815Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5750720Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5829854Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5834827Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5850374Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5861137Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.5866918Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7127560Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7373709Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7379907Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7525033Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7533289Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7562942Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-01-24T01:05:51.7568500Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:51.7575802Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-01-24T01:05:51.7580542Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-01-24T01:05:51.7587877Z creating build\bdist.win-amd64\wheel\torch\masked 2025-01-24T01:05:51.7594622Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-01-24T01:05:51.7599602Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7605232Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7610722Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7616076Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7621426Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7634861Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7640136Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7645838Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-01-24T01:05:51.7650670Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:05:51.7657044Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:05:51.7663359Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-01-24T01:05:51.7669015Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-01-24T01:05:51.7674088Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-01-24T01:05:51.7679787Z creating build\bdist.win-amd64\wheel\torch\mps 2025-01-24T01:05:51.7684201Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:05:51.7689405Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:05:51.7694618Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-01-24T01:05:51.7700079Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-01-24T01:05:51.7704469Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:05:51.7709768Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:05:51.7714900Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-01-24T01:05:51.7720696Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-01-24T01:05:51.7725496Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7731038Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7736102Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7741743Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7746910Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7760333Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-01-24T01:05:51.7765839Z creating build\bdist.win-amd64\wheel\torch\nested 2025-01-24T01:05:51.7770742Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-01-24T01:05:51.7775459Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:05:51.7781330Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:05:51.7787637Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:05:51.7794743Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:05:51.7809847Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-01-24T01:05:51.7814082Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-01-24T01:05:51.7820457Z creating build\bdist.win-amd64\wheel\torch\nn 2025-01-24T01:05:51.7825260Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-01-24T01:05:51.7830157Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:05:51.7836008Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-01-24T01:05:51.7841157Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:05:51.7846663Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-01-24T01:05:51.7851883Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:05:51.7858168Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:05:51.7873693Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-01-24T01:05:51.7879465Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-01-24T01:05:51.7884136Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:05:51.7889355Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-01-24T01:05:51.7893591Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7898796Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7904019Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7922000Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7927893Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7933053Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.7939140Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-01-24T01:05:51.7944497Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-01-24T01:05:51.7949521Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:05:51.7954990Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-01-24T01:05:51.7960443Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-01-24T01:05:51.7965834Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:51.7971020Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\conv_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:51.7976541Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:51.7982383Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:51.7986965Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2025-01-24T01:05:51.8002623Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-01-24T01:05:51.8008743Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-01-24T01:05:51.8014820Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:51.8021148Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:51.8027123Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:51.8032367Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic\modules 2025-01-24T01:05:51.8037628Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2025-01-24T01:05:51.8043072Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:51.8048470Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:51.8053774Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:51.8058986Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:51.8064068Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2025-01-24T01:05:51.8069239Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-01-24T01:05:51.8074338Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-01-24T01:05:51.8081409Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-01-24T01:05:51.8086191Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8092540Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8097836Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8104405Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8117555Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8123484Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8130193Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8135983Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8141952Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8147532Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8152807Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8158679Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8164045Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8169310Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8175653Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8182991Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8188522Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8194317Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8199827Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8206311Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8212601Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8218274Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8224518Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8230049Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8235419Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8240955Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-01-24T01:05:51.8246896Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-01-24T01:05:51.8251736Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8257304Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8262956Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8269356Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8283113Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8288684Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8294068Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8299579Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-01-24T01:05:51.8304862Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.8310408Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.8316347Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-01-24T01:05:51.8321621Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-01-24T01:05:51.8326959Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-01-24T01:05:51.8332393Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-01-24T01:05:51.8337622Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2025-01-24T01:05:51.8342502Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-01-24T01:05:51.8348008Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-01-24T01:05:51.8353095Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:05:51.8358347Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:05:51.8363360Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:05:51.8368868Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-01-24T01:05:51.8374289Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-01-24T01:05:51.8379837Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-01-24T01:05:51.8385049Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-01-24T01:05:51.8390478Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:05:51.8395972Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:05:51.8401096Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-01-24T01:05:51.8405920Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-01-24T01:05:51.8411318Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-01-24T01:05:51.8416643Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-01-24T01:05:51.8421959Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:51.8427222Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:51.8432871Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:51.8438080Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:51.8443695Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2025-01-24T01:05:51.8448963Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-01-24T01:05:51.8454240Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:05:51.8459915Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-01-24T01:05:51.8465190Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8470648Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8476746Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8482730Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8487985Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8501259Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8506463Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8511712Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8517858Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8523056Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8527968Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-01-24T01:05:51.8533847Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-01-24T01:05:51.8546899Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8552078Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8557244Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8562334Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8567475Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8572423Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8577505Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2025-01-24T01:05:51.8582992Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-01-24T01:05:51.8588064Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-01-24T01:05:51.8593759Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-01-24T01:05:51.8598653Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8604186Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8609607Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8614790Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8620010Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8633180Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8639050Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8645183Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8651337Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8657430Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8663282Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8668622Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8674159Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8680332Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8685596Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8690853Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\conv_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8696601Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8710530Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8723214Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8724589Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8728625Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8734254Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8739773Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8745111Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2025-01-24T01:05:51.8750066Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8755583Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8760994Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-01-24T01:05:51.8766266Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.8771504Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-01-24T01:05:51.8778161Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-01-24T01:05:51.8783069Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8788713Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8793896Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8800830Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8814826Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8820625Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8826866Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8832352Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8838559Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8844019Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8849381Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8855054Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8861421Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8867516Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8872777Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8878509Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8884127Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8889878Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8897993Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8904628Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8919958Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8925598Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8931196Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8936770Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8941972Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8947191Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.8953144Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-01-24T01:05:51.8958761Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2025-01-24T01:05:51.8964249Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.8969602Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.8976522Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.8982496Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.8989631Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.8996012Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9001775Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9007687Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9013425Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9018864Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9033584Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9040242Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9045594Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9051399Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9056625Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9061903Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9067470Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9072575Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9078107Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9083860Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9089614Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9095119Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9100256Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9105488Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9110909Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9116440Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9128886Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9134484Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9140052Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9145405Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9150876Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9156433Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9161973Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9167538Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9173173Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9179497Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9193672Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9199559Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9205127Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9210728Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9216405Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9222469Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9228142Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9233552Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9240048Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9245733Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9258716Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9264243Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9269682Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9275427Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9281056Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9286776Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9292571Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9298030Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9303656Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9309497Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9323409Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9328926Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9334492Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9340011Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra\sarif 2025-01-24T01:05:51.9345733Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.9359470Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.9364793Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2025-01-24T01:05:51.9370034Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:05:51.9375487Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:05:51.9381497Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2025-01-24T01:05:51.9387333Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9392725Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9398408Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9404360Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9410041Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9423531Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9429854Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9435775Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9441384Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9446539Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9458881Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9460108Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9462907Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9468291Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9474065Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9479584Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9487177Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9492737Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9498774Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:51.9504793Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:51.9510512Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:51.9516109Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-01-24T01:05:51.9521169Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:51.9526633Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-01-24T01:05:51.9531835Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9537337Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-01-24T01:05:51.9542299Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-01-24T01:05:51.9547807Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:51.9553024Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:51.9558431Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2025-01-24T01:05:51.9563362Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9568820Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9574376Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9589481Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9595076Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9601021Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9606443Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9612819Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9618265Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9623638Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9628755Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9634830Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9647598Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\type_promotion.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9653999Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9659436Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9664481Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2025-01-24T01:05:51.9669232Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9674428Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9679876Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9685235Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9690526Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9696111Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-01-24T01:05:51.9701090Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9715315Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9720767Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9726860Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9732205Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9737879Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9743830Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9749218Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-01-24T01:05:51.9753852Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.9759630Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.9764952Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-01-24T01:05:51.9779660Z creating build\bdist.win-amd64\wheel\torch\optim 2025-01-24T01:05:51.9784144Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9789751Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9795709Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9801449Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9806949Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9812092Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9817696Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9830793Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9837192Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9843058Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9848854Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9854453Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9860592Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9866176Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9872064Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9877499Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9883244Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9889215Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9895392Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-01-24T01:05:51.9900157Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:05:51.9905330Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-01-24T01:05:51.9910259Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-01-24T01:05:51.9915492Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:51.9922862Z creating build\bdist.win-amd64\wheel\torch\package 2025-01-24T01:05:51.9927733Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-01-24T01:05:51.9932719Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\find_first_use_of_broken_modules.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:05:51.9938078Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:05:51.9943416Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:05:51.9956364Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-01-24T01:05:51.9961519Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:51.9966771Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:51.9972009Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:51.9984779Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:51.9990101Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:51.9997371Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0003372Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0008663Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0013799Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0019040Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0024288Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0029447Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0034843Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0040169Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0045742Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-01-24T01:05:52.0051443Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-01-24T01:05:52.0081280Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0086366Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0092344Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0097596Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0103826Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0118996Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0124150Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-01-24T01:05:52.0129450Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0134385Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-01-24T01:05:52.0139179Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0144785Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0151330Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0166372Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-01-24T01:05:52.0171182Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0176093Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0181106Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0186258Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0191251Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0204217Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0209976Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0214864Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0220209Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0225291Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0230465Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0235630Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-01-24T01:05:52.0241182Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0246296Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0251467Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0257206Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0262382Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0267655Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0272950Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0278522Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0283382Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0288568Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0293961Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0300556Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0305886Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-01-24T01:05:52.0310983Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0316414Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0321695Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0326979Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0332432Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0339417Z creating build\bdist.win-amd64\wheel\torch\share 2025-01-24T01:05:52.0344435Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-01-24T01:05:52.0349539Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-01-24T01:05:52.0354483Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-01-24T01:05:52.0360301Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0365366Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0370840Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0376086Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0388968Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0395470Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0401024Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0406571Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-01-24T01:05:52.0412498Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:52.0418029Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:52.0423538Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-01-24T01:05:52.0429626Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:52.0444511Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\CMakeInitializeConfigs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:52.0450717Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:52.0456556Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\make2cmake.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:52.0462398Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\parse_cubin.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:52.0467985Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\run_nvcc.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:52.0481147Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA\select_compute_arch.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-01-24T01:05:52.0487190Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:52.0495747Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageHandleStandardArgs.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:52.0512361Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindPackageMessage.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-01-24T01:05:52.0519101Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0524424Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0530768Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0536509Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0542130Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0554703Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0560174Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0565436Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0571010Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0576795Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2025-01-24T01:05:52.0582959Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-01-24T01:05:52.0587959Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:05:52.0593515Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-01-24T01:05:52.0599253Z creating build\bdist.win-amd64\wheel\torch\signal 2025-01-24T01:05:52.0604102Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-01-24T01:05:52.0613251Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:05:52.0619001Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-01-24T01:05:52.0623956Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-01-24T01:05:52.0629287Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-01-24T01:05:52.0634059Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0640181Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0645640Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0658455Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0664921Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0674994Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-01-24T01:05:52.0681900Z creating build\bdist.win-amd64\wheel\torch\special 2025-01-24T01:05:52.0686396Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-01-24T01:05:52.0692289Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.0701725Z creating build\bdist.win-amd64\wheel\torch\test 2025-01-24T01:05:52.0716740Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0725757Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0735166Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0744020Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0760986Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0770225Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0778650Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0786797Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0795772Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0804329Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0812927Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0821625Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0831050Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0839934Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0848830Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0857991Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0866715Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0875345Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0893485Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0902686Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0911430Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0920311Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0928947Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0938142Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0946691Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0955394Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0972310Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0980478Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.0996838Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1006640Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1016145Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1025608Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1034822Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1043718Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1052674Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1070422Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1079807Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1088473Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1097556Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1106647Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1121157Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1130118Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1140465Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1149437Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1173203Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1181984Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1190424Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1199080Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1208257Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1217011Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1225607Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1234243Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1250775Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1259696Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1268699Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1278063Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1287112Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1298547Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1308433Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1317206Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1326314Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1343398Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1352645Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1362994Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1372644Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1382270Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1393897Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1404272Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1417182Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1437866Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1450783Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1462897Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1472718Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1482037Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1492621Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1506137Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1519547Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1528992Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1539233Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1548648Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1558143Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1567211Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1577034Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1587179Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1596417Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1605239Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1622405Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1645998Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1655146Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1665432Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1674772Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1684139Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1693230Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1702393Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1712152Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1721516Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1730279Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1740915Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1749842Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1756682Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1765271Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1774575Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1784054Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1790954Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1810608Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1819935Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-01-24T01:05:52.1830158Z creating build\bdist.win-amd64\wheel\torch\testing 2025-01-24T01:05:52.1835849Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:05:52.1842331Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:05:52.1849807Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-01-24T01:05:52.1854949Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1861064Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1867197Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1882744Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-01-24T01:05:52.1887855Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-01-24T01:05:52.1893130Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1898900Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1905834Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1912278Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1918473Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1923981Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1930552Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1936538Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1953458Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1959207Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1967677Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1975343Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1982248Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1987953Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.1995983Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2011499Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2017604Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2025849Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2032296Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2038698Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2044801Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-01-24T01:05:52.2050181Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:05:52.2055333Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:05:52.2060284Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-01-24T01:05:52.2066145Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-01-24T01:05:52.2071329Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2077133Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2082647Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2096887Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2106488Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2112033Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2117404Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2123556Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-01-24T01:05:52.2129465Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:52.2135010Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:52.2141113Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn\api 2025-01-24T01:05:52.2145650Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2025-01-24T01:05:52.2150479Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2156413Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2163120Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2169286Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:52.2175017Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:52.2180905Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:52.2186281Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\examples 2025-01-24T01:05:52.2191190Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2204431Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2210323Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:52.2216075Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:52.2221695Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:52.2227874Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:52.2233965Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc\jit 2025-01-24T01:05:52.2238663Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2244164Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\rpc_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2252306Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2258050Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2025-01-24T01:05:52.2262437Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2268435Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:52.2274866Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:52.2280731Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_ops_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:52.2286323Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\_test_st_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:52.2292116Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-01-24T01:05:52.2297350Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\test_common.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:52.2302902Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2025-01-24T01:05:52.2308662Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:52.2314316Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:52.2320355Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2025-01-24T01:05:52.2325685Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-01-24T01:05:52.2330671Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2336322Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2341976Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2347459Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2361791Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2367680Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-01-24T01:05:52.2373049Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-01-24T01:05:52.2384111Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-01-24T01:05:52.2388538Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2394577Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2400465Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2406099Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2412299Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2418625Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2424127Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2430346Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-01-24T01:05:52.2444563Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:05:52.2452308Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2457781Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2464045Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2470777Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2477609Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2483627Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2489836Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2505663Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2512849Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2025-01-24T01:05:52.2518941Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:05:52.2525287Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:05:52.2531000Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-01-24T01:05:52.2537191Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-01-24T01:05:52.2542463Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2548548Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2554037Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2560450Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2585827Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2591296Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-01-24T01:05:52.2596944Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2602968Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2609033Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2615352Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-01-24T01:05:52.2620632Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-01-24T01:05:52.2625919Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\no_future_div.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-01-24T01:05:52.2631138Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2025-01-24T01:05:52.2635795Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2641335Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2647354Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2652951Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-01-24T01:05:52.2657538Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:05:52.2673639Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-01-24T01:05:52.2678904Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.2684198Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.2690527Z creating build\bdist.win-amd64\wheel\torch\utils 2025-01-24T01:05:52.2695589Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-01-24T01:05:52.2700353Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-01-24T01:05:52.2705780Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.2712174Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-01-24T01:05:52.2717460Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-01-24T01:05:52.2722609Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2728275Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2733443Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2738826Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2744157Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2758613Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2764321Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-01-24T01:05:52.2770555Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2777704Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2783349Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2788999Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2794493Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2808802Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2814405Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2025-01-24T01:05:52.2819371Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-01-24T01:05:52.2824323Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2829743Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2835453Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2840944Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2846286Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2852051Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2867237Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2873245Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2880490Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2885978Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2891909Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2897472Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2911622Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2917960Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2927954Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils\valgrind_wrapper 2025-01-24T01:05:52.2932246Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2938296Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-01-24T01:05:52.2943128Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-01-24T01:05:52.2948964Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-01-24T01:05:52.2963017Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:05:52.2967413Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-01-24T01:05:52.2972715Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.2978968Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.2985378Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.2991281Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.2997055Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3004380Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-01-24T01:05:52.3010015Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3016216Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3023568Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-01-24T01:05:52.3029169Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3034512Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3040543Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3046013Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3058291Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3063745Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2025-01-24T01:05:52.3068930Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3074664Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3080716Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3086691Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3099319Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3104936Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3110132Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3116149Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3128775Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3134144Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3139426Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3144679Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3150470Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3156637Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3162013Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3167209Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2025-01-24T01:05:52.3173409Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3178725Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3184012Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3189459Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3195103Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3200702Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3213205Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2025-01-24T01:05:52.3219232Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-01-24T01:05:52.3224411Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-01-24T01:05:52.3229787Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-01-24T01:05:52.3235365Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-01-24T01:05:52.3240980Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2025-01-24T01:05:52.3245290Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3251114Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3256704Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3262907Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-01-24T01:05:52.3268645Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3282309Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3288343Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3293218Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3298495Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3304378Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-01-24T01:05:52.3309356Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3315198Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3320768Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3326543Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3332696Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3347094Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-01-24T01:05:52.3353545Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-01-24T01:05:52.3360667Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3366861Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3372474Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3377979Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3384636Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-01-24T01:05:52.3389600Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:05:52.3395317Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:05:52.3404797Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:05:52.3410556Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:05:52.3423272Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-01-24T01:05:52.3428171Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3433993Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-01-24T01:05:52.3439891Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:05:52.3445300Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-01-24T01:05:52.3449536Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3454858Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3460873Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-01-24T01:05:52.3465813Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3471811Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3476964Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3482330Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3487522Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3501767Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-01-24T01:05:52.3506650Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3512116Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3524724Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-01-24T01:05:52.3529729Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:05:52.3534833Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-01-24T01:05:52.3539776Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3545665Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-01-24T01:05:52.3550549Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3556816Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3563165Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3568399Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3582411Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3587726Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3593273Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3599187Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3611626Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-01-24T01:05:52.3616722Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3622946Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-01-24T01:05:52.3628209Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:05:52.3633984Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-01-24T01:05:52.3638367Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3643864Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3649638Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3655930Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3661576Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3667148Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3680709Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3686254Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3691628Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3697651Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3703590Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3709753Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3715092Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3720784Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3726069Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3731400Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3745890Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3751336Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3756648Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3762444Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3768417Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3775335Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3781615Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-01-24T01:05:52.3786788Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:05:52.3792784Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-01-24T01:05:52.3798181Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-01-24T01:05:52.3803277Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3809815Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3815229Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3820627Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3826621Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3841051Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3847060Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3852713Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3858277Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3864586Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-01-24T01:05:52.3869176Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3874450Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3880286Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3885867Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3899923Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3905222Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-01-24T01:05:52.3911255Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.3917049Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-01-24T01:05:52.3921604Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3927067Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3932318Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3937954Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3943202Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3948714Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-01-24T01:05:52.3962474Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.3968605Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-01-24T01:05:52.3973208Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-01-24T01:05:52.3979531Z creating build\bdist.win-amd64\wheel\torch\_C 2025-01-24T01:05:52.3984277Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.3990088Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.3995542Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4001288Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4006647Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4019789Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4025168Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4031307Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4037306Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4042976Z copying build\lib.win-amd64-cpython-39\torch\_C\_export.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4048154Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4053656Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4060373Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4065577Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4070604Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4076056Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4081426Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4086843Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4091903Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4097052Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4102192Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4107924Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4124171Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4129478Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-01-24T01:05:52.4147915Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4153605Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4159148Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4165646Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-01-24T01:05:52.4169904Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:05:52.4175467Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:05:52.4181474Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-01-24T01:05:52.4186070Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4192452Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-01-24T01:05:52.4197370Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:05:52.4204926Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:05:52.4210564Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:05:52.4224063Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-01-24T01:05:52.4229946Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4243038Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-01-24T01:05:52.4247748Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:05:52.4253431Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-01-24T01:05:52.4258973Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-01-24T01:05:52.4264294Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-01-24T01:05:52.4269239Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4275471Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4282300Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4288218Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4303553Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4308949Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4314374Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4319831Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4324812Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4330305Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4335672Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-01-24T01:05:52.4340065Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4345943Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4352244Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4366841Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4372258Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4378194Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4383606Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4389615Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4395045Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4401156Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4407904Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4413036Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4418828Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4424939Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4431169Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4436791Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4442621Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4449438Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4455368Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4460884Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4466838Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4483579Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4489159Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4496058Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4501172Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4506732Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4512645Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4518681Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4525364Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4532569Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-01-24T01:05:52.4537755Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4543711Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4549421Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4554998Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4567709Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4573079Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4578506Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4583890Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4589393Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-01-24T01:05:52.4595410Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4601322Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4614870Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-01-24T01:05:52.4619612Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:05:52.4626101Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:05:52.4632048Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:05:52.4638527Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-01-24T01:05:52.4643014Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4649111Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4655534Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4661874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4668890Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4674373Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4680166Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4686013Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4691735Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4698862Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4704091Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4712386Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-01-24T01:05:52.4724872Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4730907Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4737878Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4744168Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4749388Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4763814Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4769574Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4774924Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4781105Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4787786Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4793708Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4799007Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4805411Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4811537Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4817344Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4822680Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4828553Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4833875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4840418Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4846732Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4853030Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4859817Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-01-24T01:05:52.4865739Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4871331Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-01-24T01:05:52.4877014Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.4883141Z creating build\bdist.win-amd64\wheel\torch\_export 2025-01-24T01:05:52.4887850Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.4894652Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-01-24T01:05:52.4899529Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:05:52.4906295Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-01-24T01:05:52.4911574Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4917220Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4922816Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4935756Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4941240Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4947445Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4953102Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_closed_over_variable.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4958638Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4964455Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4970377Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_size_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4975864Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\constrain_as_value_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4981331Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4986859Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4992192Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.4997618Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5003366Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_if_guard.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5009255Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5014657Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5043329Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5048969Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5054381Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5060759Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5075426Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5076614Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5078050Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5083370Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5097012Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5102046Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5107213Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5112842Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5118418Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5123858Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5129035Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5134563Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5140024Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5154599Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5160011Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-01-24T01:05:52.5165423Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:05:52.5170936Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:05:52.5175885Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-01-24T01:05:52.5180975Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5187064Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5194006Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-01-24T01:05:52.5208676Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5214050Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5219647Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5234720Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5240246Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5245662Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5251455Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5256957Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5262390Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5268752Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5275068Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5280779Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5286406Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5292055Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-01-24T01:05:52.5297095Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5303722Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-01-24T01:05:52.5308892Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:05:52.5314292Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:05:52.5319963Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-01-24T01:05:52.5324898Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-01-24T01:05:52.5330475Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5335605Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5341543Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5346686Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5359032Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5364611Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5370792Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5377704Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5383030Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-01-24T01:05:52.5387286Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5392613Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5399059Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5404645Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5409827Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-01-24T01:05:52.5416258Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-01-24T01:05:52.5420873Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5427435Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5433723Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5439403Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5455178Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5460333Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5465748Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5471056Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5476388Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5482090Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5488850Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5494264Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5500050Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5506642Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5512952Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5518448Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5523623Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5529298Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5536263Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5541400Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5549335Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:52.5565647Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:52.5572358Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:52.5577974Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:52.5591526Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-01-24T01:05:52.5597391Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5602596Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5609538Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5615575Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5630515Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5636493Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5642679Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5648563Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5654216Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5660746Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5666970Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5672417Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5678542Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5684896Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5690615Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-01-24T01:05:52.5695557Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-01-24T01:05:52.5700985Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.5707504Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-01-24T01:05:52.5712665Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5719397Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5726268Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5740547Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5746930Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5754177Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5760582Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5766174Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5771619Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5777203Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5782817Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5788284Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\prim_hop_base.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5793722Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5799081Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5805539Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5811334Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5817700Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5824238Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5830907Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5836920Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5842573Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-01-24T01:05:52.5848989Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-01-24T01:05:52.5854416Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5860026Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5865946Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5881962Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5887378Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5892658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5899027Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5904050Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5918265Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5924972Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5930656Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-01-24T01:05:52.5934934Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5940823Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5954707Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5960346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5965715Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-01-24T01:05:52.5970244Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5976196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5981739Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5987072Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.5995420Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-01-24T01:05:52.6000640Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6007087Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:52.6012403Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:52.6017791Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2025-01-24T01:05:52.6023539Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6029101Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6045682Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6054846Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6061815Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6069088Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6079185Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6084474Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6090467Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6096513Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6102057Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6108273Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6114666Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6121911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6128796Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6134381Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6140569Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6146613Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6151902Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6157433Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6163406Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6177390Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:52.6183411Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\gemm_operation_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:52.6188992Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-01-24T01:05:52.6193310Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6198921Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6204504Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6211234Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-01-24T01:05:52.6216051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6230027Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6235806Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6242554Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6248630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6254534Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6259713Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6266698Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6271983Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6278095Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6284231Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6298829Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6304423Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6310196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6315568Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6322206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6327559Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6333252Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-01-24T01:05:52.6337742Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6344483Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6350334Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6358274Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.6364749Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.8211894Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.8217523Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.8225475Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-01-24T01:05:52.8231039Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-01-24T01:05:52.8236882Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-01-24T01:05:52.8241541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-01-24T01:05:52.8246169Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8252911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8258590Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8264652Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8270853Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8278702Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-01-24T01:05:52.8284009Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:05:52.8289638Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:05:52.8295119Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:05:52.8299530Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-01-24T01:05:52.8305062Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8312005Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8317923Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8325178Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8331513Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8338091Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8352780Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8358257Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8364434Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8371038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8377028Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8383187Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8389090Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8394586Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8400206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8407082Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-01-24T01:05:52.8412492Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8418547Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8424505Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8431017Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8444980Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8450693Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8456579Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8462107Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8468665Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8475350Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8481504Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8488153Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8493863Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8505921Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8511796Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8517913Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8524034Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8530149Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8538085Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8548405Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8562540Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8568011Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8573706Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8579007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8592384Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8598461Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8604055Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8609601Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8615159Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8621107Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8626847Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8632825Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8639171Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8645385Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8651893Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8657561Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8663117Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8669257Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8675675Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8681662Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8695254Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8701008Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8706774Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8712739Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-01-24T01:05:52.8717166Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8725085Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-01-24T01:05:52.8729640Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8735024Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8741523Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8755580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8761265Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8767167Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8776171Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8782857Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-01-24T01:05:52.8788322Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8793900Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8801202Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8809755Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8816944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8833196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8839294Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8845159Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8851862Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8857443Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-01-24T01:05:52.8862716Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8868904Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8877098Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8883010Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8888587Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8894727Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8901089Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8906804Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8921540Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8927261Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8934329Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-01-24T01:05:52.8939566Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:05:52.8945104Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:05:52.8950840Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:05:52.8956168Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-01-24T01:05:52.8961229Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8968018Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8973445Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.8979851Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-01-24T01:05:52.8984860Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.8990861Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.8996466Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9001964Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9017263Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9023044Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9028630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9034015Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9039871Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9045835Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9052216Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9059018Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-01-24T01:05:52.9063411Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9071143Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9079743Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9085925Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9110027Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9117031Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9123729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9130301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9137196Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9143145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9149318Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-01-24T01:05:52.9156788Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:52.9164226Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-01-24T01:05:52.9168937Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9174538Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9180826Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9193174Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9199447Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9290676Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9296400Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9301239Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9306339Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9311951Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9317145Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-01-24T01:05:52.9323454Z creating build\bdist.win-amd64\wheel\torch\_library 2025-01-24T01:05:52.9328120Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9333488Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9340001Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9345296Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9856533Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9861976Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9867537Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9873024Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9880073Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-01-24T01:05:52.9885601Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.4909051Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.4916103Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-01-24T01:05:53.4921634Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:05:53.4927069Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:05:53.4932587Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:05:53.4938789Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:05:53.5018348Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-01-24T01:05:53.5024184Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5029695Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5038935Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5045664Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-01-24T01:05:53.5050356Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5055976Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5061505Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5067477Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-01-24T01:05:53.5072296Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:05:53.5079718Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-01-24T01:05:53.5084521Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5090047Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5162154Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5167500Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5172789Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5178560Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5185271Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5191444Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5199016Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5205451Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5211830Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5219013Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5224744Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5230510Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-01-24T01:05:53.5235870Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5243112Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-01-24T01:05:53.5248180Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:05:53.5253429Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:05:53.5258595Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:05:53.5263824Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:05:53.5269298Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-01-24T01:05:53.5341942Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-01-24T01:05:53.5346515Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:05:53.5352390Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-01-24T01:05:53.5359421Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5365429Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-01-24T01:05:53.5370019Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:05:53.5376433Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-01-24T01:05:53.5381457Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-01-24T01:05:53.5387161Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-01-24T01:05:53.5392409Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-01-24T01:05:53.5397476Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-01-24T01:05:53.5403527Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-01-24T01:05:53.5409047Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-01-24T01:05:53.5414264Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-01-24T01:05:53.5419313Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:05:53.5424901Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-01-24T01:05:53.5487157Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5492965Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:53.5498567Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5657021Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5662877Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-01-24T01:05:54.5668307Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:05:54.5674470Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:05:54.5680410Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-01-24T01:05:54.5765016Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-01-24T01:05:54.5769632Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5775752Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5782599Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5857604Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5863311Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5869951Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5875576Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5881217Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-01-24T01:05:54.5886401Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5892760Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5900261Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5906426Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5910956Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5921240Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.5927076Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8623534Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-01-24T01:05:54.8649887Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-01-24T01:05:54.8655687Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:05:54.8662648Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:05:54.8669164Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-01-24T01:05:54.8676283Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-01-24T01:05:54.8681287Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8686704Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8703568Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8709306Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8716652Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8722559Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8728419Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-01-24T01:05:54.8746539Z creating build\bdist.win-amd64\wheel\torchgen 2025-01-24T01:05:54.8751657Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-01-24T01:05:54.8756227Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:05:54.8762725Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-01-24T01:05:54.8768161Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-01-24T01:05:54.8772816Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8778597Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8784430Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8789878Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8795383Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8869306Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8874244Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8879687Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8885863Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8891351Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8897790Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-01-24T01:05:54.8902682Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:05:54.8908163Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:05:54.8913442Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:05:54.8918996Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-01-24T01:05:54.8924269Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8930293Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8936693Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-01-24T01:05:54.8941885Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:54.8946881Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:54.8953135Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-01-24T01:05:54.8957722Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.8963703Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.8969234Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.8974894Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.9050862Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.9056359Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-01-24T01:05:54.9062423Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2025-01-24T01:05:55.4279934Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2025-01-24T01:05:55.4285227Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:05:55.4291075Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:05:55.4296927Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2025-01-24T01:05:55.4301990Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:05:55.4307473Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:05:55.4312740Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2025-01-24T01:05:55.4317914Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:05:55.4323287Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2025-01-24T01:05:55.4327872Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:05:55.4333292Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:05:55.4338709Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2025-01-24T01:05:55.4342928Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4350084Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4356044Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4361962Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4368061Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4374030Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4380219Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4385715Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4391067Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4396499Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4403374Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:55.4410081Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-01-24T01:05:55.4414941Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:05:55.4420620Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:05:55.4426089Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-01-24T01:05:55.4608117Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-01-24T01:05:55.4612830Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-01-24T01:05:55.4618147Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-01-24T01:05:55.4623043Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:05:55.4634625Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-01-24T01:05:55.4641382Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.4646709Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.4652345Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.4657952Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7530542Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7536257Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7542094Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7548886Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7554429Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7559961Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7565194Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7570619Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7576257Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7582040Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7587705Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7593123Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7598565Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7604211Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7610393Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7616069Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7723713Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7729595Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7735101Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7741016Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7746994Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7752542Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7758308Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7764102Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7769786Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7774877Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7958445Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7964007Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7969635Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7974963Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7981605Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7986783Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7992068Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.7997506Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:55.8003177Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:56.0057214Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-01-24T01:05:56.0063438Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-01-24T01:05:56.0068688Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0074019Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0079395Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0084716Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0090263Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0107854Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0113521Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0119221Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0125432Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0131695Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0138480Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0144097Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0149393Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0156116Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0161694Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0167736Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0174138Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0179345Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0184675Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0189624Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0203546Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0209063Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0214507Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0220244Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0225952Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0232803Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0239024Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0244419Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0249856Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0255267Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0260729Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0266317Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0272004Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0277648Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0292371Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0297918Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0303198Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0308603Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0314107Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0319241Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-01-24T01:05:56.0324498Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-01-24T01:05:56.0329612Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-01-24T01:05:56.0334160Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:05:56.0339237Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:05:56.0344371Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-01-24T01:05:56.0349232Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-01-24T01:05:56.0353884Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:05:56.0359347Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:05:56.0365559Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:05:56.0380447Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-01-24T01:05:56.0384936Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:56.0390994Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:56.0404973Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-01-24T01:05:56.0416309Z running install_egg_info 2025-01-24T01:05:56.0573462Z running egg_info 2025-01-24T01:05:56.0574838Z creating torch.egg-info 2025-01-24T01:05:56.0682014Z writing torch.egg-info\PKG-INFO 2025-01-24T01:05:56.0710386Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-01-24T01:05:56.0714606Z writing entry points to torch.egg-info\entry_points.txt 2025-01-24T01:05:56.0732844Z writing requirements to torch.egg-info\requires.txt 2025-01-24T01:05:56.0737249Z writing top-level names to torch.egg-info\top_level.txt 2025-01-24T01:05:56.0741018Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:05:56.9386979Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:05:56.9392722Z reading manifest template 'MANIFEST.in' 2025-01-24T01:06:00.0842376Z warning: no files found matching '*.*' under directory 'ios' 2025-01-24T01:06:27.1194987Z warning: no files found matching '*.*' under directory 'modules' 2025-01-24T01:06:27.3067089Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-01-24T01:06:27.4444381Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-01-24T01:06:27.5824052Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-01-24T01:06:27.7204937Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-01-24T01:06:28.1117880Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-01-24T01:06:28.1118470Z adding license file 'LICENSE' 2025-01-24T01:06:28.1118769Z adding license file 'NOTICE' 2025-01-24T01:06:34.9974669Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-01-24T01:06:35.0479272Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.7.0a0+gitd087145-py3.9.egg-info 2025-01-24T01:06:35.0589771Z running install_scripts 2025-01-24T01:06:35.0618681Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-01-24T01:06:35.0619603Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-01-24T01:06:35.0735659Z creating build\bdist.win-amd64\wheel\torch-2.7.0a0+gitd087145.dist-info\WHEEL 2025-01-24T01:06:35.0750979Z creating 'dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-01-24T01:06:35.0991746Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-01-24T01:06:35.1013466Z adding 'functorch/__init__.py' 2025-01-24T01:06:35.1017783Z adding 'functorch/_src/__init__.py' 2025-01-24T01:06:35.1021617Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-01-24T01:06:35.1025245Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-01-24T01:06:35.1028918Z adding 'functorch/_src/make_functional/__init__.py' 2025-01-24T01:06:35.1032593Z adding 'functorch/_src/vmap/__init__.py' 2025-01-24T01:06:35.1036341Z adding 'functorch/compile/__init__.py' 2025-01-24T01:06:35.1041614Z adding 'functorch/dim/__init__.py' 2025-01-24T01:06:35.1045015Z adding 'functorch/dim/batch_tensor.py' 2025-01-24T01:06:35.1048594Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-01-24T01:06:35.1052302Z adding 'functorch/dim/dim.py' 2025-01-24T01:06:35.1055762Z adding 'functorch/dim/magic_trace.py' 2025-01-24T01:06:35.1060193Z adding 'functorch/dim/op_properties.py' 2025-01-24T01:06:35.1069213Z adding 'functorch/dim/reference.py' 2025-01-24T01:06:35.1072846Z adding 'functorch/dim/tree_map.py' 2025-01-24T01:06:35.1076282Z adding 'functorch/dim/wrap_type.py' 2025-01-24T01:06:35.1079976Z adding 'functorch/einops/__init__.py' 2025-01-24T01:06:35.1085891Z adding 'functorch/einops/_parsing.py' 2025-01-24T01:06:35.1091654Z adding 'functorch/einops/rearrange.py' 2025-01-24T01:06:35.1095706Z adding 'functorch/experimental/__init__.py' 2025-01-24T01:06:35.1098574Z adding 'functorch/experimental/control_flow.py' 2025-01-24T01:06:35.1101494Z adding 'functorch/experimental/ops.py' 2025-01-24T01:06:35.1110144Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-01-24T01:06:35.1113570Z adding 'torch/_VF.py' 2025-01-24T01:06:35.1337117Z adding 'torch/_VF.pyi' 2025-01-24T01:06:35.1368205Z adding 'torch/__config__.py' 2025-01-24T01:06:35.1371645Z adding 'torch/__future__.py' 2025-01-24T01:06:35.1409329Z adding 'torch/__init__.py' 2025-01-24T01:06:35.1419901Z adding 'torch/_appdirs.py' 2025-01-24T01:06:35.1423984Z adding 'torch/_classes.py' 2025-01-24T01:06:35.1427457Z adding 'torch/_compile.py' 2025-01-24T01:06:35.1433311Z adding 'torch/_custom_ops.py' 2025-01-24T01:06:35.1437432Z adding 'torch/_deploy.py' 2025-01-24T01:06:35.1441178Z adding 'torch/_environment.py' 2025-01-24T01:06:35.1454529Z adding 'torch/_guards.py' 2025-01-24T01:06:35.1477723Z adding 'torch/_jit_internal.py' 2025-01-24T01:06:35.1483139Z adding 'torch/_linalg_utils.py' 2025-01-24T01:06:35.1499340Z adding 'torch/_lobpcg.py' 2025-01-24T01:06:35.1506012Z adding 'torch/_lowrank.py' 2025-01-24T01:06:35.1574663Z adding 'torch/_meta_registrations.py' 2025-01-24T01:06:35.1583970Z adding 'torch/_namedtensor_internals.py' 2025-01-24T01:06:35.1604910Z adding 'torch/_ops.py' 2025-01-24T01:06:35.1611132Z adding 'torch/_python_dispatcher.py' 2025-01-24T01:06:35.1614601Z adding 'torch/_size_docs.py' 2025-01-24T01:06:35.1618780Z adding 'torch/_sources.py' 2025-01-24T01:06:35.1622587Z adding 'torch/_storage_docs.py' 2025-01-24T01:06:35.1625308Z adding 'torch/_streambase.py' 2025-01-24T01:06:35.1649716Z adding 'torch/_tensor.py' 2025-01-24T01:06:35.1694469Z adding 'torch/_tensor_docs.py' 2025-01-24T01:06:35.1707340Z adding 'torch/_tensor_str.py' 2025-01-24T01:06:35.1710983Z adding 'torch/_thread_safe_fork.py' 2025-01-24T01:06:35.1846652Z adding 'torch/_torch_docs.py' 2025-01-24T01:06:35.1871265Z adding 'torch/_utils.py' 2025-01-24T01:06:35.1877515Z adding 'torch/_utils_internal.py' 2025-01-24T01:06:35.1882949Z adding 'torch/_vmap_internals.py' 2025-01-24T01:06:35.1890860Z adding 'torch/_weights_only_unpickler.py' 2025-01-24T01:06:35.1922448Z adding 'torch/functional.py' 2025-01-24T01:06:35.1937521Z adding 'torch/hub.py' 2025-01-24T01:06:35.1958241Z adding 'torch/library.py' 2025-01-24T01:06:35.1986404Z adding 'torch/overrides.py' 2025-01-24T01:06:35.1991916Z adding 'torch/py.typed' 2025-01-24T01:06:35.1996765Z adding 'torch/quasirandom.py' 2025-01-24T01:06:35.2001780Z adding 'torch/random.py' 2025-01-24T01:06:35.2005250Z adding 'torch/return_types.py' 2025-01-24T01:06:35.2009600Z adding 'torch/return_types.pyi' 2025-01-24T01:06:35.2037800Z adding 'torch/serialization.py' 2025-01-24T01:06:35.2054829Z adding 'torch/storage.py' 2025-01-24T01:06:35.2059641Z adding 'torch/torch_version.py' 2025-01-24T01:06:35.2063484Z adding 'torch/types.py' 2025-01-24T01:06:35.2066501Z adding 'torch/version.py' 2025-01-24T01:06:35.2290510Z adding 'torch/_C/_VariableFunctions.pyi' 2025-01-24T01:06:35.2405740Z adding 'torch/_C/__init__.pyi' 2025-01-24T01:06:35.2418265Z adding 'torch/_C/_aoti.pyi' 2025-01-24T01:06:35.2422105Z adding 'torch/_C/_autograd.pyi' 2025-01-24T01:06:35.2425153Z adding 'torch/_C/_cpu.pyi' 2025-01-24T01:06:35.2428086Z adding 'torch/_C/_cudnn.pyi' 2025-01-24T01:06:35.2430825Z adding 'torch/_C/_cusparselt.pyi' 2025-01-24T01:06:35.2433828Z adding 'torch/_C/_distributed_autograd.pyi' 2025-01-24T01:06:35.2440783Z adding 'torch/_C/_distributed_c10d.pyi' 2025-01-24T01:06:35.2445514Z adding 'torch/_C/_distributed_rpc.pyi' 2025-01-24T01:06:35.2448733Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-01-24T01:06:35.2451608Z adding 'torch/_C/_export.pyi' 2025-01-24T01:06:35.2454558Z adding 'torch/_C/_functions.pyi' 2025-01-24T01:06:35.2457943Z adding 'torch/_C/_functorch.pyi' 2025-01-24T01:06:35.2460821Z adding 'torch/_C/_instruction_counter.pyi' 2025-01-24T01:06:35.2463604Z adding 'torch/_C/_itt.pyi' 2025-01-24T01:06:35.2466598Z adding 'torch/_C/_lazy.pyi' 2025-01-24T01:06:35.2469467Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-01-24T01:06:35.2472509Z adding 'torch/_C/_monitor.pyi' 2025-01-24T01:06:35.2476170Z adding 'torch/_C/_nn.pyi' 2025-01-24T01:06:35.2479239Z adding 'torch/_C/_nvtx.pyi' 2025-01-24T01:06:35.2482228Z adding 'torch/_C/_onnx.pyi' 2025-01-24T01:06:35.2486331Z adding 'torch/_C/_profiler.pyi' 2025-01-24T01:06:35.2489315Z adding 'torch/_C/_verbose.pyi' 2025-01-24T01:06:35.2493375Z adding 'torch/_awaits/__init__.py' 2025-01-24T01:06:35.2497090Z adding 'torch/_custom_op/__init__.py' 2025-01-24T01:06:35.2502751Z adding 'torch/_custom_op/autograd.py' 2025-01-24T01:06:35.2512443Z adding 'torch/_custom_op/impl.py' 2025-01-24T01:06:35.2521105Z adding 'torch/_decomp/__init__.py' 2025-01-24T01:06:35.2579820Z adding 'torch/_decomp/decompositions.py' 2025-01-24T01:06:35.2589464Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-01-24T01:06:35.2594969Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-01-24T01:06:35.2599021Z adding 'torch/_dispatch/__init__.py' 2025-01-24T01:06:35.2603521Z adding 'torch/_dispatch/python.py' 2025-01-24T01:06:35.2609180Z adding 'torch/_dynamo/__init__.py' 2025-01-24T01:06:35.2614792Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-01-24T01:06:35.2620020Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-01-24T01:06:35.2641657Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-01-24T01:06:35.2648053Z adding 'torch/_dynamo/cache_size.py' 2025-01-24T01:06:35.2651903Z adding 'torch/_dynamo/callback.py' 2025-01-24T01:06:35.2660597Z adding 'torch/_dynamo/code_context.py' 2025-01-24T01:06:35.2663398Z adding 'torch/_dynamo/codegen.py' 2025-01-24T01:06:35.2676218Z adding 'torch/_dynamo/compiled_autograd.py' 2025-01-24T01:06:35.2683246Z adding 'torch/_dynamo/comptime.py' 2025-01-24T01:06:35.2695871Z adding 'torch/_dynamo/config.py' 2025-01-24T01:06:35.2715929Z adding 'torch/_dynamo/convert_frame.py' 2025-01-24T01:06:35.2720901Z adding 'torch/_dynamo/create_parameter_op.py' 2025-01-24T01:06:35.2724144Z adding 'torch/_dynamo/current_scope_id.py' 2025-01-24T01:06:35.2736405Z adding 'torch/_dynamo/debug_utils.py' 2025-01-24T01:06:35.2746926Z adding 'torch/_dynamo/decorators.py' 2025-01-24T01:06:35.2754628Z adding 'torch/_dynamo/device_interface.py' 2025-01-24T01:06:35.2758667Z adding 'torch/_dynamo/distributed.py' 2025-01-24T01:06:35.2784712Z adding 'torch/_dynamo/eval_frame.py' 2025-01-24T01:06:35.2793850Z adding 'torch/_dynamo/exc.py' 2025-01-24T01:06:35.2798386Z adding 'torch/_dynamo/external_utils.py' 2025-01-24T01:06:35.2801871Z adding 'torch/_dynamo/funcname_cache.py' 2025-01-24T01:06:35.2807037Z adding 'torch/_dynamo/graph_deduplication.py' 2025-01-24T01:06:35.2813758Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-01-24T01:06:35.2856261Z adding 'torch/_dynamo/guards.py' 2025-01-24T01:06:35.2861893Z adding 'torch/_dynamo/hooks.py' 2025-01-24T01:06:35.2865240Z adding 'torch/_dynamo/logging.py' 2025-01-24T01:06:35.2869354Z adding 'torch/_dynamo/metrics_context.py' 2025-01-24T01:06:35.2873442Z adding 'torch/_dynamo/mutation_guard.py' 2025-01-24T01:06:35.2914638Z adding 'torch/_dynamo/output_graph.py' 2025-01-24T01:06:35.2927219Z adding 'torch/_dynamo/pgo.py' 2025-01-24T01:06:35.2931839Z adding 'torch/_dynamo/profiler.py' 2025-01-24T01:06:35.2940429Z adding 'torch/_dynamo/replay_record.py' 2025-01-24T01:06:35.2947167Z adding 'torch/_dynamo/resume_execution.py' 2025-01-24T01:06:35.2959913Z adding 'torch/_dynamo/side_effects.py' 2025-01-24T01:06:35.2968150Z adding 'torch/_dynamo/source.py' 2025-01-24T01:06:35.3014707Z adding 'torch/_dynamo/symbolic_convert.py' 2025-01-24T01:06:35.3021225Z adding 'torch/_dynamo/tensor_version_op.py' 2025-01-24T01:06:35.3024659Z adding 'torch/_dynamo/test_case.py' 2025-01-24T01:06:35.3030236Z adding 'torch/_dynamo/test_minifier_common.py' 2025-01-24T01:06:35.3037171Z adding 'torch/_dynamo/testing.py' 2025-01-24T01:06:35.3073284Z adding 'torch/_dynamo/trace_rules.py' 2025-01-24T01:06:35.3080090Z adding 'torch/_dynamo/types.py' 2025-01-24T01:06:35.3134939Z adding 'torch/_dynamo/utils.py' 2025-01-24T01:06:35.3141911Z adding 'torch/_dynamo/backends/__init__.py' 2025-01-24T01:06:35.3146000Z adding 'torch/_dynamo/backends/common.py' 2025-01-24T01:06:35.3151117Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-01-24T01:06:35.3158038Z adding 'torch/_dynamo/backends/debugging.py' 2025-01-24T01:06:35.3168866Z adding 'torch/_dynamo/backends/distributed.py' 2025-01-24T01:06:35.3172568Z adding 'torch/_dynamo/backends/inductor.py' 2025-01-24T01:06:35.3175871Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-01-24T01:06:35.3179854Z adding 'torch/_dynamo/backends/registry.py' 2025-01-24T01:06:35.3183056Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-01-24T01:06:35.3186372Z adding 'torch/_dynamo/backends/torchxla.py' 2025-01-24T01:06:35.3190909Z adding 'torch/_dynamo/backends/tvm.py' 2025-01-24T01:06:35.3196928Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-01-24T01:06:35.3200513Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-01-24T01:06:35.3203753Z adding 'torch/_dynamo/polyfills/functools.py' 2025-01-24T01:06:35.3208473Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-01-24T01:06:35.3211997Z adding 'torch/_dynamo/polyfills/loader.py' 2025-01-24T01:06:35.3215485Z adding 'torch/_dynamo/polyfills/operator.py' 2025-01-24T01:06:35.3218866Z adding 'torch/_dynamo/polyfills/os.py' 2025-01-24T01:06:35.3225085Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-01-24T01:06:35.3228566Z adding 'torch/_dynamo/polyfills/sys.py' 2025-01-24T01:06:35.3232222Z adding 'torch/_dynamo/repro/__init__.py' 2025-01-24T01:06:35.3245402Z adding 'torch/_dynamo/repro/after_aot.py' 2025-01-24T01:06:35.3255275Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-01-24T01:06:35.3264989Z adding 'torch/_dynamo/repro/aoti.py' 2025-01-24T01:06:35.3270586Z adding 'torch/_dynamo/variables/__init__.py' 2025-01-24T01:06:35.3278028Z adding 'torch/_dynamo/variables/base.py' 2025-01-24T01:06:35.3322909Z adding 'torch/_dynamo/variables/builder.py' 2025-01-24T01:06:35.3348824Z adding 'torch/_dynamo/variables/builtin.py' 2025-01-24T01:06:35.3355500Z adding 'torch/_dynamo/variables/constant.py' 2025-01-24T01:06:35.3367234Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-01-24T01:06:35.3378175Z adding 'torch/_dynamo/variables/dicts.py' 2025-01-24T01:06:35.3384737Z adding 'torch/_dynamo/variables/distributed.py' 2025-01-24T01:06:35.3401754Z adding 'torch/_dynamo/variables/functions.py' 2025-01-24T01:06:35.3435846Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-01-24T01:06:35.3445139Z adding 'torch/_dynamo/variables/iter.py' 2025-01-24T01:06:35.3450350Z adding 'torch/_dynamo/variables/lazy.py' 2025-01-24T01:06:35.3462984Z adding 'torch/_dynamo/variables/lists.py' 2025-01-24T01:06:35.3484276Z adding 'torch/_dynamo/variables/misc.py' 2025-01-24T01:06:35.3501791Z adding 'torch/_dynamo/variables/nn_module.py' 2025-01-24T01:06:35.3510676Z adding 'torch/_dynamo/variables/optimizer.py' 2025-01-24T01:06:35.3515780Z adding 'torch/_dynamo/variables/script_object.py' 2025-01-24T01:06:35.3519119Z adding 'torch/_dynamo/variables/sdpa.py' 2025-01-24T01:06:35.3538566Z adding 'torch/_dynamo/variables/tensor.py' 2025-01-24T01:06:35.3557571Z adding 'torch/_dynamo/variables/torch.py' 2025-01-24T01:06:35.3568151Z adding 'torch/_dynamo/variables/torch_function.py' 2025-01-24T01:06:35.3588212Z adding 'torch/_dynamo/variables/user_defined.py' 2025-01-24T01:06:35.3595109Z adding 'torch/_export/__init__.py' 2025-01-24T01:06:35.3619146Z adding 'torch/_export/converter.py' 2025-01-24T01:06:35.3623758Z adding 'torch/_export/error.py' 2025-01-24T01:06:35.3634007Z adding 'torch/_export/non_strict_utils.py' 2025-01-24T01:06:35.3641332Z adding 'torch/_export/pass_base.py' 2025-01-24T01:06:35.3645950Z adding 'torch/_export/tools.py' 2025-01-24T01:06:35.3665106Z adding 'torch/_export/utils.py' 2025-01-24T01:06:35.3672956Z adding 'torch/_export/verifier.py' 2025-01-24T01:06:35.3677361Z adding 'torch/_export/wrappers.py' 2025-01-24T01:06:35.3681683Z adding 'torch/_export/db/__init__.py' 2025-01-24T01:06:35.3685818Z adding 'torch/_export/db/case.py' 2025-01-24T01:06:35.3689027Z adding 'torch/_export/db/gen_example.py' 2025-01-24T01:06:35.3692282Z adding 'torch/_export/db/logging.py' 2025-01-24T01:06:35.3697337Z adding 'torch/_export/db/examples/__init__.py' 2025-01-24T01:06:35.3700506Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-01-24T01:06:35.3703586Z adding 'torch/_export/db/examples/autograd_function.py' 2025-01-24T01:06:35.3706524Z adding 'torch/_export/db/examples/class_method.py' 2025-01-24T01:06:35.3709821Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-01-24T01:06:35.3713066Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-01-24T01:06:35.3716659Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-01-24T01:06:35.3719596Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-01-24T01:06:35.3722644Z adding 'torch/_export/db/examples/cond_operands.py' 2025-01-24T01:06:35.3725723Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-01-24T01:06:35.3728821Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-01-24T01:06:35.3731977Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-01-24T01:06:35.3734967Z adding 'torch/_export/db/examples/decorator.py' 2025-01-24T01:06:35.3763215Z adding 'torch/_export/db/examples/dictionary.py' 2025-01-24T01:06:35.3766281Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-01-24T01:06:35.3769302Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-01-24T01:06:35.3772345Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-01-24T01:06:35.3775311Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-01-24T01:06:35.3778344Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-01-24T01:06:35.3781255Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-01-24T01:06:35.3784347Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-01-24T01:06:35.3787387Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-01-24T01:06:35.3790396Z adding 'torch/_export/db/examples/list_contains.py' 2025-01-24T01:06:35.3793396Z adding 'torch/_export/db/examples/list_unpack.py' 2025-01-24T01:06:35.3796598Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-01-24T01:06:35.3799613Z adding 'torch/_export/db/examples/nested_function.py' 2025-01-24T01:06:35.3802597Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-01-24T01:06:35.3805517Z adding 'torch/_export/db/examples/optional_input.py' 2025-01-24T01:06:35.3808484Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-01-24T01:06:35.3811449Z adding 'torch/_export/db/examples/scalar_output.py' 2025-01-24T01:06:35.3815256Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-01-24T01:06:35.3818150Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-01-24T01:06:35.3821406Z adding 'torch/_export/db/examples/static_if.py' 2025-01-24T01:06:35.3824857Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-01-24T01:06:35.3828157Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-01-24T01:06:35.3831636Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-01-24T01:06:35.3835170Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-01-24T01:06:35.3839555Z adding 'torch/_export/pass_infra/__init__.py' 2025-01-24T01:06:35.3843238Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-01-24T01:06:35.3847044Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-01-24T01:06:35.3851425Z adding 'torch/_export/passes/__init__.py' 2025-01-24T01:06:35.3855391Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-01-24T01:06:35.3860838Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-01-24T01:06:35.3865755Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-01-24T01:06:35.3871708Z adding 'torch/_export/passes/constant_folding.py' 2025-01-24T01:06:35.3875931Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-01-24T01:06:35.3879456Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-01-24T01:06:35.3885623Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-01-24T01:06:35.3889367Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-01-24T01:06:35.3893909Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-01-24T01:06:35.3903027Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-01-24T01:06:35.3907592Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-01-24T01:06:35.3911198Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-01-24T01:06:35.3915998Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-01-24T01:06:35.3919816Z adding 'torch/_export/serde/__init__.py' 2025-01-24T01:06:35.3922663Z adding 'torch/_export/serde/aoti_schema.py' 2025-01-24T01:06:35.3928092Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-01-24T01:06:35.3932819Z adding 'torch/_export/serde/export_schema.thrift' 2025-01-24T01:06:35.3938866Z adding 'torch/_export/serde/schema.py' 2025-01-24T01:06:35.3943564Z adding 'torch/_export/serde/schema.yaml' 2025-01-24T01:06:35.3951771Z adding 'torch/_export/serde/schema_check.py' 2025-01-24T01:06:35.3993856Z adding 'torch/_export/serde/serialize.py' 2025-01-24T01:06:35.4000318Z adding 'torch/_export/serde/union.py' 2025-01-24T01:06:35.4004472Z adding 'torch/_functorch/__init__.py' 2025-01-24T01:06:35.4031835Z adding 'torch/_functorch/aot_autograd.py' 2025-01-24T01:06:35.4040823Z adding 'torch/_functorch/apis.py' 2025-01-24T01:06:35.4052220Z adding 'torch/_functorch/autograd_function.py' 2025-01-24T01:06:35.4056112Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-01-24T01:06:35.4060405Z adding 'torch/_functorch/benchmark_utils.py' 2025-01-24T01:06:35.4064951Z adding 'torch/_functorch/compile_utils.py' 2025-01-24T01:06:35.4071662Z adding 'torch/_functorch/compilers.py' 2025-01-24T01:06:35.4077685Z adding 'torch/_functorch/config.py' 2025-01-24T01:06:35.4081904Z adding 'torch/_functorch/deprecated.py' 2025-01-24T01:06:35.4106497Z adding 'torch/_functorch/eager_transforms.py' 2025-01-24T01:06:35.4113677Z adding 'torch/_functorch/functional_call.py' 2025-01-24T01:06:35.4121347Z adding 'torch/_functorch/fx_minifier.py' 2025-01-24T01:06:35.4129997Z adding 'torch/_functorch/make_functional.py' 2025-01-24T01:06:35.4158137Z adding 'torch/_functorch/partitioners.py' 2025-01-24T01:06:35.4165044Z adding 'torch/_functorch/pyfunctorch.py' 2025-01-24T01:06:35.4168494Z adding 'torch/_functorch/python_key.py' 2025-01-24T01:06:35.4171734Z adding 'torch/_functorch/pytree_hacks.py' 2025-01-24T01:06:35.4180070Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-01-24T01:06:35.4183841Z adding 'torch/_functorch/utils.py' 2025-01-24T01:06:35.4192032Z adding 'torch/_functorch/vmap.py' 2025-01-24T01:06:35.4196705Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-01-24T01:06:35.4202285Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-01-24T01:06:35.4206714Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-01-24T01:06:35.4212235Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-01-24T01:06:35.4216614Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-01-24T01:06:35.4230886Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-01-24T01:06:35.4248425Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-01-24T01:06:35.4255994Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-01-24T01:06:35.4265721Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-01-24T01:06:35.4273951Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-01-24T01:06:35.4288041Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-01-24T01:06:35.4293076Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-01-24T01:06:35.4327441Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-01-24T01:06:35.4345441Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-01-24T01:06:35.4350016Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-01-24T01:06:35.4357942Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-01-24T01:06:35.4374761Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-01-24T01:06:35.4383575Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-01-24T01:06:35.4388149Z adding 'torch/_higher_order_ops/__init__.py' 2025-01-24T01:06:35.4395211Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-01-24T01:06:35.4405479Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-01-24T01:06:35.4414926Z adding 'torch/_higher_order_ops/cond.py' 2025-01-24T01:06:35.4420722Z adding 'torch/_higher_order_ops/effects.py' 2025-01-24T01:06:35.4425357Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-01-24T01:06:35.4437038Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-01-24T01:06:35.4441068Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-01-24T01:06:35.4445111Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-01-24T01:06:35.4450828Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-01-24T01:06:35.4455989Z adding 'torch/_higher_order_ops/map.py' 2025-01-24T01:06:35.4460462Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-01-24T01:06:35.4465207Z adding 'torch/_higher_order_ops/prim_hop_base.py' 2025-01-24T01:06:35.4468758Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-01-24T01:06:35.4476450Z adding 'torch/_higher_order_ops/scan.py' 2025-01-24T01:06:35.4480720Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-01-24T01:06:35.4485008Z adding 'torch/_higher_order_ops/torchbind.py' 2025-01-24T01:06:35.4507756Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-01-24T01:06:35.4518949Z adding 'torch/_higher_order_ops/utils.py' 2025-01-24T01:06:35.4527717Z adding 'torch/_higher_order_ops/while_loop.py' 2025-01-24T01:06:35.4533557Z adding 'torch/_higher_order_ops/wrap.py' 2025-01-24T01:06:35.4541183Z adding 'torch/_inductor/__init__.py' 2025-01-24T01:06:35.4545745Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-01-24T01:06:35.4551065Z adding 'torch/_inductor/aoti_eager.py' 2025-01-24T01:06:35.4557490Z adding 'torch/_inductor/async_compile.py' 2025-01-24T01:06:35.4568820Z adding 'torch/_inductor/autotune_process.py' 2025-01-24T01:06:35.4574022Z adding 'torch/_inductor/bounds.py' 2025-01-24T01:06:35.4580021Z adding 'torch/_inductor/choices.py' 2025-01-24T01:06:35.4624150Z adding 'torch/_inductor/codecache.py' 2025-01-24T01:06:35.4632145Z adding 'torch/_inductor/comm_analysis.py' 2025-01-24T01:06:35.4638135Z adding 'torch/_inductor/comm_lowering.py' 2025-01-24T01:06:35.4650245Z adding 'torch/_inductor/comms.py' 2025-01-24T01:06:35.4681130Z adding 'torch/_inductor/compile_fx.py' 2025-01-24T01:06:35.4691254Z adding 'torch/_inductor/compiler_bisector.py' 2025-01-24T01:06:35.4717952Z adding 'torch/_inductor/config.py' 2025-01-24T01:06:35.4725682Z adding 'torch/_inductor/constant_folding.py' 2025-01-24T01:06:35.4744454Z adding 'torch/_inductor/cpp_builder.py' 2025-01-24T01:06:35.4752127Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-01-24T01:06:35.4794086Z adding 'torch/_inductor/cudagraph_trees.py' 2025-01-24T01:06:35.4802208Z adding 'torch/_inductor/cudagraph_utils.py' 2025-01-24T01:06:35.4806405Z adding 'torch/_inductor/custom_graph_pass.py' 2025-01-24T01:06:35.4816470Z adding 'torch/_inductor/debug.py' 2025-01-24T01:06:35.4829517Z adding 'torch/_inductor/decomposition.py' 2025-01-24T01:06:35.4841465Z adding 'torch/_inductor/dependencies.py' 2025-01-24T01:06:35.4847269Z adding 'torch/_inductor/dtype_propagation.py' 2025-01-24T01:06:35.4851426Z adding 'torch/_inductor/exc.py' 2025-01-24T01:06:35.4854724Z adding 'torch/_inductor/extern_node_serializer.py' 2025-01-24T01:06:35.4859996Z adding 'torch/_inductor/freezing.py' 2025-01-24T01:06:35.4872769Z adding 'torch/_inductor/fuzzer.py' 2025-01-24T01:06:35.4878808Z adding 'torch/_inductor/fx_utils.py' 2025-01-24T01:06:35.4910468Z adding 'torch/_inductor/graph.py' 2025-01-24T01:06:35.4915593Z adding 'torch/_inductor/hooks.py' 2025-01-24T01:06:35.4921657Z adding 'torch/_inductor/index_propagation.py' 2025-01-24T01:06:35.4926303Z adding 'torch/_inductor/inductor_prims.py' 2025-01-24T01:06:35.5014097Z adding 'torch/_inductor/ir.py' 2025-01-24T01:06:35.5025085Z adding 'torch/_inductor/jagged_lowerings.py' 2025-01-24T01:06:35.5034391Z adding 'torch/_inductor/loop_body.py' 2025-01-24T01:06:35.5108052Z adding 'torch/_inductor/lowering.py' 2025-01-24T01:06:35.5122823Z adding 'torch/_inductor/memory.py' 2025-01-24T01:06:35.5130008Z adding 'torch/_inductor/metrics.py' 2025-01-24T01:06:35.5139681Z adding 'torch/_inductor/mkldnn_ir.py' 2025-01-24T01:06:35.5151446Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-01-24T01:06:35.5157202Z adding 'torch/_inductor/mock_cache.py' 2025-01-24T01:06:35.5167977Z adding 'torch/_inductor/ops_handler.py' 2025-01-24T01:06:35.5172703Z adding 'torch/_inductor/optimize_indexing.py' 2025-01-24T01:06:35.5181472Z adding 'torch/_inductor/output_code.py' 2025-01-24T01:06:35.5209658Z adding 'torch/_inductor/pattern_matcher.py' 2025-01-24T01:06:35.5215057Z adding 'torch/_inductor/quantized_lowerings.py' 2025-01-24T01:06:35.5221023Z adding 'torch/_inductor/remote_cache.py' 2025-01-24T01:06:35.5276539Z adding 'torch/_inductor/scheduler.py' 2025-01-24T01:06:35.5308522Z adding 'torch/_inductor/select_algorithm.py' 2025-01-24T01:06:35.5323357Z adding 'torch/_inductor/sizevars.py' 2025-01-24T01:06:35.5329378Z adding 'torch/_inductor/subgraph_lowering.py' 2025-01-24T01:06:35.5332806Z adding 'torch/_inductor/test_case.py' 2025-01-24T01:06:35.5335934Z adding 'torch/_inductor/test_operators.py' 2025-01-24T01:06:35.5341055Z adding 'torch/_inductor/triton_bundler.py' 2025-01-24T01:06:35.5371766Z adding 'torch/_inductor/utils.py' 2025-01-24T01:06:35.5379548Z adding 'torch/_inductor/virtualized.py' 2025-01-24T01:06:35.5386112Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-01-24T01:06:35.5390338Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-01-24T01:06:35.5396047Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-01-24T01:06:35.5402053Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-01-24T01:06:35.5406317Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-01-24T01:06:35.5409859Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-01-24T01:06:35.5417906Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-01-24T01:06:35.5426119Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-01-24T01:06:35.5430922Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-01-24T01:06:35.5435273Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-01-24T01:06:35.5439323Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-01-24T01:06:35.5442308Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-01-24T01:06:35.5446401Z adding 'torch/_inductor/codegen/__init__.py' 2025-01-24T01:06:35.5449634Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-01-24T01:06:35.5453896Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-01-24T01:06:35.5480705Z adding 'torch/_inductor/codegen/common.py' 2025-01-24T01:06:35.5547773Z adding 'torch/_inductor/codegen/cpp.py' 2025-01-24T01:06:35.5557580Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-01-24T01:06:35.5571888Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-01-24T01:06:35.5594100Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-01-24T01:06:35.5604432Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-01-24T01:06:35.5616317Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-01-24T01:06:35.5627912Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2025-01-24T01:06:35.5632921Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-01-24T01:06:35.5641934Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-01-24T01:06:35.5653219Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-01-24T01:06:35.5685242Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-01-24T01:06:35.5702470Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-01-24T01:06:35.5712334Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-01-24T01:06:35.5716086Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-01-24T01:06:35.5719717Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-01-24T01:06:35.5724913Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-01-24T01:06:35.5745735Z adding 'torch/_inductor/codegen/halide.py' 2025-01-24T01:06:35.5756684Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-01-24T01:06:35.5763646Z adding 'torch/_inductor/codegen/mps.py' 2025-01-24T01:06:35.5767072Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-01-24T01:06:35.5774095Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-01-24T01:06:35.5803741Z adding 'torch/_inductor/codegen/simd.py' 2025-01-24T01:06:35.5810140Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-01-24T01:06:35.5864251Z adding 'torch/_inductor/codegen/triton.py' 2025-01-24T01:06:35.5882943Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-01-24T01:06:35.5888521Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-01-24T01:06:35.5893186Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-01-24T01:06:35.5927917Z adding 'torch/_inductor/codegen/wrapper.py' 2025-01-24T01:06:35.5934734Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2025-01-24T01:06:35.5939848Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-01-24T01:06:35.5943908Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-01-24T01:06:35.5947901Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-01-24T01:06:35.5951176Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-01-24T01:06:35.5958905Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-01-24T01:06:35.5964334Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-01-24T01:06:35.5970242Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-01-24T01:06:35.5975182Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-01-24T01:06:35.5993108Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-01-24T01:06:35.5998405Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-01-24T01:06:35.6003131Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-01-24T01:06:35.6006967Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-01-24T01:06:35.6014686Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-01-24T01:06:35.6019039Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-01-24T01:06:35.6029593Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-01-24T01:06:35.6034265Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-01-24T01:06:35.6038525Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-01-24T01:06:35.6042535Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-01-24T01:06:35.6047910Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-01-24T01:06:35.6052597Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-01-24T01:06:35.6055843Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-01-24T01:06:35.6059381Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-01-24T01:06:35.6062768Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-01-24T01:06:35.6066366Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-01-24T01:06:35.6069686Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-01-24T01:06:35.6076085Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-01-24T01:06:35.6079830Z adding 'torch/_inductor/compile_worker/watchdog.py' 2025-01-24T01:06:35.6083977Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-01-24T01:06:35.6092914Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-01-24T01:06:35.6100229Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-01-24T01:06:35.6109302Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-01-24T01:06:35.6113898Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-01-24T01:06:35.6117776Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-01-24T01:06:35.6123374Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-01-24T01:06:35.6128304Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-01-24T01:06:35.6137157Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-01-24T01:06:35.6153274Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-01-24T01:06:35.6165511Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-01-24T01:06:35.6176268Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-01-24T01:06:35.6180942Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-01-24T01:06:35.6196576Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-01-24T01:06:35.6202584Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-01-24T01:06:35.6212733Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-01-24T01:06:35.6230129Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-01-24T01:06:35.6240947Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-01-24T01:06:35.6275332Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-01-24T01:06:35.6289394Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-01-24T01:06:35.6293935Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-01-24T01:06:35.6324748Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-01-24T01:06:35.6331834Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-01-24T01:06:35.6335817Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-01-24T01:06:35.6340287Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-01-24T01:06:35.6344764Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-01-24T01:06:35.6349464Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-01-24T01:06:35.6353571Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-01-24T01:06:35.6358130Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-01-24T01:06:35.6363029Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-01-24T01:06:35.6374501Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-01-24T01:06:35.6377743Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-01-24T01:06:35.6383826Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-01-24T01:06:35.6388741Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-01-24T01:06:35.6393048Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-01-24T01:06:35.6397550Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-01-24T01:06:35.6402207Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-01-24T01:06:35.6406395Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-01-24T01:06:35.6410651Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-01-24T01:06:35.6415356Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-01-24T01:06:35.6420200Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-01-24T01:06:35.6424705Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-01-24T01:06:35.6428315Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-01-24T01:06:35.6431490Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-01-24T01:06:35.6434620Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-01-24T01:06:35.6438439Z adding 'torch/_inductor/kernel/__init__.py' 2025-01-24T01:06:35.6443177Z adding 'torch/_inductor/kernel/bmm.py' 2025-01-24T01:06:35.6451529Z adding 'torch/_inductor/kernel/conv.py' 2025-01-24T01:06:35.6480145Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-01-24T01:06:35.6491196Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-01-24T01:06:35.6502277Z adding 'torch/_inductor/kernel/mm.py' 2025-01-24T01:06:35.6510203Z adding 'torch/_inductor/kernel/mm_common.py' 2025-01-24T01:06:35.6515564Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-01-24T01:06:35.6522887Z adding 'torch/_inductor/kernel/mm_scaled.py' 2025-01-24T01:06:35.6527127Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2025-01-24T01:06:35.6530918Z adding 'torch/_inductor/package/__init__.py' 2025-01-24T01:06:35.6533841Z adding 'torch/_inductor/package/build_package.py' 2025-01-24T01:06:35.6539287Z adding 'torch/_inductor/package/package.py' 2025-01-24T01:06:35.6542698Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2025-01-24T01:06:35.6546435Z adding 'torch/_inductor/runtime/__init__.py' 2025-01-24T01:06:35.6553640Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-01-24T01:06:35.6559585Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-01-24T01:06:35.6563009Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-01-24T01:06:35.6566480Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-01-24T01:06:35.6571731Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-01-24T01:06:35.6575674Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-01-24T01:06:35.6581505Z adding 'torch/_inductor/runtime/hints.py' 2025-01-24T01:06:35.6586035Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-01-24T01:06:35.6589832Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-01-24T01:06:35.6597912Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-01-24T01:06:35.6625984Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-01-24T01:06:35.6632001Z adding 'torch/_lazy/__init__.py' 2025-01-24T01:06:35.6636268Z adding 'torch/_lazy/closure.py' 2025-01-24T01:06:35.6639471Z adding 'torch/_lazy/computation.py' 2025-01-24T01:06:35.6642401Z adding 'torch/_lazy/config.py' 2025-01-24T01:06:35.6645369Z adding 'torch/_lazy/debug.py' 2025-01-24T01:06:35.6648421Z adding 'torch/_lazy/device_context.py' 2025-01-24T01:06:35.6653564Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-01-24T01:06:35.6656689Z adding 'torch/_lazy/ir_cache.py' 2025-01-24T01:06:35.6659638Z adding 'torch/_lazy/metrics.py' 2025-01-24T01:06:35.6662846Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-01-24T01:06:35.6665675Z adding 'torch/_lazy/ts_backend.py' 2025-01-24T01:06:35.6669326Z adding 'torch/_library/__init__.py' 2025-01-24T01:06:35.6674091Z adding 'torch/_library/autograd.py' 2025-01-24T01:06:35.6686134Z adding 'torch/_library/custom_ops.py' 2025-01-24T01:06:35.6693054Z adding 'torch/_library/fake_class_registry.py' 2025-01-24T01:06:35.6698350Z adding 'torch/_library/fake_impl.py' 2025-01-24T01:06:35.6704301Z adding 'torch/_library/infer_schema.py' 2025-01-24T01:06:35.6708243Z adding 'torch/_library/simple_registry.py' 2025-01-24T01:06:35.6714240Z adding 'torch/_library/triton.py' 2025-01-24T01:06:35.6722368Z adding 'torch/_library/utils.py' 2025-01-24T01:06:35.6726753Z adding 'torch/_logging/__init__.py' 2025-01-24T01:06:35.6744705Z adding 'torch/_logging/_internal.py' 2025-01-24T01:06:35.6750275Z adding 'torch/_logging/_registrations.py' 2025-01-24T01:06:35.6754172Z adding 'torch/_logging/scribe.py' 2025-01-24T01:06:35.6757708Z adding 'torch/_logging/structured.py' 2025-01-24T01:06:35.6761710Z adding 'torch/_numpy/__init__.py' 2025-01-24T01:06:35.6765293Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-01-24T01:06:35.6772002Z adding 'torch/_numpy/_casting_dicts.py' 2025-01-24T01:06:35.6779505Z adding 'torch/_numpy/_dtypes.py' 2025-01-24T01:06:35.6784993Z adding 'torch/_numpy/_dtypes_impl.py' 2025-01-24T01:06:35.6789228Z adding 'torch/_numpy/_funcs.py' 2025-01-24T01:06:35.6811537Z adding 'torch/_numpy/_funcs_impl.py' 2025-01-24T01:06:35.6816023Z adding 'torch/_numpy/_getlimits.py' 2025-01-24T01:06:35.6823349Z adding 'torch/_numpy/_ndarray.py' 2025-01-24T01:06:35.6828612Z adding 'torch/_numpy/_normalizations.py' 2025-01-24T01:06:35.6835747Z adding 'torch/_numpy/_reductions_impl.py' 2025-01-24T01:06:35.6840682Z adding 'torch/_numpy/_ufuncs.py' 2025-01-24T01:06:35.6844144Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-01-24T01:06:35.6849257Z adding 'torch/_numpy/_util.py' 2025-01-24T01:06:35.6852898Z adding 'torch/_numpy/fft.py' 2025-01-24T01:06:35.6856858Z adding 'torch/_numpy/linalg.py' 2025-01-24T01:06:35.6861009Z adding 'torch/_numpy/random.py' 2025-01-24T01:06:35.6864813Z adding 'torch/_numpy/testing/__init__.py' 2025-01-24T01:06:35.6892081Z adding 'torch/_numpy/testing/utils.py' 2025-01-24T01:06:35.6919871Z adding 'torch/_prims/__init__.py' 2025-01-24T01:06:35.6926178Z adding 'torch/_prims/context.py' 2025-01-24T01:06:35.6929707Z adding 'torch/_prims/debug_prims.py' 2025-01-24T01:06:35.6933161Z adding 'torch/_prims/executor.py' 2025-01-24T01:06:35.6938359Z adding 'torch/_prims/rng_prims.py' 2025-01-24T01:06:35.6965028Z adding 'torch/_prims_common/__init__.py' 2025-01-24T01:06:35.6974174Z adding 'torch/_prims_common/wrappers.py' 2025-01-24T01:06:35.7045561Z adding 'torch/_refs/__init__.py' 2025-01-24T01:06:35.7054032Z adding 'torch/_refs/_conversions.py' 2025-01-24T01:06:35.7060394Z adding 'torch/_refs/fft.py' 2025-01-24T01:06:35.7067487Z adding 'torch/_refs/linalg/__init__.py' 2025-01-24T01:06:35.7071310Z adding 'torch/_refs/nn/__init__.py' 2025-01-24T01:06:35.7085543Z adding 'torch/_refs/nn/functional/__init__.py' 2025-01-24T01:06:35.7091305Z adding 'torch/_refs/special/__init__.py' 2025-01-24T01:06:35.7095117Z adding 'torch/_strobelight/__init__.py' 2025-01-24T01:06:35.7100620Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-01-24T01:06:35.7105876Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-01-24T01:06:35.7109842Z adding 'torch/_subclasses/__init__.py' 2025-01-24T01:06:35.7115118Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-01-24T01:06:35.7127451Z adding 'torch/_subclasses/fake_impls.py' 2025-01-24T01:06:35.7171259Z adding 'torch/_subclasses/fake_tensor.py' 2025-01-24T01:06:35.7179123Z adding 'torch/_subclasses/fake_utils.py' 2025-01-24T01:06:35.7192280Z adding 'torch/_subclasses/functional_tensor.py' 2025-01-24T01:06:35.7221764Z adding 'torch/_subclasses/meta_utils.py' 2025-01-24T01:06:35.7228519Z adding 'torch/_subclasses/schema_check_mode.py' 2025-01-24T01:06:35.7232368Z adding 'torch/_vendor/__init__.py' 2025-01-24T01:06:35.7236248Z adding 'torch/_vendor/packaging/__init__.py' 2025-01-24T01:06:35.7239394Z adding 'torch/_vendor/packaging/_structures.py' 2025-01-24T01:06:35.7246102Z adding 'torch/_vendor/packaging/version.py' 2025-01-24T01:06:35.7251193Z adding 'torch/accelerator/__init__.py' 2025-01-24T01:06:35.7254830Z adding 'torch/accelerator/_utils.py' 2025-01-24T01:06:35.7258235Z adding 'torch/amp/__init__.py' 2025-01-24T01:06:35.7266529Z adding 'torch/amp/autocast_mode.py' 2025-01-24T01:06:35.7278472Z adding 'torch/amp/grad_scaler.py' 2025-01-24T01:06:35.7283350Z adding 'torch/ao/__init__.py' 2025-01-24T01:06:35.7287479Z adding 'torch/ao/nn/__init__.py' 2025-01-24T01:06:35.7291255Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-01-24T01:06:35.7295012Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-01-24T01:06:35.7298997Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-01-24T01:06:35.7302757Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-01-24T01:06:35.7306535Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:06:35.7315025Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:06:35.7320457Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:06:35.7324009Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:06:35.7327751Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:06:35.7331302Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:06:35.7334836Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:06:35.7338274Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:06:35.7342098Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:06:35.7345472Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:06:35.7349263Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-01-24T01:06:35.7353285Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:06:35.7357696Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:06:35.7361399Z adding 'torch/ao/nn/qat/__init__.py' 2025-01-24T01:06:35.7364887Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-01-24T01:06:35.7368406Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:06:35.7371611Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:06:35.7375282Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-01-24T01:06:35.7379697Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-01-24T01:06:35.7384364Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-01-24T01:06:35.7388068Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-01-24T01:06:35.7391794Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-01-24T01:06:35.7395300Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-01-24T01:06:35.7403360Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-01-24T01:06:35.7411696Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-01-24T01:06:35.7416098Z adding 'torch/ao/nn/quantized/__init__.py' 2025-01-24T01:06:35.7424377Z adding 'torch/ao/nn/quantized/functional.py' 2025-01-24T01:06:35.7428865Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-01-24T01:06:35.7432608Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:06:35.7437704Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:06:35.7442560Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:06:35.7456559Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:06:35.7462652Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-01-24T01:06:35.7467803Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-01-24T01:06:35.7471776Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-01-24T01:06:35.7481420Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-01-24T01:06:35.7485661Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-01-24T01:06:35.7491173Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:06:35.7495881Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-01-24T01:06:35.7502077Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-01-24T01:06:35.7506404Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-01-24T01:06:35.7510031Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-01-24T01:06:35.7514049Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-01-24T01:06:35.7517967Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-01-24T01:06:35.7521770Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-01-24T01:06:35.7526427Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-01-24T01:06:35.7530314Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-01-24T01:06:35.7538156Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-01-24T01:06:35.7542549Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-01-24T01:06:35.7547954Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-01-24T01:06:35.7551844Z adding 'torch/ao/nn/sparse/__init__.py' 2025-01-24T01:06:35.7555485Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-01-24T01:06:35.7560245Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-01-24T01:06:35.7563856Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-01-24T01:06:35.7567495Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-01-24T01:06:35.7571882Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-01-24T01:06:35.7575657Z adding 'torch/ao/ns/__init__.py' 2025-01-24T01:06:35.7582639Z adding 'torch/ao/ns/_numeric_suite.py' 2025-01-24T01:06:35.7596566Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-01-24T01:06:35.7601232Z adding 'torch/ao/ns/fx/__init__.py' 2025-01-24T01:06:35.7608976Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-01-24T01:06:35.7623539Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-01-24T01:06:35.7630548Z adding 'torch/ao/ns/fx/mappings.py' 2025-01-24T01:06:35.7648326Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-01-24T01:06:35.7653074Z adding 'torch/ao/ns/fx/ns_types.py' 2025-01-24T01:06:35.7657772Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-01-24T01:06:35.7663699Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-01-24T01:06:35.7671596Z adding 'torch/ao/ns/fx/utils.py' 2025-01-24T01:06:35.7677430Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-01-24T01:06:35.7681609Z adding 'torch/ao/pruning/__init__.py' 2025-01-24T01:06:35.7684586Z adding 'torch/ao/pruning/_mappings.py' 2025-01-24T01:06:35.7688362Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-01-24T01:06:35.7692008Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-01-24T01:06:35.7699990Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-01-24T01:06:35.7704120Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-01-24T01:06:35.7708898Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-01-24T01:06:35.7712897Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-01-24T01:06:35.7719601Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-01-24T01:06:35.7724895Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-01-24T01:06:35.7730001Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-01-24T01:06:35.7733973Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-01-24T01:06:35.7738050Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-01-24T01:06:35.7741186Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-01-24T01:06:35.7745405Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-01-24T01:06:35.7750338Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-01-24T01:06:35.7753401Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-01-24T01:06:35.7758893Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-01-24T01:06:35.7762868Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-01-24T01:06:35.7766379Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-01-24T01:06:35.7769886Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-01-24T01:06:35.7777109Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-01-24T01:06:35.7781717Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-01-24T01:06:35.7785916Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-01-24T01:06:35.7791121Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-01-24T01:06:35.7795851Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-01-24T01:06:35.7800105Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-01-24T01:06:35.7803967Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-01-24T01:06:35.7810415Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-01-24T01:06:35.7814621Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-01-24T01:06:35.7818890Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-01-24T01:06:35.7824183Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-01-24T01:06:35.7830001Z adding 'torch/ao/quantization/__init__.py' 2025-01-24T01:06:35.7834523Z adding 'torch/ao/quantization/_correct_bias.py' 2025-01-24T01:06:35.7840289Z adding 'torch/ao/quantization/_equalize.py' 2025-01-24T01:06:35.7845069Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-01-24T01:06:35.7853029Z adding 'torch/ao/quantization/fake_quantize.py' 2025-01-24T01:06:35.7858144Z adding 'torch/ao/quantization/fuse_modules.py' 2025-01-24T01:06:35.7863317Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-01-24T01:06:35.7887834Z adding 'torch/ao/quantization/observer.py' 2025-01-24T01:06:35.7898037Z adding 'torch/ao/quantization/qconfig.py' 2025-01-24T01:06:35.7904625Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-01-24T01:06:35.7908187Z adding 'torch/ao/quantization/quant_type.py' 2025-01-24T01:06:35.7913653Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-01-24T01:06:35.7924702Z adding 'torch/ao/quantization/quantize.py' 2025-01-24T01:06:35.7935156Z adding 'torch/ao/quantization/quantize_fx.py' 2025-01-24T01:06:35.7942118Z adding 'torch/ao/quantization/quantize_jit.py' 2025-01-24T01:06:35.7947356Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-01-24T01:06:35.7950991Z adding 'torch/ao/quantization/stubs.py' 2025-01-24T01:06:35.7961887Z adding 'torch/ao/quantization/utils.py' 2025-01-24T01:06:35.7966595Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-01-24T01:06:35.7974383Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-01-24T01:06:35.7979147Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-01-24T01:06:35.7989328Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-01-24T01:06:35.7995649Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-01-24T01:06:35.7999696Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-01-24T01:06:35.8003718Z adding 'torch/ao/quantization/backend_config/native.py' 2025-01-24T01:06:35.8006818Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-01-24T01:06:35.8012623Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-01-24T01:06:35.8016846Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-01-24T01:06:35.8020489Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-01-24T01:06:35.8026190Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-01-24T01:06:35.8030007Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-01-24T01:06:35.8033913Z adding 'torch/ao/quantization/fx/__init__.py' 2025-01-24T01:06:35.8045641Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-01-24T01:06:35.8061692Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-01-24T01:06:35.8080591Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-01-24T01:06:35.8103875Z adding 'torch/ao/quantization/fx/convert.py' 2025-01-24T01:06:35.8112100Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-01-24T01:06:35.8117518Z adding 'torch/ao/quantization/fx/fuse.py' 2025-01-24T01:06:35.8121929Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-01-24T01:06:35.8126325Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-01-24T01:06:35.8130108Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-01-24T01:06:35.8132765Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-01-24T01:06:35.8137793Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-01-24T01:06:35.8143152Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-01-24T01:06:35.8147192Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-01-24T01:06:35.8177909Z adding 'torch/ao/quantization/fx/prepare.py' 2025-01-24T01:06:35.8186300Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-01-24T01:06:35.8191308Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-01-24T01:06:35.8194847Z adding 'torch/ao/quantization/fx/tracer.py' 2025-01-24T01:06:35.8208441Z adding 'torch/ao/quantization/fx/utils.py' 2025-01-24T01:06:35.8213175Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-01-24T01:06:35.8236049Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-01-24T01:06:35.8248519Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-01-24T01:06:35.8254851Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-01-24T01:06:35.8266468Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-01-24T01:06:35.8271031Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-01-24T01:06:35.8281157Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-01-24T01:06:35.8287819Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-01-24T01:06:35.8291776Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-01-24T01:06:35.8297029Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-01-24T01:06:35.8301699Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-01-24T01:06:35.8306892Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-01-24T01:06:35.8316083Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-01-24T01:06:35.8328844Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-01-24T01:06:35.8338422Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-01-24T01:06:35.8342723Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-01-24T01:06:35.8351999Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-01-24T01:06:35.8357438Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-01-24T01:06:35.8361823Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-01-24T01:06:35.8366282Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-01-24T01:06:35.8371750Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-01-24T01:06:35.8375910Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-01-24T01:06:35.8394573Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-01-24T01:06:35.8403435Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-01-24T01:06:35.8415980Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-01-24T01:06:35.8421109Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-01-24T01:06:35.8432145Z adding 'torch/autograd/__init__.py' 2025-01-24T01:06:35.8437267Z adding 'torch/autograd/anomaly_mode.py' 2025-01-24T01:06:35.8442165Z adding 'torch/autograd/forward_ad.py' 2025-01-24T01:06:35.8454440Z adding 'torch/autograd/function.py' 2025-01-24T01:06:35.8470718Z adding 'torch/autograd/functional.py' 2025-01-24T01:06:35.8477406Z adding 'torch/autograd/grad_mode.py' 2025-01-24T01:06:35.8509845Z adding 'torch/autograd/gradcheck.py' 2025-01-24T01:06:35.8523270Z adding 'torch/autograd/graph.py' 2025-01-24T01:06:35.8540880Z adding 'torch/autograd/profiler.py' 2025-01-24T01:06:35.8547489Z adding 'torch/autograd/profiler_legacy.py' 2025-01-24T01:06:35.8562077Z adding 'torch/autograd/profiler_util.py' 2025-01-24T01:06:35.8566201Z adding 'torch/autograd/variable.py' 2025-01-24T01:06:35.8569839Z adding 'torch/autograd/_functions/__init__.py' 2025-01-24T01:06:35.8573329Z adding 'torch/autograd/_functions/tensor.py' 2025-01-24T01:06:35.8577050Z adding 'torch/autograd/_functions/utils.py' 2025-01-24T01:06:35.8581321Z adding 'torch/backends/__init__.py' 2025-01-24T01:06:35.8585091Z adding 'torch/backends/_coreml/__init__.py' 2025-01-24T01:06:35.8589160Z adding 'torch/backends/_coreml/preprocess.py' 2025-01-24T01:06:35.8593094Z adding 'torch/backends/_nnapi/__init__.py' 2025-01-24T01:06:35.8597616Z adding 'torch/backends/_nnapi/prepare.py' 2025-01-24T01:06:35.8621718Z adding 'torch/backends/_nnapi/serializer.py' 2025-01-24T01:06:35.8627445Z adding 'torch/backends/cpu/__init__.py' 2025-01-24T01:06:35.8634623Z adding 'torch/backends/cuda/__init__.py' 2025-01-24T01:06:35.8640463Z adding 'torch/backends/cudnn/__init__.py' 2025-01-24T01:06:35.8644180Z adding 'torch/backends/cudnn/rnn.py' 2025-01-24T01:06:35.8648242Z adding 'torch/backends/cusparselt/__init__.py' 2025-01-24T01:06:35.8652029Z adding 'torch/backends/kleidiai/__init__.py' 2025-01-24T01:06:35.8655859Z adding 'torch/backends/mha/__init__.py' 2025-01-24T01:06:35.8659877Z adding 'torch/backends/mkl/__init__.py' 2025-01-24T01:06:35.8664486Z adding 'torch/backends/mkldnn/__init__.py' 2025-01-24T01:06:35.8668684Z adding 'torch/backends/mps/__init__.py' 2025-01-24T01:06:35.8672666Z adding 'torch/backends/nnpack/__init__.py' 2025-01-24T01:06:35.8676474Z adding 'torch/backends/openmp/__init__.py' 2025-01-24T01:06:35.8680994Z adding 'torch/backends/opt_einsum/__init__.py' 2025-01-24T01:06:35.8685307Z adding 'torch/backends/quantized/__init__.py' 2025-01-24T01:06:35.8688885Z adding 'torch/backends/xeon/__init__.py' 2025-01-24T01:06:35.8701190Z adding 'torch/backends/xeon/run_cpu.py' 2025-01-24T01:06:35.8706028Z adding 'torch/backends/xnnpack/__init__.py' 2025-01-24T01:06:35.8916936Z adding 'torch/bin/FileStoreTest.exe' 2025-01-24T01:06:35.9142206Z adding 'torch/bin/TCPStoreTest.exe' 2025-01-24T01:06:35.9356184Z adding 'torch/bin/asmjit.dll' 2025-01-24T01:06:36.0911554Z adding 'torch/bin/fbgemm.dll' 2025-01-24T01:06:36.2444079Z adding 'torch/bin/protoc.exe' 2025-01-24T01:06:36.6710628Z adding 'torch/bin/test_api.exe' 2025-01-24T01:06:36.7101088Z adding 'torch/bin/test_edge_op_registration.exe' 2025-01-24T01:06:36.9564801Z adding 'torch/bin/test_jit.exe' 2025-01-24T01:06:37.0672238Z adding 'torch/bin/test_lazy.exe' 2025-01-24T01:06:37.3789770Z adding 'torch/bin/test_tensorexpr.exe' 2025-01-24T01:06:37.3995790Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-01-24T01:06:37.4007821Z adding 'torch/compiler/__init__.py' 2025-01-24T01:06:37.4012471Z adding 'torch/compiler/_cache.py' 2025-01-24T01:06:37.4016437Z adding 'torch/compiler/config.py' 2025-01-24T01:06:37.4020259Z adding 'torch/contrib/__init__.py' 2025-01-24T01:06:37.4024644Z adding 'torch/contrib/_tensorboard_vis.py' 2025-01-24T01:06:37.4029400Z adding 'torch/cpu/__init__.py' 2025-01-24T01:06:37.4033147Z adding 'torch/cpu/amp/__init__.py' 2025-01-24T01:06:37.4036812Z adding 'torch/cpu/amp/autocast_mode.py' 2025-01-24T01:06:37.4039943Z adding 'torch/cpu/amp/grad_scaler.py' 2025-01-24T01:06:37.4059994Z adding 'torch/cuda/__init__.py' 2025-01-24T01:06:37.4064734Z adding 'torch/cuda/_gpu_trace.py' 2025-01-24T01:06:37.4074929Z adding 'torch/cuda/_memory_viz.py' 2025-01-24T01:06:37.4084090Z adding 'torch/cuda/_sanitizer.py' 2025-01-24T01:06:37.4088038Z adding 'torch/cuda/_utils.py' 2025-01-24T01:06:37.4091015Z adding 'torch/cuda/comm.py' 2025-01-24T01:06:37.4094003Z adding 'torch/cuda/error.py' 2025-01-24T01:06:37.4097838Z adding 'torch/cuda/gds.py' 2025-01-24T01:06:37.4106604Z adding 'torch/cuda/graphs.py' 2025-01-24T01:06:37.4111544Z adding 'torch/cuda/jiterator.py' 2025-01-24T01:06:37.4126731Z adding 'torch/cuda/memory.py' 2025-01-24T01:06:37.4131641Z adding 'torch/cuda/nccl.py' 2025-01-24T01:06:37.4135474Z adding 'torch/cuda/nvtx.py' 2025-01-24T01:06:37.4139308Z adding 'torch/cuda/profiler.py' 2025-01-24T01:06:37.4143246Z adding 'torch/cuda/random.py' 2025-01-24T01:06:37.4146280Z adding 'torch/cuda/sparse.py' 2025-01-24T01:06:37.4151053Z adding 'torch/cuda/streams.py' 2025-01-24T01:06:37.4159785Z adding 'torch/cuda/tunable.py' 2025-01-24T01:06:37.4164168Z adding 'torch/cuda/amp/__init__.py' 2025-01-24T01:06:37.4167544Z adding 'torch/cuda/amp/autocast_mode.py' 2025-01-24T01:06:37.4170642Z adding 'torch/cuda/amp/common.py' 2025-01-24T01:06:37.4173696Z adding 'torch/cuda/amp/grad_scaler.py' 2025-01-24T01:06:37.4179252Z adding 'torch/distributed/__init__.py' 2025-01-24T01:06:37.4182690Z adding 'torch/distributed/_checkpointable.py' 2025-01-24T01:06:37.4185988Z adding 'torch/distributed/_composable_state.py' 2025-01-24T01:06:37.4201259Z adding 'torch/distributed/_functional_collectives.py' 2025-01-24T01:06:37.4205771Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-01-24T01:06:37.4215662Z adding 'torch/distributed/_state_dict_utils.py' 2025-01-24T01:06:37.4220041Z adding 'torch/distributed/argparse_util.py' 2025-01-24T01:06:37.4223794Z adding 'torch/distributed/c10d_logger.py' 2025-01-24T01:06:37.4228709Z adding 'torch/distributed/collective_utils.py' 2025-01-24T01:06:37.4232142Z adding 'torch/distributed/constants.py' 2025-01-24T01:06:37.4248674Z adding 'torch/distributed/device_mesh.py' 2025-01-24T01:06:37.4319213Z adding 'torch/distributed/distributed_c10d.py' 2025-01-24T01:06:37.4329010Z adding 'torch/distributed/launch.py' 2025-01-24T01:06:37.4333504Z adding 'torch/distributed/logging_handlers.py' 2025-01-24T01:06:37.4336622Z adding 'torch/distributed/remote_device.py' 2025-01-24T01:06:37.4342136Z adding 'torch/distributed/rendezvous.py' 2025-01-24T01:06:37.4355616Z adding 'torch/distributed/run.py' 2025-01-24T01:06:37.4362846Z adding 'torch/distributed/utils.py' 2025-01-24T01:06:37.4367086Z adding 'torch/distributed/_composable/__init__.py' 2025-01-24T01:06:37.4371355Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-01-24T01:06:37.4376861Z adding 'torch/distributed/_composable/contract.py' 2025-01-24T01:06:37.4382529Z adding 'torch/distributed/_composable/replicate.py' 2025-01-24T01:06:37.4386933Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-01-24T01:06:37.4390235Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-01-24T01:06:37.4394081Z adding 'torch/distributed/_shard/__init__.py' 2025-01-24T01:06:37.4397861Z adding 'torch/distributed/_shard/_utils.py' 2025-01-24T01:06:37.4404525Z adding 'torch/distributed/_shard/api.py' 2025-01-24T01:06:37.4408779Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-01-24T01:06:37.4412417Z adding 'torch/distributed/_shard/metadata.py' 2025-01-24T01:06:37.4416174Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-01-24T01:06:37.4419387Z adding 'torch/distributed/_shard/sharder.py' 2025-01-24T01:06:37.4424615Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-01-24T01:06:37.4429097Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-01-24T01:06:37.4433108Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-01-24T01:06:37.4440716Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:06:37.4458323Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-01-24T01:06:37.4462880Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-01-24T01:06:37.4465972Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-01-24T01:06:37.4469684Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-01-24T01:06:37.4474836Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-01-24T01:06:37.4478837Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-01-24T01:06:37.4483809Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-01-24T01:06:37.4487998Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-01-24T01:06:37.4491942Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-01-24T01:06:37.4495611Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-01-24T01:06:37.4499946Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-01-24T01:06:37.4503285Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-01-24T01:06:37.4507720Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-01-24T01:06:37.4511512Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-01-24T01:06:37.4515382Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-01-24T01:06:37.4519369Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-01-24T01:06:37.4524343Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-01-24T01:06:37.4535267Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-01-24T01:06:37.4535833Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-01-24T01:06:37.4539621Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-01-24T01:06:37.4545749Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-01-24T01:06:37.4551647Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-01-24T01:06:37.4559635Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-01-24T01:06:37.4563790Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-01-24T01:06:37.4567620Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-01-24T01:06:37.4587095Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-01-24T01:06:37.4591701Z adding 'torch/distributed/_tensor/__init__.py' 2025-01-24T01:06:37.4594700Z adding 'torch/distributed/_tensor/api.py' 2025-01-24T01:06:37.4597782Z adding 'torch/distributed/_tensor/placement_types.py' 2025-01-24T01:06:37.4601552Z adding 'torch/distributed/_tools/__init__.py' 2025-01-24T01:06:37.4610246Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-01-24T01:06:37.4616233Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-01-24T01:06:37.4631059Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-01-24T01:06:37.4637569Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-01-24T01:06:37.4642920Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-01-24T01:06:37.4651079Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-01-24T01:06:37.4666720Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-01-24T01:06:37.4673357Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-01-24T01:06:37.4677538Z adding 'torch/distributed/algorithms/__init__.py' 2025-01-24T01:06:37.4683822Z adding 'torch/distributed/algorithms/join.py' 2025-01-24T01:06:37.4687935Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-01-24T01:06:37.4694669Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-01-24T01:06:37.4705614Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-01-24T01:06:37.4709860Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-01-24T01:06:37.4713780Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-01-24T01:06:37.4717705Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-01-24T01:06:37.4721441Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-01-24T01:06:37.4725461Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-01-24T01:06:37.4730301Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-01-24T01:06:37.4737654Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-01-24T01:06:37.4741491Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-01-24T01:06:37.4745934Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-01-24T01:06:37.4750048Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-01-24T01:06:37.4754463Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-01-24T01:06:37.4759220Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-01-24T01:06:37.4773205Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-01-24T01:06:37.4778737Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-01-24T01:06:37.4782607Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-01-24T01:06:37.4786850Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-01-24T01:06:37.4792353Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-01-24T01:06:37.4796420Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-01-24T01:06:37.4800585Z adding 'torch/distributed/autograd/__init__.py' 2025-01-24T01:06:37.4804832Z adding 'torch/distributed/checkpoint/__init__.py' 2025-01-24T01:06:37.4808607Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-01-24T01:06:37.4812389Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-01-24T01:06:37.4816001Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-01-24T01:06:37.4819940Z adding 'torch/distributed/checkpoint/_extension.py' 2025-01-24T01:06:37.4824232Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-01-24T01:06:37.4827955Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-01-24T01:06:37.4831962Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-01-24T01:06:37.4835984Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-01-24T01:06:37.4839900Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-01-24T01:06:37.4843056Z adding 'torch/distributed/checkpoint/_version.py' 2025-01-24T01:06:37.4846354Z adding 'torch/distributed/checkpoint/api.py' 2025-01-24T01:06:37.4854395Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-01-24T01:06:37.4866209Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-01-24T01:06:37.4872467Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-01-24T01:06:37.4876665Z adding 'torch/distributed/checkpoint/logger.py' 2025-01-24T01:06:37.4879962Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-01-24T01:06:37.4884493Z adding 'torch/distributed/checkpoint/metadata.py' 2025-01-24T01:06:37.4891008Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-01-24T01:06:37.4899013Z adding 'torch/distributed/checkpoint/planner.py' 2025-01-24T01:06:37.4906140Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-01-24T01:06:37.4910681Z adding 'torch/distributed/checkpoint/resharding.py' 2025-01-24T01:06:37.4915715Z adding 'torch/distributed/checkpoint/staging.py' 2025-01-24T01:06:37.4934058Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-01-24T01:06:37.4941393Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-01-24T01:06:37.4947788Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-01-24T01:06:37.4951387Z adding 'torch/distributed/checkpoint/stateful.py' 2025-01-24T01:06:37.4956373Z adding 'torch/distributed/checkpoint/storage.py' 2025-01-24T01:06:37.4963035Z adding 'torch/distributed/checkpoint/utils.py' 2025-01-24T01:06:37.4968321Z adding 'torch/distributed/elastic/__init__.py' 2025-01-24T01:06:37.4971737Z adding 'torch/distributed/elastic/control_plane.py' 2025-01-24T01:06:37.4975665Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-01-24T01:06:37.4979819Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-01-24T01:06:37.4994119Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-01-24T01:06:37.4998674Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-01-24T01:06:37.5005672Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-01-24T01:06:37.5011246Z adding 'torch/distributed/elastic/events/__init__.py' 2025-01-24T01:06:37.5015174Z adding 'torch/distributed/elastic/events/api.py' 2025-01-24T01:06:37.5018431Z adding 'torch/distributed/elastic/events/handlers.py' 2025-01-24T01:06:37.5023481Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-01-24T01:06:37.5027891Z adding 'torch/distributed/elastic/metrics/api.py' 2025-01-24T01:06:37.5033940Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-01-24T01:06:37.5046721Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-01-24T01:06:37.5051350Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-01-24T01:06:37.5055654Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-01-24T01:06:37.5063672Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-01-24T01:06:37.5068786Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-01-24T01:06:37.5072147Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-01-24T01:06:37.5076356Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-01-24T01:06:37.5079684Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-01-24T01:06:37.5083416Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-01-24T01:06:37.5089068Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-01-24T01:06:37.5092703Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-01-24T01:06:37.5098951Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-01-24T01:06:37.5106022Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-01-24T01:06:37.5121473Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-01-24T01:06:37.5137815Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-01-24T01:06:37.5143989Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-01-24T01:06:37.5149423Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-01-24T01:06:37.5154631Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-01-24T01:06:37.5158650Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-01-24T01:06:37.5162669Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-01-24T01:06:37.5167993Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-01-24T01:06:37.5172603Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-01-24T01:06:37.5178210Z adding 'torch/distributed/elastic/timer/api.py' 2025-01-24T01:06:37.5181871Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-01-24T01:06:37.5188971Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-01-24T01:06:37.5193492Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-01-24T01:06:37.5197743Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-01-24T01:06:37.5201171Z adding 'torch/distributed/elastic/utils/api.py' 2025-01-24T01:06:37.5205920Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-01-24T01:06:37.5209272Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-01-24T01:06:37.5212838Z adding 'torch/distributed/elastic/utils/logging.py' 2025-01-24T01:06:37.5217845Z adding 'torch/distributed/elastic/utils/store.py' 2025-01-24T01:06:37.5222094Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-01-24T01:06:37.5225698Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-01-24T01:06:37.5229409Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-01-24T01:06:37.5233843Z adding 'torch/distributed/fsdp/__init__.py' 2025-01-24T01:06:37.5243633Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-01-24T01:06:37.5248677Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-01-24T01:06:37.5252508Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-01-24T01:06:37.5259325Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-01-24T01:06:37.5302090Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-01-24T01:06:37.5308908Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-01-24T01:06:37.5326454Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-01-24T01:06:37.5330926Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-01-24T01:06:37.5363294Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-01-24T01:06:37.5389652Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-01-24T01:06:37.5395791Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-01-24T01:06:37.5407395Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-01-24T01:06:37.5413791Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-01-24T01:06:37.5418371Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-01-24T01:06:37.5424073Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-01-24T01:06:37.5430819Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-01-24T01:06:37.5439070Z adding 'torch/distributed/fsdp/api.py' 2025-01-24T01:06:37.5472156Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-01-24T01:06:37.5481520Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-01-24T01:06:37.5490926Z adding 'torch/distributed/fsdp/wrap.py' 2025-01-24T01:06:37.5495595Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-01-24T01:06:37.5499384Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-01-24T01:06:37.5508063Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-01-24T01:06:37.5512878Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-01-24T01:06:37.5518425Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-01-24T01:06:37.5533061Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-01-24T01:06:37.5545763Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-01-24T01:06:37.5553433Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-01-24T01:06:37.5564406Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-01-24T01:06:37.5569580Z adding 'torch/distributed/launcher/__init__.py' 2025-01-24T01:06:37.5576162Z adding 'torch/distributed/launcher/api.py' 2025-01-24T01:06:37.5580990Z adding 'torch/distributed/nn/__init__.py' 2025-01-24T01:06:37.5587659Z adding 'torch/distributed/nn/functional.py' 2025-01-24T01:06:37.5591923Z adding 'torch/distributed/nn/api/__init__.py' 2025-01-24T01:06:37.5602073Z adding 'torch/distributed/nn/api/remote_module.py' 2025-01-24T01:06:37.5606703Z adding 'torch/distributed/nn/jit/__init__.py' 2025-01-24T01:06:37.5610971Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-01-24T01:06:37.5614823Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-01-24T01:06:37.5618555Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-01-24T01:06:37.5623022Z adding 'torch/distributed/optim/__init__.py' 2025-01-24T01:06:37.5626196Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-01-24T01:06:37.5630399Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-01-24T01:06:37.5634353Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-01-24T01:06:37.5638714Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-01-24T01:06:37.5643173Z adding 'torch/distributed/optim/functional_adam.py' 2025-01-24T01:06:37.5647347Z adding 'torch/distributed/optim/functional_adamax.py' 2025-01-24T01:06:37.5651843Z adding 'torch/distributed/optim/functional_adamw.py' 2025-01-24T01:06:37.5655986Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-01-24T01:06:37.5659946Z adding 'torch/distributed/optim/functional_rprop.py' 2025-01-24T01:06:37.5664190Z adding 'torch/distributed/optim/functional_sgd.py' 2025-01-24T01:06:37.5670653Z adding 'torch/distributed/optim/named_optimizer.py' 2025-01-24T01:06:37.5676571Z adding 'torch/distributed/optim/optimizer.py' 2025-01-24T01:06:37.5680901Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-01-24T01:06:37.5684449Z adding 'torch/distributed/optim/utils.py' 2025-01-24T01:06:37.5709493Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-01-24T01:06:37.5714896Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-01-24T01:06:37.5735320Z adding 'torch/distributed/pipelining/_IR.py' 2025-01-24T01:06:37.5739580Z adding 'torch/distributed/pipelining/__init__.py' 2025-01-24T01:06:37.5746694Z adding 'torch/distributed/pipelining/_backward.py' 2025-01-24T01:06:37.5750107Z adding 'torch/distributed/pipelining/_debug.py' 2025-01-24T01:06:37.5753230Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-01-24T01:06:37.5756773Z adding 'torch/distributed/pipelining/_utils.py' 2025-01-24T01:06:37.5764084Z adding 'torch/distributed/pipelining/microbatch.py' 2025-01-24T01:06:37.5794697Z adding 'torch/distributed/pipelining/schedules.py' 2025-01-24T01:06:37.5819998Z adding 'torch/distributed/pipelining/stage.py' 2025-01-24T01:06:37.5827777Z adding 'torch/distributed/rpc/__init__.py' 2025-01-24T01:06:37.5831530Z adding 'torch/distributed/rpc/_utils.py' 2025-01-24T01:06:37.5844031Z adding 'torch/distributed/rpc/api.py' 2025-01-24T01:06:37.5851969Z adding 'torch/distributed/rpc/backend_registry.py' 2025-01-24T01:06:37.5855628Z adding 'torch/distributed/rpc/constants.py' 2025-01-24T01:06:37.5860158Z adding 'torch/distributed/rpc/functions.py' 2025-01-24T01:06:37.5865910Z adding 'torch/distributed/rpc/internal.py' 2025-01-24T01:06:37.5870927Z adding 'torch/distributed/rpc/options.py' 2025-01-24T01:06:37.5874801Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-01-24T01:06:37.5880272Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-01-24T01:06:37.5885061Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-01-24T01:06:37.5888026Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-01-24T01:06:37.5892612Z adding 'torch/distributed/tensor/__init__.py' 2025-01-24T01:06:37.5912684Z adding 'torch/distributed/tensor/_api.py' 2025-01-24T01:06:37.5921456Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-01-24T01:06:37.5930323Z adding 'torch/distributed/tensor/_dispatch.py' 2025-01-24T01:06:37.5936448Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-01-24T01:06:37.5944309Z adding 'torch/distributed/tensor/_op_schema.py' 2025-01-24T01:06:37.5951799Z adding 'torch/distributed/tensor/_random.py' 2025-01-24T01:06:37.5958922Z adding 'torch/distributed/tensor/_redistribute.py' 2025-01-24T01:06:37.5967171Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-01-24T01:06:37.5973190Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-01-24T01:06:37.5978164Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-01-24T01:06:37.5984542Z adding 'torch/distributed/tensor/_utils.py' 2025-01-24T01:06:37.5987857Z adding 'torch/distributed/tensor/device_mesh.py' 2025-01-24T01:06:37.5997071Z adding 'torch/distributed/tensor/placement_types.py' 2025-01-24T01:06:37.6001733Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-01-24T01:06:37.6007828Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-01-24T01:06:37.6011687Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-01-24T01:06:37.6016168Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-01-24T01:06:37.6021477Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-01-24T01:06:37.6024932Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2025-01-24T01:06:37.6036511Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-01-24T01:06:37.6043797Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-01-24T01:06:37.6051486Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-01-24T01:06:37.6055278Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-01-24T01:06:37.6066212Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-01-24T01:06:37.6076839Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-01-24T01:06:37.6083184Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-01-24T01:06:37.6087611Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-01-24T01:06:37.6097001Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-01-24T01:06:37.6101569Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-01-24T01:06:37.6106444Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-01-24T01:06:37.6110837Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-01-24T01:06:37.6127010Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-01-24T01:06:37.6133666Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-01-24T01:06:37.6138477Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-01-24T01:06:37.6146520Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-01-24T01:06:37.6151078Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-01-24T01:06:37.6154585Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-01-24T01:06:37.6158279Z adding 'torch/distributed/tensor/parallel/_utils.py' 2025-01-24T01:06:37.6162891Z adding 'torch/distributed/tensor/parallel/api.py' 2025-01-24T01:06:37.6167074Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-01-24T01:06:37.6173554Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-01-24T01:06:37.6177859Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-01-24T01:06:37.6185086Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-01-24T01:06:37.6194595Z adding 'torch/distributed/tensor/parallel/style.py' 2025-01-24T01:06:37.6201406Z adding 'torch/distributions/__init__.py' 2025-01-24T01:06:37.6205643Z adding 'torch/distributions/bernoulli.py' 2025-01-24T01:06:37.6210164Z adding 'torch/distributions/beta.py' 2025-01-24T01:06:37.6214003Z adding 'torch/distributions/binomial.py' 2025-01-24T01:06:37.6218676Z adding 'torch/distributions/categorical.py' 2025-01-24T01:06:37.6222558Z adding 'torch/distributions/cauchy.py' 2025-01-24T01:06:37.6225851Z adding 'torch/distributions/chi2.py' 2025-01-24T01:06:37.6231037Z adding 'torch/distributions/constraint_registry.py' 2025-01-24T01:06:37.6238699Z adding 'torch/distributions/constraints.py' 2025-01-24T01:06:37.6244295Z adding 'torch/distributions/continuous_bernoulli.py' 2025-01-24T01:06:37.6248619Z adding 'torch/distributions/dirichlet.py' 2025-01-24T01:06:37.6254639Z adding 'torch/distributions/distribution.py' 2025-01-24T01:06:37.6258585Z adding 'torch/distributions/exp_family.py' 2025-01-24T01:06:37.6262274Z adding 'torch/distributions/exponential.py' 2025-01-24T01:06:37.6266223Z adding 'torch/distributions/fishersnedecor.py' 2025-01-24T01:06:37.6270056Z adding 'torch/distributions/gamma.py' 2025-01-24T01:06:37.6274390Z adding 'torch/distributions/geometric.py' 2025-01-24T01:06:37.6278302Z adding 'torch/distributions/gumbel.py' 2025-01-24T01:06:37.6281876Z adding 'torch/distributions/half_cauchy.py' 2025-01-24T01:06:37.6285556Z adding 'torch/distributions/half_normal.py' 2025-01-24T01:06:37.6289582Z adding 'torch/distributions/independent.py' 2025-01-24T01:06:37.6293173Z adding 'torch/distributions/inverse_gamma.py' 2025-01-24T01:06:37.6303670Z adding 'torch/distributions/kl.py' 2025-01-24T01:06:37.6308257Z adding 'torch/distributions/kumaraswamy.py' 2025-01-24T01:06:37.6312172Z adding 'torch/distributions/laplace.py' 2025-01-24T01:06:37.6317058Z adding 'torch/distributions/lkj_cholesky.py' 2025-01-24T01:06:37.6320659Z adding 'torch/distributions/log_normal.py' 2025-01-24T01:06:37.6324383Z adding 'torch/distributions/logistic_normal.py' 2025-01-24T01:06:37.6329672Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-01-24T01:06:37.6334863Z adding 'torch/distributions/mixture_same_family.py' 2025-01-24T01:06:37.6339462Z adding 'torch/distributions/multinomial.py' 2025-01-24T01:06:37.6344975Z adding 'torch/distributions/multivariate_normal.py' 2025-01-24T01:06:37.6349387Z adding 'torch/distributions/negative_binomial.py' 2025-01-24T01:06:37.6353379Z adding 'torch/distributions/normal.py' 2025-01-24T01:06:37.6357751Z adding 'torch/distributions/one_hot_categorical.py' 2025-01-24T01:06:37.6361340Z adding 'torch/distributions/pareto.py' 2025-01-24T01:06:37.6365057Z adding 'torch/distributions/poisson.py' 2025-01-24T01:06:37.6369405Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-01-24T01:06:37.6373742Z adding 'torch/distributions/relaxed_categorical.py' 2025-01-24T01:06:37.6377681Z adding 'torch/distributions/studentT.py' 2025-01-24T01:06:37.6382859Z adding 'torch/distributions/transformed_distribution.py' 2025-01-24T01:06:37.6396202Z adding 'torch/distributions/transforms.py' 2025-01-24T01:06:37.6400884Z adding 'torch/distributions/uniform.py' 2025-01-24T01:06:37.6405806Z adding 'torch/distributions/utils.py' 2025-01-24T01:06:37.6411087Z adding 'torch/distributions/von_mises.py' 2025-01-24T01:06:37.6414959Z adding 'torch/distributions/weibull.py' 2025-01-24T01:06:37.6420952Z adding 'torch/distributions/wishart.py' 2025-01-24T01:06:37.6430735Z adding 'torch/export/__init__.py' 2025-01-24T01:06:37.6437190Z adding 'torch/export/_draft_export.py' 2025-01-24T01:06:37.6441031Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-01-24T01:06:37.6445530Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-01-24T01:06:37.6449179Z adding 'torch/export/_safeguard.py' 2025-01-24T01:06:37.6456319Z adding 'torch/export/_swap.py' 2025-01-24T01:06:37.6486380Z adding 'torch/export/_trace.py' 2025-01-24T01:06:37.6491892Z adding 'torch/export/_tree_utils.py' 2025-01-24T01:06:37.6498792Z adding 'torch/export/_unlift.py' 2025-01-24T01:06:37.6502205Z adding 'torch/export/custom_obj.py' 2025-01-24T01:06:37.6506153Z adding 'torch/export/decomp_utils.py' 2025-01-24T01:06:37.6522575Z adding 'torch/export/dynamic_shapes.py' 2025-01-24T01:06:37.6544801Z adding 'torch/export/exported_program.py' 2025-01-24T01:06:37.6554028Z adding 'torch/export/graph_signature.py' 2025-01-24T01:06:37.6579952Z adding 'torch/export/unflatten.py' 2025-01-24T01:06:37.6586096Z adding 'torch/export/experimental/__init__.py' 2025-01-24T01:06:37.6590364Z adding 'torch/export/passes/__init__.py' 2025-01-24T01:06:37.6603701Z adding 'torch/fft/__init__.py' 2025-01-24T01:06:37.6608791Z adding 'torch/func/__init__.py' 2025-01-24T01:06:37.6615924Z adding 'torch/futures/__init__.py' 2025-01-24T01:06:37.6621304Z adding 'torch/fx/__init__.py' 2025-01-24T01:06:37.6624651Z adding 'torch/fx/_compatibility.py' 2025-01-24T01:06:37.6629143Z adding 'torch/fx/_lazy_graph_module.py' 2025-01-24T01:06:37.6632978Z adding 'torch/fx/_pytree.py' 2025-01-24T01:06:37.6651866Z adding 'torch/fx/_symbolic_trace.py' 2025-01-24T01:06:37.6656484Z adding 'torch/fx/_utils.py' 2025-01-24T01:06:37.6659756Z adding 'torch/fx/annotate.py' 2025-01-24T01:06:37.6662763Z adding 'torch/fx/config.py' 2025-01-24T01:06:37.6690620Z adding 'torch/fx/graph.py' 2025-01-24T01:06:37.6707888Z adding 'torch/fx/graph_module.py' 2025-01-24T01:06:37.6712483Z adding 'torch/fx/immutable_collections.py' 2025-01-24T01:06:37.6720508Z adding 'torch/fx/interpreter.py' 2025-01-24T01:06:37.6736095Z adding 'torch/fx/node.py' 2025-01-24T01:06:37.6745650Z adding 'torch/fx/operator_schemas.py' 2025-01-24T01:06:37.6756549Z adding 'torch/fx/proxy.py' 2025-01-24T01:06:37.6764484Z adding 'torch/fx/subgraph_rewriter.py' 2025-01-24T01:06:37.6768412Z adding 'torch/fx/tensor_type.py' 2025-01-24T01:06:37.6773099Z adding 'torch/fx/traceback.py' 2025-01-24T01:06:37.6777493Z adding 'torch/fx/experimental/__init__.py' 2025-01-24T01:06:37.6780707Z adding 'torch/fx/experimental/_backward_state.py' 2025-01-24T01:06:37.6784699Z adding 'torch/fx/experimental/_config.py' 2025-01-24T01:06:37.6788008Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-01-24T01:06:37.6804225Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-01-24T01:06:37.6811504Z adding 'torch/fx/experimental/const_fold.py' 2025-01-24T01:06:37.6815036Z adding 'torch/fx/experimental/debug.py' 2025-01-24T01:06:37.6826663Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-01-24T01:06:37.6832103Z adding 'torch/fx/experimental/merge_matmul.py' 2025-01-24T01:06:37.6837875Z adding 'torch/fx/experimental/meta_tracer.py' 2025-01-24T01:06:37.6842376Z adding 'torch/fx/experimental/normalize.py' 2025-01-24T01:06:37.6850201Z adding 'torch/fx/experimental/optimization.py' 2025-01-24T01:06:37.6856491Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-01-24T01:06:37.6889565Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-01-24T01:06:37.6900218Z adding 'torch/fx/experimental/recording.py' 2025-01-24T01:06:37.6904091Z adding 'torch/fx/experimental/refinement_types.py' 2025-01-24T01:06:37.6908843Z adding 'torch/fx/experimental/rewriter.py' 2025-01-24T01:06:37.6913517Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-01-24T01:06:37.6935584Z adding 'torch/fx/experimental/sym_node.py' 2025-01-24T01:06:37.7054414Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-01-24T01:06:37.7064876Z adding 'torch/fx/experimental/unify_refinements.py' 2025-01-24T01:06:37.7077417Z adding 'torch/fx/experimental/validator.py' 2025-01-24T01:06:37.7082292Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-01-24T01:06:37.7088451Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-01-24T01:06:37.7103626Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-01-24T01:06:37.7118886Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-01-24T01:06:37.7122524Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-01-24T01:06:37.7128615Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-01-24T01:06:37.7132397Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-01-24T01:06:37.7135477Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-01-24T01:06:37.7139365Z adding 'torch/fx/experimental/unification/__init__.py' 2025-01-24T01:06:37.7142955Z adding 'torch/fx/experimental/unification/core.py' 2025-01-24T01:06:37.7145951Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-01-24T01:06:37.7149698Z adding 'torch/fx/experimental/unification/match.py' 2025-01-24T01:06:37.7153430Z adding 'torch/fx/experimental/unification/more.py' 2025-01-24T01:06:37.7159239Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-01-24T01:06:37.7163263Z adding 'torch/fx/experimental/unification/utils.py' 2025-01-24T01:06:37.7166871Z adding 'torch/fx/experimental/unification/variable.py' 2025-01-24T01:06:37.7170820Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-01-24T01:06:37.7174700Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-01-24T01:06:37.7178439Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-01-24T01:06:37.7185180Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-01-24T01:06:37.7189615Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-01-24T01:06:37.7193563Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-01-24T01:06:37.7197913Z adding 'torch/fx/passes/__init__.py' 2025-01-24T01:06:37.7204984Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-01-24T01:06:37.7208984Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-01-24T01:06:37.7212875Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-01-24T01:06:37.7219975Z adding 'torch/fx/passes/graph_drawer.py' 2025-01-24T01:06:37.7224524Z adding 'torch/fx/passes/graph_manipulation.py' 2025-01-24T01:06:37.7229174Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-01-24T01:06:37.7241386Z adding 'torch/fx/passes/net_min_base.py' 2025-01-24T01:06:37.7246941Z adding 'torch/fx/passes/operator_support.py' 2025-01-24T01:06:37.7251082Z adding 'torch/fx/passes/param_fetch.py' 2025-01-24T01:06:37.7256688Z adding 'torch/fx/passes/pass_manager.py' 2025-01-24T01:06:37.7270938Z adding 'torch/fx/passes/reinplace.py' 2025-01-24T01:06:37.7282159Z adding 'torch/fx/passes/runtime_assert.py' 2025-01-24T01:06:37.7287848Z adding 'torch/fx/passes/shape_prop.py' 2025-01-24T01:06:37.7298058Z adding 'torch/fx/passes/split_module.py' 2025-01-24T01:06:37.7304734Z adding 'torch/fx/passes/split_utils.py' 2025-01-24T01:06:37.7317581Z adding 'torch/fx/passes/splitter_base.py' 2025-01-24T01:06:37.7324328Z adding 'torch/fx/passes/tools_common.py' 2025-01-24T01:06:37.7328596Z adding 'torch/fx/passes/backends/__init__.py' 2025-01-24T01:06:37.7332279Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-01-24T01:06:37.7335911Z adding 'torch/fx/passes/dialect/__init__.py' 2025-01-24T01:06:37.7339609Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-01-24T01:06:37.7343953Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-01-24T01:06:37.7347804Z adding 'torch/fx/passes/infra/__init__.py' 2025-01-24T01:06:37.7354964Z adding 'torch/fx/passes/infra/partitioner.py' 2025-01-24T01:06:37.7358999Z adding 'torch/fx/passes/infra/pass_base.py' 2025-01-24T01:06:37.7364895Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-01-24T01:06:37.7368992Z adding 'torch/fx/passes/tests/__init__.py' 2025-01-24T01:06:37.7372385Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-01-24T01:06:37.7376114Z adding 'torch/fx/passes/utils/__init__.py' 2025-01-24T01:06:37.7379975Z adding 'torch/fx/passes/utils/common.py' 2025-01-24T01:06:37.7385706Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-01-24T01:06:37.7393497Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-01-24T01:06:37.7398224Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-01-24T01:06:37.7403335Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-01-24T01:06:37.7418671Z adding 'torch/include/cpuinfo.h' 2025-01-24T01:06:37.7423225Z adding 'torch/include/dnnl.h' 2025-01-24T01:06:37.7426549Z adding 'torch/include/dnnl_config.h' 2025-01-24T01:06:37.7429656Z adding 'torch/include/dnnl_debug.h' 2025-01-24T01:06:37.7432941Z adding 'torch/include/dnnl_ocl.h' 2025-01-24T01:06:37.7436194Z adding 'torch/include/dnnl_sycl.h' 2025-01-24T01:06:37.7439442Z adding 'torch/include/dnnl_sycl_types.h' 2025-01-24T01:06:37.7442521Z adding 'torch/include/dnnl_threadpool.h' 2025-01-24T01:06:37.7445579Z adding 'torch/include/dnnl_types.h' 2025-01-24T01:06:37.7448848Z adding 'torch/include/dnnl_version.h' 2025-01-24T01:06:37.7451913Z adding 'torch/include/experiments-config.h' 2025-01-24T01:06:37.7454723Z adding 'torch/include/fp16.h' 2025-01-24T01:06:37.7459931Z adding 'torch/include/fxdiv.h' 2025-01-24T01:06:37.7463517Z adding 'torch/include/libshm.h' 2025-01-24T01:06:37.7473542Z adding 'torch/include/psimd.h' 2025-01-24T01:06:37.7488291Z adding 'torch/include/pthreadpool.h' 2025-01-24T01:06:37.7527562Z adding 'torch/include/sleef.h' 2025-01-24T01:06:37.7569495Z adding 'torch/include/xnnpack.h' 2025-01-24T01:06:37.7580817Z adding 'torch/include/ATen/ATen.h' 2025-01-24T01:06:37.7585147Z adding 'torch/include/ATen/AccumulateType.h' 2025-01-24T01:06:37.7588196Z adding 'torch/include/ATen/ArrayRef.h' 2025-01-24T01:06:37.7591173Z adding 'torch/include/ATen/Backend.h' 2025-01-24T01:06:37.7593953Z adding 'torch/include/ATen/Backtrace.h' 2025-01-24T01:06:37.7597192Z adding 'torch/include/ATen/BlasBackend.h' 2025-01-24T01:06:37.7602664Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-01-24T01:06:37.7606214Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-01-24T01:06:37.7610663Z adding 'torch/include/ATen/CPUFunctions.h' 2025-01-24T01:06:37.7617058Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-01-24T01:06:37.7621204Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-01-24T01:06:37.7624729Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-01-24T01:06:37.7631568Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-01-24T01:06:37.7635783Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-01-24T01:06:37.7639534Z adding 'torch/include/ATen/CollapseDims.h' 2025-01-24T01:06:37.7643699Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-01-24T01:06:37.7651080Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-01-24T01:06:37.7655808Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-01-24T01:06:37.7661249Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-01-24T01:06:37.7665407Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-01-24T01:06:37.7672133Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-01-24T01:06:37.7676621Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-01-24T01:06:37.7679981Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-01-24T01:06:37.7683061Z adding 'torch/include/ATen/Config.h' 2025-01-24T01:06:37.7690844Z adding 'torch/include/ATen/Context.h' 2025-01-24T01:06:37.7694665Z adding 'torch/include/ATen/DLConvertor.h' 2025-01-24T01:06:37.7697601Z adding 'torch/include/ATen/Device.h' 2025-01-24T01:06:37.7701132Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-01-24T01:06:37.7704525Z adding 'torch/include/ATen/DeviceGuard.h' 2025-01-24T01:06:37.7707373Z adding 'torch/include/ATen/DimVector.h' 2025-01-24T01:06:37.7710289Z adding 'torch/include/ATen/Dimname.h' 2025-01-24T01:06:37.7719252Z adding 'torch/include/ATen/Dispatch.h' 2025-01-24T01:06:37.7728408Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-01-24T01:06:37.7733065Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-01-24T01:06:37.7736612Z adding 'torch/include/ATen/EmptyTensor.h' 2025-01-24T01:06:37.7739973Z adding 'torch/include/ATen/ExpandBase.h' 2025-01-24T01:06:37.7745843Z adding 'torch/include/ATen/ExpandUtils.h' 2025-01-24T01:06:37.7749404Z adding 'torch/include/ATen/Formatting.h' 2025-01-24T01:06:37.7752673Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-01-24T01:06:37.7757975Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-01-24T01:06:37.7765837Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-01-24T01:06:37.7777729Z adding 'torch/include/ATen/Functions.h' 2025-01-24T01:06:37.7781943Z adding 'torch/include/ATen/Generator.h' 2025-01-24T01:06:37.7785651Z adding 'torch/include/ATen/InferSize.h' 2025-01-24T01:06:37.7788939Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-01-24T01:06:37.7791722Z adding 'torch/include/ATen/Layout.h' 2025-01-24T01:06:37.7795069Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-01-24T01:06:37.7799796Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-01-24T01:06:37.7803117Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-01-24T01:06:37.7808342Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-01-24T01:06:37.7811815Z adding 'torch/include/ATen/LinalgBackend.h' 2025-01-24T01:06:37.7815483Z adding 'torch/include/ATen/MapAllocator.h' 2025-01-24T01:06:37.7819394Z adding 'torch/include/ATen/MatrixRef.h' 2025-01-24T01:06:37.7823471Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-01-24T01:06:37.7826947Z adding 'torch/include/ATen/MetaFunctions.h' 2025-01-24T01:06:37.7831791Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-01-24T01:06:37.7837375Z adding 'torch/include/ATen/MethodOperators.h' 2025-01-24T01:06:37.7840799Z adding 'torch/include/ATen/NamedTensor.h' 2025-01-24T01:06:37.7845282Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-01-24T01:06:37.7856486Z adding 'torch/include/ATen/NativeFunctions.h' 2025-01-24T01:06:37.7868479Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-01-24T01:06:37.7875448Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-01-24T01:06:37.7879606Z adding 'torch/include/ATen/NumericUtils.h' 2025-01-24T01:06:37.7883050Z adding 'torch/include/ATen/OpMathType.h' 2025-01-24T01:06:37.7887416Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-01-24T01:06:37.7898787Z adding 'torch/include/ATen/Operators.h' 2025-01-24T01:06:37.7903458Z adding 'torch/include/ATen/PTThreadPool.h' 2025-01-24T01:06:37.7906417Z adding 'torch/include/ATen/PadNd.h' 2025-01-24T01:06:37.7910010Z adding 'torch/include/ATen/Parallel-inl.h' 2025-01-24T01:06:37.7914263Z adding 'torch/include/ATen/Parallel.h' 2025-01-24T01:06:37.7917589Z adding 'torch/include/ATen/ParallelFuture.h' 2025-01-24T01:06:37.7920718Z adding 'torch/include/ATen/ParallelNative.h' 2025-01-24T01:06:37.7923965Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-01-24T01:06:37.7927194Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-01-24T01:06:37.7930405Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-01-24T01:06:37.8194715Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-01-24T01:06:37.8386017Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-01-24T01:06:37.8409482Z adding 'torch/include/ATen/SDPBackend.h' 2025-01-24T01:06:37.8413306Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-01-24T01:06:37.8416278Z adding 'torch/include/ATen/Scalar.h' 2025-01-24T01:06:37.8419787Z adding 'torch/include/ATen/ScalarOps.h' 2025-01-24T01:06:37.8422715Z adding 'torch/include/ATen/ScalarType.h' 2025-01-24T01:06:37.8425822Z adding 'torch/include/ATen/SequenceNumber.h' 2025-01-24T01:06:37.8428612Z adding 'torch/include/ATen/SmallVector.h' 2025-01-24T01:06:37.8433284Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-01-24T01:06:37.8439570Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-01-24T01:06:37.8446544Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-01-24T01:06:37.8450185Z adding 'torch/include/ATen/Storage.h' 2025-01-24T01:06:37.8453359Z adding 'torch/include/ATen/StorageUtils.h' 2025-01-24T01:06:37.8455933Z adding 'torch/include/ATen/Tensor.h' 2025-01-24T01:06:37.8458910Z adding 'torch/include/ATen/TensorAccessor.h' 2025-01-24T01:06:37.8462570Z adding 'torch/include/ATen/TensorGeometry.h' 2025-01-24T01:06:37.8472193Z adding 'torch/include/ATen/TensorIndexing.h' 2025-01-24T01:06:37.8487591Z adding 'torch/include/ATen/TensorIterator.h' 2025-01-24T01:06:37.8492196Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-01-24T01:06:37.8496295Z adding 'torch/include/ATen/TensorMeta.h' 2025-01-24T01:06:37.8500192Z adding 'torch/include/ATen/TensorNames.h' 2025-01-24T01:06:37.8503671Z adding 'torch/include/ATen/TensorOperators.h' 2025-01-24T01:06:37.8506522Z adding 'torch/include/ATen/TensorOptions.h' 2025-01-24T01:06:37.8510290Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-01-24T01:06:37.8514391Z adding 'torch/include/ATen/TensorUtils.h' 2025-01-24T01:06:37.8517764Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-01-24T01:06:37.8521696Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-01-24T01:06:37.8526097Z adding 'torch/include/ATen/TracerMode.h' 2025-01-24T01:06:37.8529336Z adding 'torch/include/ATen/TypeDefault.h' 2025-01-24T01:06:37.8532933Z adding 'torch/include/ATen/Utils.h' 2025-01-24T01:06:37.8535974Z adding 'torch/include/ATen/Version.h' 2025-01-24T01:06:37.8710656Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-01-24T01:06:37.8756646Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-01-24T01:06:37.8759868Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-01-24T01:06:37.8770993Z adding 'torch/include/ATen/autocast_mode.h' 2025-01-24T01:06:37.8775107Z adding 'torch/include/ATen/ceil_div.h' 2025-01-24T01:06:37.8779921Z adding 'torch/include/ATen/code_template.h' 2025-01-24T01:06:37.8784227Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-01-24T01:06:37.8787505Z adding 'torch/include/ATen/div_rtn.h' 2025-01-24T01:06:37.8792431Z adding 'torch/include/ATen/dlpack.h' 2025-01-24T01:06:37.8795842Z adding 'torch/include/ATen/jit_macros.h' 2025-01-24T01:06:37.8799328Z adding 'torch/include/ATen/jiterator_macros.h' 2025-01-24T01:06:37.8808690Z adding 'torch/include/ATen/record_function.h' 2025-01-24T01:06:37.8814430Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-01-24T01:06:37.8817568Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-01-24T01:06:37.8820665Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-01-24T01:06:37.8824749Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-01-24T01:06:37.8828612Z adding 'torch/include/ATen/core/Array.h' 2025-01-24T01:06:37.8831159Z adding 'torch/include/ATen/core/Backtrace.h' 2025-01-24T01:06:37.8839078Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-01-24T01:06:37.8842466Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-01-24T01:06:37.8846546Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-01-24T01:06:37.8850001Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-01-24T01:06:37.8856708Z adding 'torch/include/ATen/core/Dict.h' 2025-01-24T01:06:37.8861445Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-01-24T01:06:37.8864702Z adding 'torch/include/ATen/core/DimVector.h' 2025-01-24T01:06:37.8868025Z adding 'torch/include/ATen/core/Dimname.h' 2025-01-24T01:06:37.8873264Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-01-24T01:06:37.8876818Z adding 'torch/include/ATen/core/Formatting.h' 2025-01-24T01:06:37.8881613Z adding 'torch/include/ATen/core/Generator.h' 2025-01-24T01:06:37.8885309Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-01-24T01:06:37.8893610Z adding 'torch/include/ATen/core/IListRef.h' 2025-01-24T01:06:37.8898336Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-01-24T01:06:37.8902807Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-01-24T01:06:37.8910171Z adding 'torch/include/ATen/core/List.h' 2025-01-24T01:06:37.8916480Z adding 'torch/include/ATen/core/List_inl.h' 2025-01-24T01:06:37.8921627Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-01-24T01:06:37.8926104Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-01-24T01:06:37.8930849Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-01-24T01:06:37.8936817Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-01-24T01:06:37.8940405Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-01-24T01:06:37.8943596Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-01-24T01:06:37.8947141Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-01-24T01:06:37.8950400Z adding 'torch/include/ATen/core/Range.h' 2025-01-24T01:06:37.8953460Z adding 'torch/include/ATen/core/Reduction.h' 2025-01-24T01:06:37.8956340Z adding 'torch/include/ATen/core/Scalar.h' 2025-01-24T01:06:37.8959129Z adding 'torch/include/ATen/core/ScalarType.h' 2025-01-24T01:06:37.8962488Z adding 'torch/include/ATen/core/Tensor.h' 2025-01-24T01:06:37.8967428Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-01-24T01:06:37.8982435Z adding 'torch/include/ATen/core/TensorBase.h' 2025-01-24T01:06:37.9037741Z adding 'torch/include/ATen/core/TensorBody.h' 2025-01-24T01:06:37.9047306Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-01-24T01:06:37.9051664Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-01-24T01:06:37.9055447Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-01-24T01:06:37.9058278Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-01-24T01:06:37.9062199Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-01-24T01:06:37.9065884Z adding 'torch/include/ATen/core/Variadic.h' 2025-01-24T01:06:37.9069547Z adding 'torch/include/ATen/core/Vitals.h' 2025-01-24T01:06:37.9073678Z adding 'torch/include/ATen/core/alias_info.h' 2025-01-24T01:06:37.9089364Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-01-24T01:06:37.9095073Z adding 'torch/include/ATen/core/blob.h' 2025-01-24T01:06:37.9098764Z adding 'torch/include/ATen/core/builtin_function.h' 2025-01-24T01:06:37.9105327Z adding 'torch/include/ATen/core/class_type.h' 2025-01-24T01:06:37.9108916Z adding 'torch/include/ATen/core/custom_class.h' 2025-01-24T01:06:37.9114545Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-01-24T01:06:37.9118178Z adding 'torch/include/ATen/core/enum_tag.h' 2025-01-24T01:06:37.9121827Z adding 'torch/include/ATen/core/enum_type.h' 2025-01-24T01:06:37.9125851Z adding 'torch/include/ATen/core/function.h' 2025-01-24T01:06:37.9136001Z adding 'torch/include/ATen/core/function_schema.h' 2025-01-24T01:06:37.9140256Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-01-24T01:06:37.9143548Z adding 'torch/include/ATen/core/functional.h' 2025-01-24T01:06:37.9146615Z adding 'torch/include/ATen/core/grad_mode.h' 2025-01-24T01:06:37.9152411Z adding 'torch/include/ATen/core/interned_strings.h' 2025-01-24T01:06:37.9156059Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-01-24T01:06:37.9182983Z adding 'torch/include/ATen/core/ivalue.h' 2025-01-24T01:06:37.9213989Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-01-24T01:06:37.9219118Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-01-24T01:06:37.9242026Z adding 'torch/include/ATen/core/jit_type.h' 2025-01-24T01:06:37.9252328Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-01-24T01:06:37.9256673Z adding 'torch/include/ATen/core/operator_name.h' 2025-01-24T01:06:37.9260935Z adding 'torch/include/ATen/core/qualified_name.h' 2025-01-24T01:06:37.9264406Z adding 'torch/include/ATen/core/rref_interface.h' 2025-01-24T01:06:37.9268838Z adding 'torch/include/ATen/core/stack.h' 2025-01-24T01:06:37.9273491Z adding 'torch/include/ATen/core/symbol.h' 2025-01-24T01:06:37.9277492Z adding 'torch/include/ATen/core/type_factory.h' 2025-01-24T01:06:37.9280940Z adding 'torch/include/ATen/core/type_ptr.h' 2025-01-24T01:06:37.9283846Z adding 'torch/include/ATen/core/typeid.h' 2025-01-24T01:06:37.9289999Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-01-24T01:06:37.9293982Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-01-24T01:06:37.9298864Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-01-24T01:06:37.9304425Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-01-24T01:06:37.9307995Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-01-24T01:06:37.9312359Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-01-24T01:06:37.9315916Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-01-24T01:06:37.9322088Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-01-24T01:06:37.9332476Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-01-24T01:06:37.9337038Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-01-24T01:06:37.9341835Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-01-24T01:06:37.9347475Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-01-24T01:06:37.9360751Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-01-24T01:06:37.9364643Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-01-24T01:06:37.9371229Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-01-24T01:06:37.9374798Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-01-24T01:06:37.9378106Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-01-24T01:06:37.9382487Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-01-24T01:06:37.9386902Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-01-24T01:06:37.9391573Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-01-24T01:06:37.9400316Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-01-24T01:06:37.9404800Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-01-24T01:06:37.9407907Z adding 'torch/include/ATen/cpu/Utils.h' 2025-01-24T01:06:37.9412161Z adding 'torch/include/ATen/cpu/vml.h' 2025-01-24T01:06:37.9416120Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-01-24T01:06:37.9420858Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-01-24T01:06:37.9427482Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-01-24T01:06:37.9431440Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-01-24T01:06:37.9434685Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-01-24T01:06:37.9446427Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-01-24T01:06:37.9450787Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-01-24T01:06:37.9454064Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-01-24T01:06:37.9459019Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-01-24T01:06:37.9464391Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-01-24T01:06:37.9468991Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-01-24T01:06:37.9473195Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-01-24T01:06:37.9479124Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-01-24T01:06:37.9486111Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-01-24T01:06:37.9492137Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-01-24T01:06:37.9498567Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-01-24T01:06:37.9503039Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-01-24T01:06:37.9509752Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-01-24T01:06:37.9513678Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-01-24T01:06:37.9520326Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-01-24T01:06:37.9529376Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-01-24T01:06:37.9534400Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-01-24T01:06:37.9539604Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-01-24T01:06:37.9542958Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-01-24T01:06:37.9548012Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-01-24T01:06:37.9558502Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-01-24T01:06:37.9566418Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-01-24T01:06:37.9574396Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-01-24T01:06:37.9579356Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-01-24T01:06:37.9585031Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-01-24T01:06:37.9593109Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-01-24T01:06:37.9608068Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-01-24T01:06:37.9614299Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-01-24T01:06:37.9626310Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-01-24T01:06:37.9631708Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-01-24T01:06:37.9636069Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-01-24T01:06:37.9643812Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-01-24T01:06:37.9651448Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-01-24T01:06:37.9657550Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-01-24T01:06:37.9663697Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-01-24T01:06:37.9669743Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-01-24T01:06:37.9675124Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-01-24T01:06:37.9680649Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-01-24T01:06:37.9685588Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-01-24T01:06:37.9691844Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-01-24T01:06:37.9698335Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-01-24T01:06:37.9706053Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-01-24T01:06:37.9730548Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-01-24T01:06:37.9739659Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-01-24T01:06:37.9753997Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-01-24T01:06:37.9763436Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-01-24T01:06:37.9774085Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-01-24T01:06:37.9779143Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-01-24T01:06:37.9785023Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-01-24T01:06:37.9793455Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-01-24T01:06:37.9806396Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-01-24T01:06:37.9812886Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-01-24T01:06:37.9824940Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-01-24T01:06:37.9830178Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-01-24T01:06:37.9833423Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-01-24T01:06:37.9837111Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-01-24T01:06:37.9843992Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-01-24T01:06:37.9852496Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-01-24T01:06:37.9858076Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-01-24T01:06:37.9861463Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-01-24T01:06:37.9865138Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-01-24T01:06:37.9868567Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-01-24T01:06:37.9871823Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-01-24T01:06:37.9876516Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-01-24T01:06:37.9881318Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-01-24T01:06:37.9885334Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-01-24T01:06:37.9888953Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-01-24T01:06:37.9892782Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-01-24T01:06:37.9897040Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-01-24T01:06:37.9901888Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-01-24T01:06:37.9905076Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-01-24T01:06:37.9907973Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-01-24T01:06:37.9911331Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-01-24T01:06:37.9914859Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-01-24T01:06:37.9918169Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-01-24T01:06:37.9923023Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-01-24T01:06:37.9927167Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-01-24T01:06:37.9930298Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-01-24T01:06:37.9933087Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-01-24T01:06:37.9935823Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-01-24T01:06:37.9938853Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-01-24T01:06:37.9942181Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-01-24T01:06:37.9945158Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-01-24T01:06:37.9948145Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-01-24T01:06:37.9955935Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-01-24T01:06:37.9960174Z adding 'torch/include/ATen/cuda/cub.h' 2025-01-24T01:06:37.9963513Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-01-24T01:06:37.9966611Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-01-24T01:06:37.9970796Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-01-24T01:06:37.9973916Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-01-24T01:06:37.9978261Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-01-24T01:06:37.9983271Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-01-24T01:06:37.9986810Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-01-24T01:06:37.9990863Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-01-24T01:06:37.9994281Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-01-24T01:06:37.9997314Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-01-24T01:06:38.0001152Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-01-24T01:06:38.0004508Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-01-24T01:06:38.0008129Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-01-24T01:06:38.0011509Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-01-24T01:06:38.0017089Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-01-24T01:06:38.0024061Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-01-24T01:06:38.0029014Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-01-24T01:06:38.0032784Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-01-24T01:06:38.0036998Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-01-24T01:06:38.0041540Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-01-24T01:06:38.0047026Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-01-24T01:06:38.0055281Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-01-24T01:06:38.0058630Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-01-24T01:06:38.0061422Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-01-24T01:06:38.0064298Z adding 'torch/include/ATen/cudnn/Types.h' 2025-01-24T01:06:38.0067287Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-01-24T01:06:38.0070295Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-01-24T01:06:38.0074732Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-01-24T01:06:38.0079281Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-01-24T01:06:38.0082964Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-01-24T01:06:38.0086491Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-01-24T01:06:38.0089833Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-01-24T01:06:38.0093023Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-01-24T01:06:38.0096373Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-01-24T01:06:38.0099818Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-01-24T01:06:38.0103556Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-01-24T01:06:38.0107106Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-01-24T01:06:38.0110522Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-01-24T01:06:38.0114716Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-01-24T01:06:38.0121449Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-01-24T01:06:38.0125584Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-01-24T01:06:38.0130223Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-01-24T01:06:38.0134257Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-01-24T01:06:38.0138592Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-01-24T01:06:38.0141972Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-01-24T01:06:38.0146714Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-01-24T01:06:38.0152102Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-01-24T01:06:38.0155107Z adding 'torch/include/ATen/functorch/Macros.h' 2025-01-24T01:06:38.0158899Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-01-24T01:06:38.0162961Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-01-24T01:06:38.0166264Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-01-24T01:06:38.0170930Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:06:38.0174031Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-01-24T01:06:38.0179992Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-01-24T01:06:38.0184255Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-01-24T01:06:38.0189101Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-01-24T01:06:38.0192414Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-01-24T01:06:38.0195264Z adding 'torch/include/ATen/miopen/Handle.h' 2025-01-24T01:06:38.0198217Z adding 'torch/include/ATen/miopen/Types.h' 2025-01-24T01:06:38.0201112Z adding 'torch/include/ATen/miopen/Utils.h' 2025-01-24T01:06:38.0203870Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-01-24T01:06:38.0207709Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-01-24T01:06:38.0211627Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-01-24T01:06:38.0220307Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-01-24T01:06:38.0224372Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-01-24T01:06:38.0227842Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-01-24T01:06:38.0232090Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-01-24T01:06:38.0235283Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-01-24T01:06:38.0239669Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-01-24T01:06:38.0243250Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-01-24T01:06:38.0250599Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-01-24T01:06:38.0255445Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-01-24T01:06:38.0262069Z adding 'torch/include/ATen/native/Activation.h' 2025-01-24T01:06:38.0265092Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-01-24T01:06:38.0268387Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-01-24T01:06:38.0272699Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-01-24T01:06:38.0276855Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-01-24T01:06:38.0281759Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-01-24T01:06:38.0286189Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-01-24T01:06:38.0290353Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-01-24T01:06:38.0293023Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-01-24T01:06:38.0297786Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-01-24T01:06:38.0302077Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-01-24T01:06:38.0305432Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-01-24T01:06:38.0312210Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-01-24T01:06:38.0315941Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-01-24T01:06:38.0319308Z adding 'torch/include/ATen/native/Copy.h' 2025-01-24T01:06:38.0321922Z adding 'torch/include/ATen/native/Cross.h' 2025-01-24T01:06:38.0332436Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-01-24T01:06:38.0332888Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-01-24T01:06:38.0336616Z adding 'torch/include/ATen/native/Distance.h' 2025-01-24T01:06:38.0342757Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-01-24T01:06:38.0351959Z adding 'torch/include/ATen/native/Distributions.h' 2025-01-24T01:06:38.0356477Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-01-24T01:06:38.0359927Z adding 'torch/include/ATen/native/Fill.h' 2025-01-24T01:06:38.0366289Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-01-24T01:06:38.0370436Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-01-24T01:06:38.0373340Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-01-24T01:06:38.0376273Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-01-24T01:06:38.0379410Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-01-24T01:06:38.0382908Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-01-24T01:06:38.0386257Z adding 'torch/include/ATen/native/Gelu.h' 2025-01-24T01:06:38.0391621Z adding 'torch/include/ATen/native/GridSampler.h' 2025-01-24T01:06:38.0396216Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-01-24T01:06:38.0399738Z adding 'torch/include/ATen/native/Histogram.h' 2025-01-24T01:06:38.0402928Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-01-24T01:06:38.0407267Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-01-24T01:06:38.0410820Z adding 'torch/include/ATen/native/Lerp.h' 2025-01-24T01:06:38.0413839Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-01-24T01:06:38.0424769Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-01-24T01:06:38.0428726Z adding 'torch/include/ATen/native/LossMulti.h' 2025-01-24T01:06:38.0474930Z adding 'torch/include/ATen/native/Math.h' 2025-01-24T01:06:38.0481695Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-01-24T01:06:38.0487177Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-01-24T01:06:38.0491003Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-01-24T01:06:38.0494111Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-01-24T01:06:38.0497462Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-01-24T01:06:38.0501024Z adding 'torch/include/ATen/native/Normalization.h' 2025-01-24T01:06:38.0503782Z adding 'torch/include/ATen/native/Padding.h' 2025-01-24T01:06:38.0506931Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-01-24T01:06:38.0509950Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-01-24T01:06:38.0515422Z adding 'torch/include/ATen/native/Pool.h' 2025-01-24T01:06:38.0519126Z adding 'torch/include/ATen/native/Pow.h' 2025-01-24T01:06:38.0522495Z adding 'torch/include/ATen/native/RNN.h' 2025-01-24T01:06:38.0525508Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-01-24T01:06:38.0528433Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-01-24T01:06:38.0531572Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-01-24T01:06:38.0537994Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-01-24T01:06:38.0541570Z adding 'torch/include/ATen/native/ReductionType.h' 2025-01-24T01:06:38.0544838Z adding 'torch/include/ATen/native/Repeat.h' 2025-01-24T01:06:38.0549407Z adding 'torch/include/ATen/native/Resize.h' 2025-01-24T01:06:38.0553134Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-01-24T01:06:38.0556956Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-01-24T01:06:38.0560191Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-01-24T01:06:38.0565636Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-01-24T01:06:38.0569437Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-01-24T01:06:38.0572627Z adding 'torch/include/ATen/native/Sorting.h' 2025-01-24T01:06:38.0575960Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-01-24T01:06:38.0580493Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-01-24T01:06:38.0584385Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-01-24T01:06:38.0588519Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-01-24T01:06:38.0592063Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-01-24T01:06:38.0596052Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-01-24T01:06:38.0599286Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-01-24T01:06:38.0602384Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-01-24T01:06:38.0605949Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-01-24T01:06:38.0609892Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-01-24T01:06:38.0612804Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-01-24T01:06:38.0616151Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-01-24T01:06:38.0619088Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-01-24T01:06:38.0623024Z adding 'torch/include/ATen/native/TensorShape.h' 2025-01-24T01:06:38.0626337Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-01-24T01:06:38.0629800Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-01-24T01:06:38.0632932Z adding 'torch/include/ATen/native/TransposeType.h' 2025-01-24T01:06:38.0636465Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-01-24T01:06:38.0639638Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-01-24T01:06:38.0643279Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-01-24T01:06:38.0646484Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-01-24T01:06:38.0649602Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-01-24T01:06:38.0653278Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-01-24T01:06:38.0660698Z adding 'torch/include/ATen/native/UpSample.h' 2025-01-24T01:06:38.0664385Z adding 'torch/include/ATen/native/batch_norm.h' 2025-01-24T01:06:38.0667607Z adding 'torch/include/ATen/native/group_norm.h' 2025-01-24T01:06:38.0671287Z adding 'torch/include/ATen/native/im2col.h' 2025-01-24T01:06:38.0675772Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-01-24T01:06:38.0679827Z adding 'torch/include/ATen/native/layer_norm.h' 2025-01-24T01:06:38.0682867Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-01-24T01:06:38.0686397Z adding 'torch/include/ATen/native/vol2col.h' 2025-01-24T01:06:38.0691637Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-01-24T01:06:38.0694161Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-01-24T01:06:38.0697261Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-01-24T01:06:38.0700084Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-01-24T01:06:38.0703243Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-01-24T01:06:38.0708982Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-01-24T01:06:38.0712872Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-01-24T01:06:38.0716151Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-01-24T01:06:38.0719978Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-01-24T01:06:38.0723361Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-01-24T01:06:38.0726761Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-01-24T01:06:38.0730418Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-01-24T01:06:38.0736554Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-01-24T01:06:38.0740042Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-01-24T01:06:38.0743145Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-01-24T01:06:38.0749138Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-01-24T01:06:38.0753911Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-01-24T01:06:38.0757725Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-01-24T01:06:38.0760617Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-01-24T01:06:38.0764935Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-01-24T01:06:38.0768176Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-01-24T01:06:38.0771403Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-01-24T01:06:38.0774448Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-01-24T01:06:38.0790131Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-01-24T01:06:38.0794598Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-01-24T01:06:38.0801248Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-01-24T01:06:38.0804952Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-01-24T01:06:38.0808294Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-01-24T01:06:38.0812673Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-01-24T01:06:38.0817449Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-01-24T01:06:38.0821616Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-01-24T01:06:38.0826914Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-01-24T01:06:38.0830162Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-01-24T01:06:38.0835904Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-01-24T01:06:38.0842446Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-01-24T01:06:38.0845830Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-01-24T01:06:38.0848785Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-01-24T01:06:38.0857435Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-01-24T01:06:38.0861365Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-01-24T01:06:38.0864553Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-01-24T01:06:38.0873565Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-01-24T01:06:38.0877527Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-01-24T01:06:38.0880667Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-01-24T01:06:38.0886174Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-01-24T01:06:38.0889983Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-01-24T01:06:38.0894912Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-01-24T01:06:38.0898242Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-01-24T01:06:38.0902028Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-01-24T01:06:38.0906094Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-01-24T01:06:38.0910724Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-01-24T01:06:38.0913940Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-01-24T01:06:38.0919304Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-01-24T01:06:38.0954405Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-01-24T01:06:38.0963529Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-01-24T01:06:38.0967244Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-01-24T01:06:38.0972655Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-01-24T01:06:38.0991301Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-01-24T01:06:38.0999176Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-01-24T01:06:38.1002960Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-01-24T01:06:38.1006513Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-01-24T01:06:38.1024147Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-01-24T01:06:38.1028953Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-01-24T01:06:38.1032844Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-01-24T01:06:38.1036453Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-01-24T01:06:38.1039873Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-01-24T01:06:38.1047902Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-01-24T01:06:38.1051930Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-01-24T01:06:38.1055132Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-01-24T01:06:38.1060680Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-01-24T01:06:38.1064138Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-01-24T01:06:38.1068308Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-01-24T01:06:38.1074529Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-01-24T01:06:38.1082183Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-01-24T01:06:38.1085541Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-01-24T01:06:38.1088756Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-01-24T01:06:38.1091710Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-01-24T01:06:38.1096936Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-01-24T01:06:38.1100925Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-01-24T01:06:38.1104281Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-01-24T01:06:38.1107239Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-01-24T01:06:38.1111692Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-01-24T01:06:38.1114964Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-01-24T01:06:38.1118129Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-01-24T01:06:38.1122712Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-01-24T01:06:38.1127383Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-01-24T01:06:38.1135619Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-01-24T01:06:38.1139300Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-01-24T01:06:38.1144039Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-01-24T01:06:38.1148215Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-01-24T01:06:38.1151259Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-01-24T01:06:38.1155899Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-01-24T01:06:38.1159359Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-01-24T01:06:38.1163432Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-01-24T01:06:38.1166796Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-01-24T01:06:38.1170490Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-01-24T01:06:38.1179527Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-01-24T01:06:38.1183009Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-01-24T01:06:38.1186580Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-01-24T01:06:38.1190446Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-01-24T01:06:38.1194306Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-01-24T01:06:38.1197728Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-01-24T01:06:38.1201144Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-01-24T01:06:38.1205375Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-01-24T01:06:38.1209590Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-01-24T01:06:38.1217143Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-01-24T01:06:38.1220736Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-01-24T01:06:38.1256126Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-01-24T01:06:38.1259603Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-01-24T01:06:38.1263363Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-01-24T01:06:38.1266716Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-01-24T01:06:38.1273264Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-01-24T01:06:38.1278094Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-01-24T01:06:38.1281511Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-01-24T01:06:38.1284795Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-01-24T01:06:38.1287718Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-01-24T01:06:38.1291065Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-01-24T01:06:38.1294100Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-01-24T01:06:38.1297807Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-01-24T01:06:38.1300909Z adding 'torch/include/ATen/native/quantized/library.h' 2025-01-24T01:06:38.1304871Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-01-24T01:06:38.1308121Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-01-24T01:06:38.1313840Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-01-24T01:06:38.1321221Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-01-24T01:06:38.1327004Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-01-24T01:06:38.1331536Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-01-24T01:06:38.1334739Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-01-24T01:06:38.1340213Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-01-24T01:06:38.1346277Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-01-24T01:06:38.1351857Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-01-24T01:06:38.1356001Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-01-24T01:06:38.1359402Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-01-24T01:06:38.1362617Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-01-24T01:06:38.1365708Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-01-24T01:06:38.1368802Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-01-24T01:06:38.1373095Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-01-24T01:06:38.1379744Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-01-24T01:06:38.1384100Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-01-24T01:06:38.1387417Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-01-24T01:06:38.1390994Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-01-24T01:06:38.1576767Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-01-24T01:06:38.1579757Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-01-24T01:06:38.1582961Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1585983Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.1589071Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.1592110Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:06:38.1595313Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:06:38.1598759Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1601765Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:06:38.1604814Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:06:38.1607808Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-01-24T01:06:38.1610971Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-01-24T01:06:38.1614348Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-01-24T01:06:38.1617657Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-01-24T01:06:38.1620843Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1623823Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.1626855Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.1629796Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:06:38.1632949Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:06:38.1636330Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1639353Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:06:38.1642435Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:06:38.1645436Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-01-24T01:06:38.1648656Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-01-24T01:06:38.1651693Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-01-24T01:06:38.1654924Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1657803Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-01-24T01:06:38.1660871Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-01-24T01:06:38.1664102Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-01-24T01:06:38.1667376Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1670428Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-01-24T01:06:38.1673509Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-01-24T01:06:38.1676648Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-01-24T01:06:38.1680139Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-01-24T01:06:38.1683337Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-01-24T01:06:38.1686709Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.1689674Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-01-24T01:06:38.1692825Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-01-24T01:06:38.1695814Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-01-24T01:06:38.1698918Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-01-24T01:06:38.1701930Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-01-24T01:06:38.1705209Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-01-24T01:06:38.1708418Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-01-24T01:06:38.1711774Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1714749Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-01-24T01:06:38.1717918Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-01-24T01:06:38.1720898Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-01-24T01:06:38.1724192Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-01-24T01:06:38.1727525Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-01-24T01:06:38.1730923Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1733998Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-01-24T01:06:38.1737248Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-01-24T01:06:38.1740276Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-01-24T01:06:38.1743578Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-01-24T01:06:38.1746758Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-01-24T01:06:38.1750154Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1753055Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-01-24T01:06:38.1756214Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-01-24T01:06:38.1759327Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-01-24T01:06:38.1762374Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-01-24T01:06:38.1765711Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-01-24T01:06:38.1768771Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-01-24T01:06:38.1771864Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-01-24T01:06:38.1774891Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-01-24T01:06:38.1777809Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-01-24T01:06:38.1780942Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-01-24T01:06:38.1783986Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-01-24T01:06:38.1787205Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1790103Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-01-24T01:06:38.1793153Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-01-24T01:06:38.1796538Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-01-24T01:06:38.1799905Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1802971Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-01-24T01:06:38.1806016Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-01-24T01:06:38.1809204Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-01-24T01:06:38.1812175Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-01-24T01:06:38.1815396Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1818267Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-01-24T01:06:38.1821450Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-01-24T01:06:38.1824395Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-01-24T01:06:38.1827590Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1830479Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-01-24T01:06:38.1834248Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-01-24T01:06:38.1837430Z adding 'torch/include/ATen/ops/_backward.h' 2025-01-24T01:06:38.1840674Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1843753Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-01-24T01:06:38.1846874Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-01-24T01:06:38.1850166Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-01-24T01:06:38.1853520Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-01-24T01:06:38.1856883Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1860046Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-01-24T01:06:38.1863333Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-01-24T01:06:38.1866742Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1869757Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-01-24T01:06:38.1872996Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-01-24T01:06:38.1876492Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-01-24T01:06:38.1879933Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1883141Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-01-24T01:06:38.1886653Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-01-24T01:06:38.1890008Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-01-24T01:06:38.1893528Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.1896614Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-01-24T01:06:38.1899920Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-01-24T01:06:38.1903160Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-01-24T01:06:38.1906743Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-01-24T01:06:38.1909930Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-01-24T01:06:38.1913143Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1916194Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-01-24T01:06:38.1919332Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-01-24T01:06:38.1922435Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-01-24T01:06:38.1925683Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1928846Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-01-24T01:06:38.1931946Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-01-24T01:06:38.1935310Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-01-24T01:06:38.1939023Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1942307Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-01-24T01:06:38.1945857Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-01-24T01:06:38.1949342Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-01-24T01:06:38.1953057Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1956477Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-01-24T01:06:38.1960123Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-01-24T01:06:38.1963795Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-01-24T01:06:38.1967276Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1970122Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-01-24T01:06:38.1973340Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-01-24T01:06:38.1976364Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-01-24T01:06:38.1979718Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1982565Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-01-24T01:06:38.1985904Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-01-24T01:06:38.1988972Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-01-24T01:06:38.1992309Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.1995131Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-01-24T01:06:38.1998345Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-01-24T01:06:38.2001476Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-01-24T01:06:38.2004689Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2007584Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-01-24T01:06:38.2010638Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-01-24T01:06:38.2013741Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-01-24T01:06:38.2017146Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2020147Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2023174Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2026070Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-01-24T01:06:38.2029278Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-01-24T01:06:38.2032346Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-01-24T01:06:38.2035714Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2038653Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-01-24T01:06:38.2041656Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-01-24T01:06:38.2044586Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-01-24T01:06:38.2047874Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-01-24T01:06:38.2051047Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-01-24T01:06:38.2054299Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2057332Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-01-24T01:06:38.2060395Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-01-24T01:06:38.2063377Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-01-24T01:06:38.2066513Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-01-24T01:06:38.2069522Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-01-24T01:06:38.2072744Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2075602Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-01-24T01:06:38.2078772Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-01-24T01:06:38.2081780Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-01-24T01:06:38.2085943Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2088999Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-01-24T01:06:38.2092051Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-01-24T01:06:38.2095668Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-01-24T01:06:38.2098451Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-01-24T01:06:38.2101763Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2105004Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-01-24T01:06:38.2108498Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-01-24T01:06:38.2111605Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-01-24T01:06:38.2114828Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2118043Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-01-24T01:06:38.2121086Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-01-24T01:06:38.2124341Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-01-24T01:06:38.2127749Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-01-24T01:06:38.2131407Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-01-24T01:06:38.2134654Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-01-24T01:06:38.2137372Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-01-24T01:06:38.2140569Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-01-24T01:06:38.2143500Z adding 'torch/include/ATen/ops/_conj.h' 2025-01-24T01:06:38.2146656Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2149578Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-01-24T01:06:38.2152773Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2155904Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.2158724Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-01-24T01:06:38.2161860Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-01-24T01:06:38.2164828Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-01-24T01:06:38.2167897Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-01-24T01:06:38.2170969Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-01-24T01:06:38.2174296Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2177057Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-01-24T01:06:38.2180165Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-01-24T01:06:38.2183686Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-01-24T01:06:38.2187128Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-01-24T01:06:38.2190193Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-01-24T01:06:38.2193493Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-01-24T01:06:38.2196858Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-01-24T01:06:38.2200170Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.2203085Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-01-24T01:06:38.2206186Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-01-24T01:06:38.2209131Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-01-24T01:06:38.2212241Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-01-24T01:06:38.2215250Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-01-24T01:06:38.2218479Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-01-24T01:06:38.2221596Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-01-24T01:06:38.2224958Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.2227934Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-01-24T01:06:38.2231044Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-01-24T01:06:38.2234065Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-01-24T01:06:38.2237337Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-01-24T01:06:38.2240573Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-01-24T01:06:38.2243679Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-01-24T01:06:38.2246873Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-01-24T01:06:38.2249972Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-01-24T01:06:38.2253101Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-01-24T01:06:38.2256231Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-01-24T01:06:38.2259454Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-01-24T01:06:38.2262506Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-01-24T01:06:38.2265630Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-01-24T01:06:38.2270736Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-01-24T01:06:38.2274654Z adding 'torch/include/ATen/ops/_convolution.h' 2025-01-24T01:06:38.2278739Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2282027Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2285374Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-01-24T01:06:38.2288971Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2291988Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-01-24T01:06:38.2295389Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-01-24T01:06:38.2298837Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-01-24T01:06:38.2302188Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2305356Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-01-24T01:06:38.2308485Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-01-24T01:06:38.2311759Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-01-24T01:06:38.2315319Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-01-24T01:06:38.2318644Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-01-24T01:06:38.2321960Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-01-24T01:06:38.2325185Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2328222Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-01-24T01:06:38.2331725Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-01-24T01:06:38.2335120Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2338035Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-01-24T01:06:38.2341377Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-01-24T01:06:38.2344517Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-01-24T01:06:38.2347651Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-01-24T01:06:38.2350734Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-01-24T01:06:38.2353804Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-01-24T01:06:38.2357149Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-01-24T01:06:38.2360371Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-01-24T01:06:38.2363541Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-01-24T01:06:38.2366792Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-01-24T01:06:38.2369943Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-01-24T01:06:38.2373258Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-01-24T01:06:38.2376254Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-01-24T01:06:38.2379587Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-01-24T01:06:38.2382901Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-01-24T01:06:38.2386419Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-01-24T01:06:38.2389906Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2392985Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2396341Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2399470Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-01-24T01:06:38.2403119Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-01-24T01:06:38.2406669Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2409724Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-01-24T01:06:38.2412962Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-01-24T01:06:38.2416070Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-01-24T01:06:38.2419309Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-01-24T01:06:38.2422811Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-01-24T01:06:38.2426294Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-01-24T01:06:38.2429889Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2433396Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:06:38.2436899Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-01-24T01:06:38.2440345Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-01-24T01:06:38.2444126Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-01-24T01:06:38.2447974Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2451551Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-01-24T01:06:38.2455012Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-01-24T01:06:38.2458423Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-01-24T01:06:38.2462480Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-01-24T01:06:38.2467038Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-01-24T01:06:38.2471115Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2474532Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2477894Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-01-24T01:06:38.2481661Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-01-24T01:06:38.2485231Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2488436Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-01-24T01:06:38.2492116Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-01-24T01:06:38.2495691Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2498747Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-01-24T01:06:38.2501762Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:06:38.2505032Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:06:38.2508374Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-01-24T01:06:38.2511900Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-01-24T01:06:38.2515090Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-01-24T01:06:38.2518442Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2521267Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-01-24T01:06:38.2524340Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-01-24T01:06:38.2527356Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-01-24T01:06:38.2530756Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2533663Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-01-24T01:06:38.2536870Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-01-24T01:06:38.2540029Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-01-24T01:06:38.2543228Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2546148Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-01-24T01:06:38.2549309Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-01-24T01:06:38.2552276Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-01-24T01:06:38.2555610Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2558621Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-01-24T01:06:38.2561726Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-01-24T01:06:38.2564766Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-01-24T01:06:38.2567871Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-01-24T01:06:38.2570900Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-01-24T01:06:38.2573849Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-01-24T01:06:38.2576961Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-01-24T01:06:38.2579949Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-01-24T01:06:38.2583037Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-01-24T01:06:38.2586103Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-01-24T01:06:38.2589168Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-01-24T01:06:38.2592326Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-01-24T01:06:38.2595431Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-01-24T01:06:38.2598661Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2601505Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-01-24T01:06:38.2604563Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-01-24T01:06:38.2607417Z adding 'torch/include/ATen/ops/_dimI.h' 2025-01-24T01:06:38.2610361Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-01-24T01:06:38.2613425Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-01-24T01:06:38.2616389Z adding 'torch/include/ATen/ops/_dimV.h' 2025-01-24T01:06:38.2619347Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-01-24T01:06:38.2622389Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-01-24T01:06:38.2625413Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-01-24T01:06:38.2628562Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2631388Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-01-24T01:06:38.2634416Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-01-24T01:06:38.2637636Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-01-24T01:06:38.2640910Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2643908Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-01-24T01:06:38.2646956Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-01-24T01:06:38.2649903Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-01-24T01:06:38.2653065Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-01-24T01:06:38.2656152Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-01-24T01:06:38.2659303Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-01-24T01:06:38.2662272Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-01-24T01:06:38.2665413Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-01-24T01:06:38.2668547Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-01-24T01:06:38.2671724Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-01-24T01:06:38.2674695Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-01-24T01:06:38.2677940Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-01-24T01:06:38.2681415Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-01-24T01:06:38.2684854Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2688070Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-01-24T01:06:38.2691413Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-01-24T01:06:38.2694942Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-01-24T01:06:38.2698321Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-01-24T01:06:38.2701413Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-01-24T01:06:38.2704798Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-01-24T01:06:38.2708320Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-01-24T01:06:38.2711760Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2714818Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-01-24T01:06:38.2718089Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-01-24T01:06:38.2721212Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-01-24T01:06:38.2724588Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-01-24T01:06:38.2727862Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-01-24T01:06:38.2731218Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-01-24T01:06:38.2734544Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-01-24T01:06:38.2737850Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2741019Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2744063Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-01-24T01:06:38.2747532Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-01-24T01:06:38.2751498Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2754846Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-01-24T01:06:38.2758930Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-01-24T01:06:38.2763220Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-01-24T01:06:38.2766727Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2770027Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2773268Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2776482Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-01-24T01:06:38.2779973Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-01-24T01:06:38.2783365Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-01-24T01:06:38.2786964Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2790044Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-01-24T01:06:38.2793330Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-01-24T01:06:38.2796571Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-01-24T01:06:38.2800151Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-01-24T01:06:38.2803474Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-01-24T01:06:38.2806871Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-01-24T01:06:38.2810469Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-01-24T01:06:38.2814038Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2817096Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2820336Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2823469Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-01-24T01:06:38.2826795Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-01-24T01:06:38.2830081Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-01-24T01:06:38.2833655Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.2836885Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-01-24T01:06:38.2840179Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-01-24T01:06:38.2844008Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-01-24T01:06:38.2847670Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2850821Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-01-24T01:06:38.2854076Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-01-24T01:06:38.2857475Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-01-24T01:06:38.2861486Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-01-24T01:06:38.2865328Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2868364Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-01-24T01:06:38.2871605Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-01-24T01:06:38.2875015Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-01-24T01:06:38.2878365Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-01-24T01:06:38.2881689Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2884636Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-01-24T01:06:38.2887955Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-01-24T01:06:38.2891265Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-01-24T01:06:38.2894599Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-01-24T01:06:38.2897884Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2901163Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2904266Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-01-24T01:06:38.2907561Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-01-24T01:06:38.2910998Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2914044Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-01-24T01:06:38.2917479Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-01-24T01:06:38.2920495Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-01-24T01:06:38.2923911Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-01-24T01:06:38.2927212Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-01-24T01:06:38.2930419Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-01-24T01:06:38.2933927Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-01-24T01:06:38.2937416Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-01-24T01:06:38.2940974Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-01-24T01:06:38.2944755Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-01-24T01:06:38.2948716Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2951807Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-01-24T01:06:38.2955119Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-01-24T01:06:38.2958207Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-01-24T01:06:38.2961645Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-01-24T01:06:38.2965029Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-01-24T01:06:38.2968682Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.2971787Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-01-24T01:06:38.2975044Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-01-24T01:06:38.2978076Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-01-24T01:06:38.2982084Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-01-24T01:06:38.2984859Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-01-24T01:06:38.2988204Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-01-24T01:06:38.2991344Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-01-24T01:06:38.2994392Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-01-24T01:06:38.2997734Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-01-24T01:06:38.3001262Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-01-24T01:06:38.3004574Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-01-24T01:06:38.3007738Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-01-24T01:06:38.3010818Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-01-24T01:06:38.3014040Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-01-24T01:06:38.3017149Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-01-24T01:06:38.3020310Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-01-24T01:06:38.3023417Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-01-24T01:06:38.3027144Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-01-24T01:06:38.3030603Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-01-24T01:06:38.3034250Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-01-24T01:06:38.3037567Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-01-24T01:06:38.3040630Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-01-24T01:06:38.3043592Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-01-24T01:06:38.3046696Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-01-24T01:06:38.3050110Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-01-24T01:06:38.3053479Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:06:38.3056563Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-01-24T01:06:38.3059863Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-01-24T01:06:38.3063358Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-01-24T01:06:38.3066770Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-01-24T01:06:38.3069835Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-01-24T01:06:38.3073162Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-01-24T01:06:38.3076414Z adding 'torch/include/ATen/ops/_foobar.h' 2025-01-24T01:06:38.3079704Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3082733Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-01-24T01:06:38.3085684Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-01-24T01:06:38.3089044Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-01-24T01:06:38.3092225Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-01-24T01:06:38.3095492Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3098454Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-01-24T01:06:38.3101435Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-01-24T01:06:38.3104643Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-01-24T01:06:38.3107812Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-01-24T01:06:38.3111048Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3114029Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-01-24T01:06:38.3117104Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-01-24T01:06:38.3120325Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-01-24T01:06:38.3123773Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-01-24T01:06:38.3127325Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3130509Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-01-24T01:06:38.3133670Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-01-24T01:06:38.3137525Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-01-24T01:06:38.3141174Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-01-24T01:06:38.3144711Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3147850Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-01-24T01:06:38.3151042Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-01-24T01:06:38.3154787Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-01-24T01:06:38.3158464Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-01-24T01:06:38.3161957Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3165077Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-01-24T01:06:38.3168282Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-01-24T01:06:38.3172042Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-01-24T01:06:38.3175304Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-01-24T01:06:38.3178537Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3181541Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-01-24T01:06:38.3184481Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-01-24T01:06:38.3187648Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-01-24T01:06:38.3190765Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-01-24T01:06:38.3194025Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3197108Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-01-24T01:06:38.3200080Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-01-24T01:06:38.3203259Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-01-24T01:06:38.3206376Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-01-24T01:06:38.3209587Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3212554Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-01-24T01:06:38.3215534Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-01-24T01:06:38.3218720Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-01-24T01:06:38.3222109Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-01-24T01:06:38.3225528Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3228619Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-01-24T01:06:38.3231800Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-01-24T01:06:38.3235397Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-01-24T01:06:38.3238968Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-01-24T01:06:38.3242357Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3245383Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-01-24T01:06:38.3248599Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-01-24T01:06:38.3252159Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-01-24T01:06:38.3255779Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-01-24T01:06:38.3259612Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3262733Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-01-24T01:06:38.3265866Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-01-24T01:06:38.3269690Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-01-24T01:06:38.3273317Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-01-24T01:06:38.3277164Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3280708Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-01-24T01:06:38.3284068Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-01-24T01:06:38.3287836Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-01-24T01:06:38.3291377Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-01-24T01:06:38.3295117Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3298545Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-01-24T01:06:38.3301649Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-01-24T01:06:38.3305003Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-01-24T01:06:38.3308506Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-01-24T01:06:38.3312126Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3315269Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-01-24T01:06:38.3318764Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-01-24T01:06:38.3322691Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-01-24T01:06:38.3326005Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-01-24T01:06:38.3329275Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3332223Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-01-24T01:06:38.3335430Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-01-24T01:06:38.3338601Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-01-24T01:06:38.3342169Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-01-24T01:06:38.3345397Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3348412Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-01-24T01:06:38.3351535Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-01-24T01:06:38.3354726Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-01-24T01:06:38.3358030Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-01-24T01:06:38.3361302Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3364279Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-01-24T01:06:38.3367285Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-01-24T01:06:38.3370449Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-01-24T01:06:38.3373540Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-01-24T01:06:38.3376762Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3379859Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-01-24T01:06:38.3382956Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-01-24T01:06:38.3386090Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-01-24T01:06:38.3389204Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-01-24T01:06:38.3392443Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3395411Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-01-24T01:06:38.3398477Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-01-24T01:06:38.3401649Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-01-24T01:06:38.3404752Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-01-24T01:06:38.3408178Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3411154Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-01-24T01:06:38.3414194Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-01-24T01:06:38.3417413Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-01-24T01:06:38.3420757Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-01-24T01:06:38.3424162Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3427249Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-01-24T01:06:38.3430368Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-01-24T01:06:38.3434003Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-01-24T01:06:38.3437532Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-01-24T01:06:38.3440805Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3443766Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-01-24T01:06:38.3446734Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-01-24T01:06:38.3449923Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-01-24T01:06:38.3452998Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-01-24T01:06:38.3456121Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-01-24T01:06:38.3459370Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3462369Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-01-24T01:06:38.3465348Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-01-24T01:06:38.3468562Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-01-24T01:06:38.3471672Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-01-24T01:06:38.3474949Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3478040Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-01-24T01:06:38.3481017Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-01-24T01:06:38.3484249Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-01-24T01:06:38.3487385Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-01-24T01:06:38.3490591Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3493563Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-01-24T01:06:38.3496535Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-01-24T01:06:38.3499689Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-01-24T01:06:38.3502933Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3505947Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-01-24T01:06:38.3508965Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-01-24T01:06:38.3512133Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-01-24T01:06:38.3515262Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-01-24T01:06:38.3518635Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3521585Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-01-24T01:06:38.3524613Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-01-24T01:06:38.3527767Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-01-24T01:06:38.3531134Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-01-24T01:06:38.3534605Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3537933Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-01-24T01:06:38.3541681Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-01-24T01:06:38.3545785Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-01-24T01:06:38.3549828Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-01-24T01:06:38.3553559Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3556746Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-01-24T01:06:38.3560377Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-01-24T01:06:38.3564582Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-01-24T01:06:38.3568629Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-01-24T01:06:38.3572712Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3576295Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-01-24T01:06:38.3580032Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-01-24T01:06:38.3584383Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-01-24T01:06:38.3587696Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-01-24T01:06:38.3591098Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3594157Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-01-24T01:06:38.3597421Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-01-24T01:06:38.3600677Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-01-24T01:06:38.3604538Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-01-24T01:06:38.3607924Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3611008Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-01-24T01:06:38.3614080Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-01-24T01:06:38.3617432Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-01-24T01:06:38.3620778Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-01-24T01:06:38.3624372Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3627497Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-01-24T01:06:38.3630842Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-01-24T01:06:38.3634485Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-01-24T01:06:38.3637927Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-01-24T01:06:38.3641329Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3644906Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-01-24T01:06:38.3647928Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-01-24T01:06:38.3651154Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-01-24T01:06:38.3654305Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-01-24T01:06:38.3657719Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3660721Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-01-24T01:06:38.3663739Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-01-24T01:06:38.3672316Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-01-24T01:06:38.3672880Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-01-24T01:06:38.3676785Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3679681Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-01-24T01:06:38.3682797Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-01-24T01:06:38.3685863Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-01-24T01:06:38.3689184Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-01-24T01:06:38.3692438Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3695419Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-01-24T01:06:38.3698362Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-01-24T01:06:38.3701805Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-01-24T01:06:38.3704826Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-01-24T01:06:38.3707967Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3710899Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-01-24T01:06:38.3713862Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-01-24T01:06:38.3717165Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-01-24T01:06:38.3720308Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-01-24T01:06:38.3723516Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3726586Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-01-24T01:06:38.3729665Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-01-24T01:06:38.3732858Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-01-24T01:06:38.3735899Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-01-24T01:06:38.3739116Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3742107Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-01-24T01:06:38.3745294Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-01-24T01:06:38.3748542Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-01-24T01:06:38.3751674Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-01-24T01:06:38.3754958Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3758195Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-01-24T01:06:38.3761137Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-01-24T01:06:38.3764207Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-01-24T01:06:38.3767540Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-01-24T01:06:38.3770943Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3773987Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-01-24T01:06:38.3777245Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-01-24T01:06:38.3781599Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-01-24T01:06:38.3785287Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-01-24T01:06:38.3788305Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3791212Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-01-24T01:06:38.3794309Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-01-24T01:06:38.3797638Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-01-24T01:06:38.3800800Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-01-24T01:06:38.3804060Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3806998Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-01-24T01:06:38.3809970Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-01-24T01:06:38.3813127Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-01-24T01:06:38.3816213Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-01-24T01:06:38.3819443Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3822349Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-01-24T01:06:38.3825587Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-01-24T01:06:38.3828851Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-01-24T01:06:38.3831896Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-01-24T01:06:38.3835131Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3838207Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-01-24T01:06:38.3841168Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-01-24T01:06:38.3845073Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-01-24T01:06:38.3847818Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-01-24T01:06:38.3850921Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-01-24T01:06:38.3853853Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-01-24T01:06:38.3856980Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-01-24T01:06:38.3860011Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-01-24T01:06:38.3863303Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3866157Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-01-24T01:06:38.3869349Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-01-24T01:06:38.3872366Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-01-24T01:06:38.3875686Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3878690Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-01-24T01:06:38.3881977Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3884851Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-01-24T01:06:38.3888040Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-01-24T01:06:38.3890992Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-01-24T01:06:38.3894069Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-01-24T01:06:38.3897274Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-01-24T01:06:38.3900666Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3903709Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-01-24T01:06:38.3906772Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-01-24T01:06:38.3910505Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-01-24T01:06:38.3914078Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-01-24T01:06:38.3917696Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3920858Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-01-24T01:06:38.3923990Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-01-24T01:06:38.3927237Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-01-24T01:06:38.3931153Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-01-24T01:06:38.3935144Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-01-24T01:06:38.3938842Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3942450Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-01-24T01:06:38.3945791Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-01-24T01:06:38.3949060Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-01-24T01:06:38.3953000Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-01-24T01:06:38.3956520Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-01-24T01:06:38.3959854Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3963008Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-01-24T01:06:38.3965978Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-01-24T01:06:38.3969173Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-01-24T01:06:38.3972568Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-01-24T01:06:38.3976043Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.3979090Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-01-24T01:06:38.3982269Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-01-24T01:06:38.3985408Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-01-24T01:06:38.3989216Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-01-24T01:06:38.3992257Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-01-24T01:06:38.3995298Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-01-24T01:06:38.3998497Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-01-24T01:06:38.4001587Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-01-24T01:06:38.4004646Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-01-24T01:06:38.4007915Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-01-24T01:06:38.4011486Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-01-24T01:06:38.4014980Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4018068Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-01-24T01:06:38.4021205Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-01-24T01:06:38.4024404Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-01-24T01:06:38.4028184Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-01-24T01:06:38.4031380Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-01-24T01:06:38.4034566Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4037624Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-01-24T01:06:38.4040846Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4044057Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4047011Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-01-24T01:06:38.4050874Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-01-24T01:06:38.4054416Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-01-24T01:06:38.4057299Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-01-24T01:06:38.4060610Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-01-24T01:06:38.4064404Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.4068129Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-01-24T01:06:38.4072682Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-01-24T01:06:38.4076601Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-01-24T01:06:38.4080369Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-01-24T01:06:38.4084140Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.4087521Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-01-24T01:06:38.4091149Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-01-24T01:06:38.4094874Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4098542Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-01-24T01:06:38.4101786Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-01-24T01:06:38.4105204Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-01-24T01:06:38.4114369Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.4115101Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-01-24T01:06:38.4115755Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-01-24T01:06:38.4118296Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-01-24T01:06:38.4121589Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4124544Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-01-24T01:06:38.4127759Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-01-24T01:06:38.4131099Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-01-24T01:06:38.4134432Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4137508Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-01-24T01:06:38.4140537Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-01-24T01:06:38.4143805Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-01-24T01:06:38.4147045Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-01-24T01:06:38.4150473Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4153583Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-01-24T01:06:38.4156722Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-01-24T01:06:38.4160029Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-01-24T01:06:38.4163211Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-01-24T01:06:38.4166508Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4169517Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-01-24T01:06:38.4172500Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-01-24T01:06:38.4175724Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-01-24T01:06:38.4178871Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-01-24T01:06:38.4182314Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4185423Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-01-24T01:06:38.4188486Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-01-24T01:06:38.4191429Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-01-24T01:06:38.4194437Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-01-24T01:06:38.4197871Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-01-24T01:06:38.4200897Z adding 'torch/include/ATen/ops/_indices.h' 2025-01-24T01:06:38.4203943Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-01-24T01:06:38.4207112Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4210596Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4213179Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-01-24T01:06:38.4216257Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-01-24T01:06:38.4219318Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-01-24T01:06:38.4222395Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-01-24T01:06:38.4225475Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-01-24T01:06:38.4228577Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-01-24T01:06:38.4231625Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-01-24T01:06:38.4234589Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-01-24T01:06:38.4238079Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-01-24T01:06:38.4241109Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-01-24T01:06:38.4244885Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4247713Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-01-24T01:06:38.4250791Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-01-24T01:06:38.4253832Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-01-24T01:06:38.4257019Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4259840Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-01-24T01:06:38.4263007Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-01-24T01:06:38.4266023Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-01-24T01:06:38.4269081Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.4271892Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-01-24T01:06:38.4274943Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-01-24T01:06:38.4278338Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-01-24T01:06:38.4281529Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-01-24T01:06:38.4284591Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-01-24T01:06:38.4287634Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-01-24T01:06:38.4290957Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-01-24T01:06:38.4293677Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-01-24T01:06:38.4296742Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4299611Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-01-24T01:06:38.4302727Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-01-24T01:06:38.4305801Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-01-24T01:06:38.4309023Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4311832Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-01-24T01:06:38.4314893Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-01-24T01:06:38.4318045Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-01-24T01:06:38.4321475Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4324356Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-01-24T01:06:38.4327343Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-01-24T01:06:38.4330313Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-01-24T01:06:38.4333396Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-01-24T01:06:38.4336366Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-01-24T01:06:38.4339701Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-01-24T01:06:38.4342892Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-01-24T01:06:38.4346376Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4349523Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-01-24T01:06:38.4352693Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-01-24T01:06:38.4356096Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-01-24T01:06:38.4359302Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-01-24T01:06:38.4362443Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-01-24T01:06:38.4365676Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-01-24T01:06:38.4369001Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-01-24T01:06:38.4372440Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:06:38.4375077Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:06:38.4378215Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-01-24T01:06:38.4381341Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-01-24T01:06:38.4384715Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-01-24T01:06:38.4387926Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4391033Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-01-24T01:06:38.4394968Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-01-24T01:06:38.4397419Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-01-24T01:06:38.4400809Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-01-24T01:06:38.4403740Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-01-24T01:06:38.4407104Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-01-24T01:06:38.4410337Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-01-24T01:06:38.4413908Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4417771Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-01-24T01:06:38.4420164Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-01-24T01:06:38.4423456Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-01-24T01:06:38.4426535Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-01-24T01:06:38.4429784Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-01-24T01:06:38.4432916Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-01-24T01:06:38.4436378Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-01-24T01:06:38.4440583Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4442859Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-01-24T01:06:38.4447746Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-01-24T01:06:38.4449365Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-01-24T01:06:38.4486422Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-01-24T01:06:38.4486893Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-01-24T01:06:38.4487254Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-01-24T01:06:38.4487622Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-01-24T01:06:38.4488077Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-01-24T01:06:38.4488567Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-01-24T01:06:38.4489041Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-01-24T01:06:38.4489459Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-01-24T01:06:38.4489825Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-01-24T01:06:38.4490214Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-01-24T01:06:38.4492075Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4492798Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:06:38.4494759Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:06:38.4498298Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-01-24T01:06:38.4501039Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:06:38.4504215Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-01-24T01:06:38.4507498Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-01-24T01:06:38.4510952Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4513917Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-01-24T01:06:38.4517072Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-01-24T01:06:38.4521062Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-01-24T01:06:38.4524069Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-01-24T01:06:38.4527128Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-01-24T01:06:38.4530406Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-01-24T01:06:38.4533462Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-01-24T01:06:38.4537040Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-01-24T01:06:38.4540744Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-01-24T01:06:38.4543760Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-01-24T01:06:38.4546880Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-01-24T01:06:38.4550128Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-01-24T01:06:38.4553496Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4556562Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-01-24T01:06:38.4559929Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-01-24T01:06:38.4563042Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-01-24T01:06:38.4566310Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.4569357Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-01-24T01:06:38.4572445Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-01-24T01:06:38.4575599Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-01-24T01:06:38.4578901Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-01-24T01:06:38.4581831Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-01-24T01:06:38.4584969Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-01-24T01:06:38.4587990Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-01-24T01:06:38.4591205Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4594168Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-01-24T01:06:38.4598088Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4600808Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4603635Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-01-24T01:06:38.4606808Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-01-24T01:06:38.4609796Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-01-24T01:06:38.4612877Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-01-24T01:06:38.4616082Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-01-24T01:06:38.4619351Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4622332Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:06:38.4625384Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:06:38.4628425Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-01-24T01:06:38.4631686Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-01-24T01:06:38.4634801Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-01-24T01:06:38.4638214Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4641217Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-01-24T01:06:38.4644287Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-01-24T01:06:38.4647249Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-01-24T01:06:38.4650472Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-01-24T01:06:38.4653525Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-01-24T01:06:38.4656769Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4659809Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-01-24T01:06:38.4662710Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-01-24T01:06:38.4665911Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-01-24T01:06:38.4669015Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-01-24T01:06:38.4672164Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-01-24T01:06:38.4675550Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4678583Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-01-24T01:06:38.4681643Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-01-24T01:06:38.4684646Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-01-24T01:06:38.4687869Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-01-24T01:06:38.4691062Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4694016Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-01-24T01:06:38.4697019Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-01-24T01:06:38.4699995Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-01-24T01:06:38.4703214Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-01-24T01:06:38.4706376Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-01-24T01:06:38.4709570Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-01-24T01:06:38.4712521Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-01-24T01:06:38.4715691Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-01-24T01:06:38.4718833Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-01-24T01:06:38.4722091Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4724997Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-01-24T01:06:38.4728166Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-01-24T01:06:38.4731293Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-01-24T01:06:38.4734528Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4737488Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-01-24T01:06:38.4740406Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-01-24T01:06:38.4743626Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-01-24T01:06:38.4747186Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-01-24T01:06:38.4750784Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4753643Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-01-24T01:06:38.4757375Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-01-24T01:06:38.4761168Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-01-24T01:06:38.4764698Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4767808Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-01-24T01:06:38.4771050Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-01-24T01:06:38.4774756Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-01-24T01:06:38.4778303Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4781421Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-01-24T01:06:38.4784764Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-01-24T01:06:38.4788020Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-01-24T01:06:38.4791497Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-01-24T01:06:38.4795184Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4798106Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-01-24T01:06:38.4801682Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-01-24T01:06:38.4806058Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-01-24T01:06:38.4808829Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-01-24T01:06:38.4812442Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4815541Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-01-24T01:06:38.4818817Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:06:38.4821961Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-01-24T01:06:38.4825577Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-01-24T01:06:38.4828892Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-01-24T01:06:38.4831999Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4835999Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-01-24T01:06:38.4840151Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4842698Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4845832Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-01-24T01:06:38.4848704Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-01-24T01:06:38.4851801Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-01-24T01:06:38.4854899Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-01-24T01:06:38.4858228Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-01-24T01:06:38.4861416Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-01-24T01:06:38.4864705Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-01-24T01:06:38.4868566Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-01-24T01:06:38.4870964Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-01-24T01:06:38.4874236Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-01-24T01:06:38.4877469Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-01-24T01:06:38.4880909Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4883854Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-01-24T01:06:38.4887260Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-01-24T01:06:38.4891327Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4893680Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-01-24T01:06:38.4897029Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-01-24T01:06:38.4899874Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-01-24T01:06:38.4903186Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-01-24T01:06:38.4906507Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-01-24T01:06:38.4909745Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-01-24T01:06:38.4913767Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-01-24T01:06:38.4916215Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-01-24T01:06:38.4919655Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-01-24T01:06:38.4922368Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-01-24T01:06:38.4925484Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-01-24T01:06:38.4928422Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-01-24T01:06:38.4931638Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-01-24T01:06:38.4935177Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-01-24T01:06:38.4937759Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-01-24T01:06:38.4940824Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-01-24T01:06:38.4944056Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-01-24T01:06:38.4946996Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-01-24T01:06:38.4960901Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-01-24T01:06:38.4961313Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-01-24T01:06:38.4961719Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-01-24T01:06:38.4962144Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-01-24T01:06:38.4964014Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-01-24T01:06:38.4967137Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-01-24T01:06:38.4970225Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-01-24T01:06:38.4973457Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-01-24T01:06:38.4976502Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-01-24T01:06:38.4980075Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.4984334Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.4986130Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-01-24T01:06:38.4989298Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-01-24T01:06:38.4992198Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-01-24T01:06:38.4995618Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-01-24T01:06:38.4998793Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-01-24T01:06:38.5001941Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-01-24T01:06:38.5005134Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-01-24T01:06:38.5008153Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-01-24T01:06:38.5011520Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-01-24T01:06:38.5014508Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-01-24T01:06:38.5017584Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-01-24T01:06:38.5020837Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5023861Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-01-24T01:06:38.5026958Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-01-24T01:06:38.5029966Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-01-24T01:06:38.5033110Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-01-24T01:06:38.5036284Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-01-24T01:06:38.5039265Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-01-24T01:06:38.5042526Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-01-24T01:06:38.5045513Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-01-24T01:06:38.5048700Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-01-24T01:06:38.5051966Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-01-24T01:06:38.5055309Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5058341Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-01-24T01:06:38.5061577Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-01-24T01:06:38.5064615Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-01-24T01:06:38.5067938Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5070734Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-01-24T01:06:38.5073907Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-01-24T01:06:38.5077136Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-01-24T01:06:38.5080154Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-01-24T01:06:38.5083270Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-01-24T01:06:38.5086308Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-01-24T01:06:38.5089567Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5092432Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-01-24T01:06:38.5095587Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-01-24T01:06:38.5098629Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-01-24T01:06:38.5102906Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5104939Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-01-24T01:06:38.5108160Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-01-24T01:06:38.5111124Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-01-24T01:06:38.5114293Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-01-24T01:06:38.5117734Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5120972Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5123812Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-01-24T01:06:38.5127642Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-01-24T01:06:38.5130814Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-01-24T01:06:38.5133858Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-01-24T01:06:38.5136799Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-01-24T01:06:38.5139916Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-01-24T01:06:38.5143002Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-01-24T01:06:38.5146238Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-01-24T01:06:38.5149610Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5152890Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5155817Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-01-24T01:06:38.5159161Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-01-24T01:06:38.5162170Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-01-24T01:06:38.5165346Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-01-24T01:06:38.5168508Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-01-24T01:06:38.5171847Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5174776Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-01-24T01:06:38.5177960Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-01-24T01:06:38.5180912Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-01-24T01:06:38.5184126Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5187085Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-01-24T01:06:38.5190121Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-01-24T01:06:38.5193632Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-01-24T01:06:38.5197208Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5200177Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-01-24T01:06:38.5203926Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-01-24T01:06:38.5206604Z adding 'torch/include/ATen/ops/_nnz.h' 2025-01-24T01:06:38.5209742Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-01-24T01:06:38.5212780Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-01-24T01:06:38.5216063Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-01-24T01:06:38.5219275Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-01-24T01:06:38.5222728Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5226506Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-01-24T01:06:38.5229036Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-01-24T01:06:38.5232437Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5236051Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-01-24T01:06:38.5238808Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-01-24T01:06:38.5241909Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-01-24T01:06:38.5245398Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5249126Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-01-24T01:06:38.5251555Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-01-24T01:06:38.5255662Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-01-24T01:06:38.5258979Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5262022Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-01-24T01:06:38.5265172Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-01-24T01:06:38.5268422Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-01-24T01:06:38.5272426Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5274808Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-01-24T01:06:38.5278217Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-01-24T01:06:38.5281432Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-01-24T01:06:38.5284826Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-01-24T01:06:38.5288002Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-01-24T01:06:38.5291256Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-01-24T01:06:38.5295007Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-01-24T01:06:38.5297672Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-01-24T01:06:38.5301084Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5304102Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-01-24T01:06:38.5307324Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5310357Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-01-24T01:06:38.5313662Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-01-24T01:06:38.5317649Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-01-24T01:06:38.5320238Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5323396Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-01-24T01:06:38.5326439Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-01-24T01:06:38.5329534Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-01-24T01:06:38.5332803Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-01-24T01:06:38.5335943Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-01-24T01:06:38.5339170Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5342216Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-01-24T01:06:38.5345994Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-01-24T01:06:38.5348543Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-01-24T01:06:38.5351780Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-01-24T01:06:38.5355009Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-01-24T01:06:38.5358336Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5361309Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-01-24T01:06:38.5364567Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-01-24T01:06:38.5368519Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-01-24T01:06:38.5370876Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-01-24T01:06:38.5374343Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-01-24T01:06:38.5377060Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-01-24T01:06:38.5380867Z adding 'torch/include/ATen/ops/_print.h' 2025-01-24T01:06:38.5383378Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5386355Z adding 'torch/include/ATen/ops/_print_native.h' 2025-01-24T01:06:38.5389398Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-01-24T01:06:38.5392537Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-01-24T01:06:38.5395823Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5398928Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-01-24T01:06:38.5402791Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-01-24T01:06:38.5406299Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-01-24T01:06:38.5409869Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5412830Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-01-24T01:06:38.5416159Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-01-24T01:06:38.5420054Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-01-24T01:06:38.5423396Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-01-24T01:06:38.5427028Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5430266Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5433236Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-01-24T01:06:38.5437099Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-01-24T01:06:38.5439775Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-01-24T01:06:38.5442968Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-01-24T01:06:38.5446036Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-01-24T01:06:38.5460832Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-01-24T01:06:38.5461348Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-01-24T01:06:38.5461715Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-01-24T01:06:38.5462200Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5463134Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-01-24T01:06:38.5466741Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-01-24T01:06:38.5469464Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-01-24T01:06:38.5472870Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5475871Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-01-24T01:06:38.5479275Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-01-24T01:06:38.5482593Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-01-24T01:06:38.5486236Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5489282Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-01-24T01:06:38.5492305Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-01-24T01:06:38.5495713Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-01-24T01:06:38.5498769Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-01-24T01:06:38.5502008Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5504883Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-01-24T01:06:38.5508002Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-01-24T01:06:38.5511434Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-01-24T01:06:38.5514530Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5517528Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-01-24T01:06:38.5520654Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-01-24T01:06:38.5524441Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-01-24T01:06:38.5527099Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5530054Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-01-24T01:06:38.5533135Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-01-24T01:06:38.5536143Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-01-24T01:06:38.5539324Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-01-24T01:06:38.5542561Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-01-24T01:06:38.5545853Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5548722Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-01-24T01:06:38.5551781Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-01-24T01:06:38.5554960Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-01-24T01:06:38.5558479Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5561526Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-01-24T01:06:38.5564525Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-01-24T01:06:38.5567733Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-01-24T01:06:38.5570803Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-01-24T01:06:38.5574090Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-01-24T01:06:38.5577300Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-01-24T01:06:38.5580774Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-01-24T01:06:38.5584155Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5587211Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-01-24T01:06:38.5590533Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-01-24T01:06:38.5593766Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-01-24T01:06:38.5596945Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-01-24T01:06:38.5600446Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-01-24T01:06:38.5604042Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-01-24T01:06:38.5607062Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-01-24T01:06:38.5610425Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5613403Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-01-24T01:06:38.5616719Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-01-24T01:06:38.5619946Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-01-24T01:06:38.5622996Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-01-24T01:06:38.5626212Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-01-24T01:06:38.5629372Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-01-24T01:06:38.5632794Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-01-24T01:06:38.5636249Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5639406Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-01-24T01:06:38.5642762Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-01-24T01:06:38.5646581Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-01-24T01:06:38.5649049Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-01-24T01:06:38.5652241Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-01-24T01:06:38.5655499Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-01-24T01:06:38.5658511Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-01-24T01:06:38.5661800Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-01-24T01:06:38.5665012Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-01-24T01:06:38.5668022Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-01-24T01:06:38.5671261Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-01-24T01:06:38.5674296Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-01-24T01:06:38.5677751Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-01-24T01:06:38.5681053Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-01-24T01:06:38.5684576Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-01-24T01:06:38.5688145Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5691162Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-01-24T01:06:38.5694479Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-01-24T01:06:38.5697841Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5701014Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-01-24T01:06:38.5704254Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-01-24T01:06:38.5707406Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-01-24T01:06:38.5710717Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-01-24T01:06:38.5713738Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-01-24T01:06:38.5717335Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-01-24T01:06:38.5721334Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-01-24T01:06:38.5724773Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5727924Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-01-24T01:06:38.5730939Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5734040Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-01-24T01:06:38.5737359Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-01-24T01:06:38.5740383Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-01-24T01:06:38.5743636Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5746524Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-01-24T01:06:38.5749641Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-01-24T01:06:38.5753658Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-01-24T01:06:38.5757526Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5760733Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.5764019Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.5767212Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-01-24T01:06:38.5771396Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-01-24T01:06:38.5774343Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-01-24T01:06:38.5777765Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-01-24T01:06:38.5780980Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-01-24T01:06:38.5784071Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-01-24T01:06:38.5787339Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-01-24T01:06:38.5790476Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-01-24T01:06:38.5793757Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5796741Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-01-24T01:06:38.5799887Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-01-24T01:06:38.5802944Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-01-24T01:06:38.5806167Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5809022Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-01-24T01:06:38.5812150Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-01-24T01:06:38.5815244Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-01-24T01:06:38.5818507Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5821363Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-01-24T01:06:38.5824914Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-01-24T01:06:38.5832102Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-01-24T01:06:38.5832962Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5836342Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-01-24T01:06:38.5839591Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-01-24T01:06:38.5842446Z adding 'torch/include/ATen/ops/_softmax.h' 2025-01-24T01:06:38.5845655Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-01-24T01:06:38.5849046Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5851991Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-01-24T01:06:38.5855053Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-01-24T01:06:38.5858053Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-01-24T01:06:38.5861141Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-01-24T01:06:38.5864276Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-01-24T01:06:38.5867378Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-01-24T01:06:38.5870644Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5873756Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-01-24T01:06:38.5876981Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-01-24T01:06:38.5879961Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-01-24T01:06:38.5883061Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-01-24T01:06:38.5886068Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-01-24T01:06:38.5889274Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-01-24T01:06:38.5892409Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-01-24T01:06:38.5895703Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5898615Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-01-24T01:06:38.5901831Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-01-24T01:06:38.5904906Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-01-24T01:06:38.5908644Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-01-24T01:06:38.5911261Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5914453Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.5917358Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-01-24T01:06:38.5920632Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-01-24T01:06:38.5923637Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-01-24T01:06:38.5926741Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-01-24T01:06:38.5929949Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-01-24T01:06:38.5933291Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5936238Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-01-24T01:06:38.5939425Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-01-24T01:06:38.5942594Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-01-24T01:06:38.5945912Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5948839Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-01-24T01:06:38.5952022Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-01-24T01:06:38.5955532Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-01-24T01:06:38.5959114Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.5962103Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-01-24T01:06:38.5965275Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-01-24T01:06:38.5968527Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-01-24T01:06:38.5971869Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.5975324Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-01-24T01:06:38.6009979Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-01-24T01:06:38.6010169Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-01-24T01:06:38.6010503Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6010701Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-01-24T01:06:38.6010880Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-01-24T01:06:38.6011211Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-01-24T01:06:38.6011435Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-01-24T01:06:38.6011823Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6012105Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-01-24T01:06:38.6015684Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-01-24T01:06:38.6018186Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-01-24T01:06:38.6021632Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6025393Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-01-24T01:06:38.6028666Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-01-24T01:06:38.6033174Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-01-24T01:06:38.6035511Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-01-24T01:06:38.6038871Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6042417Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-01-24T01:06:38.6045196Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-01-24T01:06:38.6048291Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-01-24T01:06:38.6051581Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6054497Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-01-24T01:06:38.6057687Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-01-24T01:06:38.6061012Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-01-24T01:06:38.6064285Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6067176Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-01-24T01:06:38.6070322Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-01-24T01:06:38.6073550Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-01-24T01:06:38.6076983Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6079927Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-01-24T01:06:38.6083096Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-01-24T01:06:38.6086252Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-01-24T01:06:38.6089471Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-01-24T01:06:38.6092977Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6095932Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-01-24T01:06:38.6099144Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-01-24T01:06:38.6102349Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6105994Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6108510Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-01-24T01:06:38.6111810Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-01-24T01:06:38.6115000Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-01-24T01:06:38.6118472Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6121345Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-01-24T01:06:38.6124531Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-01-24T01:06:38.6127542Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-01-24T01:06:38.6130830Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6133595Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-01-24T01:06:38.6136715Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-01-24T01:06:38.6139796Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-01-24T01:06:38.6142895Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-01-24T01:06:38.6145982Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-01-24T01:06:38.6149147Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-01-24T01:06:38.6152117Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-01-24T01:06:38.6155224Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-01-24T01:06:38.6158509Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-01-24T01:06:38.6161712Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-01-24T01:06:38.6164740Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-01-24T01:06:38.6168084Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-01-24T01:06:38.6171123Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-01-24T01:06:38.6174876Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-01-24T01:06:38.6177305Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-01-24T01:06:38.6180402Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-01-24T01:06:38.6183341Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-01-24T01:06:38.6186452Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-01-24T01:06:38.6189415Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-01-24T01:06:38.6192569Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-01-24T01:06:38.6195731Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-01-24T01:06:38.6199002Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-01-24T01:06:38.6202000Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-01-24T01:06:38.6205178Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-01-24T01:06:38.6208223Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-01-24T01:06:38.6211405Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-01-24T01:06:38.6214346Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-01-24T01:06:38.6217496Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-01-24T01:06:38.6220527Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-01-24T01:06:38.6223704Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-01-24T01:06:38.6226667Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-01-24T01:06:38.6229820Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-01-24T01:06:38.6232954Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-01-24T01:06:38.6236264Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-01-24T01:06:38.6239602Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6242516Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-01-24T01:06:38.6245725Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-01-24T01:06:38.6248914Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6251994Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6254913Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-01-24T01:06:38.6258170Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-01-24T01:06:38.6261350Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-01-24T01:06:38.6264745Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6267592Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-01-24T01:06:38.6270950Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-01-24T01:06:38.6274738Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-01-24T01:06:38.6277496Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-01-24T01:06:38.6280979Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6283888Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-01-24T01:06:38.6287264Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-01-24T01:06:38.6290534Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6293822Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6297400Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-01-24T01:06:38.6300171Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-01-24T01:06:38.6303611Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-01-24T01:06:38.6306795Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6309915Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-01-24T01:06:38.6312970Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-01-24T01:06:38.6317186Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-01-24T01:06:38.6320434Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-01-24T01:06:38.6323474Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-01-24T01:06:38.6326703Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-01-24T01:06:38.6329850Z adding 'torch/include/ATen/ops/_stack.h' 2025-01-24T01:06:38.6333238Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6336213Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-01-24T01:06:38.6339423Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-01-24T01:06:38.6343034Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-01-24T01:06:38.6345889Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-01-24T01:06:38.6349278Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6352255Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-01-24T01:06:38.6355603Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-01-24T01:06:38.6358687Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-01-24T01:06:38.6362101Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6365703Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-01-24T01:06:38.6368256Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-01-24T01:06:38.6371413Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-01-24T01:06:38.6374520Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-01-24T01:06:38.6378083Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-01-24T01:06:38.6381285Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-01-24T01:06:38.6384518Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-01-24T01:06:38.6388579Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6390807Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-01-24T01:06:38.6394154Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-01-24T01:06:38.6397440Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-01-24T01:06:38.6400908Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6404070Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6407025Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-01-24T01:06:38.6411141Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-01-24T01:06:38.6413567Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-01-24T01:06:38.6417031Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6420009Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-01-24T01:06:38.6423427Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6426596Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.6429541Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-01-24T01:06:38.6433554Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-01-24T01:06:38.6435964Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-01-24T01:06:38.6439594Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-01-24T01:06:38.6442193Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-01-24T01:06:38.6445557Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6448401Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-01-24T01:06:38.6451709Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-01-24T01:06:38.6454744Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-01-24T01:06:38.6473312Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6473550Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-01-24T01:06:38.6473739Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-01-24T01:06:38.6473932Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-01-24T01:06:38.6474121Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-01-24T01:06:38.6476324Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6479523Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-01-24T01:06:38.6482481Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-01-24T01:06:38.6485843Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-01-24T01:06:38.6488917Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-01-24T01:06:38.6492433Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6496597Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-01-24T01:06:38.6498654Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-01-24T01:06:38.6501891Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-01-24T01:06:38.6504856Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-01-24T01:06:38.6508252Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6511214Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-01-24T01:06:38.6514107Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-01-24T01:06:38.6517383Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-01-24T01:06:38.6520398Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-01-24T01:06:38.6523960Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6526858Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-01-24T01:06:38.6529844Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-01-24T01:06:38.6532906Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-01-24T01:06:38.6536122Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6538965Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-01-24T01:06:38.6542055Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-01-24T01:06:38.6545040Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-01-24T01:06:38.6548279Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6551104Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-01-24T01:06:38.6554438Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-01-24T01:06:38.6557535Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-01-24T01:06:38.6560761Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6563604Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-01-24T01:06:38.6566793Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-01-24T01:06:38.6569893Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-01-24T01:06:38.6573220Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6576115Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-01-24T01:06:38.6579296Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-01-24T01:06:38.6582411Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-01-24T01:06:38.6585688Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6588600Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-01-24T01:06:38.6591840Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-01-24T01:06:38.6595059Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-01-24T01:06:38.6598465Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-01-24T01:06:38.6601776Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6604804Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-01-24T01:06:38.6607797Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-01-24T01:06:38.6611859Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-01-24T01:06:38.6615213Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6618249Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-01-24T01:06:38.6621274Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-01-24T01:06:38.6624540Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-01-24T01:06:38.6627853Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-01-24T01:06:38.6630998Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-01-24T01:06:38.6634349Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6637605Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-01-24T01:06:38.6640950Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6643991Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-01-24T01:06:38.6646994Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-01-24T01:06:38.6650355Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-01-24T01:06:38.6653358Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-01-24T01:06:38.6656504Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-01-24T01:06:38.6659813Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6662833Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-01-24T01:06:38.6665866Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-01-24T01:06:38.6669149Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-01-24T01:06:38.6672445Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-01-24T01:06:38.6675889Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6678909Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-01-24T01:06:38.6682236Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-01-24T01:06:38.6685334Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-01-24T01:06:38.6688553Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6691422Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-01-24T01:06:38.6694495Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-01-24T01:06:38.6697651Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-01-24T01:06:38.6700825Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6703719Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-01-24T01:06:38.6706952Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-01-24T01:06:38.6711018Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-01-24T01:06:38.6713482Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-01-24T01:06:38.6716996Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6719989Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-01-24T01:06:38.6723225Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-01-24T01:06:38.6726178Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-01-24T01:06:38.6729529Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-01-24T01:06:38.6733791Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-01-24T01:06:38.6736902Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6740024Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-01-24T01:06:38.6743112Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-01-24T01:06:38.6746270Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-01-24T01:06:38.6749473Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-01-24T01:06:38.6752926Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6756420Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-01-24T01:06:38.6759258Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-01-24T01:06:38.6769545Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6773477Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-01-24T01:06:38.6776051Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-01-24T01:06:38.6779273Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-01-24T01:06:38.6782438Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-01-24T01:06:38.6785712Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-01-24T01:06:38.6789054Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6792240Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-01-24T01:06:38.6796282Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-01-24T01:06:38.6798620Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-01-24T01:06:38.6801958Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-01-24T01:06:38.6805230Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-01-24T01:06:38.6808383Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-01-24T01:06:38.6811787Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-01-24T01:06:38.6815191Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-01-24T01:06:38.6818976Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-01-24T01:06:38.6821450Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-01-24T01:06:38.6824737Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-01-24T01:06:38.6827912Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-01-24T01:06:38.6831422Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6834423Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-01-24T01:06:38.6837809Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-01-24T01:06:38.6841653Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-01-24T01:06:38.6844329Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-01-24T01:06:38.6848044Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-01-24T01:06:38.6851487Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6854776Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-01-24T01:06:38.6858712Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-01-24T01:06:38.6861328Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-01-24T01:06:38.6865060Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-01-24T01:06:38.6868294Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-01-24T01:06:38.6871854Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6875993Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.6878239Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-01-24T01:06:38.6881670Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-01-24T01:06:38.6885056Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-01-24T01:06:38.6888597Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6891668Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-01-24T01:06:38.6894893Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-01-24T01:06:38.6898636Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-01-24T01:06:38.6901521Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-01-24T01:06:38.6905030Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6908045Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-01-24T01:06:38.6911262Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-01-24T01:06:38.6915424Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-01-24T01:06:38.6918503Z adding 'torch/include/ATen/ops/_unique.h' 2025-01-24T01:06:38.6921861Z adding 'torch/include/ATen/ops/_unique2.h' 2025-01-24T01:06:38.6925156Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6928307Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-01-24T01:06:38.6932596Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-01-24T01:06:38.6934897Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-01-24T01:06:38.6938327Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-01-24T01:06:38.6941871Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6944977Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-01-24T01:06:38.6948002Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-01-24T01:06:38.6951168Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-01-24T01:06:38.6978943Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-01-24T01:06:38.6979109Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-01-24T01:06:38.6979384Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.6979529Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-01-24T01:06:38.6979662Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-01-24T01:06:38.6979783Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-01-24T01:06:38.6980043Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6980196Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-01-24T01:06:38.6982767Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-01-24T01:06:38.6986095Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-01-24T01:06:38.6990537Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.6992612Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-01-24T01:06:38.6996853Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-01-24T01:06:38.6999002Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-01-24T01:06:38.7002911Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7005386Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-01-24T01:06:38.7008552Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-01-24T01:06:38.7011723Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-01-24T01:06:38.7015244Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7018182Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-01-24T01:06:38.7021278Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-01-24T01:06:38.7024504Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-01-24T01:06:38.7027896Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7031047Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-01-24T01:06:38.7034266Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-01-24T01:06:38.7038031Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-01-24T01:06:38.7041826Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-01-24T01:06:38.7045450Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7048531Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7051820Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7054983Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-01-24T01:06:38.7058256Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-01-24T01:06:38.7061567Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-01-24T01:06:38.7064820Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-01-24T01:06:38.7068192Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7071225Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7074318Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-01-24T01:06:38.7077724Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-01-24T01:06:38.7081156Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-01-24T01:06:38.7084055Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-01-24T01:06:38.7087134Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-01-24T01:06:38.7090468Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-01-24T01:06:38.7094142Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-01-24T01:06:38.7097931Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-01-24T01:06:38.7101562Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7104645Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7107935Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7111163Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-01-24T01:06:38.7114440Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-01-24T01:06:38.7117883Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-01-24T01:06:38.7121196Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-01-24T01:06:38.7124668Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7127673Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7130746Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-01-24T01:06:38.7133958Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-01-24T01:06:38.7137018Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-01-24T01:06:38.7140221Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-01-24T01:06:38.7143332Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-01-24T01:06:38.7146624Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-01-24T01:06:38.7150199Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-01-24T01:06:38.7153819Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-01-24T01:06:38.7157596Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7160628Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7163912Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7167886Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-01-24T01:06:38.7170370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-01-24T01:06:38.7173322Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-01-24T01:06:38.7176592Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-01-24T01:06:38.7179981Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7183085Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7186205Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-01-24T01:06:38.7189322Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-01-24T01:06:38.7192332Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-01-24T01:06:38.7195534Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-01-24T01:06:38.7198663Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-01-24T01:06:38.7202008Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-01-24T01:06:38.7205604Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-01-24T01:06:38.7209651Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-01-24T01:06:38.7212960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7217211Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7219438Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7223296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-01-24T01:06:38.7226632Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-01-24T01:06:38.7229929Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-01-24T01:06:38.7234033Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-01-24T01:06:38.7236868Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7240098Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7243226Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-01-24T01:06:38.7246669Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-01-24T01:06:38.7249673Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-01-24T01:06:38.7253037Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-01-24T01:06:38.7256895Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-01-24T01:06:38.7259658Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-01-24T01:06:38.7263526Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-01-24T01:06:38.7268230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-01-24T01:06:38.7271169Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7274373Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7277793Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7281143Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-01-24T01:06:38.7285286Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-01-24T01:06:38.7287824Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-01-24T01:06:38.7291289Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-01-24T01:06:38.7294796Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7297970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7301045Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-01-24T01:06:38.7304454Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-01-24T01:06:38.7307994Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-01-24T01:06:38.7310967Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-01-24T01:06:38.7314212Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-01-24T01:06:38.7317706Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-01-24T01:06:38.7321077Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-01-24T01:06:38.7325071Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-01-24T01:06:38.7327488Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-01-24T01:06:38.7330891Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-01-24T01:06:38.7333983Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-01-24T01:06:38.7337709Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7340220Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-01-24T01:06:38.7343423Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-01-24T01:06:38.7346521Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-01-24T01:06:38.7349832Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-01-24T01:06:38.7353518Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-01-24T01:06:38.7356272Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-01-24T01:06:38.7359517Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-01-24T01:06:38.7362579Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-01-24T01:06:38.7366058Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7368954Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-01-24T01:06:38.7372192Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-01-24T01:06:38.7376178Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-01-24T01:06:38.7378668Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7382042Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-01-24T01:06:38.7384859Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-01-24T01:06:38.7388117Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-01-24T01:06:38.7391403Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7394427Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-01-24T01:06:38.7397679Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-01-24T01:06:38.7400880Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-01-24T01:06:38.7404831Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7407191Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-01-24T01:06:38.7410515Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-01-24T01:06:38.7413559Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-01-24T01:06:38.7416982Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7419892Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-01-24T01:06:38.7423163Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-01-24T01:06:38.7426721Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-01-24T01:06:38.7429638Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7433075Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-01-24T01:06:38.7436049Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-01-24T01:06:38.7438992Z adding 'torch/include/ATen/ops/_values.h' 2025-01-24T01:06:38.7442048Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-01-24T01:06:38.7445390Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7448539Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7451480Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-01-24T01:06:38.7455125Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-01-24T01:06:38.7457776Z adding 'torch/include/ATen/ops/_values_native.h' 2025-01-24T01:06:38.7482987Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-01-24T01:06:38.7483129Z adding 'torch/include/ATen/ops/_version.h' 2025-01-24T01:06:38.7483384Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7483520Z adding 'torch/include/ATen/ops/_version_native.h' 2025-01-24T01:06:38.7483643Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-01-24T01:06:38.7483784Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-01-24T01:06:38.7483983Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-01-24T01:06:38.7485552Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-01-24T01:06:38.7488888Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-01-24T01:06:38.7491892Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-01-24T01:06:38.7496028Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-01-24T01:06:38.7500263Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-01-24T01:06:38.7502469Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-01-24T01:06:38.7506404Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-01-24T01:06:38.7508870Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-01-24T01:06:38.7511724Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-01-24T01:06:38.7514806Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-01-24T01:06:38.7518145Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-01-24T01:06:38.7521978Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7525033Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-01-24T01:06:38.7528339Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7531189Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-01-24T01:06:38.7534565Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-01-24T01:06:38.7537624Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-01-24T01:06:38.7540865Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-01-24T01:06:38.7544236Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7547249Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7550341Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7553364Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-01-24T01:06:38.7556749Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-01-24T01:06:38.7560008Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7563881Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-01-24T01:06:38.7566263Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-01-24T01:06:38.7569281Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-01-24T01:06:38.7572524Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-01-24T01:06:38.7575470Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-01-24T01:06:38.7578555Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-01-24T01:06:38.7581651Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-01-24T01:06:38.7584898Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7587765Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-01-24T01:06:38.7590931Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-01-24T01:06:38.7594122Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-01-24T01:06:38.7597846Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7600438Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-01-24T01:06:38.7603593Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-01-24T01:06:38.7606702Z adding 'torch/include/ATen/ops/abs.h' 2025-01-24T01:06:38.7609904Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7612865Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-01-24T01:06:38.7615924Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-01-24T01:06:38.7619723Z adding 'torch/include/ATen/ops/abs_native.h' 2025-01-24T01:06:38.7622382Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-01-24T01:06:38.7625661Z adding 'torch/include/ATen/ops/absolute.h' 2025-01-24T01:06:38.7628953Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7632000Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-01-24T01:06:38.7635235Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-01-24T01:06:38.7638659Z adding 'torch/include/ATen/ops/acos.h' 2025-01-24T01:06:38.7642599Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7645165Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-01-24T01:06:38.7648316Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-01-24T01:06:38.7651280Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-01-24T01:06:38.7654515Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-01-24T01:06:38.7657481Z adding 'torch/include/ATen/ops/acos_native.h' 2025-01-24T01:06:38.7660831Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-01-24T01:06:38.7663894Z adding 'torch/include/ATen/ops/acosh.h' 2025-01-24T01:06:38.7667355Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7670702Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-01-24T01:06:38.7673499Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-01-24T01:06:38.7676721Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-01-24T01:06:38.7679841Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-01-24T01:06:38.7682971Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-01-24T01:06:38.7686168Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-01-24T01:06:38.7689531Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-01-24T01:06:38.7693642Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7696055Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7699275Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-01-24T01:06:38.7702390Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-01-24T01:06:38.7705869Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-01-24T01:06:38.7709276Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7712511Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-01-24T01:06:38.7716296Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-01-24T01:06:38.7719085Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-01-24T01:06:38.7722354Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-01-24T01:06:38.7725742Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-01-24T01:06:38.7729169Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-01-24T01:06:38.7733196Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7735675Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7739092Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-01-24T01:06:38.7741927Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-01-24T01:06:38.7745722Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7748354Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-01-24T01:06:38.7751600Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-01-24T01:06:38.7754641Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-01-24T01:06:38.7758079Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-01-24T01:06:38.7761777Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-01-24T01:06:38.7764628Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.7767654Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-01-24T01:06:38.7770775Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-01-24T01:06:38.7774095Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-01-24T01:06:38.7790467Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-01-24T01:06:38.7791108Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7791368Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7791731Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7791935Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-01-24T01:06:38.7793409Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:06:38.7796624Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-01-24T01:06:38.7799912Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-01-24T01:06:38.7803437Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7806405Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-01-24T01:06:38.7809688Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-01-24T01:06:38.7813356Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-01-24T01:06:38.7816623Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-01-24T01:06:38.7819847Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-01-24T01:06:38.7823095Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-01-24T01:06:38.7826490Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-01-24T01:06:38.7830366Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-01-24T01:06:38.7833169Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7836626Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.7839502Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.7842640Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-01-24T01:06:38.7845861Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-01-24T01:06:38.7849061Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-01-24T01:06:38.7852808Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-01-24T01:06:38.7855770Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7859070Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-01-24T01:06:38.7861904Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-01-24T01:06:38.7865032Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-01-24T01:06:38.7868171Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-01-24T01:06:38.7871354Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-01-24T01:06:38.7875938Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-01-24T01:06:38.7878143Z adding 'torch/include/ATen/ops/add.h' 2025-01-24T01:06:38.7881933Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.7884771Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7887820Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-01-24T01:06:38.7890918Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-01-24T01:06:38.7894067Z adding 'torch/include/ATen/ops/add_meta.h' 2025-01-24T01:06:38.7897217Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-01-24T01:06:38.7900639Z adding 'torch/include/ATen/ops/add_native.h' 2025-01-24T01:06:38.7904472Z adding 'torch/include/ATen/ops/add_ops.h' 2025-01-24T01:06:38.7907525Z adding 'torch/include/ATen/ops/addbmm.h' 2025-01-24T01:06:38.7910822Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-01-24T01:06:38.7913952Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-01-24T01:06:38.7917298Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-01-24T01:06:38.7920828Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-01-24T01:06:38.7923780Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-01-24T01:06:38.7927229Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-01-24T01:06:38.7930464Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7933583Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-01-24T01:06:38.7936694Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-01-24T01:06:38.7939924Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-01-24T01:06:38.7943598Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-01-24T01:06:38.7946266Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-01-24T01:06:38.7949928Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-01-24T01:06:38.7952868Z adding 'torch/include/ATen/ops/addcmul.h' 2025-01-24T01:06:38.7956453Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7959433Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-01-24T01:06:38.7962677Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-01-24T01:06:38.7965698Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-01-24T01:06:38.7968986Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-01-24T01:06:38.7990236Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-01-24T01:06:38.7990382Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-01-24T01:06:38.7990490Z adding 'torch/include/ATen/ops/addmm.h' 2025-01-24T01:06:38.7990911Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.7991065Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-01-24T01:06:38.7991204Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-01-24T01:06:38.7993531Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-01-24T01:06:38.7996960Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-01-24T01:06:38.8000138Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-01-24T01:06:38.8003731Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-01-24T01:06:38.8007215Z adding 'torch/include/ATen/ops/addmv.h' 2025-01-24T01:06:38.8014946Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8016048Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-01-24T01:06:38.8019090Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-01-24T01:06:38.8022192Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-01-24T01:06:38.8025370Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-01-24T01:06:38.8028459Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-01-24T01:06:38.8032033Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-01-24T01:06:38.8035121Z adding 'torch/include/ATen/ops/addr.h' 2025-01-24T01:06:38.8039071Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8041548Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-01-24T01:06:38.8044664Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-01-24T01:06:38.8047784Z adding 'torch/include/ATen/ops/addr_native.h' 2025-01-24T01:06:38.8051144Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-01-24T01:06:38.8054234Z adding 'torch/include/ATen/ops/adjoint.h' 2025-01-24T01:06:38.8057451Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8060285Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-01-24T01:06:38.8063341Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-01-24T01:06:38.8066719Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-01-24T01:06:38.8069979Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-01-24T01:06:38.8073297Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8076282Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-01-24T01:06:38.8079534Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-01-24T01:06:38.8083028Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8085848Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-01-24T01:06:38.8089027Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-01-24T01:06:38.8092006Z adding 'torch/include/ATen/ops/alias.h' 2025-01-24T01:06:38.8095225Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8098147Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-01-24T01:06:38.8101387Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8104526Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8107321Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-01-24T01:06:38.8110444Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-01-24T01:06:38.8113406Z adding 'torch/include/ATen/ops/alias_native.h' 2025-01-24T01:06:38.8117094Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-01-24T01:06:38.8120087Z adding 'torch/include/ATen/ops/align_as.h' 2025-01-24T01:06:38.8123302Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8126244Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-01-24T01:06:38.8129351Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-01-24T01:06:38.8132432Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-01-24T01:06:38.8135623Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8138493Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-01-24T01:06:38.8141562Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-01-24T01:06:38.8144456Z adding 'torch/include/ATen/ops/align_to.h' 2025-01-24T01:06:38.8147678Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8150531Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-01-24T01:06:38.8153722Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-01-24T01:06:38.8157178Z adding 'torch/include/ATen/ops/all.h' 2025-01-24T01:06:38.8160519Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8163724Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8166764Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8169804Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-01-24T01:06:38.8172975Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-01-24T01:06:38.8175974Z adding 'torch/include/ATen/ops/all_meta.h' 2025-01-24T01:06:38.8179194Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-01-24T01:06:38.8182286Z adding 'torch/include/ATen/ops/all_native.h' 2025-01-24T01:06:38.8186166Z adding 'torch/include/ATen/ops/all_ops.h' 2025-01-24T01:06:38.8188961Z adding 'torch/include/ATen/ops/allclose.h' 2025-01-24T01:06:38.8192146Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8194990Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-01-24T01:06:38.8198211Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-01-24T01:06:38.8201249Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-01-24T01:06:38.8204518Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8207364Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-01-24T01:06:38.8210471Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-01-24T01:06:38.8213586Z adding 'torch/include/ATen/ops/amax.h' 2025-01-24T01:06:38.8216910Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8219837Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-01-24T01:06:38.8222950Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-01-24T01:06:38.8225935Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-01-24T01:06:38.8229041Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-01-24T01:06:38.8232873Z adding 'torch/include/ATen/ops/amax_native.h' 2025-01-24T01:06:38.8236146Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-01-24T01:06:38.8239330Z adding 'torch/include/ATen/ops/amin.h' 2025-01-24T01:06:38.8242621Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8245517Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-01-24T01:06:38.8248564Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-01-24T01:06:38.8251577Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-01-24T01:06:38.8254635Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-01-24T01:06:38.8257624Z adding 'torch/include/ATen/ops/amin_native.h' 2025-01-24T01:06:38.8260804Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-01-24T01:06:38.8263936Z adding 'torch/include/ATen/ops/aminmax.h' 2025-01-24T01:06:38.8267320Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8270226Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-01-24T01:06:38.8273351Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-01-24T01:06:38.8276478Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-01-24T01:06:38.8279616Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-01-24T01:06:38.8282825Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-01-24T01:06:38.8286261Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-01-24T01:06:38.8289261Z adding 'torch/include/ATen/ops/and.h' 2025-01-24T01:06:38.8292590Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8295454Z adding 'torch/include/ATen/ops/and_native.h' 2025-01-24T01:06:38.8298834Z adding 'torch/include/ATen/ops/and_ops.h' 2025-01-24T01:06:38.8301959Z adding 'torch/include/ATen/ops/angle.h' 2025-01-24T01:06:38.8305226Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-01-24T01:06:38.8308398Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-01-24T01:06:38.8311762Z adding 'torch/include/ATen/ops/angle_native.h' 2025-01-24T01:06:38.8314812Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-01-24T01:06:38.8318175Z adding 'torch/include/ATen/ops/any.h' 2025-01-24T01:06:38.8321659Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8324804Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8328047Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8332047Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-01-24T01:06:38.8334486Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-01-24T01:06:38.8337722Z adding 'torch/include/ATen/ops/any_meta.h' 2025-01-24T01:06:38.8341368Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-01-24T01:06:38.8344150Z adding 'torch/include/ATen/ops/any_native.h' 2025-01-24T01:06:38.8347637Z adding 'torch/include/ATen/ops/any_ops.h' 2025-01-24T01:06:38.8351329Z adding 'torch/include/ATen/ops/arange.h' 2025-01-24T01:06:38.8354963Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8358049Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-01-24T01:06:38.8361288Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-01-24T01:06:38.8364381Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-01-24T01:06:38.8367582Z adding 'torch/include/ATen/ops/arange_native.h' 2025-01-24T01:06:38.8371779Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-01-24T01:06:38.8374380Z adding 'torch/include/ATen/ops/arccos.h' 2025-01-24T01:06:38.8377806Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8380746Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-01-24T01:06:38.8384045Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-01-24T01:06:38.8387097Z adding 'torch/include/ATen/ops/arccosh.h' 2025-01-24T01:06:38.8390588Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8393260Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-01-24T01:06:38.8396729Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-01-24T01:06:38.8400131Z adding 'torch/include/ATen/ops/arcsin.h' 2025-01-24T01:06:38.8403222Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8406280Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-01-24T01:06:38.8409904Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-01-24T01:06:38.8413188Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-01-24T01:06:38.8417197Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8419411Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-01-24T01:06:38.8422813Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-01-24T01:06:38.8425855Z adding 'torch/include/ATen/ops/arctan.h' 2025-01-24T01:06:38.8429079Z adding 'torch/include/ATen/ops/arctan2.h' 2025-01-24T01:06:38.8432385Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8435473Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-01-24T01:06:38.8439730Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-01-24T01:06:38.8442214Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8445436Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-01-24T01:06:38.8448550Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-01-24T01:06:38.8451687Z adding 'torch/include/ATen/ops/arctanh.h' 2025-01-24T01:06:38.8454954Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8457954Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-01-24T01:06:38.8461207Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-01-24T01:06:38.8464473Z adding 'torch/include/ATen/ops/argmax.h' 2025-01-24T01:06:38.8468258Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8470881Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-01-24T01:06:38.8490133Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-01-24T01:06:38.8490270Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-01-24T01:06:38.8490430Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-01-24T01:06:38.8490551Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-01-24T01:06:38.8490671Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-01-24T01:06:38.8492084Z adding 'torch/include/ATen/ops/argmin.h' 2025-01-24T01:06:38.8496206Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8498544Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-01-24T01:06:38.8502043Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-01-24T01:06:38.8504726Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-01-24T01:06:38.8508017Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-01-24T01:06:38.8510988Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-01-24T01:06:38.8514692Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-01-24T01:06:38.8518013Z adding 'torch/include/ATen/ops/argsort.h' 2025-01-24T01:06:38.8521310Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8524728Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-01-24T01:06:38.8527721Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-01-24T01:06:38.8530744Z adding 'torch/include/ATen/ops/argwhere.h' 2025-01-24T01:06:38.8533972Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8536776Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-01-24T01:06:38.8540684Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-01-24T01:06:38.8543453Z adding 'torch/include/ATen/ops/as_strided.h' 2025-01-24T01:06:38.8546933Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8550286Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-01-24T01:06:38.8553644Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8556959Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8559796Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-01-24T01:06:38.8563030Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-01-24T01:06:38.8566174Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-01-24T01:06:38.8569229Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-01-24T01:06:38.8572506Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-01-24T01:06:38.8575647Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-01-24T01:06:38.8578857Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-01-24T01:06:38.8582421Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-01-24T01:06:38.8585896Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8589116Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8591911Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-01-24T01:06:38.8595221Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-01-24T01:06:38.8598467Z adding 'torch/include/ATen/ops/asin.h' 2025-01-24T01:06:38.8601733Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8604645Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-01-24T01:06:38.8607719Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-01-24T01:06:38.8610658Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-01-24T01:06:38.8613703Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-01-24T01:06:38.8616669Z adding 'torch/include/ATen/ops/asin_native.h' 2025-01-24T01:06:38.8619835Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-01-24T01:06:38.8622910Z adding 'torch/include/ATen/ops/asinh.h' 2025-01-24T01:06:38.8627192Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8629293Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-01-24T01:06:38.8632392Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-01-24T01:06:38.8635438Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-01-24T01:06:38.8638586Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-01-24T01:06:38.8641576Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-01-24T01:06:38.8644760Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-01-24T01:06:38.8647858Z adding 'torch/include/ATen/ops/atan.h' 2025-01-24T01:06:38.8650985Z adding 'torch/include/ATen/ops/atan2.h' 2025-01-24T01:06:38.8654203Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8657069Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-01-24T01:06:38.8660167Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-01-24T01:06:38.8663122Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-01-24T01:06:38.8666190Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-01-24T01:06:38.8669175Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-01-24T01:06:38.8672382Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-01-24T01:06:38.8675779Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8678719Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-01-24T01:06:38.8681761Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-01-24T01:06:38.8684783Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-01-24T01:06:38.8687894Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-01-24T01:06:38.8690843Z adding 'torch/include/ATen/ops/atan_native.h' 2025-01-24T01:06:38.8694017Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-01-24T01:06:38.8697182Z adding 'torch/include/ATen/ops/atanh.h' 2025-01-24T01:06:38.8700381Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8703718Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-01-24T01:06:38.8706790Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-01-24T01:06:38.8709741Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-01-24T01:06:38.8712859Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-01-24T01:06:38.8715974Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-01-24T01:06:38.8719159Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-01-24T01:06:38.8722245Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-01-24T01:06:38.8725516Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8728485Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-01-24T01:06:38.8731633Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-01-24T01:06:38.8734859Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-01-24T01:06:38.8738625Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8741151Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-01-24T01:06:38.8744863Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-01-24T01:06:38.8747468Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-01-24T01:06:38.8750897Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8753728Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-01-24T01:06:38.8757082Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-01-24T01:06:38.8760273Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-01-24T01:06:38.8763791Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8767717Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8769973Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-01-24T01:06:38.8773400Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-01-24T01:06:38.8776643Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-01-24T01:06:38.8780115Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-01-24T01:06:38.8784420Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8786769Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.8790422Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.8793134Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-01-24T01:06:38.8796519Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-01-24T01:06:38.8799858Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-01-24T01:06:38.8803188Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-01-24T01:06:38.8807432Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8809742Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-01-24T01:06:38.8813024Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-01-24T01:06:38.8816499Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-01-24T01:06:38.8819908Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-01-24T01:06:38.8823113Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-01-24T01:06:38.8826575Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-01-24T01:06:38.8829996Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-01-24T01:06:38.8833316Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-01-24T01:06:38.8837009Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8840007Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:06:38.8843339Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:06:38.8847438Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-01-24T01:06:38.8849843Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-01-24T01:06:38.8853146Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-01-24T01:06:38.8856476Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-01-24T01:06:38.8860020Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8863009Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-01-24T01:06:38.8866315Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-01-24T01:06:38.8870003Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-01-24T01:06:38.8872651Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-01-24T01:06:38.8876064Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-01-24T01:06:38.8879359Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-01-24T01:06:38.8882675Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-01-24T01:06:38.8886906Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.8889181Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-01-24T01:06:38.8892745Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-01-24T01:06:38.8895465Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-01-24T01:06:38.8898738Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-01-24T01:06:38.8901809Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-01-24T01:06:38.8905247Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-01-24T01:06:38.8909512Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-01-24T01:06:38.8912319Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8915456Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-01-24T01:06:38.8918892Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-01-24T01:06:38.8922272Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-01-24T01:06:38.8925485Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-01-24T01:06:38.8928833Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:06:38.8932417Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:38.8935272Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-01-24T01:06:38.8938777Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8941829Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-01-24T01:06:38.8945042Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-01-24T01:06:38.8949266Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-01-24T01:06:38.8951659Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-01-24T01:06:38.8955020Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-01-24T01:06:38.8958468Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-01-24T01:06:38.8962017Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.8965049Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-01-24T01:06:38.8968273Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-01-24T01:06:38.8975699Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-01-24T01:06:38.8976375Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.8979443Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-01-24T01:06:38.8994924Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-01-24T01:06:38.8995466Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-01-24T01:06:38.8995633Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-01-24T01:06:38.8995943Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-01-24T01:06:38.8998024Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9001077Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-01-24T01:06:38.9004107Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-01-24T01:06:38.9008095Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-01-24T01:06:38.9011510Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-01-24T01:06:38.9015182Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9018680Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-01-24T01:06:38.9021388Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-01-24T01:06:38.9024707Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-01-24T01:06:38.9027672Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-01-24T01:06:38.9031111Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-01-24T01:06:38.9034232Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-01-24T01:06:38.9037659Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9040676Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-01-24T01:06:38.9043676Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-01-24T01:06:38.9047072Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-01-24T01:06:38.9050291Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-01-24T01:06:38.9053606Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9056616Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-01-24T01:06:38.9059694Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-01-24T01:06:38.9062720Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-01-24T01:06:38.9065934Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-01-24T01:06:38.9069286Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-01-24T01:06:38.9072680Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9076534Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9079263Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-01-24T01:06:38.9082259Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-01-24T01:06:38.9085357Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-01-24T01:06:38.9088529Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-01-24T01:06:38.9091980Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-01-24T01:06:38.9095225Z adding 'torch/include/ATen/ops/bilinear.h' 2025-01-24T01:06:38.9098494Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9101367Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-01-24T01:06:38.9104496Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-01-24T01:06:38.9107684Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-01-24T01:06:38.9110891Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-01-24T01:06:38.9114125Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-01-24T01:06:38.9117354Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-01-24T01:06:38.9120440Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-01-24T01:06:38.9123677Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-01-24T01:06:38.9126880Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-01-24T01:06:38.9129982Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-01-24T01:06:38.9133557Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-01-24T01:06:38.9136423Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-01-24T01:06:38.9139683Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-01-24T01:06:38.9143043Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9145860Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-01-24T01:06:38.9149090Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-01-24T01:06:38.9152193Z adding 'torch/include/ATen/ops/bincount.h' 2025-01-24T01:06:38.9155576Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9158626Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-01-24T01:06:38.9161706Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-01-24T01:06:38.9164687Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-01-24T01:06:38.9167860Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-01-24T01:06:38.9170990Z adding 'torch/include/ATen/ops/binomial.h' 2025-01-24T01:06:38.9174239Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9177220Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-01-24T01:06:38.9180376Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-01-24T01:06:38.9183358Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-01-24T01:06:38.9186546Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-01-24T01:06:38.9189804Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-01-24T01:06:38.9193226Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9196532Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9199469Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-01-24T01:06:38.9202607Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-01-24T01:06:38.9205630Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-01-24T01:06:38.9208753Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-01-24T01:06:38.9211814Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-01-24T01:06:38.9215315Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-01-24T01:06:38.9218709Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-01-24T01:06:38.9222075Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9225274Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9228329Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-01-24T01:06:38.9231337Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-01-24T01:06:38.9234489Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-01-24T01:06:38.9237854Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-01-24T01:06:38.9240940Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-01-24T01:06:38.9244603Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-01-24T01:06:38.9247821Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-01-24T01:06:38.9251330Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9254262Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-01-24T01:06:38.9257516Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-01-24T01:06:38.9260520Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-01-24T01:06:38.9263769Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-01-24T01:06:38.9266758Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-01-24T01:06:38.9270147Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-01-24T01:06:38.9273756Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-01-24T01:06:38.9277175Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9280529Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9283479Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-01-24T01:06:38.9286698Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-01-24T01:06:38.9289716Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-01-24T01:06:38.9292979Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-01-24T01:06:38.9296146Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-01-24T01:06:38.9299706Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-01-24T01:06:38.9303833Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-01-24T01:06:38.9307317Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9310628Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9313665Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-01-24T01:06:38.9316914Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-01-24T01:06:38.9320045Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-01-24T01:06:38.9323189Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-01-24T01:06:38.9326436Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-01-24T01:06:38.9330044Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-01-24T01:06:38.9333531Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-01-24T01:06:38.9337043Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9340232Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9343316Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-01-24T01:06:38.9346432Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-01-24T01:06:38.9349580Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-01-24T01:06:38.9352766Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-01-24T01:06:38.9356077Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-01-24T01:06:38.9359733Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-01-24T01:06:38.9363184Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-01-24T01:06:38.9366851Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9369810Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-01-24T01:06:38.9373474Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-01-24T01:06:38.9376683Z adding 'torch/include/ATen/ops/block_diag.h' 2025-01-24T01:06:38.9379965Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9382978Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-01-24T01:06:38.9386138Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-01-24T01:06:38.9389415Z adding 'torch/include/ATen/ops/bmm.h' 2025-01-24T01:06:38.9392757Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9395888Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-01-24T01:06:38.9399112Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-01-24T01:06:38.9402194Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-01-24T01:06:38.9405444Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-01-24T01:06:38.9408555Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-01-24T01:06:38.9411901Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-01-24T01:06:38.9414946Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-01-24T01:06:38.9418340Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9421321Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-01-24T01:06:38.9424444Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-01-24T01:06:38.9427693Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-01-24T01:06:38.9430992Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9434002Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-01-24T01:06:38.9437222Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-01-24T01:06:38.9440594Z adding 'torch/include/ATen/ops/bucketize.h' 2025-01-24T01:06:38.9443941Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9447145Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-01-24T01:06:38.9450415Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-01-24T01:06:38.9453539Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-01-24T01:06:38.9456993Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-01-24T01:06:38.9460105Z adding 'torch/include/ATen/ops/can_cast.h' 2025-01-24T01:06:38.9463500Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9466350Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-01-24T01:06:38.9469569Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-01-24T01:06:38.9472660Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-01-24T01:06:38.9476106Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9479139Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-01-24T01:06:38.9482870Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-01-24T01:06:38.9486436Z adding 'torch/include/ATen/ops/cat.h' 2025-01-24T01:06:38.9489801Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9493069Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9496102Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-01-24T01:06:38.9499421Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-01-24T01:06:38.9503150Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-01-24T01:06:38.9506467Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-01-24T01:06:38.9509884Z adding 'torch/include/ATen/ops/cat_native.h' 2025-01-24T01:06:38.9513268Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-01-24T01:06:38.9516665Z adding 'torch/include/ATen/ops/cauchy.h' 2025-01-24T01:06:38.9520148Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9523182Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-01-24T01:06:38.9526215Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-01-24T01:06:38.9529391Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-01-24T01:06:38.9532348Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-01-24T01:06:38.9535724Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-01-24T01:06:38.9538800Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-01-24T01:06:38.9542010Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9544934Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-01-24T01:06:38.9548178Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9551312Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9554120Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-01-24T01:06:38.9557429Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-01-24T01:06:38.9560417Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-01-24T01:06:38.9563506Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-01-24T01:06:38.9566734Z adding 'torch/include/ATen/ops/cdist.h' 2025-01-24T01:06:38.9570065Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9573003Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-01-24T01:06:38.9576018Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-01-24T01:06:38.9579070Z adding 'torch/include/ATen/ops/ceil.h' 2025-01-24T01:06:38.9582355Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9585223Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-01-24T01:06:38.9588254Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-01-24T01:06:38.9591235Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-01-24T01:06:38.9594249Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-01-24T01:06:38.9597394Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-01-24T01:06:38.9601101Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-01-24T01:06:38.9604251Z adding 'torch/include/ATen/ops/celu.h' 2025-01-24T01:06:38.9607555Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9610496Z adding 'torch/include/ATen/ops/celu_native.h' 2025-01-24T01:06:38.9613731Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-01-24T01:06:38.9616858Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-01-24T01:06:38.9620093Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9623084Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-01-24T01:06:38.9626233Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-01-24T01:06:38.9629168Z adding 'torch/include/ATen/ops/chalf.h' 2025-01-24T01:06:38.9632411Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9635318Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-01-24T01:06:38.9638536Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-01-24T01:06:38.9641825Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-01-24T01:06:38.9645175Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9648168Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-01-24T01:06:38.9651193Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-01-24T01:06:38.9654157Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-01-24T01:06:38.9657338Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-01-24T01:06:38.9660447Z adding 'torch/include/ATen/ops/cholesky.h' 2025-01-24T01:06:38.9663595Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-01-24T01:06:38.9666674Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-01-24T01:06:38.9669675Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-01-24T01:06:38.9672789Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-01-24T01:06:38.9676050Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-01-24T01:06:38.9678945Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-01-24T01:06:38.9682079Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-01-24T01:06:38.9685113Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-01-24T01:06:38.9688235Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-01-24T01:06:38.9691344Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-01-24T01:06:38.9694594Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9697455Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-01-24T01:06:38.9700578Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-01-24T01:06:38.9703687Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-01-24T01:06:38.9706941Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9710571Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-01-24T01:06:38.9713814Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-01-24T01:06:38.9716844Z adding 'torch/include/ATen/ops/chunk.h' 2025-01-24T01:06:38.9720723Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9722952Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-01-24T01:06:38.9726040Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-01-24T01:06:38.9729262Z adding 'torch/include/ATen/ops/clamp.h' 2025-01-24T01:06:38.9732658Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9735702Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-01-24T01:06:38.9738901Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-01-24T01:06:38.9742115Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-01-24T01:06:38.9745482Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9748443Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-01-24T01:06:38.9751542Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-01-24T01:06:38.9754539Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-01-24T01:06:38.9757842Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-01-24T01:06:38.9760858Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-01-24T01:06:38.9764378Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-01-24T01:06:38.9767522Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-01-24T01:06:38.9770724Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-01-24T01:06:38.9773909Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-01-24T01:06:38.9777256Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9780196Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-01-24T01:06:38.9783347Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-01-24T01:06:38.9786358Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-01-24T01:06:38.9789585Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-01-24T01:06:38.9792638Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-01-24T01:06:38.9796193Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-01-24T01:06:38.9799337Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-01-24T01:06:38.9802833Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-01-24T01:06:38.9806241Z adding 'torch/include/ATen/ops/clip.h' 2025-01-24T01:06:38.9809627Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9812628Z adding 'torch/include/ATen/ops/clip_native.h' 2025-01-24T01:06:38.9816107Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-01-24T01:06:38.9819326Z adding 'torch/include/ATen/ops/clone.h' 2025-01-24T01:06:38.9822576Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9825517Z adding 'torch/include/ATen/ops/clone_native.h' 2025-01-24T01:06:38.9828752Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-01-24T01:06:38.9831671Z adding 'torch/include/ATen/ops/coalesce.h' 2025-01-24T01:06:38.9834866Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9837839Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-01-24T01:06:38.9840884Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-01-24T01:06:38.9844253Z adding 'torch/include/ATen/ops/col2im.h' 2025-01-24T01:06:38.9847566Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-01-24T01:06:38.9850762Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-01-24T01:06:38.9853763Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-01-24T01:06:38.9857034Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-01-24T01:06:38.9860046Z adding 'torch/include/ATen/ops/col_indices.h' 2025-01-24T01:06:38.9863240Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9866159Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-01-24T01:06:38.9869403Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9872679Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:38.9875401Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-01-24T01:06:38.9878636Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-01-24T01:06:38.9881653Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-01-24T01:06:38.9884759Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-01-24T01:06:38.9887791Z adding 'torch/include/ATen/ops/column_stack.h' 2025-01-24T01:06:38.9891766Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9894707Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-01-24T01:06:38.9898024Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-01-24T01:06:38.9901127Z adding 'torch/include/ATen/ops/combinations.h' 2025-01-24T01:06:38.9904493Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9907504Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-01-24T01:06:38.9910618Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-01-24T01:06:38.9913843Z adding 'torch/include/ATen/ops/complex.h' 2025-01-24T01:06:38.9917214Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9920329Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-01-24T01:06:38.9923392Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-01-24T01:06:38.9926559Z adding 'torch/include/ATen/ops/complex_native.h' 2025-01-24T01:06:38.9929724Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-01-24T01:06:38.9933023Z adding 'torch/include/ATen/ops/concat.h' 2025-01-24T01:06:38.9936489Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9939450Z adding 'torch/include/ATen/ops/concat_native.h' 2025-01-24T01:06:38.9942840Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-01-24T01:06:38.9946065Z adding 'torch/include/ATen/ops/concatenate.h' 2025-01-24T01:06:38.9949593Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9952516Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-01-24T01:06:38.9956042Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-01-24T01:06:38.9959254Z adding 'torch/include/ATen/ops/conj.h' 2025-01-24T01:06:38.9962490Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9965552Z adding 'torch/include/ATen/ops/conj_native.h' 2025-01-24T01:06:38.9968677Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-01-24T01:06:38.9971953Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-01-24T01:06:38.9975198Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:38.9978463Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:38.9981557Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-01-24T01:06:38.9985134Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-01-24T01:06:38.9988930Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-01-24T01:06:38.9992584Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-01-24T01:06:38.9996640Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-01-24T01:06:39.0000675Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0004148Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-01-24T01:06:39.0008170Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-01-24T01:06:39.0011184Z adding 'torch/include/ATen/ops/contiguous.h' 2025-01-24T01:06:39.0014555Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0017461Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-01-24T01:06:39.0020767Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-01-24T01:06:39.0024149Z adding 'torch/include/ATen/ops/conv1d.h' 2025-01-24T01:06:39.0027931Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0030861Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-01-24T01:06:39.0034315Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-01-24T01:06:39.0037839Z adding 'torch/include/ATen/ops/conv2d.h' 2025-01-24T01:06:39.0041272Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0044465Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-01-24T01:06:39.0047743Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-01-24T01:06:39.0051184Z adding 'torch/include/ATen/ops/conv3d.h' 2025-01-24T01:06:39.0054641Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0057565Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-01-24T01:06:39.0061038Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-01-24T01:06:39.0064653Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-01-24T01:06:39.0068190Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0071263Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-01-24T01:06:39.0074304Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-01-24T01:06:39.0077706Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-01-24T01:06:39.0080800Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-01-24T01:06:39.0083914Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-01-24T01:06:39.0087467Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0090534Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-01-24T01:06:39.0093688Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-01-24T01:06:39.0096915Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0099799Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-01-24T01:06:39.0102959Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-01-24T01:06:39.0106279Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-01-24T01:06:39.0109711Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0112698Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-01-24T01:06:39.0115985Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-01-24T01:06:39.0119260Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-01-24T01:06:39.0122622Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0125564Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-01-24T01:06:39.0128726Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-01-24T01:06:39.0132068Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-01-24T01:06:39.0135458Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0138372Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-01-24T01:06:39.0141536Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-01-24T01:06:39.0145126Z adding 'torch/include/ATen/ops/convolution.h' 2025-01-24T01:06:39.0149152Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-01-24T01:06:39.0152908Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0156350Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-01-24T01:06:39.0159493Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-01-24T01:06:39.0162856Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-01-24T01:06:39.0166736Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-01-24T01:06:39.0170513Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0173546Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-01-24T01:06:39.0177024Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-01-24T01:06:39.0180350Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0183333Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-01-24T01:06:39.0186661Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-01-24T01:06:39.0190389Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-01-24T01:06:39.0194683Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0197815Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-01-24T01:06:39.0201177Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-01-24T01:06:39.0204214Z adding 'torch/include/ATen/ops/copy.h' 2025-01-24T01:06:39.0207490Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0210672Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0213566Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-01-24T01:06:39.0216648Z adding 'torch/include/ATen/ops/copy_native.h' 2025-01-24T01:06:39.0219880Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-01-24T01:06:39.0223098Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-01-24T01:06:39.0226415Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0229388Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-01-24T01:06:39.0232321Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-01-24T01:06:39.0235590Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-01-24T01:06:39.0238854Z adding 'torch/include/ATen/ops/copysign.h' 2025-01-24T01:06:39.0242151Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0245333Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0248249Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-01-24T01:06:39.0251908Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-01-24T01:06:39.0260999Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-01-24T01:06:39.0264526Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-01-24T01:06:39.0267494Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-01-24T01:06:39.0271201Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-01-24T01:06:39.0274497Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-01-24T01:06:39.0278025Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0281014Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-01-24T01:06:39.0284314Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-01-24T01:06:39.0287365Z adding 'torch/include/ATen/ops/cos.h' 2025-01-24T01:06:39.0290795Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0294012Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-01-24T01:06:39.0297188Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-01-24T01:06:39.0300297Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-01-24T01:06:39.0303487Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-01-24T01:06:39.0306557Z adding 'torch/include/ATen/ops/cos_native.h' 2025-01-24T01:06:39.0309847Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-01-24T01:06:39.0313051Z adding 'torch/include/ATen/ops/cosh.h' 2025-01-24T01:06:39.0316555Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0319564Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-01-24T01:06:39.0322741Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-01-24T01:06:39.0325813Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-01-24T01:06:39.0328999Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-01-24T01:06:39.0332058Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-01-24T01:06:39.0335438Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-01-24T01:06:39.0338567Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-01-24T01:06:39.0341920Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0344898Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-01-24T01:06:39.0348118Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-01-24T01:06:39.0351227Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-01-24T01:06:39.0354599Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0357718Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-01-24T01:06:39.0360909Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-01-24T01:06:39.0364164Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-01-24T01:06:39.0367583Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0370647Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-01-24T01:06:39.0373764Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-01-24T01:06:39.0376854Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-01-24T01:06:39.0380280Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-01-24T01:06:39.0383481Z adding 'torch/include/ATen/ops/cov.h' 2025-01-24T01:06:39.0386788Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0389786Z adding 'torch/include/ATen/ops/cov_native.h' 2025-01-24T01:06:39.0393150Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-01-24T01:06:39.0396550Z adding 'torch/include/ATen/ops/cross.h' 2025-01-24T01:06:39.0400082Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0403414Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-01-24T01:06:39.0407011Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0410177Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-01-24T01:06:39.0413475Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-01-24T01:06:39.0416677Z adding 'torch/include/ATen/ops/cross_native.h' 2025-01-24T01:06:39.0419936Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-01-24T01:06:39.0423232Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-01-24T01:06:39.0426616Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0429740Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-01-24T01:06:39.0433264Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0436812Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0439807Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-01-24T01:06:39.0443133Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-01-24T01:06:39.0446375Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-01-24T01:06:39.0449701Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-01-24T01:06:39.0452950Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-01-24T01:06:39.0456474Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0459535Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-01-24T01:06:39.0471924Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-01-24T01:06:39.0475438Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-01-24T01:06:39.0478976Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-01-24T01:06:39.0482428Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0486099Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-01-24T01:06:39.0489845Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-01-24T01:06:39.0493739Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-01-24T01:06:39.0497761Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0501400Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-01-24T01:06:39.0505037Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-01-24T01:06:39.0509043Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-01-24T01:06:39.0512979Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-01-24T01:06:39.0516774Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-01-24T01:06:39.0520440Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0523783Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:39.0527059Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-01-24T01:06:39.0530606Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-01-24T01:06:39.0534257Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0537404Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-01-24T01:06:39.0540605Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-01-24T01:06:39.0544319Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-01-24T01:06:39.0548062Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-01-24T01:06:39.0551957Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-01-24T01:06:39.0555661Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0558949Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:06:39.0562288Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-01-24T01:06:39.0565736Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-01-24T01:06:39.0569077Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-01-24T01:06:39.0572264Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-01-24T01:06:39.0575569Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-01-24T01:06:39.0579219Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-01-24T01:06:39.0582833Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0585986Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-01-24T01:06:39.0589180Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-01-24T01:06:39.0592658Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-01-24T01:06:39.0596570Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-01-24T01:06:39.0600305Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0603448Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:06:39.0606617Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-01-24T01:06:39.0610007Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-01-24T01:06:39.0613176Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-01-24T01:06:39.0616458Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-01-24T01:06:39.0619853Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0622900Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-01-24T01:06:39.0625970Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-01-24T01:06:39.0629314Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-01-24T01:06:39.0632762Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0635834Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-01-24T01:06:39.0639015Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-01-24T01:06:39.0642267Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-01-24T01:06:39.0645393Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-01-24T01:06:39.0648662Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0651603Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-01-24T01:06:39.0654756Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-01-24T01:06:39.0658024Z adding 'torch/include/ATen/ops/cummax.h' 2025-01-24T01:06:39.0661409Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0664591Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0667577Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-01-24T01:06:39.0670964Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-01-24T01:06:39.0674209Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-01-24T01:06:39.0677675Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0680666Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-01-24T01:06:39.0683938Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-01-24T01:06:39.0687172Z adding 'torch/include/ATen/ops/cummin.h' 2025-01-24T01:06:39.0690548Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0693728Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0696709Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-01-24T01:06:39.0700113Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-01-24T01:06:39.0703468Z adding 'torch/include/ATen/ops/cumprod.h' 2025-01-24T01:06:39.0706710Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-01-24T01:06:39.0710053Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0713023Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-01-24T01:06:39.0716369Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-01-24T01:06:39.0719765Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0722915Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0725979Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-01-24T01:06:39.0729186Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-01-24T01:06:39.0732343Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-01-24T01:06:39.0735444Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-01-24T01:06:39.0738520Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-01-24T01:06:39.0742014Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-01-24T01:06:39.0745369Z adding 'torch/include/ATen/ops/cumsum.h' 2025-01-24T01:06:39.0748814Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0751937Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0755088Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-01-24T01:06:39.0758404Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-01-24T01:06:39.0761494Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-01-24T01:06:39.0764689Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-01-24T01:06:39.0767783Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-01-24T01:06:39.0771348Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-01-24T01:06:39.0774649Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-01-24T01:06:39.0778107Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0781075Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-01-24T01:06:39.0784298Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-01-24T01:06:39.0787291Z adding 'torch/include/ATen/ops/data.h' 2025-01-24T01:06:39.0790526Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0793580Z adding 'torch/include/ATen/ops/data_native.h' 2025-01-24T01:06:39.0796870Z adding 'torch/include/ATen/ops/data_ops.h' 2025-01-24T01:06:39.0800057Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-01-24T01:06:39.0803365Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0806370Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-01-24T01:06:39.0809669Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-01-24T01:06:39.0812714Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-01-24T01:06:39.0816567Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0819502Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-01-24T01:06:39.0822671Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-01-24T01:06:39.0825919Z adding 'torch/include/ATen/ops/dequantize.h' 2025-01-24T01:06:39.0829300Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0832346Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-01-24T01:06:39.0835508Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-01-24T01:06:39.0838675Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-01-24T01:06:39.0842076Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-01-24T01:06:39.0845180Z adding 'torch/include/ATen/ops/det.h' 2025-01-24T01:06:39.0848465Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0851360Z adding 'torch/include/ATen/ops/det_native.h' 2025-01-24T01:06:39.0854527Z adding 'torch/include/ATen/ops/det_ops.h' 2025-01-24T01:06:39.0857657Z adding 'torch/include/ATen/ops/detach.h' 2025-01-24T01:06:39.0860904Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0863936Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-01-24T01:06:39.0867286Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0870534Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0873371Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-01-24T01:06:39.0876681Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-01-24T01:06:39.0879769Z adding 'torch/include/ATen/ops/detach_native.h' 2025-01-24T01:06:39.0883089Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-01-24T01:06:39.0886134Z adding 'torch/include/ATen/ops/diag.h' 2025-01-24T01:06:39.0889452Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0892515Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-01-24T01:06:39.0896031Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0899285Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0902141Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-01-24T01:06:39.0905383Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-01-24T01:06:39.0908426Z adding 'torch/include/ATen/ops/diag_native.h' 2025-01-24T01:06:39.0911657Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-01-24T01:06:39.0914791Z adding 'torch/include/ATen/ops/diagflat.h' 2025-01-24T01:06:39.0918221Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0921155Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-01-24T01:06:39.0924296Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-01-24T01:06:39.0927415Z adding 'torch/include/ATen/ops/diagonal.h' 2025-01-24T01:06:39.0930949Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-01-24T01:06:39.0934432Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0937451Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-01-24T01:06:39.0940795Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-01-24T01:06:39.0944102Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0947262Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0950308Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-01-24T01:06:39.0953645Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0957017Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0959897Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-01-24T01:06:39.0963168Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-01-24T01:06:39.0966263Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-01-24T01:06:39.0969524Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-01-24T01:06:39.0972752Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-01-24T01:06:39.0976083Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.0979340Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.0982234Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-01-24T01:06:39.0985478Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-01-24T01:06:39.0988708Z adding 'torch/include/ATen/ops/diff.h' 2025-01-24T01:06:39.0992086Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.0995466Z adding 'torch/include/ATen/ops/diff_native.h' 2025-01-24T01:06:39.0999025Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-01-24T01:06:39.1002479Z adding 'torch/include/ATen/ops/digamma.h' 2025-01-24T01:06:39.1006600Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1010201Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-01-24T01:06:39.1013967Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-01-24T01:06:39.1017601Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-01-24T01:06:39.1021414Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-01-24T01:06:39.1025064Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-01-24T01:06:39.1028927Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-01-24T01:06:39.1032718Z adding 'torch/include/ATen/ops/dist.h' 2025-01-24T01:06:39.1036624Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1039589Z adding 'torch/include/ATen/ops/dist_native.h' 2025-01-24T01:06:39.1043078Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-01-24T01:06:39.1046685Z adding 'torch/include/ATen/ops/div.h' 2025-01-24T01:06:39.1050265Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1053739Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1056792Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-01-24T01:06:39.1060296Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-01-24T01:06:39.1063421Z adding 'torch/include/ATen/ops/div_meta.h' 2025-01-24T01:06:39.1066636Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-01-24T01:06:39.1070122Z adding 'torch/include/ATen/ops/div_native.h' 2025-01-24T01:06:39.1074015Z adding 'torch/include/ATen/ops/div_ops.h' 2025-01-24T01:06:39.1077692Z adding 'torch/include/ATen/ops/divide.h' 2025-01-24T01:06:39.1081137Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1084172Z adding 'torch/include/ATen/ops/divide_native.h' 2025-01-24T01:06:39.1088141Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-01-24T01:06:39.1091555Z adding 'torch/include/ATen/ops/dot.h' 2025-01-24T01:06:39.1094861Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1097907Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-01-24T01:06:39.1101004Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-01-24T01:06:39.1104071Z adding 'torch/include/ATen/ops/dot_native.h' 2025-01-24T01:06:39.1107268Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-01-24T01:06:39.1110394Z adding 'torch/include/ATen/ops/dropout.h' 2025-01-24T01:06:39.1113700Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1116878Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-01-24T01:06:39.1120186Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-01-24T01:06:39.1124032Z adding 'torch/include/ATen/ops/dsplit.h' 2025-01-24T01:06:39.1127382Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1130347Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-01-24T01:06:39.1133566Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-01-24T01:06:39.1136717Z adding 'torch/include/ATen/ops/dstack.h' 2025-01-24T01:06:39.1140023Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1143099Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-01-24T01:06:39.1146395Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-01-24T01:06:39.1149556Z adding 'torch/include/ATen/ops/einsum.h' 2025-01-24T01:06:39.1152844Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1155880Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-01-24T01:06:39.1159070Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-01-24T01:06:39.1162307Z adding 'torch/include/ATen/ops/elu.h' 2025-01-24T01:06:39.1165556Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-01-24T01:06:39.1168988Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1172214Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-01-24T01:06:39.1175474Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-01-24T01:06:39.1178614Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-01-24T01:06:39.1181864Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-01-24T01:06:39.1184887Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-01-24T01:06:39.1188203Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-01-24T01:06:39.1191590Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1194583Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-01-24T01:06:39.1198000Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-01-24T01:06:39.1201026Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-01-24T01:06:39.1204235Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-01-24T01:06:39.1207298Z adding 'torch/include/ATen/ops/elu_native.h' 2025-01-24T01:06:39.1210619Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-01-24T01:06:39.1214112Z adding 'torch/include/ATen/ops/embedding.h' 2025-01-24T01:06:39.1217515Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-01-24T01:06:39.1220924Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1223870Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-01-24T01:06:39.1227130Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-01-24T01:06:39.1231161Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-01-24T01:06:39.1234687Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1237912Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-01-24T01:06:39.1241293Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-01-24T01:06:39.1244737Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1248280Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-01-24T01:06:39.1251812Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1254982Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-01-24T01:06:39.1258134Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-01-24T01:06:39.1261322Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-01-24T01:06:39.1264671Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-01-24T01:06:39.1267768Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-01-24T01:06:39.1271104Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-01-24T01:06:39.1274551Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-01-24T01:06:39.1278082Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1281128Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-01-24T01:06:39.1284232Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-01-24T01:06:39.1287319Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-01-24T01:06:39.1290337Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-01-24T01:06:39.1293682Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-01-24T01:06:39.1296945Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-01-24T01:06:39.1300286Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1303267Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-01-24T01:06:39.1306402Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-01-24T01:06:39.1310131Z adding 'torch/include/ATen/ops/empty.h' 2025-01-24T01:06:39.1313696Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1317053Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1320226Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-01-24T01:06:39.1323464Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-01-24T01:06:39.1326797Z adding 'torch/include/ATen/ops/empty_like.h' 2025-01-24T01:06:39.1330211Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1333260Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-01-24T01:06:39.1336629Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-01-24T01:06:39.1339966Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-01-24T01:06:39.1343257Z adding 'torch/include/ATen/ops/empty_native.h' 2025-01-24T01:06:39.1346902Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-01-24T01:06:39.1350537Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-01-24T01:06:39.1354147Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1357294Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-01-24T01:06:39.1360639Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-01-24T01:06:39.1364068Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-01-24T01:06:39.1367484Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1370467Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-01-24T01:06:39.1373972Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-01-24T01:06:39.1377641Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-01-24T01:06:39.1381176Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1384316Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-01-24T01:06:39.1387493Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-01-24T01:06:39.1390692Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-01-24T01:06:39.1393869Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-01-24T01:06:39.1397232Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-01-24T01:06:39.1400449Z adding 'torch/include/ATen/ops/eq.h' 2025-01-24T01:06:39.1403871Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1406935Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-01-24T01:06:39.1410088Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-01-24T01:06:39.1413128Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-01-24T01:06:39.1416316Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-01-24T01:06:39.1419472Z adding 'torch/include/ATen/ops/eq_native.h' 2025-01-24T01:06:39.1422926Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-01-24T01:06:39.1436637Z adding 'torch/include/ATen/ops/equal.h' 2025-01-24T01:06:39.1436923Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-01-24T01:06:39.1437075Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-01-24T01:06:39.1437206Z adding 'torch/include/ATen/ops/equal_native.h' 2025-01-24T01:06:39.1439376Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-01-24T01:06:39.1442380Z adding 'torch/include/ATen/ops/erf.h' 2025-01-24T01:06:39.1445758Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1448713Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-01-24T01:06:39.1451819Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-01-24T01:06:39.1454896Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-01-24T01:06:39.1458026Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-01-24T01:06:39.1461111Z adding 'torch/include/ATen/ops/erf_native.h' 2025-01-24T01:06:39.1464363Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-01-24T01:06:39.1467517Z adding 'torch/include/ATen/ops/erfc.h' 2025-01-24T01:06:39.1470881Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1473859Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-01-24T01:06:39.1477372Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-01-24T01:06:39.1480542Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-01-24T01:06:39.1483720Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-01-24T01:06:39.1486931Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-01-24T01:06:39.1490206Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-01-24T01:06:39.1493854Z adding 'torch/include/ATen/ops/erfinv.h' 2025-01-24T01:06:39.1501388Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1501555Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-01-24T01:06:39.1504527Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-01-24T01:06:39.1539940Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-01-24T01:06:39.1540114Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-01-24T01:06:39.1540249Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-01-24T01:06:39.1540374Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-01-24T01:06:39.1540475Z adding 'torch/include/ATen/ops/exp.h' 2025-01-24T01:06:39.1540589Z adding 'torch/include/ATen/ops/exp2.h' 2025-01-24T01:06:39.1540896Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1541032Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-01-24T01:06:39.1541176Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-01-24T01:06:39.1541290Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-01-24T01:06:39.1545750Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-01-24T01:06:39.1547781Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-01-24T01:06:39.1551610Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-01-24T01:06:39.1554625Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1557887Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-01-24T01:06:39.1561143Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-01-24T01:06:39.1564275Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-01-24T01:06:39.1567400Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-01-24T01:06:39.1570427Z adding 'torch/include/ATen/ops/exp_native.h' 2025-01-24T01:06:39.1574410Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-01-24T01:06:39.1577073Z adding 'torch/include/ATen/ops/expand.h' 2025-01-24T01:06:39.1580130Z adding 'torch/include/ATen/ops/expand_as.h' 2025-01-24T01:06:39.1583380Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1586276Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-01-24T01:06:39.1590383Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-01-24T01:06:39.1592941Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1596284Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-01-24T01:06:39.1599780Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1603091Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1605952Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-01-24T01:06:39.1609177Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-01-24T01:06:39.1612221Z adding 'torch/include/ATen/ops/expand_native.h' 2025-01-24T01:06:39.1615363Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-01-24T01:06:39.1618470Z adding 'torch/include/ATen/ops/expm1.h' 2025-01-24T01:06:39.1621955Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.1624962Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-01-24T01:06:39.1628167Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-01-24T01:06:39.1631194Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-01-24T01:06:39.1634346Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-01-24T01:06:39.1637587Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-01-24T01:06:39.1640822Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-01-24T01:06:39.1644085Z adding 'torch/include/ATen/ops/exponential.h' 2025-01-24T01:06:39.1647595Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1650677Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-01-24T01:06:39.1653833Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-01-24T01:06:39.1656951Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-01-24T01:06:39.1660005Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-01-24T01:06:39.1663282Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-01-24T01:06:39.1667136Z adding 'torch/include/ATen/ops/eye.h' 2025-01-24T01:06:39.1670669Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1673805Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-01-24T01:06:39.1677489Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-01-24T01:06:39.1680423Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-01-24T01:06:39.1683513Z adding 'torch/include/ATen/ops/eye_native.h' 2025-01-24T01:06:39.1686920Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-01-24T01:06:39.1690214Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-01-24T01:06:39.1693525Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-01-24T01:06:39.1696722Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-01-24T01:06:39.1701162Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1704236Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-01-24T01:06:39.1707448Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-01-24T01:06:39.1710928Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1713914Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:06:39.1717177Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:06:39.1720278Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-01-24T01:06:39.1723661Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-01-24T01:06:39.1727014Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1730419Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-01-24T01:06:39.1733664Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-01-24T01:06:39.1736797Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-01-24T01:06:39.1740097Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-01-24T01:06:39.1743269Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-01-24T01:06:39.1746617Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1749577Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-01-24T01:06:39.1752888Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-01-24T01:06:39.1756336Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1759408Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-01-24T01:06:39.1762556Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-01-24T01:06:39.1765640Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-01-24T01:06:39.1769020Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-01-24T01:06:39.1772368Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1775343Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-01-24T01:06:39.1778783Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-01-24T01:06:39.1781932Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-01-24T01:06:39.1785224Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1788621Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-01-24T01:06:39.1791604Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1794549Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-01-24T01:06:39.1797863Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-01-24T01:06:39.1800858Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-01-24T01:06:39.1804015Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-01-24T01:06:39.1807187Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-01-24T01:06:39.1810533Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1813610Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-01-24T01:06:39.1816965Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1819937Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-01-24T01:06:39.1823220Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-01-24T01:06:39.1826338Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-01-24T01:06:39.1829494Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-01-24T01:06:39.1832591Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-01-24T01:06:39.1835933Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1838930Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-01-24T01:06:39.1842082Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-01-24T01:06:39.1845183Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-01-24T01:06:39.1848478Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1851375Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-01-24T01:06:39.1854544Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-01-24T01:06:39.1857644Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-01-24T01:06:39.1860958Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1863860Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-01-24T01:06:39.1867050Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-01-24T01:06:39.1870223Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-01-24T01:06:39.1873503Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1876557Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-01-24T01:06:39.1879996Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-01-24T01:06:39.1883116Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-01-24T01:06:39.1886489Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1889413Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-01-24T01:06:39.1892602Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-01-24T01:06:39.1896077Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-01-24T01:06:39.1899668Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-01-24T01:06:39.1903226Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1906171Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-01-24T01:06:39.1909450Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-01-24T01:06:39.1912796Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1915811Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-01-24T01:06:39.1919510Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-01-24T01:06:39.1922439Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-01-24T01:06:39.1925825Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.1928798Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-01-24T01:06:39.1932065Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-01-24T01:06:39.1935594Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-01-24T01:06:39.1939105Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1942156Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-01-24T01:06:39.1945505Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-01-24T01:06:39.1948645Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-01-24T01:06:39.1951942Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1954848Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-01-24T01:06:39.1958145Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-01-24T01:06:39.1961604Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-01-24T01:06:39.1965185Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-01-24T01:06:39.1968843Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1971758Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-01-24T01:06:39.1975047Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-01-24T01:06:39.1978453Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1982461Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-01-24T01:06:39.1985853Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-01-24T01:06:39.1989412Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-01-24T01:06:39.1992982Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.1996250Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-01-24T01:06:39.1999694Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-01-24T01:06:39.2003136Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-01-24T01:06:39.2006730Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-01-24T01:06:39.2010311Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2013344Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-01-24T01:06:39.2016639Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-01-24T01:06:39.2020058Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2023024Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-01-24T01:06:39.2026338Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-01-24T01:06:39.2030327Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-01-24T01:06:39.2033904Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2037033Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-01-24T01:06:39.2040323Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-01-24T01:06:39.2043454Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-01-24T01:06:39.2046756Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2049661Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-01-24T01:06:39.2052795Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-01-24T01:06:39.2056251Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-01-24T01:06:39.2059825Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-01-24T01:06:39.2063348Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2066408Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-01-24T01:06:39.2069698Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-01-24T01:06:39.2073182Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2076622Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-01-24T01:06:39.2080617Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-01-24T01:06:39.2083351Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-01-24T01:06:39.2086889Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2089859Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-01-24T01:06:39.2093149Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-01-24T01:06:39.2096602Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-01-24T01:06:39.2100230Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-01-24T01:06:39.2103770Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2106782Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-01-24T01:06:39.2110012Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-01-24T01:06:39.2113398Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2116510Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-01-24T01:06:39.2119750Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-01-24T01:06:39.2123268Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-01-24T01:06:39.2127342Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2129882Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-01-24T01:06:39.2133172Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-01-24T01:06:39.2136629Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-01-24T01:06:39.2140189Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-01-24T01:06:39.2143722Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2146764Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-01-24T01:06:39.2150053Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-01-24T01:06:39.2153604Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2156675Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-01-24T01:06:39.2159956Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-01-24T01:06:39.2163220Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-01-24T01:06:39.2166598Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2169559Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-01-24T01:06:39.2172835Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-01-24T01:06:39.2176323Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-01-24T01:06:39.2179858Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2182869Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-01-24T01:06:39.2186160Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-01-24T01:06:39.2189471Z adding 'torch/include/ATen/ops/fill.h' 2025-01-24T01:06:39.2192859Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2195980Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-01-24T01:06:39.2199155Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-01-24T01:06:39.2202185Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-01-24T01:06:39.2205575Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2208508Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-01-24T01:06:39.2211610Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-01-24T01:06:39.2214722Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-01-24T01:06:39.2217789Z adding 'torch/include/ATen/ops/fill_native.h' 2025-01-24T01:06:39.2221270Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-01-24T01:06:39.2224524Z adding 'torch/include/ATen/ops/fix.h' 2025-01-24T01:06:39.2227829Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2230783Z adding 'torch/include/ATen/ops/fix_native.h' 2025-01-24T01:06:39.2234011Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-01-24T01:06:39.2237744Z adding 'torch/include/ATen/ops/flatten.h' 2025-01-24T01:06:39.2240748Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2243786Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-01-24T01:06:39.2247146Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2250128Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-01-24T01:06:39.2253264Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-01-24T01:06:39.2256330Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-01-24T01:06:39.2259711Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-01-24T01:06:39.2262895Z adding 'torch/include/ATen/ops/flip.h' 2025-01-24T01:06:39.2266171Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2269201Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-01-24T01:06:39.2272313Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-01-24T01:06:39.2275310Z adding 'torch/include/ATen/ops/flip_native.h' 2025-01-24T01:06:39.2278662Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-01-24T01:06:39.2281748Z adding 'torch/include/ATen/ops/fliplr.h' 2025-01-24T01:06:39.2285499Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2287937Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-01-24T01:06:39.2291031Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-01-24T01:06:39.2294075Z adding 'torch/include/ATen/ops/flipud.h' 2025-01-24T01:06:39.2297314Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2300173Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-01-24T01:06:39.2303347Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-01-24T01:06:39.2306674Z adding 'torch/include/ATen/ops/float_power.h' 2025-01-24T01:06:39.2310641Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2314268Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-01-24T01:06:39.2317174Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-01-24T01:06:39.2320581Z adding 'torch/include/ATen/ops/floor.h' 2025-01-24T01:06:39.2323998Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2327154Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-01-24T01:06:39.2331385Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-01-24T01:06:39.2334283Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-01-24T01:06:39.2337791Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2340890Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-01-24T01:06:39.2344199Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-01-24T01:06:39.2347805Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-01-24T01:06:39.2350568Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-01-24T01:06:39.2354153Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-01-24T01:06:39.2357460Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-01-24T01:06:39.2360779Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-01-24T01:06:39.2363875Z adding 'torch/include/ATen/ops/floor_native.h' 2025-01-24T01:06:39.2367320Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-01-24T01:06:39.2371010Z adding 'torch/include/ATen/ops/fmax.h' 2025-01-24T01:06:39.2374000Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2377108Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-01-24T01:06:39.2380266Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-01-24T01:06:39.2383490Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-01-24T01:06:39.2386676Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-01-24T01:06:39.2390049Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-01-24T01:06:39.2393700Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-01-24T01:06:39.2396542Z adding 'torch/include/ATen/ops/fmin.h' 2025-01-24T01:06:39.2399963Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2402930Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-01-24T01:06:39.2406244Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-01-24T01:06:39.2409618Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-01-24T01:06:39.2412736Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-01-24T01:06:39.2415735Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-01-24T01:06:39.2419109Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-01-24T01:06:39.2422779Z adding 'torch/include/ATen/ops/fmod.h' 2025-01-24T01:06:39.2425821Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2429218Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2432189Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-01-24T01:06:39.2435967Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-01-24T01:06:39.2438934Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-01-24T01:06:39.2443166Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-01-24T01:06:39.2445427Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-01-24T01:06:39.2448888Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-01-24T01:06:39.2452219Z adding 'torch/include/ATen/ops/frac.h' 2025-01-24T01:06:39.2455668Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2458746Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-01-24T01:06:39.2461968Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-01-24T01:06:39.2468831Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-01-24T01:06:39.2471957Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-01-24T01:06:39.2475727Z adding 'torch/include/ATen/ops/frac_native.h' 2025-01-24T01:06:39.2479024Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-01-24T01:06:39.2482528Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-01-24T01:06:39.2485908Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-01-24T01:06:39.2489875Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2492856Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.2506200Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.2506554Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-01-24T01:06:39.2506815Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-01-24T01:06:39.2507716Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-01-24T01:06:39.2511889Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-01-24T01:06:39.2514845Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2518301Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-01-24T01:06:39.2521581Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-01-24T01:06:39.2524875Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-01-24T01:06:39.2528122Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-01-24T01:06:39.2531460Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-01-24T01:06:39.2534802Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-01-24T01:06:39.2538069Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-01-24T01:06:39.2541647Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-01-24T01:06:39.2544986Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.2548272Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.2551295Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-01-24T01:06:39.2554642Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-01-24T01:06:39.2558439Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2561453Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-01-24T01:06:39.2564691Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-01-24T01:06:39.2568745Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-01-24T01:06:39.2572259Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-01-24T01:06:39.2575407Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-01-24T01:06:39.2578748Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-01-24T01:06:39.2581919Z adding 'torch/include/ATen/ops/frexp.h' 2025-01-24T01:06:39.2585221Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2588501Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-01-24T01:06:39.2592342Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-01-24T01:06:39.2594767Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-01-24T01:06:39.2598104Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-01-24T01:06:39.2601324Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-01-24T01:06:39.2604673Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2607604Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-01-24T01:06:39.2610861Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-01-24T01:06:39.2614517Z adding 'torch/include/ATen/ops/from_blob.h' 2025-01-24T01:06:39.2617938Z adding 'torch/include/ATen/ops/from_file.h' 2025-01-24T01:06:39.2621321Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2624410Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-01-24T01:06:39.2627506Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-01-24T01:06:39.2630852Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-01-24T01:06:39.2634630Z adding 'torch/include/ATen/ops/full.h' 2025-01-24T01:06:39.2639062Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2643219Z adding 'torch/include/ATen/ops/full_like.h' 2025-01-24T01:06:39.2646045Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2649114Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-01-24T01:06:39.2652487Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-01-24T01:06:39.2655821Z adding 'torch/include/ATen/ops/full_native.h' 2025-01-24T01:06:39.2659295Z adding 'torch/include/ATen/ops/full_ops.h' 2025-01-24T01:06:39.2662721Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-01-24T01:06:39.2666117Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2669082Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-01-24T01:06:39.2672395Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-01-24T01:06:39.2675647Z adding 'torch/include/ATen/ops/gather.h' 2025-01-24T01:06:39.2678949Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-01-24T01:06:39.2682300Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2685215Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-01-24T01:06:39.2688396Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-01-24T01:06:39.2691718Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2694884Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2697877Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-01-24T01:06:39.2701047Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-01-24T01:06:39.2704135Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-01-24T01:06:39.2707560Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-01-24T01:06:39.2710338Z adding 'torch/include/ATen/ops/gather_native.h' 2025-01-24T01:06:39.2713735Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-01-24T01:06:39.2716993Z adding 'torch/include/ATen/ops/gcd.h' 2025-01-24T01:06:39.2720383Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2723350Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-01-24T01:06:39.2726480Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-01-24T01:06:39.2729780Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-01-24T01:06:39.2732822Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-01-24T01:06:39.2735757Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-01-24T01:06:39.2738974Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-01-24T01:06:39.2743002Z adding 'torch/include/ATen/ops/ge.h' 2025-01-24T01:06:39.2747177Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2749537Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-01-24T01:06:39.2752732Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-01-24T01:06:39.2756019Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-01-24T01:06:39.2759251Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-01-24T01:06:39.2762264Z adding 'torch/include/ATen/ops/ge_native.h' 2025-01-24T01:06:39.2765758Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-01-24T01:06:39.2769007Z adding 'torch/include/ATen/ops/gelu.h' 2025-01-24T01:06:39.2772205Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-01-24T01:06:39.2775607Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2778660Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-01-24T01:06:39.2781813Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-01-24T01:06:39.2784873Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-01-24T01:06:39.2788038Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-01-24T01:06:39.2791119Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-01-24T01:06:39.2794370Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-01-24T01:06:39.2797831Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2800812Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-01-24T01:06:39.2804010Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-01-24T01:06:39.2807046Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-01-24T01:06:39.2810235Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-01-24T01:06:39.2814864Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-01-24T01:06:39.2819106Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-01-24T01:06:39.2823046Z adding 'torch/include/ATen/ops/geometric.h' 2025-01-24T01:06:39.2826469Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2829939Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-01-24T01:06:39.2832881Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-01-24T01:06:39.2836197Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-01-24T01:06:39.2839343Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-01-24T01:06:39.2842737Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-01-24T01:06:39.2846034Z adding 'torch/include/ATen/ops/geqrf.h' 2025-01-24T01:06:39.2849232Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-01-24T01:06:39.2852467Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-01-24T01:06:39.2855588Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-01-24T01:06:39.2858814Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-01-24T01:06:39.2861968Z adding 'torch/include/ATen/ops/ger.h' 2025-01-24T01:06:39.2865485Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2868495Z adding 'torch/include/ATen/ops/ger_native.h' 2025-01-24T01:06:39.2871703Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-01-24T01:06:39.2874995Z adding 'torch/include/ATen/ops/glu.h' 2025-01-24T01:06:39.2878309Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-01-24T01:06:39.2881664Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-01-24T01:06:39.2884879Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-01-24T01:06:39.2888185Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-01-24T01:06:39.2891675Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2894963Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-01-24T01:06:39.2898226Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-01-24T01:06:39.2901316Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-01-24T01:06:39.2904755Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-01-24T01:06:39.2908589Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-01-24T01:06:39.2911354Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-01-24T01:06:39.2914774Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.2917932Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-01-24T01:06:39.2921151Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-01-24T01:06:39.2924324Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-01-24T01:06:39.2927776Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.2930799Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-01-24T01:06:39.2934136Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-01-24T01:06:39.2937177Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-01-24T01:06:39.2941397Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-01-24T01:06:39.2944359Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-01-24T01:06:39.2947505Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-01-24T01:06:39.2950702Z adding 'torch/include/ATen/ops/glu_native.h' 2025-01-24T01:06:39.2953899Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-01-24T01:06:39.2957527Z adding 'torch/include/ATen/ops/gradient.h' 2025-01-24T01:06:39.2961365Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2964211Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-01-24T01:06:39.2968003Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-01-24T01:06:39.2971354Z adding 'torch/include/ATen/ops/greater.h' 2025-01-24T01:06:39.2974931Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2980052Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-01-24T01:06:39.2986113Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.2989546Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-01-24T01:06:39.2992777Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-01-24T01:06:39.2996231Z adding 'torch/include/ATen/ops/greater_native.h' 2025-01-24T01:06:39.3014460Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-01-24T01:06:39.3014620Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-01-24T01:06:39.3014758Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-01-24T01:06:39.3014942Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-01-24T01:06:39.3015523Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3018504Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3022005Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3025013Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-01-24T01:06:39.3028600Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-01-24T01:06:39.3032118Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3035274Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-01-24T01:06:39.3038722Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-01-24T01:06:39.3041807Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-01-24T01:06:39.3045377Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-01-24T01:06:39.3048514Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-01-24T01:06:39.3052088Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-01-24T01:06:39.3055446Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3058555Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3061684Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3065939Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-01-24T01:06:39.3068457Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-01-24T01:06:39.3071716Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3074735Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-01-24T01:06:39.3077968Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-01-24T01:06:39.3081053Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-01-24T01:06:39.3084312Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-01-24T01:06:39.3087689Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3090679Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-01-24T01:06:39.3093821Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-01-24T01:06:39.3097177Z adding 'torch/include/ATen/ops/group_norm.h' 2025-01-24T01:06:39.3100492Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3103419Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-01-24T01:06:39.3106587Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-01-24T01:06:39.3109806Z adding 'torch/include/ATen/ops/gru.h' 2025-01-24T01:06:39.3112990Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-01-24T01:06:39.3116426Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3119442Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-01-24T01:06:39.3122632Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-01-24T01:06:39.3125905Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3128891Z adding 'torch/include/ATen/ops/gru_native.h' 2025-01-24T01:06:39.3132155Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-01-24T01:06:39.3135358Z adding 'torch/include/ATen/ops/gt.h' 2025-01-24T01:06:39.3138752Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3141751Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-01-24T01:06:39.3144901Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-01-24T01:06:39.3147977Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-01-24T01:06:39.3151971Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-01-24T01:06:39.3154523Z adding 'torch/include/ATen/ops/gt_native.h' 2025-01-24T01:06:39.3158243Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-01-24T01:06:39.3162025Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-01-24T01:06:39.3165734Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3168862Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-01-24T01:06:39.3172687Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-01-24T01:06:39.3176124Z adding 'torch/include/ATen/ops/hann_window.h' 2025-01-24T01:06:39.3179549Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3182569Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-01-24T01:06:39.3185974Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-01-24T01:06:39.3189210Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-01-24T01:06:39.3192385Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-01-24T01:06:39.3195915Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3198976Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3202113Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3205151Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-01-24T01:06:39.3208361Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-01-24T01:06:39.3211452Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-01-24T01:06:39.3214722Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-01-24T01:06:39.3218735Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3221114Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-01-24T01:06:39.3224230Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-01-24T01:06:39.3227285Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-01-24T01:06:39.3230479Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-01-24T01:06:39.3233494Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-01-24T01:06:39.3236807Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-01-24T01:06:39.3239989Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-01-24T01:06:39.3243166Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-01-24T01:06:39.3246618Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3249580Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3259273Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3259460Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-01-24T01:06:39.3260497Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-01-24T01:06:39.3298105Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-01-24T01:06:39.3298327Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-01-24T01:06:39.3298801Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3298964Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-01-24T01:06:39.3299127Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-01-24T01:06:39.3299271Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-01-24T01:06:39.3299436Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-01-24T01:06:39.3299573Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-01-24T01:06:39.3299785Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-01-24T01:06:39.3299898Z adding 'torch/include/ATen/ops/hardswish.h' 2025-01-24T01:06:39.3301058Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-01-24T01:06:39.3304625Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3307661Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3310991Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3313991Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-01-24T01:06:39.3317543Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-01-24T01:06:39.3322018Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-01-24T01:06:39.3324123Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-01-24T01:06:39.3327236Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-01-24T01:06:39.3330243Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-01-24T01:06:39.3333712Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-01-24T01:06:39.3336926Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-01-24T01:06:39.3340105Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-01-24T01:06:39.3343355Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3346513Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3349736Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-01-24T01:06:39.3352996Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-01-24T01:06:39.3356262Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-01-24T01:06:39.3359467Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-01-24T01:06:39.3362562Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-01-24T01:06:39.3365623Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-01-24T01:06:39.3369589Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-01-24T01:06:39.3372112Z adding 'torch/include/ATen/ops/heaviside.h' 2025-01-24T01:06:39.3375463Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3378414Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-01-24T01:06:39.3381694Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-01-24T01:06:39.3384715Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-01-24T01:06:39.3387869Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-01-24T01:06:39.3390866Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-01-24T01:06:39.3394165Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-01-24T01:06:39.3397473Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-01-24T01:06:39.3400816Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3403767Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-01-24T01:06:39.3407153Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-01-24T01:06:39.3410316Z adding 'torch/include/ATen/ops/histc.h' 2025-01-24T01:06:39.3413518Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-01-24T01:06:39.3416662Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-01-24T01:06:39.3419741Z adding 'torch/include/ATen/ops/histc_native.h' 2025-01-24T01:06:39.3422993Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-01-24T01:06:39.3426384Z adding 'torch/include/ATen/ops/histogram.h' 2025-01-24T01:06:39.3429716Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-01-24T01:06:39.3432812Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-01-24T01:06:39.3436553Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-01-24T01:06:39.3439882Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-01-24T01:06:39.3443334Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3446290Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-01-24T01:06:39.3449652Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-01-24T01:06:39.3452811Z adding 'torch/include/ATen/ops/hsplit.h' 2025-01-24T01:06:39.3456092Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3459026Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-01-24T01:06:39.3462243Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-01-24T01:06:39.3465356Z adding 'torch/include/ATen/ops/hspmm.h' 2025-01-24T01:06:39.3468471Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-01-24T01:06:39.3471651Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-01-24T01:06:39.3474759Z adding 'torch/include/ATen/ops/hstack.h' 2025-01-24T01:06:39.3478236Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3481091Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-01-24T01:06:39.3484254Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-01-24T01:06:39.3487492Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-01-24T01:06:39.3490726Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-01-24T01:06:39.3494087Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3497123Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:39.3500233Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:39.3504020Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-01-24T01:06:39.3507367Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-01-24T01:06:39.3510598Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-01-24T01:06:39.3513720Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-01-24T01:06:39.3516857Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-01-24T01:06:39.3520118Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-01-24T01:06:39.3523266Z adding 'torch/include/ATen/ops/hypot.h' 2025-01-24T01:06:39.3527251Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3529630Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-01-24T01:06:39.3532723Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-01-24T01:06:39.3535754Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-01-24T01:06:39.3539120Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-01-24T01:06:39.3542139Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-01-24T01:06:39.3545439Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-01-24T01:06:39.3548573Z adding 'torch/include/ATen/ops/i0.h' 2025-01-24T01:06:39.3551860Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3554753Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-01-24T01:06:39.3557943Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-01-24T01:06:39.3560970Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-01-24T01:06:39.3564456Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-01-24T01:06:39.3567488Z adding 'torch/include/ATen/ops/i0_native.h' 2025-01-24T01:06:39.3570735Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-01-24T01:06:39.3573903Z adding 'torch/include/ATen/ops/igamma.h' 2025-01-24T01:06:39.3577225Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3580175Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-01-24T01:06:39.3583272Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-01-24T01:06:39.3586266Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-01-24T01:06:39.3589419Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-01-24T01:06:39.3592421Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-01-24T01:06:39.3595738Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-01-24T01:06:39.3598947Z adding 'torch/include/ATen/ops/igammac.h' 2025-01-24T01:06:39.3602358Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3605299Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-01-24T01:06:39.3608578Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-01-24T01:06:39.3611442Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-01-24T01:06:39.3614578Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-01-24T01:06:39.3617589Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-01-24T01:06:39.3620852Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-01-24T01:06:39.3624093Z adding 'torch/include/ATen/ops/im2col.h' 2025-01-24T01:06:39.3627345Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-01-24T01:06:39.3630585Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-01-24T01:06:39.3633560Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-01-24T01:06:39.3636931Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-01-24T01:06:39.3641901Z adding 'torch/include/ATen/ops/imag.h' 2025-01-24T01:06:39.3644066Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3647632Z adding 'torch/include/ATen/ops/imag_native.h' 2025-01-24T01:06:39.3650268Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-01-24T01:06:39.3653596Z adding 'torch/include/ATen/ops/index.h' 2025-01-24T01:06:39.3656824Z adding 'torch/include/ATen/ops/index_add.h' 2025-01-24T01:06:39.3660450Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3663506Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3666742Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-01-24T01:06:39.3670376Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-01-24T01:06:39.3673204Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-01-24T01:06:39.3676657Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-01-24T01:06:39.3679787Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-01-24T01:06:39.3684015Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-01-24T01:06:39.3687624Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3690075Z adding 'torch/include/ATen/ops/index_copy.h' 2025-01-24T01:06:39.3693607Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3696728Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3699988Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-01-24T01:06:39.3703144Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-01-24T01:06:39.3706462Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-01-24T01:06:39.3710126Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-01-24T01:06:39.3712858Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-01-24T01:06:39.3716549Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-01-24T01:06:39.3719806Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-01-24T01:06:39.3723142Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-01-24T01:06:39.3727009Z adding 'torch/include/ATen/ops/index_fill.h' 2025-01-24T01:06:39.3730075Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3733413Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3736484Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-01-24T01:06:39.3739805Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-01-24T01:06:39.3742897Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-01-24T01:06:39.3746216Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-01-24T01:06:39.3750196Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-01-24T01:06:39.3753755Z adding 'torch/include/ATen/ops/index_meta.h' 2025-01-24T01:06:39.3757255Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-01-24T01:06:39.3761050Z adding 'torch/include/ATen/ops/index_native.h' 2025-01-24T01:06:39.3763737Z adding 'torch/include/ATen/ops/index_ops.h' 2025-01-24T01:06:39.3767160Z adding 'torch/include/ATen/ops/index_put.h' 2025-01-24T01:06:39.3770530Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3773676Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-01-24T01:06:39.3777503Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-01-24T01:06:39.3780400Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-01-24T01:06:39.3784256Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3787052Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-01-24T01:06:39.3790310Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-01-24T01:06:39.3793455Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-01-24T01:06:39.3796974Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-01-24T01:06:39.3800999Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-01-24T01:06:39.3803589Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-01-24T01:06:39.3807014Z adding 'torch/include/ATen/ops/index_select.h' 2025-01-24T01:06:39.3810288Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-01-24T01:06:39.3813820Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3816768Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-01-24T01:06:39.3820101Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-01-24T01:06:39.3823818Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3826640Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-01-24T01:06:39.3829947Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-01-24T01:06:39.3833688Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-01-24T01:06:39.3836750Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-01-24T01:06:39.3840645Z adding 'torch/include/ATen/ops/indices.h' 2025-01-24T01:06:39.3843212Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3846443Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-01-24T01:06:39.3849616Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3853021Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.3855876Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-01-24T01:06:39.3859218Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-01-24T01:06:39.3862779Z adding 'torch/include/ATen/ops/indices_native.h' 2025-01-24T01:06:39.3865617Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-01-24T01:06:39.3869175Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-01-24T01:06:39.3872683Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3875793Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-01-24T01:06:39.3879093Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-01-24T01:06:39.3882279Z adding 'torch/include/ATen/ops/inner.h' 2025-01-24T01:06:39.3886129Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3888611Z adding 'torch/include/ATen/ops/inner_native.h' 2025-01-24T01:06:39.3891943Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-01-24T01:06:39.3895118Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-01-24T01:06:39.3898627Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3901606Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-01-24T01:06:39.3905044Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-01-24T01:06:39.3908568Z adding 'torch/include/ATen/ops/int_repr.h' 2025-01-24T01:06:39.3911606Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3914670Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-01-24T01:06:39.3918057Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-01-24T01:06:39.3921349Z adding 'torch/include/ATen/ops/inverse.h' 2025-01-24T01:06:39.3924664Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3927807Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-01-24T01:06:39.3931471Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-01-24T01:06:39.3934333Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-01-24T01:06:39.3937672Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.3940532Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-01-24T01:06:39.3943795Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-01-24T01:06:39.3946827Z adding 'torch/include/ATen/ops/is_complex.h' 2025-01-24T01:06:39.3950279Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3953163Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-01-24T01:06:39.3956367Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-01-24T01:06:39.3959569Z adding 'torch/include/ATen/ops/is_conj.h' 2025-01-24T01:06:39.3962850Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3965772Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-01-24T01:06:39.3968887Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-01-24T01:06:39.3971950Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-01-24T01:06:39.3975369Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3978420Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-01-24T01:06:39.3981671Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-01-24T01:06:39.3984637Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-01-24T01:06:39.3987891Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.3990843Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-01-24T01:06:39.3994001Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-01-24T01:06:39.3997194Z adding 'torch/include/ATen/ops/is_inference.h' 2025-01-24T01:06:39.4000429Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4003342Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-01-24T01:06:39.4006780Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-01-24T01:06:39.4009789Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-01-24T01:06:39.4013013Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4015967Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-01-24T01:06:39.4019135Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-01-24T01:06:39.4022230Z adding 'torch/include/ATen/ops/is_neg.h' 2025-01-24T01:06:39.4025452Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4028358Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-01-24T01:06:39.4031471Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-01-24T01:06:39.4034539Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-01-24T01:06:39.4037940Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4040794Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-01-24T01:06:39.4043906Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-01-24T01:06:39.4046895Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-01-24T01:06:39.4050178Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4053100Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-01-24T01:06:39.4056271Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-01-24T01:06:39.4059339Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-01-24T01:06:39.4062810Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4065731Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-01-24T01:06:39.4068878Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-01-24T01:06:39.4071943Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-01-24T01:06:39.4075136Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-01-24T01:06:39.4078408Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-01-24T01:06:39.4081401Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-01-24T01:06:39.4084603Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-01-24T01:06:39.4087577Z adding 'torch/include/ATen/ops/is_signed.h' 2025-01-24T01:06:39.4090846Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4093734Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-01-24T01:06:39.4096818Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-01-24T01:06:39.4099852Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-01-24T01:06:39.4103141Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4106085Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-01-24T01:06:39.4109283Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-01-24T01:06:39.4112316Z adding 'torch/include/ATen/ops/isclose.h' 2025-01-24T01:06:39.4115651Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4118628Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-01-24T01:06:39.4121793Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-01-24T01:06:39.4124840Z adding 'torch/include/ATen/ops/isfinite.h' 2025-01-24T01:06:39.4128149Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4130955Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-01-24T01:06:39.4134137Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-01-24T01:06:39.4137499Z adding 'torch/include/ATen/ops/isin.h' 2025-01-24T01:06:39.4140951Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4144001Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-01-24T01:06:39.4147202Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-01-24T01:06:39.4150341Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-01-24T01:06:39.4153565Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-01-24T01:06:39.4156802Z adding 'torch/include/ATen/ops/isin_native.h' 2025-01-24T01:06:39.4160362Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-01-24T01:06:39.4164043Z adding 'torch/include/ATen/ops/isinf.h' 2025-01-24T01:06:39.4167478Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4170769Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-01-24T01:06:39.4174003Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-01-24T01:06:39.4177122Z adding 'torch/include/ATen/ops/isnan.h' 2025-01-24T01:06:39.4180554Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4183581Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-01-24T01:06:39.4186906Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-01-24T01:06:39.4190804Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-01-24T01:06:39.4193357Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-01-24T01:06:39.4196754Z adding 'torch/include/ATen/ops/isneginf.h' 2025-01-24T01:06:39.4200186Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4203330Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-01-24T01:06:39.4206468Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-01-24T01:06:39.4209811Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-01-24T01:06:39.4213709Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-01-24T01:06:39.4216230Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-01-24T01:06:39.4219590Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-01-24T01:06:39.4222738Z adding 'torch/include/ATen/ops/isposinf.h' 2025-01-24T01:06:39.4226286Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4229272Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-01-24T01:06:39.4232591Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-01-24T01:06:39.4236399Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-01-24T01:06:39.4239186Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-01-24T01:06:39.4243166Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-01-24T01:06:39.4246474Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-01-24T01:06:39.4249770Z adding 'torch/include/ATen/ops/isreal.h' 2025-01-24T01:06:39.4253803Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4256064Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-01-24T01:06:39.4259413Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-01-24T01:06:39.4262509Z adding 'torch/include/ATen/ops/istft.h' 2025-01-24T01:06:39.4265973Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4268940Z adding 'torch/include/ATen/ops/istft_native.h' 2025-01-24T01:06:39.4272426Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-01-24T01:06:39.4276370Z adding 'torch/include/ATen/ops/item.h' 2025-01-24T01:06:39.4278996Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4282139Z adding 'torch/include/ATen/ops/item_native.h' 2025-01-24T01:06:39.4285152Z adding 'torch/include/ATen/ops/item_ops.h' 2025-01-24T01:06:39.4288788Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-01-24T01:06:39.4293331Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4295671Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-01-24T01:06:39.4299388Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-01-24T01:06:39.4302617Z adding 'torch/include/ATen/ops/kl_div.h' 2025-01-24T01:06:39.4306073Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4309024Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-01-24T01:06:39.4312395Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-01-24T01:06:39.4316078Z adding 'torch/include/ATen/ops/kron.h' 2025-01-24T01:06:39.4319079Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4322187Z adding 'torch/include/ATen/ops/kron_native.h' 2025-01-24T01:06:39.4325429Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-01-24T01:06:39.4328912Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-01-24T01:06:39.4333104Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4335607Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4338813Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-01-24T01:06:39.4341976Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-01-24T01:06:39.4345217Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-01-24T01:06:39.4348674Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-01-24T01:06:39.4352090Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-01-24T01:06:39.4356180Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4358557Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-01-24T01:06:39.4361890Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-01-24T01:06:39.4365179Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-01-24T01:06:39.4368778Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4371753Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-01-24T01:06:39.4375315Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-01-24T01:06:39.4378737Z adding 'torch/include/ATen/ops/lcm.h' 2025-01-24T01:06:39.4382007Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4385121Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-01-24T01:06:39.4388261Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-01-24T01:06:39.4391488Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-01-24T01:06:39.4395551Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-01-24T01:06:39.4398001Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-01-24T01:06:39.4401518Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-01-24T01:06:39.4404632Z adding 'torch/include/ATen/ops/ldexp.h' 2025-01-24T01:06:39.4408130Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4411053Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-01-24T01:06:39.4414474Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-01-24T01:06:39.4418301Z adding 'torch/include/ATen/ops/le.h' 2025-01-24T01:06:39.4421261Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4424455Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-01-24T01:06:39.4427661Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-01-24T01:06:39.4430901Z adding 'torch/include/ATen/ops/le_meta.h' 2025-01-24T01:06:39.4434088Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-01-24T01:06:39.4437521Z adding 'torch/include/ATen/ops/le_native.h' 2025-01-24T01:06:39.4441143Z adding 'torch/include/ATen/ops/le_ops.h' 2025-01-24T01:06:39.4444410Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-01-24T01:06:39.4447823Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-01-24T01:06:39.4452298Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4454626Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-01-24T01:06:39.4458129Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-01-24T01:06:39.4460992Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-01-24T01:06:39.4464338Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-01-24T01:06:39.4467408Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-01-24T01:06:39.4470876Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-01-24T01:06:39.4475170Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4477690Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-01-24T01:06:39.4481731Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-01-24T01:06:39.4484745Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-01-24T01:06:39.4488160Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-01-24T01:06:39.4491989Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-01-24T01:06:39.4494677Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-01-24T01:06:39.4498102Z adding 'torch/include/ATen/ops/lerp.h' 2025-01-24T01:06:39.4501541Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4504770Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-01-24T01:06:39.4510487Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-01-24T01:06:39.4511496Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-01-24T01:06:39.4514733Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-01-24T01:06:39.4518155Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-01-24T01:06:39.4522671Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-01-24T01:06:39.4525150Z adding 'torch/include/ATen/ops/less.h' 2025-01-24T01:06:39.4528731Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4531890Z adding 'torch/include/ATen/ops/less_equal.h' 2025-01-24T01:06:39.4535456Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4538463Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-01-24T01:06:39.4542127Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-01-24T01:06:39.4545295Z adding 'torch/include/ATen/ops/less_native.h' 2025-01-24T01:06:39.4548730Z adding 'torch/include/ATen/ops/less_ops.h' 2025-01-24T01:06:39.4552138Z adding 'torch/include/ATen/ops/lgamma.h' 2025-01-24T01:06:39.4555578Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4558752Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-01-24T01:06:39.4561758Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-01-24T01:06:39.4564781Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-01-24T01:06:39.4568121Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-01-24T01:06:39.4571205Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-01-24T01:06:39.4574433Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-01-24T01:06:39.4577568Z adding 'torch/include/ATen/ops/lift.h' 2025-01-24T01:06:39.4580891Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4583841Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-01-24T01:06:39.4587113Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4590068Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-01-24T01:06:39.4593400Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4596686Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4599806Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-01-24T01:06:39.4603032Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-01-24T01:06:39.4606180Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-01-24T01:06:39.4609231Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-01-24T01:06:39.4612310Z adding 'torch/include/ATen/ops/lift_native.h' 2025-01-24T01:06:39.4615514Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-01-24T01:06:39.4618686Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-01-24T01:06:39.4622028Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4625087Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-01-24T01:06:39.4628499Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4631512Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-01-24T01:06:39.4634716Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-01-24T01:06:39.4637905Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-01-24T01:06:39.4641088Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-01-24T01:06:39.4644142Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-01-24T01:06:39.4647407Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-01-24T01:06:39.4650473Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-01-24T01:06:39.4654098Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-01-24T01:06:39.4657075Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-01-24T01:06:39.4660477Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4663455Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-01-24T01:06:39.4666934Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-01-24T01:06:39.4670136Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-01-24T01:06:39.4673490Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4676556Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-01-24T01:06:39.4679679Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-01-24T01:06:39.4682697Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-01-24T01:06:39.4685879Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-01-24T01:06:39.4688970Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-01-24T01:06:39.4692230Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-01-24T01:06:39.4695457Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-01-24T01:06:39.4698736Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4701632Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-01-24T01:06:39.4704879Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-01-24T01:06:39.4714239Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-01-24T01:06:39.4714815Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4716876Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-01-24T01:06:39.4719833Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-01-24T01:06:39.4722929Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-01-24T01:06:39.4726167Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-01-24T01:06:39.4729329Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-01-24T01:06:39.4732325Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-01-24T01:06:39.4735534Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-01-24T01:06:39.4738779Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-01-24T01:06:39.4742128Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4745094Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-01-24T01:06:39.4748367Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-01-24T01:06:39.4751525Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-01-24T01:06:39.4754921Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4758008Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-01-24T01:06:39.4761085Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-01-24T01:06:39.4764127Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-01-24T01:06:39.4767331Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-01-24T01:06:39.4770485Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-01-24T01:06:39.4773777Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4776734Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-01-24T01:06:39.4779965Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-01-24T01:06:39.4783164Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-01-24T01:06:39.4786987Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-01-24T01:06:39.4790171Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-01-24T01:06:39.4793260Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-01-24T01:06:39.4796592Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-01-24T01:06:39.4799651Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-01-24T01:06:39.4802949Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4806013Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-01-24T01:06:39.4809372Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4812355Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-01-24T01:06:39.4815518Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-01-24T01:06:39.4818588Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-01-24T01:06:39.4821992Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-01-24T01:06:39.4825030Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-01-24T01:06:39.4828263Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-01-24T01:06:39.4831378Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-01-24T01:06:39.4834536Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-01-24T01:06:39.4837858Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-01-24T01:06:39.4841223Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4844328Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-01-24T01:06:39.4847775Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4850893Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-01-24T01:06:39.4853993Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-01-24T01:06:39.4857057Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-01-24T01:06:39.4860263Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-01-24T01:06:39.4863379Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-01-24T01:06:39.4866726Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-01-24T01:06:39.4869861Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-01-24T01:06:39.4873116Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-01-24T01:06:39.4876376Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-01-24T01:06:39.4879815Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4882771Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-01-24T01:06:39.4885958Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-01-24T01:06:39.4889007Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-01-24T01:06:39.4892180Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-01-24T01:06:39.4895320Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-01-24T01:06:39.4898465Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-01-24T01:06:39.4901756Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-01-24T01:06:39.4905127Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.4908239Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-01-24T01:06:39.4911429Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-01-24T01:06:39.4914538Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-01-24T01:06:39.4918109Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-01-24T01:06:39.4922199Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-01-24T01:06:39.4924958Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4927937Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-01-24T01:06:39.4931102Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-01-24T01:06:39.4934212Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-01-24T01:06:39.4937568Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.4940674Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-01-24T01:06:39.4944076Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4947138Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-01-24T01:06:39.4950289Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-01-24T01:06:39.4953332Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-01-24T01:06:39.4956640Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-01-24T01:06:39.4960005Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-01-24T01:06:39.4963489Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-01-24T01:06:39.4966612Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-01-24T01:06:39.4969854Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-01-24T01:06:39.4972928Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-01-24T01:06:39.4976149Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-01-24T01:06:39.4979181Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-01-24T01:06:39.4982433Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-01-24T01:06:39.4985687Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-01-24T01:06:39.4989909Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.4993105Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-01-24T01:06:39.4996320Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-01-24T01:06:39.4999388Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-01-24T01:06:39.5002616Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-01-24T01:06:39.5005635Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-01-24T01:06:39.5008912Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-01-24T01:06:39.5012069Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-01-24T01:06:39.5015409Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5018324Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-01-24T01:06:39.5021543Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-01-24T01:06:39.5058644Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-01-24T01:06:39.5059218Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5059805Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-01-24T01:06:39.5060285Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-01-24T01:06:39.5060872Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-01-24T01:06:39.5061289Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-01-24T01:06:39.5061674Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-01-24T01:06:39.5062213Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5062783Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-01-24T01:06:39.5064485Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-01-24T01:06:39.5064887Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-01-24T01:06:39.5066141Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5070319Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-01-24T01:06:39.5072578Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-01-24T01:06:39.5076562Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-01-24T01:06:39.5080068Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5083397Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-01-24T01:06:39.5087130Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-01-24T01:06:39.5090387Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-01-24T01:06:39.5093901Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5096799Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-01-24T01:06:39.5100485Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-01-24T01:06:39.5103920Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-01-24T01:06:39.5107383Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5110669Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-01-24T01:06:39.5114161Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-01-24T01:06:39.5117864Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-01-24T01:06:39.5121344Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5124650Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5127833Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5130930Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-01-24T01:06:39.5134670Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-01-24T01:06:39.5138028Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-01-24T01:06:39.5141647Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5144747Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-01-24T01:06:39.5147803Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-01-24T01:06:39.5150825Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-01-24T01:06:39.5153997Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-01-24T01:06:39.5157147Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-01-24T01:06:39.5160509Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-01-24T01:06:39.5163771Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-01-24T01:06:39.5167288Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5170236Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-01-24T01:06:39.5173489Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-01-24T01:06:39.5176624Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-01-24T01:06:39.5179917Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5182972Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-01-24T01:06:39.5186428Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5189431Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-01-24T01:06:39.5192778Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-01-24T01:06:39.5196579Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-01-24T01:06:39.5199303Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-01-24T01:06:39.5202731Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-01-24T01:06:39.5206050Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-01-24T01:06:39.5209506Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-01-24T01:06:39.5213521Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-01-24T01:06:39.5216079Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-01-24T01:06:39.5219522Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-01-24T01:06:39.5222918Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5226086Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-01-24T01:06:39.5229417Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-01-24T01:06:39.5232793Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-01-24T01:06:39.5236716Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5239389Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-01-24T01:06:39.5242835Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-01-24T01:06:39.5245962Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-01-24T01:06:39.5249478Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5252432Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-01-24T01:06:39.5255850Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-01-24T01:06:39.5259292Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-01-24T01:06:39.5262587Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5265745Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-01-24T01:06:39.5269010Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-01-24T01:06:39.5272409Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-01-24T01:06:39.5276422Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5278961Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-01-24T01:06:39.5282261Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-01-24T01:06:39.5285444Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-01-24T01:06:39.5288989Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5292023Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-01-24T01:06:39.5295321Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-01-24T01:06:39.5299049Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-01-24T01:06:39.5302193Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5305373Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-01-24T01:06:39.5308563Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-01-24T01:06:39.5311844Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-01-24T01:06:39.5315973Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-01-24T01:06:39.5318471Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-01-24T01:06:39.5321956Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-01-24T01:06:39.5325180Z adding 'torch/include/ATen/ops/linear.h' 2025-01-24T01:06:39.5328639Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-01-24T01:06:39.5332876Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5335253Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-01-24T01:06:39.5338764Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-01-24T01:06:39.5342174Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5345375Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5348341Z adding 'torch/include/ATen/ops/linear_native.h' 2025-01-24T01:06:39.5351756Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-01-24T01:06:39.5355850Z adding 'torch/include/ATen/ops/linspace.h' 2025-01-24T01:06:39.5359394Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5362744Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-01-24T01:06:39.5365894Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-01-24T01:06:39.5369195Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-01-24T01:06:39.5372825Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-01-24T01:06:39.5376329Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-01-24T01:06:39.5379833Z adding 'torch/include/ATen/ops/log.h' 2025-01-24T01:06:39.5383548Z adding 'torch/include/ATen/ops/log10.h' 2025-01-24T01:06:39.5386585Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5390032Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-01-24T01:06:39.5392826Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-01-24T01:06:39.5396084Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-01-24T01:06:39.5399279Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-01-24T01:06:39.5410807Z adding 'torch/include/ATen/ops/log10_native.h' 2025-01-24T01:06:39.5411198Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-01-24T01:06:39.5411506Z adding 'torch/include/ATen/ops/log1p.h' 2025-01-24T01:06:39.5412969Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5416001Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-01-24T01:06:39.5419277Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-01-24T01:06:39.5422337Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-01-24T01:06:39.5425659Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-01-24T01:06:39.5428767Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-01-24T01:06:39.5432178Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-01-24T01:06:39.5435536Z adding 'torch/include/ATen/ops/log2.h' 2025-01-24T01:06:39.5438983Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5442413Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-01-24T01:06:39.5445321Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-01-24T01:06:39.5448435Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-01-24T01:06:39.5451847Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-01-24T01:06:39.5455090Z adding 'torch/include/ATen/ops/log2_native.h' 2025-01-24T01:06:39.5458425Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-01-24T01:06:39.5461726Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5464881Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-01-24T01:06:39.5468051Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-01-24T01:06:39.5471282Z adding 'torch/include/ATen/ops/log_meta.h' 2025-01-24T01:06:39.5475301Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-01-24T01:06:39.5477775Z adding 'torch/include/ATen/ops/log_native.h' 2025-01-24T01:06:39.5481112Z adding 'torch/include/ATen/ops/log_normal.h' 2025-01-24T01:06:39.5484452Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5487671Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-01-24T01:06:39.5490830Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-01-24T01:06:39.5494108Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-01-24T01:06:39.5498065Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-01-24T01:06:39.5500822Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-01-24T01:06:39.5504192Z adding 'torch/include/ATen/ops/log_ops.h' 2025-01-24T01:06:39.5507365Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-01-24T01:06:39.5510781Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-01-24T01:06:39.5515266Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:06:39.5517562Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:06:39.5521534Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-01-24T01:06:39.5524154Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-01-24T01:06:39.5527684Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5530748Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-01-24T01:06:39.5534212Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-01-24T01:06:39.5537408Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-01-24T01:06:39.5540671Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-01-24T01:06:39.5545132Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-01-24T01:06:39.5547279Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-01-24T01:06:39.5550481Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-01-24T01:06:39.5553670Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-01-24T01:06:39.5557369Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5560531Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5563498Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-01-24T01:06:39.5566822Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-01-24T01:06:39.5570022Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-01-24T01:06:39.5573410Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-01-24T01:06:39.5576866Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5579851Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-01-24T01:06:39.5582988Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-01-24T01:06:39.5586020Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-01-24T01:06:39.5589162Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-01-24T01:06:39.5592205Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-01-24T01:06:39.5595489Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-01-24T01:06:39.5598953Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5603408Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-01-24T01:06:39.5605298Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-01-24T01:06:39.5608331Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-01-24T01:06:39.5611463Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-01-24T01:06:39.5614491Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-01-24T01:06:39.5617659Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-01-24T01:06:39.5620900Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-01-24T01:06:39.5624265Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5627423Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5630357Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-01-24T01:06:39.5633722Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-01-24T01:06:39.5636964Z adding 'torch/include/ATen/ops/logdet.h' 2025-01-24T01:06:39.5640245Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5643133Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-01-24T01:06:39.5646271Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-01-24T01:06:39.5649518Z adding 'torch/include/ATen/ops/logical_and.h' 2025-01-24T01:06:39.5652753Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5655768Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-01-24T01:06:39.5659039Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-01-24T01:06:39.5662043Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-01-24T01:06:39.5665317Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-01-24T01:06:39.5669016Z adding 'torch/include/ATen/ops/logical_not.h' 2025-01-24T01:06:39.5671984Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5675028Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-01-24T01:06:39.5678311Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-01-24T01:06:39.5681312Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-01-24T01:06:39.5684552Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-01-24T01:06:39.5687715Z adding 'torch/include/ATen/ops/logical_or.h' 2025-01-24T01:06:39.5691022Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5694010Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-01-24T01:06:39.5697070Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-01-24T01:06:39.5700173Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-01-24T01:06:39.5703495Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-01-24T01:06:39.5706676Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-01-24T01:06:39.5709996Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5713564Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-01-24T01:06:39.5716784Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-01-24T01:06:39.5720309Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-01-24T01:06:39.5723356Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-01-24T01:06:39.5726449Z adding 'torch/include/ATen/ops/logit.h' 2025-01-24T01:06:39.5729713Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-01-24T01:06:39.5733145Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5736201Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-01-24T01:06:39.5739310Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-01-24T01:06:39.5742338Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-01-24T01:06:39.5746341Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-01-24T01:06:39.5749465Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-01-24T01:06:39.5752848Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-01-24T01:06:39.5756056Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-01-24T01:06:39.5759197Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-01-24T01:06:39.5763468Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-01-24T01:06:39.5765875Z adding 'torch/include/ATen/ops/logit_native.h' 2025-01-24T01:06:39.5802393Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-01-24T01:06:39.5802769Z adding 'torch/include/ATen/ops/logspace.h' 2025-01-24T01:06:39.5803246Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5803778Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-01-24T01:06:39.5804191Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-01-24T01:06:39.5804610Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-01-24T01:06:39.5804999Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-01-24T01:06:39.5805349Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-01-24T01:06:39.5805841Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-01-24T01:06:39.5806316Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5808726Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5811735Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5814912Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-01-24T01:06:39.5818295Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-01-24T01:06:39.5821810Z adding 'torch/include/ATen/ops/lshift.h' 2025-01-24T01:06:39.5826228Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5828477Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-01-24T01:06:39.5831640Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-01-24T01:06:39.5834781Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-01-24T01:06:39.5838138Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-01-24T01:06:39.5841746Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-01-24T01:06:39.5845099Z adding 'torch/include/ATen/ops/lstm.h' 2025-01-24T01:06:39.5848285Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-01-24T01:06:39.5852847Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5854815Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-01-24T01:06:39.5858084Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-01-24T01:06:39.5861460Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5864738Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-01-24T01:06:39.5868287Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5871317Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-01-24T01:06:39.5874825Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-01-24T01:06:39.5878177Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-01-24T01:06:39.5881532Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-01-24T01:06:39.5884977Z adding 'torch/include/ATen/ops/lt.h' 2025-01-24T01:06:39.5889295Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5891645Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-01-24T01:06:39.5894853Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-01-24T01:06:39.5897923Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-01-24T01:06:39.5901120Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-01-24T01:06:39.5904263Z adding 'torch/include/ATen/ops/lt_native.h' 2025-01-24T01:06:39.5907712Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-01-24T01:06:39.5910939Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-01-24T01:06:39.5914252Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5917380Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-01-24T01:06:39.5920580Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-01-24T01:06:39.5923787Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-01-24T01:06:39.5927243Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.5930269Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-01-24T01:06:39.5933458Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-01-24T01:06:39.5936540Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-01-24T01:06:39.5940180Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-01-24T01:06:39.5943113Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-01-24T01:06:39.5946450Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-01-24T01:06:39.5949589Z adding 'torch/include/ATen/ops/mH.h' 2025-01-24T01:06:39.5952878Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5955958Z adding 'torch/include/ATen/ops/mH_native.h' 2025-01-24T01:06:39.5959145Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-01-24T01:06:39.5962135Z adding 'torch/include/ATen/ops/mT.h' 2025-01-24T01:06:39.5965445Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5968242Z adding 'torch/include/ATen/ops/mT_native.h' 2025-01-24T01:06:39.5971342Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-01-24T01:06:39.5974494Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-01-24T01:06:39.5977839Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.5980726Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-01-24T01:06:39.5983926Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-01-24T01:06:39.5987201Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-01-24T01:06:39.5990594Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.5993719Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-01-24T01:06:39.5996945Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-01-24T01:06:39.6000061Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-01-24T01:06:39.6003247Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-01-24T01:06:39.6006767Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-01-24T01:06:39.6010052Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-01-24T01:06:39.6013278Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-01-24T01:06:39.6016617Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6019556Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-01-24T01:06:39.6022749Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-01-24T01:06:39.6026510Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6029575Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-01-24T01:06:39.6032717Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-01-24T01:06:39.6035948Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-01-24T01:06:39.6039050Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-01-24T01:06:39.6042621Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-01-24T01:06:39.6045774Z adding 'torch/include/ATen/ops/masked_select.h' 2025-01-24T01:06:39.6048930Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-01-24T01:06:39.6052287Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6055191Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-01-24T01:06:39.6058374Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-01-24T01:06:39.6061509Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-01-24T01:06:39.6064742Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-01-24T01:06:39.6067691Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-01-24T01:06:39.6070886Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-01-24T01:06:39.6074043Z adding 'torch/include/ATen/ops/matmul.h' 2025-01-24T01:06:39.6077408Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-01-24T01:06:39.6080799Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6083756Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-01-24T01:06:39.6087083Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-01-24T01:06:39.6090443Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6093406Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-01-24T01:06:39.6096579Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-01-24T01:06:39.6099652Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-01-24T01:06:39.6102947Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6105799Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-01-24T01:06:39.6108970Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-01-24T01:06:39.6112123Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-01-24T01:06:39.6115176Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-01-24T01:06:39.6118623Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6121532Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-01-24T01:06:39.6124682Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-01-24T01:06:39.6127935Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6130828Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-01-24T01:06:39.6133930Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-01-24T01:06:39.6137059Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-01-24T01:06:39.6140380Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6143489Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-01-24T01:06:39.6146700Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-01-24T01:06:39.6150105Z adding 'torch/include/ATen/ops/max.h' 2025-01-24T01:06:39.6153548Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6156896Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6159942Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-01-24T01:06:39.6163145Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-01-24T01:06:39.6166351Z adding 'torch/include/ATen/ops/max_meta.h' 2025-01-24T01:06:39.6169520Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-01-24T01:06:39.6172807Z adding 'torch/include/ATen/ops/max_native.h' 2025-01-24T01:06:39.6176413Z adding 'torch/include/ATen/ops/max_ops.h' 2025-01-24T01:06:39.6179673Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-01-24T01:06:39.6182975Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6185900Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-01-24T01:06:39.6189102Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-01-24T01:06:39.6192358Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-01-24T01:06:39.6195710Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6198733Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-01-24T01:06:39.6201925Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-01-24T01:06:39.6205024Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-01-24T01:06:39.6208284Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-01-24T01:06:39.6211748Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6214708Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-01-24T01:06:39.6217935Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-01-24T01:06:39.6221239Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6224166Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-01-24T01:06:39.6227340Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-01-24T01:06:39.6230614Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-01-24T01:06:39.6233968Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-01-24T01:06:39.6237622Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6240653Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:06:39.6243921Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:06:39.6246927Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-01-24T01:06:39.6250135Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-01-24T01:06:39.6253313Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-01-24T01:06:39.6256600Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-01-24T01:06:39.6260038Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6263065Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-01-24T01:06:39.6266227Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-01-24T01:06:39.6269293Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-01-24T01:06:39.6272516Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-01-24T01:06:39.6275592Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-01-24T01:06:39.6279043Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-01-24T01:06:39.6282201Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-01-24T01:06:39.6285517Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6288439Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-01-24T01:06:39.6291612Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-01-24T01:06:39.6294927Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-01-24T01:06:39.6298305Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-01-24T01:06:39.6301658Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-01-24T01:06:39.6304875Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-01-24T01:06:39.6307960Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-01-24T01:06:39.6311385Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-01-24T01:06:39.6314595Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-01-24T01:06:39.6317864Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-01-24T01:06:39.6321010Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-01-24T01:06:39.6324331Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-01-24T01:06:39.6329335Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-01-24T01:06:39.6331788Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-01-24T01:06:39.6335429Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-01-24T01:06:39.6338219Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-01-24T01:06:39.6341578Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-01-24T01:06:39.6345038Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-01-24T01:06:39.6348730Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-01-24T01:06:39.6352381Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-01-24T01:06:39.6355123Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-01-24T01:06:39.6358672Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-01-24T01:06:39.6361871Z adding 'torch/include/ATen/ops/maximum.h' 2025-01-24T01:06:39.6365444Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6369347Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-01-24T01:06:39.6371766Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-01-24T01:06:39.6375067Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-01-24T01:06:39.6378083Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-01-24T01:06:39.6381266Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-01-24T01:06:39.6384457Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-01-24T01:06:39.6387980Z adding 'torch/include/ATen/ops/mean.h' 2025-01-24T01:06:39.6392126Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6394750Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6398285Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6401311Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-01-24T01:06:39.6404629Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-01-24T01:06:39.6407700Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-01-24T01:06:39.6411048Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-01-24T01:06:39.6414653Z adding 'torch/include/ATen/ops/mean_native.h' 2025-01-24T01:06:39.6417871Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-01-24T01:06:39.6421482Z adding 'torch/include/ATen/ops/median.h' 2025-01-24T01:06:39.6424884Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6428215Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6431694Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-01-24T01:06:39.6434495Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-01-24T01:06:39.6437902Z adding 'torch/include/ATen/ops/median_native.h' 2025-01-24T01:06:39.6441476Z adding 'torch/include/ATen/ops/median_ops.h' 2025-01-24T01:06:39.6444896Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-01-24T01:06:39.6448746Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6451256Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-01-24T01:06:39.6454589Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-01-24T01:06:39.6457994Z adding 'torch/include/ATen/ops/min.h' 2025-01-24T01:06:39.6461577Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6465545Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6468009Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-01-24T01:06:39.6471327Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-01-24T01:06:39.6474506Z adding 'torch/include/ATen/ops/min_meta.h' 2025-01-24T01:06:39.6477949Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-01-24T01:06:39.6481081Z adding 'torch/include/ATen/ops/min_native.h' 2025-01-24T01:06:39.6484882Z adding 'torch/include/ATen/ops/min_ops.h' 2025-01-24T01:06:39.6488294Z adding 'torch/include/ATen/ops/minimum.h' 2025-01-24T01:06:39.6491723Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6494873Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-01-24T01:06:39.6499593Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-01-24T01:06:39.6502069Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-01-24T01:06:39.6505372Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-01-24T01:06:39.6508512Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-01-24T01:06:39.6511788Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-01-24T01:06:39.6515099Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-01-24T01:06:39.6518921Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-01-24T01:06:39.6534153Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6534393Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:39.6534601Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-01-24T01:06:39.6534782Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-01-24T01:06:39.6537336Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6540586Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-01-24T01:06:39.6543721Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-01-24T01:06:39.6547361Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-01-24T01:06:39.6551690Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-01-24T01:06:39.6554776Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-01-24T01:06:39.6558519Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-01-24T01:06:39.6561511Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-01-24T01:06:39.6565012Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-01-24T01:06:39.6568713Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6571771Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-01-24T01:06:39.6574833Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-01-24T01:06:39.6578163Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-01-24T01:06:39.6581514Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-01-24T01:06:39.6585003Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-01-24T01:06:39.6588108Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-01-24T01:06:39.6591330Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-01-24T01:06:39.6595023Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-01-24T01:06:39.6598810Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6601959Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-01-24T01:06:39.6605066Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-01-24T01:06:39.6608448Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-01-24T01:06:39.6612146Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-01-24T01:06:39.6616023Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6619153Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-01-24T01:06:39.6622279Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-01-24T01:06:39.6625626Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-01-24T01:06:39.6629037Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-01-24T01:06:39.6632667Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-01-24T01:06:39.6636324Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6639507Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-01-24T01:06:39.6642678Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-01-24T01:06:39.6646355Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-01-24T01:06:39.6650466Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6654079Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-01-24T01:06:39.6656754Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-01-24T01:06:39.6660270Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-01-24T01:06:39.6663493Z adding 'torch/include/ATen/ops/mish.h' 2025-01-24T01:06:39.6666594Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-01-24T01:06:39.6669870Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6673053Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-01-24T01:06:39.6676519Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-01-24T01:06:39.6679417Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-01-24T01:06:39.6682565Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-01-24T01:06:39.6685859Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6688789Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-01-24T01:06:39.6691886Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-01-24T01:06:39.6694877Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-01-24T01:06:39.6698023Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-01-24T01:06:39.6701103Z adding 'torch/include/ATen/ops/mish_native.h' 2025-01-24T01:06:39.6704230Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-01-24T01:06:39.6707473Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-01-24T01:06:39.6710659Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-01-24T01:06:39.6714004Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6717054Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-01-24T01:06:39.6720318Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-01-24T01:06:39.6723422Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-01-24T01:06:39.6726642Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-01-24T01:06:39.6730161Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-01-24T01:06:39.6733740Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6736741Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-01-24T01:06:39.6740018Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-01-24T01:06:39.6743165Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-01-24T01:06:39.6746471Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-01-24T01:06:39.6749842Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6752892Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-01-24T01:06:39.6756308Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6759248Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-01-24T01:06:39.6762464Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-01-24T01:06:39.6765565Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-01-24T01:06:39.6768878Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-01-24T01:06:39.6772174Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-01-24T01:06:39.6775532Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6778478Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-01-24T01:06:39.6781783Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-01-24T01:06:39.6785040Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6787944Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-01-24T01:06:39.6791201Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-01-24T01:06:39.6794468Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-01-24T01:06:39.6797879Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-01-24T01:06:39.6801289Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6804284Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-01-24T01:06:39.6807560Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-01-24T01:06:39.6810886Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6813885Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-01-24T01:06:39.6817193Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-01-24T01:06:39.6820434Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-01-24T01:06:39.6823735Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-01-24T01:06:39.6827137Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6830090Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-01-24T01:06:39.6833515Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-01-24T01:06:39.6837077Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6840145Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-01-24T01:06:39.6843433Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-01-24T01:06:39.6847309Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-01-24T01:06:39.6851034Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6854069Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-01-24T01:06:39.6857544Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-01-24T01:06:39.6862064Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-01-24T01:06:39.6865017Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6868153Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-01-24T01:06:39.6871474Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-01-24T01:06:39.6875003Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-01-24T01:06:39.6879103Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-01-24T01:06:39.6882701Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6886150Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-01-24T01:06:39.6889800Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-01-24T01:06:39.6893144Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-01-24T01:06:39.6896829Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6899998Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-01-24T01:06:39.6903321Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-01-24T01:06:39.6907384Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-01-24T01:06:39.6910079Z adding 'torch/include/ATen/ops/mm.h' 2025-01-24T01:06:39.6913525Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.6916586Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-01-24T01:06:39.6919907Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-01-24T01:06:39.6922963Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-01-24T01:06:39.6926283Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-01-24T01:06:39.6929990Z adding 'torch/include/ATen/ops/mm_native.h' 2025-01-24T01:06:39.6933178Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-01-24T01:06:39.6944074Z adding 'torch/include/ATen/ops/mode.h' 2025-01-24T01:06:39.6947619Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.6950754Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6954025Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-01-24T01:06:39.6958613Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-01-24T01:06:39.6960717Z adding 'torch/include/ATen/ops/mode_native.h' 2025-01-24T01:06:39.6964492Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-01-24T01:06:39.6967803Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-01-24T01:06:39.6971298Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6974224Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-01-24T01:06:39.6977685Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-01-24T01:06:39.6981404Z adding 'torch/include/ATen/ops/movedim.h' 2025-01-24T01:06:39.6984365Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.6987427Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-01-24T01:06:39.6990623Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-01-24T01:06:39.6994545Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-01-24T01:06:39.6999378Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7001598Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-01-24T01:06:39.7005099Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-01-24T01:06:39.7009849Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-01-24T01:06:39.7012821Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7016021Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-01-24T01:06:39.7019452Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-01-24T01:06:39.7033183Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-01-24T01:06:39.7033334Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-01-24T01:06:39.7033547Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7034108Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7037302Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-01-24T01:06:39.7040894Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-01-24T01:06:39.7044283Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7047518Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-01-24T01:06:39.7051762Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-01-24T01:06:39.7053982Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-01-24T01:06:39.7057639Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-01-24T01:06:39.7060355Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-01-24T01:06:39.7063755Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-01-24T01:06:39.7066867Z adding 'torch/include/ATen/ops/msort.h' 2025-01-24T01:06:39.7070138Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7074283Z adding 'torch/include/ATen/ops/msort_native.h' 2025-01-24T01:06:39.7076659Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-01-24T01:06:39.7079911Z adding 'torch/include/ATen/ops/mul.h' 2025-01-24T01:06:39.7083262Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7086523Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7090471Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-01-24T01:06:39.7092840Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-01-24T01:06:39.7095901Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-01-24T01:06:39.7098995Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-01-24T01:06:39.7102328Z adding 'torch/include/ATen/ops/mul_native.h' 2025-01-24T01:06:39.7106013Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-01-24T01:06:39.7109085Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-01-24T01:06:39.7112440Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-01-24T01:06:39.7115804Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7119023Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7122276Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-01-24T01:06:39.7125634Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-01-24T01:06:39.7128910Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-01-24T01:06:39.7132134Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-01-24T01:06:39.7135249Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-01-24T01:06:39.7138574Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-01-24T01:06:39.7141784Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-01-24T01:06:39.7145011Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-01-24T01:06:39.7148917Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7151597Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7154688Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-01-24T01:06:39.7158086Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-01-24T01:06:39.7161724Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7164573Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-01-24T01:06:39.7167760Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-01-24T01:06:39.7170954Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-01-24T01:06:39.7174021Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-01-24T01:06:39.7177349Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-01-24T01:06:39.7180445Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-01-24T01:06:39.7183904Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-01-24T01:06:39.7187088Z adding 'torch/include/ATen/ops/multinomial.h' 2025-01-24T01:06:39.7190639Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-01-24T01:06:39.7193587Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-01-24T01:06:39.7196754Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-01-24T01:06:39.7200006Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-01-24T01:06:39.7203219Z adding 'torch/include/ATen/ops/multiply.h' 2025-01-24T01:06:39.7206604Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7209531Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-01-24T01:06:39.7212894Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-01-24T01:06:39.7216038Z adding 'torch/include/ATen/ops/mv.h' 2025-01-24T01:06:39.7219329Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7222211Z adding 'torch/include/ATen/ops/mv_native.h' 2025-01-24T01:06:39.7225417Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-01-24T01:06:39.7228565Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-01-24T01:06:39.7231829Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7234891Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-01-24T01:06:39.7238087Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-01-24T01:06:39.7241088Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-01-24T01:06:39.7244371Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-01-24T01:06:39.7247681Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-01-24T01:06:39.7250995Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7254048Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-01-24T01:06:39.7257208Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-01-24T01:06:39.7260293Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-01-24T01:06:39.7263654Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-01-24T01:06:39.7267630Z adding 'torch/include/ATen/ops/nanmean.h' 2025-01-24T01:06:39.7271073Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7274012Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-01-24T01:06:39.7277763Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-01-24T01:06:39.7281161Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-01-24T01:06:39.7284722Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7287894Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7291086Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-01-24T01:06:39.7294899Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-01-24T01:06:39.7297561Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-01-24T01:06:39.7301299Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-01-24T01:06:39.7304739Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-01-24T01:06:39.7308364Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7311410Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-01-24T01:06:39.7314937Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-01-24T01:06:39.7318463Z adding 'torch/include/ATen/ops/nansum.h' 2025-01-24T01:06:39.7321773Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-01-24T01:06:39.7325066Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-01-24T01:06:39.7328117Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-01-24T01:06:39.7331515Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-01-24T01:06:39.7334961Z adding 'torch/include/ATen/ops/narrow.h' 2025-01-24T01:06:39.7338290Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7341644Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-01-24T01:06:39.7345174Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7348364Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-01-24T01:06:39.7351478Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-01-24T01:06:39.7354867Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-01-24T01:06:39.7358208Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-01-24T01:06:39.7361454Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-01-24T01:06:39.7364946Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-01-24T01:06:39.7368436Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-01-24T01:06:39.7372110Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7375302Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7378503Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7381785Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-01-24T01:06:39.7385261Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-01-24T01:06:39.7389027Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-01-24T01:06:39.7391940Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-01-24T01:06:39.7395305Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-01-24T01:06:39.7398980Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-01-24T01:06:39.7402342Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-01-24T01:06:39.7405705Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7408724Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-01-24T01:06:39.7411895Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-01-24T01:06:39.7415913Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-01-24T01:06:39.7418359Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-01-24T01:06:39.7421696Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-01-24T01:06:39.7425047Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7428309Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7431441Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7434636Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-01-24T01:06:39.7438563Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-01-24T01:06:39.7441575Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7445371Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-01-24T01:06:39.7447951Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-01-24T01:06:39.7451074Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-01-24T01:06:39.7454337Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-01-24T01:06:39.7458149Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-01-24T01:06:39.7462256Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-01-24T01:06:39.7466852Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7469345Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7472643Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7475806Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-01-24T01:06:39.7479500Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-01-24T01:06:39.7483859Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7486332Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-01-24T01:06:39.7489644Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-01-24T01:06:39.7492809Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-01-24T01:06:39.7496362Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-01-24T01:06:39.7500857Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-01-24T01:06:39.7504040Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-01-24T01:06:39.7508001Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7511678Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7514527Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7518272Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-01-24T01:06:39.7521393Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-01-24T01:06:39.7525003Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7528157Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-01-24T01:06:39.7546541Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-01-24T01:06:39.7546733Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-01-24T01:06:39.7546888Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-01-24T01:06:39.7547004Z adding 'torch/include/ATen/ops/native_norm.h' 2025-01-24T01:06:39.7547365Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7550214Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-01-24T01:06:39.7553836Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-01-24T01:06:39.7558323Z adding 'torch/include/ATen/ops/ne.h' 2025-01-24T01:06:39.7560861Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7564269Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-01-24T01:06:39.7567243Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-01-24T01:06:39.7570516Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-01-24T01:06:39.7573759Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-01-24T01:06:39.7576787Z adding 'torch/include/ATen/ops/ne_native.h' 2025-01-24T01:06:39.7581106Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-01-24T01:06:39.7583633Z adding 'torch/include/ATen/ops/neg.h' 2025-01-24T01:06:39.7586965Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7589886Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-01-24T01:06:39.7592966Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-01-24T01:06:39.7597648Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-01-24T01:06:39.7599923Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-01-24T01:06:39.7602936Z adding 'torch/include/ATen/ops/neg_native.h' 2025-01-24T01:06:39.7606169Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-01-24T01:06:39.7609337Z adding 'torch/include/ATen/ops/negative.h' 2025-01-24T01:06:39.7612668Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7615570Z adding 'torch/include/ATen/ops/negative_native.h' 2025-01-24T01:06:39.7618794Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-01-24T01:06:39.7621965Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-01-24T01:06:39.7625219Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7628269Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-01-24T01:06:39.7631462Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-01-24T01:06:39.7634878Z adding 'torch/include/ATen/ops/new_empty.h' 2025-01-24T01:06:39.7638485Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7641466Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-01-24T01:06:39.7644768Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-01-24T01:06:39.7648273Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-01-24T01:06:39.7651734Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7655042Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7657944Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-01-24T01:06:39.7661253Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-01-24T01:06:39.7664704Z adding 'torch/include/ATen/ops/new_full.h' 2025-01-24T01:06:39.7668177Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7671213Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-01-24T01:06:39.7674529Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-01-24T01:06:39.7678144Z adding 'torch/include/ATen/ops/new_ones.h' 2025-01-24T01:06:39.7681609Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7684756Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-01-24T01:06:39.7688028Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-01-24T01:06:39.7691452Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-01-24T01:06:39.7694954Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7697895Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-01-24T01:06:39.7701244Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-01-24T01:06:39.7704295Z adding 'torch/include/ATen/ops/nextafter.h' 2025-01-24T01:06:39.7707757Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7710692Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-01-24T01:06:39.7713798Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-01-24T01:06:39.7716897Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-01-24T01:06:39.7720090Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-01-24T01:06:39.7723109Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-01-24T01:06:39.7726351Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-01-24T01:06:39.7729805Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-01-24T01:06:39.7733347Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-01-24T01:06:39.7736993Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-01-24T01:06:39.7740584Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7743866Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7746995Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-01-24T01:06:39.7750819Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-01-24T01:06:39.7753664Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7757133Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-01-24T01:06:39.7760563Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-01-24T01:06:39.7763850Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-01-24T01:06:39.7766952Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-01-24T01:06:39.7770259Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-01-24T01:06:39.7773355Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-01-24T01:06:39.7776598Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-01-24T01:06:39.7780126Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-01-24T01:06:39.7784559Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7787055Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:39.7790518Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:39.7793636Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-01-24T01:06:39.7797170Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-01-24T01:06:39.7801132Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-01-24T01:06:39.7803813Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-01-24T01:06:39.7807348Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7810737Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-01-24T01:06:39.7814508Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7818465Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-01-24T01:06:39.7821014Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-01-24T01:06:39.7824386Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-01-24T01:06:39.7827472Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-01-24T01:06:39.7830742Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-01-24T01:06:39.7834085Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-01-24T01:06:39.7837472Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-01-24T01:06:39.7841309Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-01-24T01:06:39.7844216Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7847287Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-01-24T01:06:39.7850598Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-01-24T01:06:39.7853989Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-01-24T01:06:39.7857161Z adding 'torch/include/ATen/ops/nonzero.h' 2025-01-24T01:06:39.7860525Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-01-24T01:06:39.7864024Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-01-24T01:06:39.7866796Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-01-24T01:06:39.7869973Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-01-24T01:06:39.7873244Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7876373Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-01-24T01:06:39.7879490Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-01-24T01:06:39.7882887Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-01-24T01:06:39.7886573Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-01-24T01:06:39.7889452Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-01-24T01:06:39.7892745Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-01-24T01:06:39.7895782Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-01-24T01:06:39.7899156Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-01-24T01:06:39.7904105Z adding 'torch/include/ATen/ops/norm.h' 2025-01-24T01:06:39.7906772Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7910131Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.7913268Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7916668Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-01-24T01:06:39.7920609Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-01-24T01:06:39.7923213Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-01-24T01:06:39.7926662Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7929580Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-01-24T01:06:39.7932917Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-01-24T01:06:39.7935976Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-01-24T01:06:39.7939411Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-01-24T01:06:39.7943227Z adding 'torch/include/ATen/ops/norm_native.h' 2025-01-24T01:06:39.7946691Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-01-24T01:06:39.7951134Z adding 'torch/include/ATen/ops/normal.h' 2025-01-24T01:06:39.7955061Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.7958443Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-01-24T01:06:39.7961802Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-01-24T01:06:39.7965919Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-01-24T01:06:39.7968461Z adding 'torch/include/ATen/ops/normal_native.h' 2025-01-24T01:06:39.7972601Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-01-24T01:06:39.7976093Z adding 'torch/include/ATen/ops/not_equal.h' 2025-01-24T01:06:39.7979725Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7982945Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-01-24T01:06:39.7986262Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-01-24T01:06:39.7989753Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-01-24T01:06:39.7993632Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.7996349Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-01-24T01:06:39.7999916Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-01-24T01:06:39.8002917Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-01-24T01:06:39.8006313Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8009188Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-01-24T01:06:39.8012556Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-01-24T01:06:39.8015524Z adding 'torch/include/ATen/ops/one_hot.h' 2025-01-24T01:06:39.8018948Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8022499Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-01-24T01:06:39.8025103Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-01-24T01:06:39.8028984Z adding 'torch/include/ATen/ops/ones.h' 2025-01-24T01:06:39.8032584Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8041555Z adding 'torch/include/ATen/ops/ones_like.h' 2025-01-24T01:06:39.8041836Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8044441Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-01-24T01:06:39.8047995Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-01-24T01:06:39.8051180Z adding 'torch/include/ATen/ops/ones_native.h' 2025-01-24T01:06:39.8054828Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-01-24T01:06:39.8059162Z adding 'torch/include/ATen/ops/or.h' 2025-01-24T01:06:39.8061454Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8065230Z adding 'torch/include/ATen/ops/or_native.h' 2025-01-24T01:06:39.8068039Z adding 'torch/include/ATen/ops/or_ops.h' 2025-01-24T01:06:39.8071085Z adding 'torch/include/ATen/ops/orgqr.h' 2025-01-24T01:06:39.8074368Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8078693Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-01-24T01:06:39.8081979Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-01-24T01:06:39.8085182Z adding 'torch/include/ATen/ops/ormqr.h' 2025-01-24T01:06:39.8088368Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-01-24T01:06:39.8092193Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-01-24T01:06:39.8094784Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-01-24T01:06:39.8098071Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-01-24T01:06:39.8101252Z adding 'torch/include/ATen/ops/outer.h' 2025-01-24T01:06:39.8104575Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8107447Z adding 'torch/include/ATen/ops/outer_native.h' 2025-01-24T01:06:39.8110604Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-01-24T01:06:39.8113590Z adding 'torch/include/ATen/ops/output_nr.h' 2025-01-24T01:06:39.8117014Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8119871Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-01-24T01:06:39.8123168Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-01-24T01:06:39.8126381Z adding 'torch/include/ATen/ops/pad.h' 2025-01-24T01:06:39.8129641Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8132573Z adding 'torch/include/ATen/ops/pad_native.h' 2025-01-24T01:06:39.8135780Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-01-24T01:06:39.8138889Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-01-24T01:06:39.8142152Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8145003Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-01-24T01:06:39.8148132Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-01-24T01:06:39.8151539Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-01-24T01:06:39.8154499Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8157555Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-01-24T01:06:39.8160755Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-01-24T01:06:39.8163741Z adding 'torch/include/ATen/ops/pdist.h' 2025-01-24T01:06:39.8166977Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8169835Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-01-24T01:06:39.8172941Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-01-24T01:06:39.8176069Z adding 'torch/include/ATen/ops/permute.h' 2025-01-24T01:06:39.8179666Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8182393Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-01-24T01:06:39.8185781Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8188987Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8191778Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-01-24T01:06:39.8194969Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-01-24T01:06:39.8198138Z adding 'torch/include/ATen/ops/permute_native.h' 2025-01-24T01:06:39.8201303Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-01-24T01:06:39.8204271Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-01-24T01:06:39.8207513Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8210391Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-01-24T01:06:39.8213542Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-01-24T01:06:39.8216943Z adding 'torch/include/ATen/ops/pinverse.h' 2025-01-24T01:06:39.8220316Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8223074Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-01-24T01:06:39.8226144Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-01-24T01:06:39.8229281Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-01-24T01:06:39.8232541Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8235746Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8238821Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-01-24T01:06:39.8241826Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-01-24T01:06:39.8245023Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-01-24T01:06:39.8248111Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-01-24T01:06:39.8251407Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8254601Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8257469Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-01-24T01:06:39.8260458Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-01-24T01:06:39.8263666Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-01-24T01:06:39.8266807Z adding 'torch/include/ATen/ops/poisson.h' 2025-01-24T01:06:39.8270150Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8273170Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-01-24T01:06:39.8276336Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-01-24T01:06:39.8279382Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-01-24T01:06:39.8282440Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-01-24T01:06:39.8285690Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8288548Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-01-24T01:06:39.8291732Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-01-24T01:06:39.8294944Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-01-24T01:06:39.8298051Z adding 'torch/include/ATen/ops/polar.h' 2025-01-24T01:06:39.8301320Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8304313Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-01-24T01:06:39.8307416Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-01-24T01:06:39.8310404Z adding 'torch/include/ATen/ops/polar_native.h' 2025-01-24T01:06:39.8313581Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-01-24T01:06:39.8316937Z adding 'torch/include/ATen/ops/polygamma.h' 2025-01-24T01:06:39.8320299Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8323442Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8326401Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-01-24T01:06:39.8329498Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-01-24T01:06:39.8332496Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-01-24T01:06:39.8335621Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-01-24T01:06:39.8338649Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-01-24T01:06:39.8342175Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-01-24T01:06:39.8345171Z adding 'torch/include/ATen/ops/positive.h' 2025-01-24T01:06:39.8348588Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8351456Z adding 'torch/include/ATen/ops/positive_native.h' 2025-01-24T01:06:39.8354760Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-01-24T01:06:39.8358502Z adding 'torch/include/ATen/ops/pow.h' 2025-01-24T01:06:39.8361707Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8364976Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-01-24T01:06:39.8368123Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-01-24T01:06:39.8371393Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-01-24T01:06:39.8375163Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-01-24T01:06:39.8377914Z adding 'torch/include/ATen/ops/pow_native.h' 2025-01-24T01:06:39.8381594Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-01-24T01:06:39.8384836Z adding 'torch/include/ATen/ops/prelu.h' 2025-01-24T01:06:39.8388240Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8391152Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-01-24T01:06:39.8394469Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-01-24T01:06:39.8398438Z adding 'torch/include/ATen/ops/prod.h' 2025-01-24T01:06:39.8401482Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8404864Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8407984Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8411182Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-01-24T01:06:39.8414861Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-01-24T01:06:39.8417622Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-01-24T01:06:39.8421194Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-01-24T01:06:39.8424128Z adding 'torch/include/ATen/ops/prod_native.h' 2025-01-24T01:06:39.8427693Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-01-24T01:06:39.8430884Z adding 'torch/include/ATen/ops/promote_types.h' 2025-01-24T01:06:39.8434355Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8438221Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-01-24T01:06:39.8440752Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-01-24T01:06:39.8444194Z adding 'torch/include/ATen/ops/put.h' 2025-01-24T01:06:39.8447456Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8450605Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-01-24T01:06:39.8453697Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-01-24T01:06:39.8456940Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-01-24T01:06:39.8460842Z adding 'torch/include/ATen/ops/put_native.h' 2025-01-24T01:06:39.8463437Z adding 'torch/include/ATen/ops/put_ops.h' 2025-01-24T01:06:39.8466717Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-01-24T01:06:39.8469779Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-01-24T01:06:39.8473080Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-01-24T01:06:39.8476388Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-01-24T01:06:39.8479779Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8483668Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-01-24T01:06:39.8486018Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-01-24T01:06:39.8489315Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-01-24T01:06:39.8492608Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8495667Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-01-24T01:06:39.8498951Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-01-24T01:06:39.8502142Z adding 'torch/include/ATen/ops/q_scale.h' 2025-01-24T01:06:39.8506031Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-01-24T01:06:39.8508491Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-01-24T01:06:39.8511953Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-01-24T01:06:39.8515054Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-01-24T01:06:39.8518466Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-01-24T01:06:39.8521636Z adding 'torch/include/ATen/ops/qr.h' 2025-01-24T01:06:39.8525014Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8528943Z adding 'torch/include/ATen/ops/qr_native.h' 2025-01-24T01:06:39.8531393Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-01-24T01:06:39.8549694Z adding 'torch/include/ATen/ops/qscheme.h' 2025-01-24T01:06:39.8549841Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-01-24T01:06:39.8549986Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-01-24T01:06:39.8550101Z adding 'torch/include/ATen/ops/quantile.h' 2025-01-24T01:06:39.8550355Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8552706Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-01-24T01:06:39.8556404Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-01-24T01:06:39.8559726Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-01-24T01:06:39.8563408Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8567550Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-01-24T01:06:39.8569829Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-01-24T01:06:39.8573439Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-01-24T01:06:39.8576322Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-01-24T01:06:39.8579846Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-01-24T01:06:39.8584594Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8586648Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-01-24T01:06:39.8589838Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-01-24T01:06:39.8592949Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-01-24T01:06:39.8596406Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8600613Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-01-24T01:06:39.8602810Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-01-24T01:06:39.8605837Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-01-24T01:06:39.8609068Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-01-24T01:06:39.8612225Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-01-24T01:06:39.8615765Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-01-24T01:06:39.8619128Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-01-24T01:06:39.8622570Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8625424Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-01-24T01:06:39.8628776Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-01-24T01:06:39.8632170Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-01-24T01:06:39.8635590Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8638591Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-01-24T01:06:39.8641897Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-01-24T01:06:39.8645137Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-01-24T01:06:39.8648483Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8651548Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-01-24T01:06:39.8654839Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-01-24T01:06:39.8658056Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-01-24T01:06:39.8661386Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8664288Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-01-24T01:06:39.8667649Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-01-24T01:06:39.8670792Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-01-24T01:06:39.8674175Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8677308Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-01-24T01:06:39.8680656Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-01-24T01:06:39.8683904Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-01-24T01:06:39.8687451Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8690424Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-01-24T01:06:39.8693742Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-01-24T01:06:39.8696971Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-01-24T01:06:39.8700375Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8703354Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-01-24T01:06:39.8706623Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-01-24T01:06:39.8709816Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-01-24T01:06:39.8713151Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8716231Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-01-24T01:06:39.8719526Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-01-24T01:06:39.8722629Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-01-24T01:06:39.8725954Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8728872Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-01-24T01:06:39.8732097Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-01-24T01:06:39.8736860Z adding 'torch/include/ATen/ops/rand.h' 2025-01-24T01:06:39.8741103Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8744413Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8747745Z adding 'torch/include/ATen/ops/rand_like.h' 2025-01-24T01:06:39.8751259Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8754302Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-01-24T01:06:39.8757878Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-01-24T01:06:39.8761139Z adding 'torch/include/ATen/ops/rand_native.h' 2025-01-24T01:06:39.8764867Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-01-24T01:06:39.8769967Z adding 'torch/include/ATen/ops/randint.h' 2025-01-24T01:06:39.8774185Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8779310Z adding 'torch/include/ATen/ops/randint_like.h' 2025-01-24T01:06:39.8783867Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8788101Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-01-24T01:06:39.8792005Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-01-24T01:06:39.8795604Z adding 'torch/include/ATen/ops/randint_native.h' 2025-01-24T01:06:39.8799590Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-01-24T01:06:39.8804788Z adding 'torch/include/ATen/ops/randn.h' 2025-01-24T01:06:39.8808883Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8812380Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8816223Z adding 'torch/include/ATen/ops/randn_like.h' 2025-01-24T01:06:39.8819493Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8823030Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:06:39.8826016Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-01-24T01:06:39.8829765Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-01-24T01:06:39.8833398Z adding 'torch/include/ATen/ops/randn_native.h' 2025-01-24T01:06:39.8836864Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-01-24T01:06:39.8840977Z adding 'torch/include/ATen/ops/random.h' 2025-01-24T01:06:39.8844883Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8847731Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-01-24T01:06:39.8851038Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-01-24T01:06:39.8854117Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-01-24T01:06:39.8857394Z adding 'torch/include/ATen/ops/random_native.h' 2025-01-24T01:06:39.8861677Z adding 'torch/include/ATen/ops/random_ops.h' 2025-01-24T01:06:39.8865160Z adding 'torch/include/ATen/ops/randperm.h' 2025-01-24T01:06:39.8869140Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8873043Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-01-24T01:06:39.8875680Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-01-24T01:06:39.8878982Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-01-24T01:06:39.8882379Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-01-24T01:06:39.8885980Z adding 'torch/include/ATen/ops/range.h' 2025-01-24T01:06:39.8890150Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.8892655Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-01-24T01:06:39.8895947Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-01-24T01:06:39.8899016Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-01-24T01:06:39.8902271Z adding 'torch/include/ATen/ops/range_native.h' 2025-01-24T01:06:39.8905709Z adding 'torch/include/ATen/ops/range_ops.h' 2025-01-24T01:06:39.8909037Z adding 'torch/include/ATen/ops/ravel.h' 2025-01-24T01:06:39.8912880Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8915345Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-01-24T01:06:39.8918729Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-01-24T01:06:39.8921809Z adding 'torch/include/ATen/ops/real.h' 2025-01-24T01:06:39.8925174Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8928048Z adding 'torch/include/ATen/ops/real_native.h' 2025-01-24T01:06:39.8931345Z adding 'torch/include/ATen/ops/real_ops.h' 2025-01-24T01:06:39.8935339Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-01-24T01:06:39.8938170Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8941361Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-01-24T01:06:39.8944429Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-01-24T01:06:39.8947596Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-01-24T01:06:39.8950749Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-01-24T01:06:39.8953925Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-01-24T01:06:39.8958018Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-01-24T01:06:39.8960412Z adding 'torch/include/ATen/ops/record_stream.h' 2025-01-24T01:06:39.8963801Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-01-24T01:06:39.8966660Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-01-24T01:06:39.8969965Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-01-24T01:06:39.8973003Z adding 'torch/include/ATen/ops/refine_names.h' 2025-01-24T01:06:39.8976455Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.8979350Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-01-24T01:06:39.8982633Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-01-24T01:06:39.8986375Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-01-24T01:06:39.8989714Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-01-24T01:06:39.8993314Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.8996499Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.8999906Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9003407Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-01-24T01:06:39.9006398Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-01-24T01:06:39.9009643Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-01-24T01:06:39.9012898Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-01-24T01:06:39.9016491Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9020347Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-01-24T01:06:39.9022900Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-01-24T01:06:39.9026099Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-01-24T01:06:39.9029301Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-01-24T01:06:39.9032607Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-01-24T01:06:39.9035937Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-01-24T01:06:39.9045024Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-01-24T01:06:39.9045211Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-01-24T01:06:39.9047599Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.9051010Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9054097Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-01-24T01:06:39.9057570Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-01-24T01:06:39.9060836Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-01-24T01:06:39.9064194Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-01-24T01:06:39.9067225Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-01-24T01:06:39.9070702Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-01-24T01:06:39.9074120Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-01-24T01:06:39.9077804Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-01-24T01:06:39.9081585Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9084607Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.9088257Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9090905Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-01-24T01:06:39.9094108Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-01-24T01:06:39.9097480Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-01-24T01:06:39.9100711Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-01-24T01:06:39.9104116Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9107093Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-01-24T01:06:39.9110209Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-01-24T01:06:39.9113230Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-01-24T01:06:39.9116562Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-01-24T01:06:39.9119668Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-01-24T01:06:39.9122855Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-01-24T01:06:39.9126446Z adding 'torch/include/ATen/ops/relu.h' 2025-01-24T01:06:39.9129225Z adding 'torch/include/ATen/ops/relu6.h' 2025-01-24T01:06:39.9132573Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9135310Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-01-24T01:06:39.9138462Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-01-24T01:06:39.9148862Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9149114Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-01-24T01:06:39.9150135Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-01-24T01:06:39.9153428Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-01-24T01:06:39.9156918Z adding 'torch/include/ATen/ops/relu_native.h' 2025-01-24T01:06:39.9160191Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-01-24T01:06:39.9163504Z adding 'torch/include/ATen/ops/remainder.h' 2025-01-24T01:06:39.9166918Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9170114Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9173082Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-01-24T01:06:39.9176209Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-01-24T01:06:39.9179268Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-01-24T01:06:39.9182662Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-01-24T01:06:39.9185738Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-01-24T01:06:39.9189582Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-01-24T01:06:39.9192700Z adding 'torch/include/ATen/ops/rename.h' 2025-01-24T01:06:39.9195801Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9198828Z adding 'torch/include/ATen/ops/rename_native.h' 2025-01-24T01:06:39.9202023Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-01-24T01:06:39.9205160Z adding 'torch/include/ATen/ops/renorm.h' 2025-01-24T01:06:39.9208555Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9211541Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-01-24T01:06:39.9214626Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-01-24T01:06:39.9217741Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-01-24T01:06:39.9220888Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-01-24T01:06:39.9223861Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-01-24T01:06:39.9227130Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-01-24T01:06:39.9230468Z adding 'torch/include/ATen/ops/repeat.h' 2025-01-24T01:06:39.9233845Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9237531Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-01-24T01:06:39.9241558Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9244368Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9247561Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-01-24T01:06:39.9250680Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-01-24T01:06:39.9253650Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-01-24T01:06:39.9256997Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-01-24T01:06:39.9260071Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-01-24T01:06:39.9263239Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-01-24T01:06:39.9266591Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-01-24T01:06:39.9270139Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-01-24T01:06:39.9273696Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9277004Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.9280232Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9283284Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-01-24T01:06:39.9286418Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-01-24T01:06:39.9289404Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-01-24T01:06:39.9292601Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-01-24T01:06:39.9295960Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9298958Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-01-24T01:06:39.9302103Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-01-24T01:06:39.9305101Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-01-24T01:06:39.9308270Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-01-24T01:06:39.9311308Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-01-24T01:06:39.9314506Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-01-24T01:06:39.9317970Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-01-24T01:06:39.9321512Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-01-24T01:06:39.9324872Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.9328050Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9331087Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-01-24T01:06:39.9334310Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-01-24T01:06:39.9337681Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9340897Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-01-24T01:06:39.9343963Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-01-24T01:06:39.9347056Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-01-24T01:06:39.9350242Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-01-24T01:06:39.9353447Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-01-24T01:06:39.9356810Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-01-24T01:06:39.9360522Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-01-24T01:06:39.9364032Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-01-24T01:06:39.9367415Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-01-24T01:06:39.9370771Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-01-24T01:06:39.9374525Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-01-24T01:06:39.9377693Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-01-24T01:06:39.9380738Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9383718Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-01-24T01:06:39.9387101Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-01-24T01:06:39.9390206Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-01-24T01:06:39.9393516Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-01-24T01:06:39.9397237Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-01-24T01:06:39.9400028Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-01-24T01:06:39.9403186Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-01-24T01:06:39.9406426Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9409488Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-01-24T01:06:39.9412633Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-01-24T01:06:39.9416088Z adding 'torch/include/ATen/ops/reshape.h' 2025-01-24T01:06:39.9419892Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-01-24T01:06:39.9422669Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9425854Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:06:39.9428695Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-01-24T01:06:39.9431965Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-01-24T01:06:39.9435207Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9438688Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:06:39.9442384Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-01-24T01:06:39.9444870Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-01-24T01:06:39.9448416Z adding 'torch/include/ATen/ops/resize.h' 2025-01-24T01:06:39.9451738Z adding 'torch/include/ATen/ops/resize_as.h' 2025-01-24T01:06:39.9455268Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9458225Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-01-24T01:06:39.9462296Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-01-24T01:06:39.9465675Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-01-24T01:06:39.9469046Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9472238Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-01-24T01:06:39.9475277Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-01-24T01:06:39.9478803Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-01-24T01:06:39.9482436Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9485611Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-01-24T01:06:39.9488677Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-01-24T01:06:39.9491808Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-01-24T01:06:39.9495100Z adding 'torch/include/ATen/ops/resize_native.h' 2025-01-24T01:06:39.9498420Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-01-24T01:06:39.9501686Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-01-24T01:06:39.9505547Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9507929Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-01-24T01:06:39.9511201Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-01-24T01:06:39.9514257Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-01-24T01:06:39.9517788Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9520702Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-01-24T01:06:39.9524461Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-01-24T01:06:39.9528158Z adding 'torch/include/ATen/ops/result_type.h' 2025-01-24T01:06:39.9530676Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9546267Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-01-24T01:06:39.9546672Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-01-24T01:06:39.9547028Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-01-24T01:06:39.9547508Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9555013Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-01-24T01:06:39.9558507Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-01-24T01:06:39.9561557Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-01-24T01:06:39.9565021Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9567927Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-01-24T01:06:39.9571227Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-01-24T01:06:39.9574818Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-01-24T01:06:39.9577819Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9580981Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-01-24T01:06:39.9584274Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-01-24T01:06:39.9587590Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-01-24T01:06:39.9590743Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-01-24T01:06:39.9594036Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9597224Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-01-24T01:06:39.9600440Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-01-24T01:06:39.9603774Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9606812Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-01-24T01:06:39.9610166Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-01-24T01:06:39.9613399Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-01-24T01:06:39.9616585Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-01-24T01:06:39.9619837Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9622737Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-01-24T01:06:39.9625902Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-01-24T01:06:39.9629390Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9632396Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-01-24T01:06:39.9636186Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-01-24T01:06:39.9639290Z adding 'torch/include/ATen/ops/roll.h' 2025-01-24T01:06:39.9642695Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9645681Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-01-24T01:06:39.9648834Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-01-24T01:06:39.9651874Z adding 'torch/include/ATen/ops/roll_native.h' 2025-01-24T01:06:39.9655130Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-01-24T01:06:39.9658361Z adding 'torch/include/ATen/ops/rot90.h' 2025-01-24T01:06:39.9661693Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9664947Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-01-24T01:06:39.9667819Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-01-24T01:06:39.9671133Z adding 'torch/include/ATen/ops/round.h' 2025-01-24T01:06:39.9674536Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9677696Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-01-24T01:06:39.9681145Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-01-24T01:06:39.9684389Z adding 'torch/include/ATen/ops/round_meta.h' 2025-01-24T01:06:39.9688091Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-01-24T01:06:39.9691044Z adding 'torch/include/ATen/ops/round_native.h' 2025-01-24T01:06:39.9694144Z adding 'torch/include/ATen/ops/round_ops.h' 2025-01-24T01:06:39.9697446Z adding 'torch/include/ATen/ops/row_indices.h' 2025-01-24T01:06:39.9700635Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9703759Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-01-24T01:06:39.9707683Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9710402Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9713378Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-01-24T01:06:39.9716675Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-01-24T01:06:39.9719904Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-01-24T01:06:39.9723033Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-01-24T01:06:39.9726292Z adding 'torch/include/ATen/ops/row_stack.h' 2025-01-24T01:06:39.9730392Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9732783Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-01-24T01:06:39.9744258Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-01-24T01:06:39.9744711Z adding 'torch/include/ATen/ops/rrelu.h' 2025-01-24T01:06:39.9745163Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9745642Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-01-24T01:06:39.9749046Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-01-24T01:06:39.9753282Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-01-24T01:06:39.9755914Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-01-24T01:06:39.9759532Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9762566Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-01-24T01:06:39.9766035Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-01-24T01:06:39.9770199Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9772635Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-01-24T01:06:39.9776547Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-01-24T01:06:39.9779754Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-01-24T01:06:39.9783114Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-01-24T01:06:39.9787321Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-01-24T01:06:39.9790094Z adding 'torch/include/ATen/ops/rshift.h' 2025-01-24T01:06:39.9793625Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9796746Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-01-24T01:06:39.9800012Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-01-24T01:06:39.9803080Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-01-24T01:06:39.9806294Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-01-24T01:06:39.9810371Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-01-24T01:06:39.9813132Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-01-24T01:06:39.9816622Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9819572Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-01-24T01:06:39.9822822Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-01-24T01:06:39.9825796Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-01-24T01:06:39.9829070Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-01-24T01:06:39.9832933Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-01-24T01:06:39.9835518Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-01-24T01:06:39.9839016Z adding 'torch/include/ATen/ops/rsub.h' 2025-01-24T01:06:39.9842819Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9845562Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-01-24T01:06:39.9848553Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-01-24T01:06:39.9851731Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-01-24T01:06:39.9855802Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-01-24T01:06:39.9858537Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-01-24T01:06:39.9862085Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9865036Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-01-24T01:06:39.9868469Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-01-24T01:06:39.9871704Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-01-24T01:06:39.9875205Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9878651Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-01-24T01:06:39.9881654Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-01-24T01:06:39.9885207Z adding 'torch/include/ATen/ops/scatter.h' 2025-01-24T01:06:39.9888656Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-01-24T01:06:39.9892092Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9895635Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9898306Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-01-24T01:06:39.9901544Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-01-24T01:06:39.9904570Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-01-24T01:06:39.9907943Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-01-24T01:06:39.9911008Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-01-24T01:06:39.9914748Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-01-24T01:06:39.9918456Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9921593Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:39.9924929Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-01-24T01:06:39.9928241Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-01-24T01:06:39.9931551Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-01-24T01:06:39.9934900Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-01-24T01:06:39.9938219Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-01-24T01:06:39.9942394Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-01-24T01:06:39.9945890Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-01-24T01:06:39.9949460Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:39.9952559Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-01-24T01:06:39.9955977Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-01-24T01:06:39.9959217Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-01-24T01:06:39.9962467Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-01-24T01:06:39.9965657Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-01-24T01:06:39.9968978Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-01-24T01:06:39.9972605Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-01-24T01:06:39.9976084Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-01-24T01:06:39.9979439Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-01-24T01:06:39.9982780Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-01-24T01:06:39.9986307Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-01-24T01:06:39.9989838Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-01-24T01:06:39.9993704Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:39.9996598Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-01-24T01:06:39.9999868Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-01-24T01:06:40.0002987Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-01-24T01:06:40.0006693Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-01-24T01:06:40.0010441Z adding 'torch/include/ATen/ops/select.h' 2025-01-24T01:06:40.0013157Z adding 'torch/include/ATen/ops/select_backward.h' 2025-01-24T01:06:40.0016636Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0019934Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0022792Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-01-24T01:06:40.0026185Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-01-24T01:06:40.0029516Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0032626Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0035877Z adding 'torch/include/ATen/ops/select_copy.h' 2025-01-24T01:06:40.0039378Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0042533Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0045373Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-01-24T01:06:40.0048615Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-01-24T01:06:40.0051710Z adding 'torch/include/ATen/ops/select_native.h' 2025-01-24T01:06:40.0054909Z adding 'torch/include/ATen/ops/select_ops.h' 2025-01-24T01:06:40.0058462Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-01-24T01:06:40.0061876Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0065098Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0067901Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-01-24T01:06:40.0071135Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-01-24T01:06:40.0074280Z adding 'torch/include/ATen/ops/selu.h' 2025-01-24T01:06:40.0077670Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0080584Z adding 'torch/include/ATen/ops/selu_native.h' 2025-01-24T01:06:40.0084115Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-01-24T01:06:40.0088240Z adding 'torch/include/ATen/ops/set.h' 2025-01-24T01:06:40.0091553Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0094712Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0097756Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-01-24T01:06:40.0100853Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-01-24T01:06:40.0103794Z adding 'torch/include/ATen/ops/set_data.h' 2025-01-24T01:06:40.0107024Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0109899Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-01-24T01:06:40.0113430Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-01-24T01:06:40.0116632Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-01-24T01:06:40.0119664Z adding 'torch/include/ATen/ops/set_native.h' 2025-01-24T01:06:40.0123510Z adding 'torch/include/ATen/ops/set_ops.h' 2025-01-24T01:06:40.0126803Z adding 'torch/include/ATen/ops/sgn.h' 2025-01-24T01:06:40.0130135Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0133023Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-01-24T01:06:40.0136130Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-01-24T01:06:40.0139146Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-01-24T01:06:40.0142655Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-01-24T01:06:40.0145324Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-01-24T01:06:40.0148559Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-01-24T01:06:40.0151696Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-01-24T01:06:40.0154842Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-01-24T01:06:40.0158304Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0161217Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-01-24T01:06:40.0164283Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-01-24T01:06:40.0167290Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-01-24T01:06:40.0170452Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-01-24T01:06:40.0173469Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-01-24T01:06:40.0176652Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-01-24T01:06:40.0179951Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0182851Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-01-24T01:06:40.0186084Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-01-24T01:06:40.0188994Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-01-24T01:06:40.0192098Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-01-24T01:06:40.0195202Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-01-24T01:06:40.0198608Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-01-24T01:06:40.0201657Z adding 'torch/include/ATen/ops/sign.h' 2025-01-24T01:06:40.0205295Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0207926Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-01-24T01:06:40.0210997Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-01-24T01:06:40.0214010Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-01-24T01:06:40.0217117Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-01-24T01:06:40.0220141Z adding 'torch/include/ATen/ops/sign_native.h' 2025-01-24T01:06:40.0223372Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-01-24T01:06:40.0226497Z adding 'torch/include/ATen/ops/signbit.h' 2025-01-24T01:06:40.0230128Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0232775Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-01-24T01:06:40.0235957Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-01-24T01:06:40.0238997Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-01-24T01:06:40.0242109Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-01-24T01:06:40.0245129Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-01-24T01:06:40.0248339Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-01-24T01:06:40.0251477Z adding 'torch/include/ATen/ops/silu.h' 2025-01-24T01:06:40.0254624Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-01-24T01:06:40.0257992Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0261018Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0264049Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-01-24T01:06:40.0267110Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-01-24T01:06:40.0270111Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-01-24T01:06:40.0273240Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-01-24T01:06:40.0276375Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-01-24T01:06:40.0279581Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-01-24T01:06:40.0282896Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0285834Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-01-24T01:06:40.0289242Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-01-24T01:06:40.0291902Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-01-24T01:06:40.0295010Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-01-24T01:06:40.0298773Z adding 'torch/include/ATen/ops/silu_native.h' 2025-01-24T01:06:40.0302115Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-01-24T01:06:40.0305269Z adding 'torch/include/ATen/ops/sin.h' 2025-01-24T01:06:40.0308631Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0311584Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-01-24T01:06:40.0314648Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-01-24T01:06:40.0317820Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-01-24T01:06:40.0320922Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-01-24T01:06:40.0323967Z adding 'torch/include/ATen/ops/sin_native.h' 2025-01-24T01:06:40.0327200Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-01-24T01:06:40.0330340Z adding 'torch/include/ATen/ops/sinc.h' 2025-01-24T01:06:40.0333649Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0336553Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-01-24T01:06:40.0339751Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-01-24T01:06:40.0342641Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-01-24T01:06:40.0345723Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-01-24T01:06:40.0348733Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-01-24T01:06:40.0352047Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-01-24T01:06:40.0355204Z adding 'torch/include/ATen/ops/sinh.h' 2025-01-24T01:06:40.0358682Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0361642Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-01-24T01:06:40.0364724Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-01-24T01:06:40.0367749Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-01-24T01:06:40.0370842Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-01-24T01:06:40.0373850Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-01-24T01:06:40.0377080Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-01-24T01:06:40.0380547Z adding 'torch/include/ATen/ops/size.h' 2025-01-24T01:06:40.0383842Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0386757Z adding 'torch/include/ATen/ops/size_native.h' 2025-01-24T01:06:40.0389974Z adding 'torch/include/ATen/ops/size_ops.h' 2025-01-24T01:06:40.0393200Z adding 'torch/include/ATen/ops/slice.h' 2025-01-24T01:06:40.0396836Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-01-24T01:06:40.0400353Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0403322Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-01-24T01:06:40.0406603Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-01-24T01:06:40.0409905Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0413300Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-01-24T01:06:40.0416811Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0420136Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0423005Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-01-24T01:06:40.0426334Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-01-24T01:06:40.0429628Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-01-24T01:06:40.0432943Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0435916Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-01-24T01:06:40.0439065Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-01-24T01:06:40.0442026Z adding 'torch/include/ATen/ops/slice_native.h' 2025-01-24T01:06:40.0445604Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-01-24T01:06:40.0448640Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-01-24T01:06:40.0452249Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0455510Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0458509Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-01-24T01:06:40.0461771Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-01-24T01:06:40.0465075Z adding 'torch/include/ATen/ops/slogdet.h' 2025-01-24T01:06:40.0468448Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0471512Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-01-24T01:06:40.0474767Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-01-24T01:06:40.0478607Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-01-24T01:06:40.0482338Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0485798Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-01-24T01:06:40.0489382Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-01-24T01:06:40.0492728Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-01-24T01:06:40.0495912Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-01-24T01:06:40.0499169Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-01-24T01:06:40.0502455Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-01-24T01:06:40.0506285Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-01-24T01:06:40.0509970Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0513135Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-01-24T01:06:40.0516578Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-01-24T01:06:40.0519755Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-01-24T01:06:40.0523346Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-01-24T01:06:40.0527053Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-01-24T01:06:40.0530787Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0534017Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-01-24T01:06:40.0537221Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-01-24T01:06:40.0540713Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-01-24T01:06:40.0544537Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-01-24T01:06:40.0548887Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-01-24T01:06:40.0553124Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0556885Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-01-24T01:06:40.0560734Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-01-24T01:06:40.0564320Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-01-24T01:06:40.0567692Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-01-24T01:06:40.0571037Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-01-24T01:06:40.0574363Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-01-24T01:06:40.0578671Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-01-24T01:06:40.0582084Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-01-24T01:06:40.0585457Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-01-24T01:06:40.0588814Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-01-24T01:06:40.0592180Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-01-24T01:06:40.0595230Z adding 'torch/include/ATen/ops/smm.h' 2025-01-24T01:06:40.0599386Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0601666Z adding 'torch/include/ATen/ops/smm_native.h' 2025-01-24T01:06:40.0604768Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-01-24T01:06:40.0607935Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-01-24T01:06:40.0611192Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-01-24T01:06:40.0614966Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0617731Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-01-24T01:06:40.0620823Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-01-24T01:06:40.0623849Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-01-24T01:06:40.0627167Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-01-24T01:06:40.0630497Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0633480Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-01-24T01:06:40.0636782Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-01-24T01:06:40.0639926Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-01-24T01:06:40.0642997Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-01-24T01:06:40.0646274Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-01-24T01:06:40.0649497Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-01-24T01:06:40.0685417Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-01-24T01:06:40.0685879Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-01-24T01:06:40.0686475Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0687088Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-01-24T01:06:40.0687571Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-01-24T01:06:40.0688129Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0688677Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-01-24T01:06:40.0689080Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-01-24T01:06:40.0689436Z adding 'torch/include/ATen/ops/softmax.h' 2025-01-24T01:06:40.0690831Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.0691440Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.0692600Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-01-24T01:06:40.0696341Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-01-24T01:06:40.0700661Z adding 'torch/include/ATen/ops/softplus.h' 2025-01-24T01:06:40.0936286Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-01-24T01:06:40.0940941Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0944657Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-01-24T01:06:40.0947462Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-01-24T01:06:40.0951237Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-01-24T01:06:40.0954048Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-01-24T01:06:40.0957339Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-01-24T01:06:40.0962152Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-01-24T01:06:40.0964354Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0967983Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-01-24T01:06:40.0970673Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-01-24T01:06:40.0973888Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-01-24T01:06:40.0977200Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-01-24T01:06:40.0980926Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-01-24T01:06:40.0983611Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-01-24T01:06:40.0986960Z adding 'torch/include/ATen/ops/softshrink.h' 2025-01-24T01:06:40.0990850Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-01-24T01:06:40.0993807Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.0996994Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-01-24T01:06:40.1000195Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-01-24T01:06:40.1003403Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-01-24T01:06:40.1006561Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-01-24T01:06:40.1009752Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-01-24T01:06:40.1013581Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-01-24T01:06:40.1016670Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1019640Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-01-24T01:06:40.1022957Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-01-24T01:06:40.1025991Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-01-24T01:06:40.1029143Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-01-24T01:06:40.1032387Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-01-24T01:06:40.1035646Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-01-24T01:06:40.1039388Z adding 'torch/include/ATen/ops/sort.h' 2025-01-24T01:06:40.1043018Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1047086Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1050442Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1054014Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-01-24T01:06:40.1057693Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-01-24T01:06:40.1061229Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-01-24T01:06:40.1064985Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-01-24T01:06:40.1068226Z adding 'torch/include/ATen/ops/sort_native.h' 2025-01-24T01:06:40.1072091Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-01-24T01:06:40.1075760Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-01-24T01:06:40.1079477Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1082474Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-01-24T01:06:40.1086029Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-01-24T01:06:40.1089424Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-01-24T01:06:40.1093021Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1095984Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-01-24T01:06:40.1099290Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-01-24T01:06:40.1103117Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-01-24T01:06:40.1106791Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1109745Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-01-24T01:06:40.1113098Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-01-24T01:06:40.1116662Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-01-24T01:06:40.1120302Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1123489Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1126494Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-01-24T01:06:40.1130444Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-01-24T01:06:40.1133308Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-01-24T01:06:40.1136690Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1139639Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-01-24T01:06:40.1142970Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-01-24T01:06:40.1146274Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-01-24T01:06:40.1149943Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1152965Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-01-24T01:06:40.1156535Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-01-24T01:06:40.1159743Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-01-24T01:06:40.1163173Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1166173Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-01-24T01:06:40.1191624Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-01-24T01:06:40.1191775Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-01-24T01:06:40.1192184Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1192345Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-01-24T01:06:40.1192481Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-01-24T01:06:40.1192619Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-01-24T01:06:40.1192776Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-01-24T01:06:40.1194754Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1198047Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-01-24T01:06:40.1201949Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-01-24T01:06:40.1204384Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-01-24T01:06:40.1207965Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1210816Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-01-24T01:06:40.1213971Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-01-24T01:06:40.1217205Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-01-24T01:06:40.1220582Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-01-24T01:06:40.1223824Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-01-24T01:06:40.1227313Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-01-24T01:06:40.1230656Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-01-24T01:06:40.1233789Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1236983Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-01-24T01:06:40.1240152Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-01-24T01:06:40.1243279Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-01-24T01:06:40.1246423Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-01-24T01:06:40.1249605Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-01-24T01:06:40.1252849Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-01-24T01:06:40.1256133Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-01-24T01:06:40.1259469Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1262413Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-01-24T01:06:40.1265702Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-01-24T01:06:40.1268608Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-01-24T01:06:40.1271872Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-01-24T01:06:40.1274950Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-01-24T01:06:40.1278315Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-01-24T01:06:40.1281364Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-01-24T01:06:40.1285171Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1288389Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-01-24T01:06:40.1291102Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-01-24T01:06:40.1294240Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-01-24T01:06:40.1298292Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-01-24T01:06:40.1301415Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-01-24T01:06:40.1305221Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-01-24T01:06:40.1307813Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-01-24T01:06:40.1311421Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1314352Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-01-24T01:06:40.1317563Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-01-24T01:06:40.1320725Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-01-24T01:06:40.1323707Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-01-24T01:06:40.1327292Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-01-24T01:06:40.1329992Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-01-24T01:06:40.1333078Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-01-24T01:06:40.1336420Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1339483Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-01-24T01:06:40.1343142Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-01-24T01:06:40.1345550Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-01-24T01:06:40.1348646Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-01-24T01:06:40.1351629Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-01-24T01:06:40.1354778Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-01-24T01:06:40.1358178Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-01-24T01:06:40.1361575Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1364828Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1368106Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:06:40.1371011Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:06:40.1374019Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-01-24T01:06:40.1377222Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:06:40.1380265Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-01-24T01:06:40.1383707Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-01-24T01:06:40.1387078Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-01-24T01:06:40.1390449Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1393667Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1396761Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:06:40.1399868Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:06:40.1402919Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-01-24T01:06:40.1406048Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:06:40.1408983Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-01-24T01:06:40.1412374Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-01-24T01:06:40.1415689Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-01-24T01:06:40.1419081Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1422560Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1425336Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:06:40.1428256Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:06:40.1431472Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-01-24T01:06:40.1435473Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:06:40.1437935Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-01-24T01:06:40.1441474Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-01-24T01:06:40.1444976Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-01-24T01:06:40.1448898Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1458653Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1461674Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:06:40.1464848Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:06:40.1468050Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-01-24T01:06:40.1471250Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:06:40.1474540Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-01-24T01:06:40.1478256Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-01-24T01:06:40.1481405Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-01-24T01:06:40.1484848Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1488084Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-01-24T01:06:40.1491324Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-01-24T01:06:40.1495077Z adding 'torch/include/ATen/ops/special_entr.h' 2025-01-24T01:06:40.1497884Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1501298Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-01-24T01:06:40.1504493Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-01-24T01:06:40.1507703Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-01-24T01:06:40.1510860Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-01-24T01:06:40.1514164Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-01-24T01:06:40.1517932Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-01-24T01:06:40.1520677Z adding 'torch/include/ATen/ops/special_erf.h' 2025-01-24T01:06:40.1524091Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1527008Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-01-24T01:06:40.1530369Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-01-24T01:06:40.1533481Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-01-24T01:06:40.1536947Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1540452Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-01-24T01:06:40.1543194Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-01-24T01:06:40.1546600Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-01-24T01:06:40.1549847Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1572940Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-01-24T01:06:40.1573159Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-01-24T01:06:40.1573298Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-01-24T01:06:40.1573474Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-01-24T01:06:40.1573616Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-01-24T01:06:40.1573750Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-01-24T01:06:40.1574989Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-01-24T01:06:40.1578912Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1581352Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-01-24T01:06:40.1584707Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-01-24T01:06:40.1587816Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-01-24T01:06:40.1591304Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1594313Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-01-24T01:06:40.1597662Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-01-24T01:06:40.1601009Z adding 'torch/include/ATen/ops/special_expit.h' 2025-01-24T01:06:40.1604515Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1607297Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-01-24T01:06:40.1610432Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-01-24T01:06:40.1613727Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-01-24T01:06:40.1617047Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1619946Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-01-24T01:06:40.1623158Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-01-24T01:06:40.1626238Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-01-24T01:06:40.1630020Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1632651Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-01-24T01:06:40.1635944Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-01-24T01:06:40.1639095Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-01-24T01:06:40.1642434Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1645379Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-01-24T01:06:40.1648583Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-01-24T01:06:40.1651664Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-01-24T01:06:40.1655132Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1658112Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-01-24T01:06:40.1661321Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-01-24T01:06:40.1664699Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-01-24T01:06:40.1668177Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1671466Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1674394Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-01-24T01:06:40.1677608Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-01-24T01:06:40.1680645Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-01-24T01:06:40.1683806Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-01-24T01:06:40.1686965Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-01-24T01:06:40.1690307Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-01-24T01:06:40.1693682Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-01-24T01:06:40.1697075Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1700302Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1703263Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-01-24T01:06:40.1706706Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-01-24T01:06:40.1709584Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-01-24T01:06:40.1712910Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-01-24T01:06:40.1716512Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-01-24T01:06:40.1719560Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-01-24T01:06:40.1722688Z adding 'torch/include/ATen/ops/special_i0.h' 2025-01-24T01:06:40.1725997Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1728978Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-01-24T01:06:40.1732031Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-01-24T01:06:40.1735122Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-01-24T01:06:40.1738648Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1741578Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-01-24T01:06:40.1744535Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-01-24T01:06:40.1747518Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-01-24T01:06:40.1750658Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-01-24T01:06:40.1753632Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-01-24T01:06:40.1756904Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-01-24T01:06:40.1760014Z adding 'torch/include/ATen/ops/special_i1.h' 2025-01-24T01:06:40.1763348Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1766308Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-01-24T01:06:40.1769398Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-01-24T01:06:40.1772393Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-01-24T01:06:40.1775529Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-01-24T01:06:40.1778500Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-01-24T01:06:40.1781654Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-01-24T01:06:40.1784775Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-01-24T01:06:40.1788122Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1791167Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-01-24T01:06:40.1794250Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-01-24T01:06:40.1797381Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-01-24T01:06:40.1800541Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-01-24T01:06:40.1803473Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-01-24T01:06:40.1806600Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-01-24T01:06:40.1809922Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-01-24T01:06:40.1813317Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1816565Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1819929Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-01-24T01:06:40.1823128Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-01-24T01:06:40.1825880Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-01-24T01:06:40.1829024Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-01-24T01:06:40.1832089Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-01-24T01:06:40.1835565Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-01-24T01:06:40.1838975Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-01-24T01:06:40.1842450Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.1845720Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1848692Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-01-24T01:06:40.1851811Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-01-24T01:06:40.1854857Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-01-24T01:06:40.1858004Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-01-24T01:06:40.1861154Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-01-24T01:06:40.1864971Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-01-24T01:06:40.1868145Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-01-24T01:06:40.1871474Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1874569Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-01-24T01:06:40.1877779Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-01-24T01:06:40.1880787Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-01-24T01:06:40.1884120Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1887079Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-01-24T01:06:40.1890170Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-01-24T01:06:40.1893187Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-01-24T01:06:40.1896326Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-01-24T01:06:40.1899389Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-01-24T01:06:40.1902582Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-01-24T01:06:40.1905792Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-01-24T01:06:40.1909077Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1911879Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-01-24T01:06:40.1914980Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-01-24T01:06:40.1919358Z adding 'torch/include/ATen/ops/special_logit.h' 2025-01-24T01:06:40.1921845Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1924783Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-01-24T01:06:40.1928016Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-01-24T01:06:40.1931148Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-01-24T01:06:40.1934467Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.1937389Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-01-24T01:06:40.1940623Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-01-24T01:06:40.1943885Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-01-24T01:06:40.1947282Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1950241Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-01-24T01:06:40.1953428Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-01-24T01:06:40.1956486Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-01-24T01:06:40.1959637Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-01-24T01:06:40.1962933Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-01-24T01:06:40.1966026Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-01-24T01:06:40.1969030Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-01-24T01:06:40.1972413Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.1975360Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-01-24T01:06:40.1978458Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-01-24T01:06:40.1981439Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-01-24T01:06:40.1984582Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-01-24T01:06:40.1987579Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-01-24T01:06:40.1990929Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-01-24T01:06:40.1994645Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-01-24T01:06:40.1997487Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2000412Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:06:40.2003509Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:06:40.2006549Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-01-24T01:06:40.2009682Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:06:40.2012695Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-01-24T01:06:40.2015831Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-01-24T01:06:40.2020100Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-01-24T01:06:40.2022565Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2026033Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:06:40.2028747Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:06:40.2032048Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-01-24T01:06:40.2035144Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:06:40.2039107Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-01-24T01:06:40.2043171Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-01-24T01:06:40.2045776Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-01-24T01:06:40.2049295Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2052039Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-01-24T01:06:40.2085802Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-01-24T01:06:40.2086061Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-01-24T01:06:40.2086334Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2086489Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-01-24T01:06:40.2086625Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-01-24T01:06:40.2086749Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-01-24T01:06:40.2087100Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2087271Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-01-24T01:06:40.2087447Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-01-24T01:06:40.2087658Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-01-24T01:06:40.2091734Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-01-24T01:06:40.2094041Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-01-24T01:06:40.2097624Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-01-24T01:06:40.2100487Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-01-24T01:06:40.2104353Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2107337Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-01-24T01:06:40.2110587Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-01-24T01:06:40.2113657Z adding 'torch/include/ATen/ops/special_psi.h' 2025-01-24T01:06:40.2117057Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2120462Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-01-24T01:06:40.2123363Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-01-24T01:06:40.2126540Z adding 'torch/include/ATen/ops/special_round.h' 2025-01-24T01:06:40.2129850Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2132768Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-01-24T01:06:40.2136979Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-01-24T01:06:40.2139334Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-01-24T01:06:40.2142719Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2145683Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-01-24T01:06:40.2148771Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-01-24T01:06:40.2151737Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-01-24T01:06:40.2154920Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-01-24T01:06:40.2158245Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-01-24T01:06:40.2161457Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-01-24T01:06:40.2164446Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-01-24T01:06:40.2168412Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2171395Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-01-24T01:06:40.2174521Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-01-24T01:06:40.2177541Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-01-24T01:06:40.2180665Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-01-24T01:06:40.2183824Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-01-24T01:06:40.2187054Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-01-24T01:06:40.2190233Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-01-24T01:06:40.2193676Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2197062Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2200049Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-01-24T01:06:40.2203231Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-01-24T01:06:40.2206331Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-01-24T01:06:40.2209838Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-01-24T01:06:40.2213047Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-01-24T01:06:40.2216236Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-01-24T01:06:40.2219620Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-01-24T01:06:40.2223835Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2226399Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2229370Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-01-24T01:06:40.2232476Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-01-24T01:06:40.2235571Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-01-24T01:06:40.2238815Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-01-24T01:06:40.2241837Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-01-24T01:06:40.2245266Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-01-24T01:06:40.2248670Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-01-24T01:06:40.2252655Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2255354Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2258279Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-01-24T01:06:40.2261460Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-01-24T01:06:40.2264559Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-01-24T01:06:40.2267731Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-01-24T01:06:40.2270790Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-01-24T01:06:40.2274233Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-01-24T01:06:40.2277779Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-01-24T01:06:40.2281228Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2284440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2287398Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-01-24T01:06:40.2290553Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-01-24T01:06:40.2293574Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-01-24T01:06:40.2296787Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-01-24T01:06:40.2299849Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-01-24T01:06:40.2303261Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-01-24T01:06:40.2306411Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-01-24T01:06:40.2309689Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2312597Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-01-24T01:06:40.2316077Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-01-24T01:06:40.2319137Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-01-24T01:06:40.2322336Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2325436Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-01-24T01:06:40.2328593Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-01-24T01:06:40.2332026Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-01-24T01:06:40.2336067Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2338479Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-01-24T01:06:40.2341820Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-01-24T01:06:40.2344906Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-01-24T01:06:40.2348071Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-01-24T01:06:40.2351071Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-01-24T01:06:40.2354373Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-01-24T01:06:40.2358500Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-01-24T01:06:40.2361276Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2364624Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2367593Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-01-24T01:06:40.2371071Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-01-24T01:06:40.2373980Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-01-24T01:06:40.2377301Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-01-24T01:06:40.2381210Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-01-24T01:06:40.2383979Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-01-24T01:06:40.2387474Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-01-24T01:06:40.2390949Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2394015Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-01-24T01:06:40.2398334Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-01-24T01:06:40.2401083Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-01-24T01:06:40.2404583Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2407820Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2410963Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-01-24T01:06:40.2414061Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-01-24T01:06:40.2417252Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-01-24T01:06:40.2421221Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-01-24T01:06:40.2423796Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-01-24T01:06:40.2427286Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-01-24T01:06:40.2430550Z adding 'torch/include/ATen/ops/split.h' 2025-01-24T01:06:40.2434067Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2438209Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2440766Z adding 'torch/include/ATen/ops/split_copy.h' 2025-01-24T01:06:40.2444285Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2447609Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2450724Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-01-24T01:06:40.2454039Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-01-24T01:06:40.2457118Z adding 'torch/include/ATen/ops/split_native.h' 2025-01-24T01:06:40.2460848Z adding 'torch/include/ATen/ops/split_ops.h' 2025-01-24T01:06:40.2463687Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-01-24T01:06:40.2467129Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2470432Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-01-24T01:06:40.2474678Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2478196Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2481281Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-01-24T01:06:40.2484285Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-01-24T01:06:40.2487517Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-01-24T01:06:40.2490698Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-01-24T01:06:40.2494786Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-01-24T01:06:40.2497270Z adding 'torch/include/ATen/ops/sqrt.h' 2025-01-24T01:06:40.2500872Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2503676Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-01-24T01:06:40.2506925Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-01-24T01:06:40.2509961Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-01-24T01:06:40.2513289Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-01-24T01:06:40.2517027Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-01-24T01:06:40.2520094Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-01-24T01:06:40.2523349Z adding 'torch/include/ATen/ops/square.h' 2025-01-24T01:06:40.2526666Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2529689Z adding 'torch/include/ATen/ops/square_native.h' 2025-01-24T01:06:40.2533131Z adding 'torch/include/ATen/ops/square_ops.h' 2025-01-24T01:06:40.2536364Z adding 'torch/include/ATen/ops/squeeze.h' 2025-01-24T01:06:40.2540091Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2542830Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2546377Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-01-24T01:06:40.2549546Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2552936Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2555984Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-01-24T01:06:40.2572720Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-01-24T01:06:40.2572861Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-01-24T01:06:40.2572988Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-01-24T01:06:40.2573108Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-01-24T01:06:40.2574925Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2578722Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-01-24T01:06:40.2581328Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-01-24T01:06:40.2584585Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-01-24T01:06:40.2587933Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-01-24T01:06:40.2591423Z adding 'torch/include/ATen/ops/stack.h' 2025-01-24T01:06:40.2594693Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2597833Z adding 'torch/include/ATen/ops/stack_native.h' 2025-01-24T01:06:40.2601059Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-01-24T01:06:40.2604590Z adding 'torch/include/ATen/ops/std.h' 2025-01-24T01:06:40.2608217Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2611338Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-01-24T01:06:40.2614506Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-01-24T01:06:40.2618063Z adding 'torch/include/ATen/ops/std_mean.h' 2025-01-24T01:06:40.2621594Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2624821Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2627863Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-01-24T01:06:40.2631108Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-01-24T01:06:40.2634050Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-01-24T01:06:40.2637763Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-01-24T01:06:40.2641066Z adding 'torch/include/ATen/ops/std_native.h' 2025-01-24T01:06:40.2644917Z adding 'torch/include/ATen/ops/std_ops.h' 2025-01-24T01:06:40.2648366Z adding 'torch/include/ATen/ops/stft.h' 2025-01-24T01:06:40.2651609Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2654719Z adding 'torch/include/ATen/ops/stft_native.h' 2025-01-24T01:06:40.2658092Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-01-24T01:06:40.2661211Z adding 'torch/include/ATen/ops/stride.h' 2025-01-24T01:06:40.2664473Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2667366Z adding 'torch/include/ATen/ops/stride_native.h' 2025-01-24T01:06:40.2670553Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-01-24T01:06:40.2673780Z adding 'torch/include/ATen/ops/sub.h' 2025-01-24T01:06:40.2677221Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2680580Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2683445Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-01-24T01:06:40.2686559Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-01-24T01:06:40.2689580Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-01-24T01:06:40.2692715Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-01-24T01:06:40.2695894Z adding 'torch/include/ATen/ops/sub_native.h' 2025-01-24T01:06:40.2699344Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-01-24T01:06:40.2702620Z adding 'torch/include/ATen/ops/subtract.h' 2025-01-24T01:06:40.2705989Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2710025Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-01-24T01:06:40.2712532Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-01-24T01:06:40.2716034Z adding 'torch/include/ATen/ops/sum.h' 2025-01-24T01:06:40.2719446Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2722677Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2725727Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2729070Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-01-24T01:06:40.2732063Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-01-24T01:06:40.2734964Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-01-24T01:06:40.2738159Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-01-24T01:06:40.2741332Z adding 'torch/include/ATen/ops/sum_native.h' 2025-01-24T01:06:40.2744818Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-01-24T01:06:40.2748067Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-01-24T01:06:40.2751339Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2754220Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-01-24T01:06:40.2757454Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-01-24T01:06:40.2760609Z adding 'torch/include/ATen/ops/svd.h' 2025-01-24T01:06:40.2763944Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2766912Z adding 'torch/include/ATen/ops/svd_native.h' 2025-01-24T01:06:40.2770125Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-01-24T01:06:40.2773231Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-01-24T01:06:40.2776507Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2779414Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-01-24T01:06:40.2783183Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-01-24T01:06:40.2786514Z adding 'torch/include/ATen/ops/swapdims.h' 2025-01-24T01:06:40.2790612Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2793418Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-01-24T01:06:40.2796735Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-01-24T01:06:40.2799883Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-01-24T01:06:40.2803152Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2806087Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-01-24T01:06:40.2809342Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2812489Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-01-24T01:06:40.2817078Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-01-24T01:06:40.2820340Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-01-24T01:06:40.2824073Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-01-24T01:06:40.2827042Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-01-24T01:06:40.2830400Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2834084Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-01-24T01:06:40.2836668Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-01-24T01:06:40.2839845Z adding 'torch/include/ATen/ops/sym_size.h' 2025-01-24T01:06:40.2843110Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2846117Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-01-24T01:06:40.2849351Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-01-24T01:06:40.2852788Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-01-24T01:06:40.2856874Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2858931Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-01-24T01:06:40.2862505Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-01-24T01:06:40.2865236Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-01-24T01:06:40.2868604Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2871501Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-01-24T01:06:40.2874792Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-01-24T01:06:40.2877990Z adding 'torch/include/ATen/ops/t.h' 2025-01-24T01:06:40.2881705Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2885466Z adding 'torch/include/ATen/ops/t_copy.h' 2025-01-24T01:06:40.2888063Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.2891432Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2894263Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-01-24T01:06:40.2897571Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-01-24T01:06:40.2900567Z adding 'torch/include/ATen/ops/t_native.h' 2025-01-24T01:06:40.2903902Z adding 'torch/include/ATen/ops/t_ops.h' 2025-01-24T01:06:40.2907564Z adding 'torch/include/ATen/ops/take.h' 2025-01-24T01:06:40.2910590Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-01-24T01:06:40.2914143Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.2916964Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-01-24T01:06:40.2920323Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-01-24T01:06:40.2923473Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-01-24T01:06:40.2926736Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-01-24T01:06:40.2930247Z adding 'torch/include/ATen/ops/take_native.h' 2025-01-24T01:06:40.2933125Z adding 'torch/include/ATen/ops/take_ops.h' 2025-01-24T01:06:40.2936524Z adding 'torch/include/ATen/ops/tan.h' 2025-01-24T01:06:40.2939827Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2942816Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-01-24T01:06:40.2946034Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-01-24T01:06:40.2949077Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-01-24T01:06:40.2952163Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-01-24T01:06:40.2955452Z adding 'torch/include/ATen/ops/tan_native.h' 2025-01-24T01:06:40.2959196Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-01-24T01:06:40.2962063Z adding 'torch/include/ATen/ops/tanh.h' 2025-01-24T01:06:40.2965517Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-01-24T01:06:40.2968920Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2971895Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-01-24T01:06:40.2974993Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-01-24T01:06:40.2978200Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-01-24T01:06:40.2982282Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-01-24T01:06:40.2984503Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-01-24T01:06:40.2988012Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-01-24T01:06:40.2991351Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.2994501Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-01-24T01:06:40.2997707Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-01-24T01:06:40.3000715Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-01-24T01:06:40.3003825Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-01-24T01:06:40.3007082Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-01-24T01:06:40.3010684Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-01-24T01:06:40.3013703Z adding 'torch/include/ATen/ops/tensor.h' 2025-01-24T01:06:40.3017242Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-01-24T01:06:40.3020839Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3023928Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-01-24T01:06:40.3027891Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-01-24T01:06:40.3030466Z adding 'torch/include/ATen/ops/tensordot.h' 2025-01-24T01:06:40.3033947Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3037050Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-01-24T01:06:40.3040439Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-01-24T01:06:40.3044884Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-01-24T01:06:40.3047849Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3050923Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-01-24T01:06:40.3054244Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-01-24T01:06:40.3067334Z adding 'torch/include/ATen/ops/threshold.h' 2025-01-24T01:06:40.3067506Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-01-24T01:06:40.3067909Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3068670Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-01-24T01:06:40.3073030Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-01-24T01:06:40.3075058Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-01-24T01:06:40.3079278Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-01-24T01:06:40.3081863Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-01-24T01:06:40.3085586Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-01-24T01:06:40.3088998Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3092731Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-01-24T01:06:40.3096025Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-01-24T01:06:40.3098994Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-01-24T01:06:40.3102337Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-01-24T01:06:40.3105376Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-01-24T01:06:40.3108638Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-01-24T01:06:40.3111925Z adding 'torch/include/ATen/ops/tile.h' 2025-01-24T01:06:40.3115271Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3118423Z adding 'torch/include/ATen/ops/tile_native.h' 2025-01-24T01:06:40.3121595Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-01-24T01:06:40.3124576Z adding 'torch/include/ATen/ops/to.h' 2025-01-24T01:06:40.3127892Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3130818Z adding 'torch/include/ATen/ops/to_dense.h' 2025-01-24T01:06:40.3133948Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-01-24T01:06:40.3137271Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3140399Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-01-24T01:06:40.3143913Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-01-24T01:06:40.3146977Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3150123Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-01-24T01:06:40.3153297Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-01-24T01:06:40.3156495Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-01-24T01:06:40.3159584Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-01-24T01:06:40.3162867Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3165752Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-01-24T01:06:40.3168945Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-01-24T01:06:40.3172193Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3175128Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-01-24T01:06:40.3178133Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-01-24T01:06:40.3181362Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-01-24T01:06:40.3184467Z adding 'torch/include/ATen/ops/to_native.h' 2025-01-24T01:06:40.3187945Z adding 'torch/include/ATen/ops/to_ops.h' 2025-01-24T01:06:40.3191460Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-01-24T01:06:40.3194921Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3198023Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-01-24T01:06:40.3201256Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-01-24T01:06:40.3205035Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-01-24T01:06:40.3207394Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-01-24T01:06:40.3210858Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3213776Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-01-24T01:06:40.3217066Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-01-24T01:06:40.3220150Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-01-24T01:06:40.3223612Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3226840Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-01-24T01:06:40.3230013Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-01-24T01:06:40.3233670Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3236401Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-01-24T01:06:40.3239835Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3242751Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-01-24T01:06:40.3246200Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-01-24T01:06:40.3249104Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-01-24T01:06:40.3264710Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3264888Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-01-24T01:06:40.3265017Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-01-24T01:06:40.3265165Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-01-24T01:06:40.3267110Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-01-24T01:06:40.3270296Z adding 'torch/include/ATen/ops/topk.h' 2025-01-24T01:06:40.3306331Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3306479Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-01-24T01:06:40.3306621Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-01-24T01:06:40.3306749Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-01-24T01:06:40.3306895Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-01-24T01:06:40.3307014Z adding 'torch/include/ATen/ops/topk_native.h' 2025-01-24T01:06:40.3307130Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-01-24T01:06:40.3307325Z adding 'torch/include/ATen/ops/trace.h' 2025-01-24T01:06:40.3307470Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-01-24T01:06:40.3307754Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3309982Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-01-24T01:06:40.3313317Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-01-24T01:06:40.3317823Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3319823Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-01-24T01:06:40.3323876Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-01-24T01:06:40.3326093Z adding 'torch/include/ATen/ops/trace_native.h' 2025-01-24T01:06:40.3329823Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-01-24T01:06:40.3332931Z adding 'torch/include/ATen/ops/transpose.h' 2025-01-24T01:06:40.3336090Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3339204Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3342402Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-01-24T01:06:40.3345703Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3348895Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3351706Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-01-24T01:06:40.3354932Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-01-24T01:06:40.3358435Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-01-24T01:06:40.3361773Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-01-24T01:06:40.3364738Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-01-24T01:06:40.3368002Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3370895Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-01-24T01:06:40.3374104Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-01-24T01:06:40.3377156Z adding 'torch/include/ATen/ops/trapz.h' 2025-01-24T01:06:40.3380441Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3383490Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-01-24T01:06:40.3387744Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-01-24T01:06:40.3390024Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-01-24T01:06:40.3393465Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3396603Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-01-24T01:06:40.3400678Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-01-24T01:06:40.3403889Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-01-24T01:06:40.3406975Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-01-24T01:06:40.3410203Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-01-24T01:06:40.3413521Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-01-24T01:06:40.3416620Z adding 'torch/include/ATen/ops/tril.h' 2025-01-24T01:06:40.3419959Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3422894Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-01-24T01:06:40.3425966Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-01-24T01:06:40.3429204Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-01-24T01:06:40.3432522Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3435607Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-01-24T01:06:40.3438992Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-01-24T01:06:40.3441967Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-01-24T01:06:40.3445114Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-01-24T01:06:40.3448265Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-01-24T01:06:40.3451288Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-01-24T01:06:40.3454277Z adding 'torch/include/ATen/ops/tril_native.h' 2025-01-24T01:06:40.3457496Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-01-24T01:06:40.3460684Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-01-24T01:06:40.3464003Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3466968Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-01-24T01:06:40.3470091Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-01-24T01:06:40.3473158Z adding 'torch/include/ATen/ops/triu.h' 2025-01-24T01:06:40.3476607Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3479549Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-01-24T01:06:40.3482652Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-01-24T01:06:40.3485872Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-01-24T01:06:40.3489172Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3492395Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-01-24T01:06:40.3495521Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-01-24T01:06:40.3498349Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-01-24T01:06:40.3501670Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-01-24T01:06:40.3504738Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-01-24T01:06:40.3507870Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-01-24T01:06:40.3510873Z adding 'torch/include/ATen/ops/triu_native.h' 2025-01-24T01:06:40.3514093Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-01-24T01:06:40.3517394Z adding 'torch/include/ATen/ops/true_divide.h' 2025-01-24T01:06:40.3520670Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3523638Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-01-24T01:06:40.3526947Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-01-24T01:06:40.3530113Z adding 'torch/include/ATen/ops/trunc.h' 2025-01-24T01:06:40.3533454Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3537135Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-01-24T01:06:40.3540314Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-01-24T01:06:40.3543347Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-01-24T01:06:40.3546432Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-01-24T01:06:40.3549478Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-01-24T01:06:40.3552995Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-01-24T01:06:40.3555917Z adding 'torch/include/ATen/ops/type_as.h' 2025-01-24T01:06:40.3559121Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3561952Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-01-24T01:06:40.3565170Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-01-24T01:06:40.3568230Z adding 'torch/include/ATen/ops/unbind.h' 2025-01-24T01:06:40.3571464Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3574616Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3577628Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-01-24T01:06:40.3580915Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3584096Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3586952Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-01-24T01:06:40.3590116Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-01-24T01:06:40.3593158Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-01-24T01:06:40.3596441Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-01-24T01:06:40.3599811Z adding 'torch/include/ATen/ops/unflatten.h' 2025-01-24T01:06:40.3603045Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3606273Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-01-24T01:06:40.3609523Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3612309Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-01-24T01:06:40.3615512Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-01-24T01:06:40.3618426Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-01-24T01:06:40.3621668Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-01-24T01:06:40.3624639Z adding 'torch/include/ATen/ops/unfold.h' 2025-01-24T01:06:40.3628036Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-01-24T01:06:40.3631704Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3634748Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-01-24T01:06:40.3637921Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-01-24T01:06:40.3640928Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-01-24T01:06:40.3644679Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-01-24T01:06:40.3651837Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-01-24T01:06:40.3654465Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3657770Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3660741Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-01-24T01:06:40.3664012Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-01-24T01:06:40.3667324Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-01-24T01:06:40.3670703Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-01-24T01:06:40.3673665Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-01-24T01:06:40.3676689Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-01-24T01:06:40.3679885Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-01-24T01:06:40.3683020Z adding 'torch/include/ATen/ops/uniform.h' 2025-01-24T01:06:40.3686357Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3689414Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-01-24T01:06:40.3692655Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-01-24T01:06:40.3695748Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-01-24T01:06:40.3698692Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-01-24T01:06:40.3702881Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-01-24T01:06:40.3706102Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-01-24T01:06:40.3709526Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3712717Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-01-24T01:06:40.3715912Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-01-24T01:06:40.3719047Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-01-24T01:06:40.3722540Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-01-24T01:06:40.3725783Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-01-24T01:06:40.3729006Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3732174Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-01-24T01:06:40.3735573Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3738589Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-01-24T01:06:40.3741705Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-01-24T01:06:40.3744717Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-01-24T01:06:40.3748131Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-01-24T01:06:40.3751354Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-01-24T01:06:40.3754478Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-01-24T01:06:40.3757526Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-01-24T01:06:40.3760855Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-01-24T01:06:40.3764024Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-01-24T01:06:40.3767308Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3770158Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-01-24T01:06:40.3773307Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-01-24T01:06:40.3776653Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-01-24T01:06:40.3780123Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3783119Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-01-24T01:06:40.3786343Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-01-24T01:06:40.3789780Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-01-24T01:06:40.3793243Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3796306Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-01-24T01:06:40.3799578Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-01-24T01:06:40.3802650Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-01-24T01:06:40.3805971Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3808987Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-01-24T01:06:40.3812291Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3815600Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3818682Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-01-24T01:06:40.3821858Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-01-24T01:06:40.3824708Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-01-24T01:06:40.3827918Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-01-24T01:06:40.3831629Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-01-24T01:06:40.3835495Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-01-24T01:06:40.3839212Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3842292Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.3845938Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.3848931Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-01-24T01:06:40.3852172Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-01-24T01:06:40.3855304Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-01-24T01:06:40.3858592Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-01-24T01:06:40.3862017Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3865105Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3869390Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-01-24T01:06:40.3871798Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-01-24T01:06:40.3875452Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-01-24T01:06:40.3878390Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-01-24T01:06:40.3881670Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-01-24T01:06:40.3884977Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-01-24T01:06:40.3889193Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-01-24T01:06:40.3893108Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-01-24T01:06:40.3896738Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3900004Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.3904042Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.3906631Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-01-24T01:06:40.3910047Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-01-24T01:06:40.3913245Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-01-24T01:06:40.3916930Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-01-24T01:06:40.3921124Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.3923767Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3926995Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3930174Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-01-24T01:06:40.3933545Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-01-24T01:06:40.3936636Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-01-24T01:06:40.3940028Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-01-24T01:06:40.3943587Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-01-24T01:06:40.3946778Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-01-24T01:06:40.3950539Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-01-24T01:06:40.3954958Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-01-24T01:06:40.3958307Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3961415Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.3964659Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.3967947Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-01-24T01:06:40.3972046Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-01-24T01:06:40.3974435Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-01-24T01:06:40.3977905Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-01-24T01:06:40.3981757Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.3984885Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.3987934Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-01-24T01:06:40.3991141Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-01-24T01:06:40.3994972Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-01-24T01:06:40.3997699Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-01-24T01:06:40.4000982Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-01-24T01:06:40.4004346Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-01-24T01:06:40.4008083Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-01-24T01:06:40.4012024Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-01-24T01:06:40.4016246Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4019306Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.4023473Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.4025923Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-01-24T01:06:40.4029264Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-01-24T01:06:40.4032265Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-01-24T01:06:40.4035759Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-01-24T01:06:40.4039414Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4042680Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4046279Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-01-24T01:06:40.4049049Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-01-24T01:06:40.4052247Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-01-24T01:06:40.4055441Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-01-24T01:06:40.4058723Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-01-24T01:06:40.4062046Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-01-24T01:06:40.4075024Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-01-24T01:06:40.4075524Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-01-24T01:06:40.4075959Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4078679Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.4081972Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.4085093Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-01-24T01:06:40.4088586Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-01-24T01:06:40.4091787Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-01-24T01:06:40.4095297Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-01-24T01:06:40.4098836Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4102124Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4105218Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4108323Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-01-24T01:06:40.4111900Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-01-24T01:06:40.4114871Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-01-24T01:06:40.4118740Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-01-24T01:06:40.4121440Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-01-24T01:06:40.4125716Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-01-24T01:06:40.4128772Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-01-24T01:06:40.4132587Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-01-24T01:06:40.4136244Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4139351Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.4142663Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.4145888Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-01-24T01:06:40.4149145Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-01-24T01:06:40.4152284Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-01-24T01:06:40.4155870Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-01-24T01:06:40.4159526Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4162598Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4165606Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-01-24T01:06:40.4168816Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-01-24T01:06:40.4171928Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-01-24T01:06:40.4175173Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-01-24T01:06:40.4178339Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-01-24T01:06:40.4181892Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-01-24T01:06:40.4185635Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-01-24T01:06:40.4189365Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-01-24T01:06:40.4193006Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4196280Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-01-24T01:06:40.4199609Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-01-24T01:06:40.4202763Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-01-24T01:06:40.4206096Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-01-24T01:06:40.4216200Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-01-24T01:06:40.4216659Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-01-24T01:06:40.4217435Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4219721Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4223036Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-01-24T01:06:40.4226360Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-01-24T01:06:40.4229542Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-01-24T01:06:40.4232864Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-01-24T01:06:40.4236271Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-01-24T01:06:40.4239902Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-01-24T01:06:40.4243234Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-01-24T01:06:40.4246634Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4249717Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-01-24T01:06:40.4253507Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-01-24T01:06:40.4256042Z adding 'torch/include/ATen/ops/values.h' 2025-01-24T01:06:40.4259325Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4262283Z adding 'torch/include/ATen/ops/values_copy.h' 2025-01-24T01:06:40.4265694Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4268974Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4271924Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-01-24T01:06:40.4275161Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-01-24T01:06:40.4278502Z adding 'torch/include/ATen/ops/values_native.h' 2025-01-24T01:06:40.4281695Z adding 'torch/include/ATen/ops/values_ops.h' 2025-01-24T01:06:40.4284931Z adding 'torch/include/ATen/ops/vander.h' 2025-01-24T01:06:40.4288186Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4291282Z adding 'torch/include/ATen/ops/vander_native.h' 2025-01-24T01:06:40.4294528Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-01-24T01:06:40.4298808Z adding 'torch/include/ATen/ops/var.h' 2025-01-24T01:06:40.4302638Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4305801Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-01-24T01:06:40.4308961Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-01-24T01:06:40.4312418Z adding 'torch/include/ATen/ops/var_mean.h' 2025-01-24T01:06:40.4315929Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4319243Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4322315Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-01-24T01:06:40.4325568Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-01-24T01:06:40.4328760Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-01-24T01:06:40.4333076Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-01-24T01:06:40.4336804Z adding 'torch/include/ATen/ops/var_native.h' 2025-01-24T01:06:40.4340287Z adding 'torch/include/ATen/ops/var_ops.h' 2025-01-24T01:06:40.4343776Z adding 'torch/include/ATen/ops/vdot.h' 2025-01-24T01:06:40.4347935Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4350202Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-01-24T01:06:40.4353588Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-01-24T01:06:40.4356516Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-01-24T01:06:40.4360014Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-01-24T01:06:40.4363139Z adding 'torch/include/ATen/ops/view.h' 2025-01-24T01:06:40.4366110Z adding 'torch/include/ATen/ops/view_as.h' 2025-01-24T01:06:40.4369160Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-01-24T01:06:40.4372527Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-01-24T01:06:40.4376535Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4379108Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4382262Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-01-24T01:06:40.4385274Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-01-24T01:06:40.4388507Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-01-24T01:06:40.4391678Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-01-24T01:06:40.4394956Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-01-24T01:06:40.4397930Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-01-24T01:06:40.4401211Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-01-24T01:06:40.4404958Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4407858Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-01-24T01:06:40.4410680Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-01-24T01:06:40.4413738Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-01-24T01:06:40.4416949Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-01-24T01:06:40.4420178Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4423499Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4426347Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-01-24T01:06:40.4429729Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-01-24T01:06:40.4433304Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-01-24T01:06:40.4436102Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-01-24T01:06:40.4439336Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-01-24T01:06:40.4442325Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-01-24T01:06:40.4445539Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-01-24T01:06:40.4448773Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4452374Z adding 'torch/include/ATen/ops/view_copy.h' 2025-01-24T01:06:40.4455942Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4459230Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4462086Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-01-24T01:06:40.4465383Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-01-24T01:06:40.4468702Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-01-24T01:06:40.4471777Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-01-24T01:06:40.4475050Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-01-24T01:06:40.4478761Z adding 'torch/include/ATen/ops/view_native.h' 2025-01-24T01:06:40.4481540Z adding 'torch/include/ATen/ops/view_ops.h' 2025-01-24T01:06:40.4484962Z adding 'torch/include/ATen/ops/vsplit.h' 2025-01-24T01:06:40.4488295Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4491219Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-01-24T01:06:40.4494439Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-01-24T01:06:40.4497714Z adding 'torch/include/ATen/ops/vstack.h' 2025-01-24T01:06:40.4501708Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4504112Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-01-24T01:06:40.4507453Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-01-24T01:06:40.4510827Z adding 'torch/include/ATen/ops/where.h' 2025-01-24T01:06:40.4514377Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4517516Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-01-24T01:06:40.4520845Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-01-24T01:06:40.4524295Z adding 'torch/include/ATen/ops/where_native.h' 2025-01-24T01:06:40.4527536Z adding 'torch/include/ATen/ops/where_ops.h' 2025-01-24T01:06:40.4531159Z adding 'torch/include/ATen/ops/xlogy.h' 2025-01-24T01:06:40.4534530Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4538064Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-01-24T01:06:40.4541084Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-01-24T01:06:40.4544063Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-01-24T01:06:40.4547204Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-01-24T01:06:40.4550337Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-01-24T01:06:40.4553443Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-01-24T01:06:40.4557072Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-01-24T01:06:40.4560723Z adding 'torch/include/ATen/ops/xor.h' 2025-01-24T01:06:40.4563750Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-01-24T01:06:40.4566816Z adding 'torch/include/ATen/ops/xor_native.h' 2025-01-24T01:06:40.4570113Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-01-24T01:06:40.4573135Z adding 'torch/include/ATen/ops/zero.h' 2025-01-24T01:06:40.4576415Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4579443Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-01-24T01:06:40.4582628Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-01-24T01:06:40.4585658Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-01-24T01:06:40.4588668Z adding 'torch/include/ATen/ops/zero_native.h' 2025-01-24T01:06:40.4593199Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-01-24T01:06:40.4595905Z adding 'torch/include/ATen/ops/zeros.h' 2025-01-24T01:06:40.4599481Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4602735Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-01-24T01:06:40.4606156Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-01-24T01:06:40.4609560Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-01-24T01:06:40.4612335Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-01-24T01:06:40.4615673Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-01-24T01:06:40.4618789Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-01-24T01:06:40.4622233Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-01-24T01:06:40.4628993Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-01-24T01:06:40.4633870Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-01-24T01:06:40.4638362Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-01-24T01:06:40.4642085Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-01-24T01:06:40.4645107Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-01-24T01:06:40.4650789Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-01-24T01:06:40.4652732Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-01-24T01:06:40.4689820Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-01-24T01:06:40.4690233Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-01-24T01:06:40.4690590Z adding 'torch/include/c10/core/Allocator.h' 2025-01-24T01:06:40.4690941Z adding 'torch/include/c10/core/AutogradState.h' 2025-01-24T01:06:40.4691269Z adding 'torch/include/c10/core/Backend.h' 2025-01-24T01:06:40.4691611Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-01-24T01:06:40.4691996Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-01-24T01:06:40.4693078Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-01-24T01:06:40.4696772Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-01-24T01:06:40.4701499Z adding 'torch/include/c10/core/Contiguity.h' 2025-01-24T01:06:40.4704023Z adding 'torch/include/c10/core/CopyBytes.h' 2025-01-24T01:06:40.4707434Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-01-24T01:06:40.4710402Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-01-24T01:06:40.4715161Z adding 'torch/include/c10/core/Device.h' 2025-01-24T01:06:40.4718907Z adding 'torch/include/c10/core/DeviceArray.h' 2025-01-24T01:06:40.4723926Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-01-24T01:06:40.4727773Z adding 'torch/include/c10/core/DeviceType.h' 2025-01-24T01:06:40.4741495Z adding 'torch/include/c10/core/DispatchKey.h' 2025-01-24T01:06:40.4758264Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-01-24T01:06:40.4763125Z adding 'torch/include/c10/core/DynamicCast.h' 2025-01-24T01:06:40.4767520Z adding 'torch/include/c10/core/Event.h' 2025-01-24T01:06:40.4771789Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-01-24T01:06:40.4775018Z adding 'torch/include/c10/core/GradMode.h' 2025-01-24T01:06:40.4778885Z adding 'torch/include/c10/core/InferenceMode.h' 2025-01-24T01:06:40.4782802Z adding 'torch/include/c10/core/Layout.h' 2025-01-24T01:06:40.4787533Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-01-24T01:06:40.4790842Z adding 'torch/include/c10/core/OptionalRef.h' 2025-01-24T01:06:40.4794771Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-01-24T01:06:40.4798147Z adding 'torch/include/c10/core/QEngine.h' 2025-01-24T01:06:40.4801309Z adding 'torch/include/c10/core/QScheme.h' 2025-01-24T01:06:40.4804886Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-01-24T01:06:40.4808605Z adding 'torch/include/c10/core/SafePyObject.h' 2025-01-24T01:06:40.4814810Z adding 'torch/include/c10/core/Scalar.h' 2025-01-24T01:06:40.4823155Z adding 'torch/include/c10/core/ScalarType.h' 2025-01-24T01:06:40.4827233Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-01-24T01:06:40.4831561Z adding 'torch/include/c10/core/Storage.h' 2025-01-24T01:06:40.4837461Z adding 'torch/include/c10/core/StorageImpl.h' 2025-01-24T01:06:40.4842600Z adding 'torch/include/c10/core/Stream.h' 2025-01-24T01:06:40.4847074Z adding 'torch/include/c10/core/StreamGuard.h' 2025-01-24T01:06:40.4851027Z adding 'torch/include/c10/core/SymBool.h' 2025-01-24T01:06:40.4854820Z adding 'torch/include/c10/core/SymFloat.h' 2025-01-24T01:06:40.4861390Z adding 'torch/include/c10/core/SymInt.h' 2025-01-24T01:06:40.4865250Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-01-24T01:06:40.4869168Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-01-24T01:06:40.4873607Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-01-24T01:06:40.4916276Z adding 'torch/include/c10/core/TensorImpl.h' 2025-01-24T01:06:40.4928930Z adding 'torch/include/c10/core/TensorOptions.h' 2025-01-24T01:06:40.4932864Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-01-24T01:06:40.4936096Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-01-24T01:06:40.4939178Z adding 'torch/include/c10/core/alignment.h' 2025-01-24T01:06:40.4942849Z adding 'torch/include/c10/core/thread_pool.h' 2025-01-24T01:06:40.4947547Z adding 'torch/include/c10/core/impl/COW.h' 2025-01-24T01:06:40.4951023Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-01-24T01:06:40.4957638Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-01-24T01:06:40.4961631Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-01-24T01:06:40.4964919Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-01-24T01:06:40.4968778Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-01-24T01:06:40.4975789Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-01-24T01:06:40.4979737Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-01-24T01:06:40.4985130Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-01-24T01:06:40.4989902Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-01-24T01:06:40.4996008Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-01-24T01:06:40.5001415Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-01-24T01:06:40.5004843Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-01-24T01:06:40.5009329Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-01-24T01:06:40.5013247Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-01-24T01:06:40.5016898Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-01-24T01:06:40.5019884Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-01-24T01:06:40.5024222Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-01-24T01:06:40.5029335Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-01-24T01:06:40.5035972Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-01-24T01:06:40.5040410Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-01-24T01:06:40.5045102Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-01-24T01:06:40.5049172Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-01-24T01:06:40.5053099Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-01-24T01:06:40.5057356Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-01-24T01:06:40.5061951Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-01-24T01:06:40.5065523Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-01-24T01:06:40.5069072Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-01-24T01:06:40.5072200Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-01-24T01:06:40.5078667Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-01-24T01:06:40.5082417Z adding 'torch/include/c10/cuda/driver_api.h' 2025-01-24T01:06:40.5088175Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-01-24T01:06:40.5091359Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-01-24T01:06:40.5096524Z adding 'torch/include/c10/macros/Export.h' 2025-01-24T01:06:40.5103863Z adding 'torch/include/c10/macros/Macros.h' 2025-01-24T01:06:40.5107376Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-01-24T01:06:40.5113994Z adding 'torch/include/c10/metal/special_math.h' 2025-01-24T01:06:40.5117581Z adding 'torch/include/c10/metal/utils.h' 2025-01-24T01:06:40.5123663Z adding 'torch/include/c10/util/AbortHandler.h' 2025-01-24T01:06:40.5127795Z adding 'torch/include/c10/util/AlignOf.h' 2025-01-24T01:06:40.5133254Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-01-24T01:06:40.5135593Z adding 'torch/include/c10/util/Array.h' 2025-01-24T01:06:40.5172175Z adding 'torch/include/c10/util/ArrayRef.h' 2025-01-24T01:06:40.5172554Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-01-24T01:06:40.5172911Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-01-24T01:06:40.5173245Z adding 'torch/include/c10/util/BFloat16.h' 2025-01-24T01:06:40.5173560Z adding 'torch/include/c10/util/Backtrace.h' 2025-01-24T01:06:40.5173888Z adding 'torch/include/c10/util/Bitset.h' 2025-01-24T01:06:40.5174189Z adding 'torch/include/c10/util/C++17.h' 2025-01-24T01:06:40.5174487Z adding 'torch/include/c10/util/CallOnce.h' 2025-01-24T01:06:40.5178182Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-01-24T01:06:40.5181869Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-01-24T01:06:40.5185630Z adding 'torch/include/c10/util/Deprecated.h' 2025-01-24T01:06:40.5189948Z adding 'torch/include/c10/util/DimVector.h' 2025-01-24T01:06:40.5192119Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-01-24T01:06:40.5203056Z adding 'torch/include/c10/util/Exception.h' 2025-01-24T01:06:40.5207932Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-01-24T01:06:40.5211594Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-01-24T01:06:40.5214656Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-01-24T01:06:40.5220003Z adding 'torch/include/c10/util/Flags.h' 2025-01-24T01:06:40.5224565Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-01-24T01:06:40.5229722Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-01-24T01:06:40.5234095Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-01-24T01:06:40.5238353Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-01-24T01:06:40.5242604Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-01-24T01:06:40.5246870Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-01-24T01:06:40.5251173Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-01-24T01:06:40.5255651Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-01-24T01:06:40.5259075Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-01-24T01:06:40.5262863Z adding 'torch/include/c10/util/FunctionRef.h' 2025-01-24T01:06:40.5266112Z adding 'torch/include/c10/util/Gauge.h' 2025-01-24T01:06:40.5271449Z adding 'torch/include/c10/util/Half-inl.h' 2025-01-24T01:06:40.5278856Z adding 'torch/include/c10/util/Half.h' 2025-01-24T01:06:40.5282877Z adding 'torch/include/c10/util/IdWrapper.h' 2025-01-24T01:06:40.5286542Z adding 'torch/include/c10/util/Lazy.h' 2025-01-24T01:06:40.5291230Z adding 'torch/include/c10/util/LeftRight.h' 2025-01-24T01:06:40.5294578Z adding 'torch/include/c10/util/Load.h' 2025-01-24T01:06:40.5300861Z adding 'torch/include/c10/util/Logging.h' 2025-01-24T01:06:40.5304965Z adding 'torch/include/c10/util/MathConstants.h' 2025-01-24T01:06:40.5309262Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-01-24T01:06:40.5313761Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-01-24T01:06:40.5317672Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-01-24T01:06:40.5321177Z adding 'torch/include/c10/util/Optional.h' 2025-01-24T01:06:40.5325322Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-01-24T01:06:40.5328414Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-01-24T01:06:40.5333961Z adding 'torch/include/c10/util/Registry.h' 2025-01-24T01:06:40.5337565Z adding 'torch/include/c10/util/ScopeExit.h' 2025-01-24T01:06:40.5341067Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-01-24T01:06:40.5358580Z adding 'torch/include/c10/util/SmallVector.h' 2025-01-24T01:06:40.5364081Z adding 'torch/include/c10/util/StringUtil.h' 2025-01-24T01:06:40.5367483Z adding 'torch/include/c10/util/Synchronized.h' 2025-01-24T01:06:40.5371343Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-01-24T01:06:40.5375110Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-01-24T01:06:40.5378229Z adding 'torch/include/c10/util/Type.h' 2025-01-24T01:06:40.5382409Z adding 'torch/include/c10/util/TypeCast.h' 2025-01-24T01:06:40.5386509Z adding 'torch/include/c10/util/TypeIndex.h' 2025-01-24T01:06:40.5392639Z adding 'torch/include/c10/util/TypeList.h' 2025-01-24T01:06:40.5396897Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-01-24T01:06:40.5400990Z adding 'torch/include/c10/util/TypeTraits.h' 2025-01-24T01:06:40.5404156Z adding 'torch/include/c10/util/Unicode.h' 2025-01-24T01:06:40.5408087Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-01-24T01:06:40.5411723Z adding 'torch/include/c10/util/Unroll.h' 2025-01-24T01:06:40.5415076Z adding 'torch/include/c10/util/WaitCounter.h' 2025-01-24T01:06:40.5418307Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-01-24T01:06:40.5421822Z adding 'torch/include/c10/util/accumulate.h' 2025-01-24T01:06:40.5425263Z adding 'torch/include/c10/util/bit_cast.h' 2025-01-24T01:06:40.5428313Z adding 'torch/include/c10/util/bits.h' 2025-01-24T01:06:40.5435710Z adding 'torch/include/c10/util/complex.h' 2025-01-24T01:06:40.5441005Z adding 'torch/include/c10/util/complex_math.h' 2025-01-24T01:06:40.5444536Z adding 'torch/include/c10/util/complex_utils.h' 2025-01-24T01:06:40.5447646Z adding 'torch/include/c10/util/copysign.h' 2025-01-24T01:06:40.5450739Z adding 'torch/include/c10/util/env.h' 2025-01-24T01:06:40.5453661Z adding 'torch/include/c10/util/error.h' 2025-01-24T01:06:40.5469519Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-01-24T01:06:40.5474145Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-01-24T01:06:40.5477884Z adding 'torch/include/c10/util/generic_math.h' 2025-01-24T01:06:40.5483620Z adding 'torch/include/c10/util/hash.h' 2025-01-24T01:06:40.5489746Z adding 'torch/include/c10/util/int128.h' 2025-01-24T01:06:40.5503175Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-01-24T01:06:40.5507942Z adding 'torch/include/c10/util/irange.h' 2025-01-24T01:06:40.5518632Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-01-24T01:06:40.5523180Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-01-24T01:06:40.5528051Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-01-24T01:06:40.5531399Z adding 'torch/include/c10/util/numa.h' 2025-01-24T01:06:40.5549737Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-01-24T01:06:40.5555010Z adding 'torch/include/c10/util/overflows.h' 2025-01-24T01:06:40.5558341Z adding 'torch/include/c10/util/overloaded.h' 2025-01-24T01:06:40.5561164Z adding 'torch/include/c10/util/python_stub.h' 2025-01-24T01:06:40.5564133Z adding 'torch/include/c10/util/qint32.h' 2025-01-24T01:06:40.5567162Z adding 'torch/include/c10/util/qint8.h' 2025-01-24T01:06:40.5570175Z adding 'torch/include/c10/util/quint2x4.h' 2025-01-24T01:06:40.5573153Z adding 'torch/include/c10/util/quint4x2.h' 2025-01-24T01:06:40.5576589Z adding 'torch/include/c10/util/quint8.h' 2025-01-24T01:06:40.5579520Z adding 'torch/include/c10/util/safe_numerics.h' 2025-01-24T01:06:40.5583415Z adding 'torch/include/c10/util/signal_handler.h' 2025-01-24T01:06:40.5592552Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-01-24T01:06:40.5596660Z adding 'torch/include/c10/util/ssize.h' 2025-01-24T01:06:40.5599880Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-01-24T01:06:40.5604682Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-01-24T01:06:40.5607635Z adding 'torch/include/c10/util/strides.h' 2025-01-24T01:06:40.5610614Z adding 'torch/include/c10/util/string_utils.h' 2025-01-24T01:06:40.5617671Z adding 'torch/include/c10/util/string_view.h' 2025-01-24T01:06:40.5652843Z adding 'torch/include/c10/util/strong_type.h' 2025-01-24T01:06:40.5653210Z adding 'torch/include/c10/util/tempfile.h' 2025-01-24T01:06:40.5653539Z adding 'torch/include/c10/util/thread_name.h' 2025-01-24T01:06:40.5653862Z adding 'torch/include/c10/util/typeid.h' 2025-01-24T01:06:40.5654188Z adding 'torch/include/c10/util/win32-headers.h' 2025-01-24T01:06:40.5655858Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-01-24T01:06:40.5660886Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-01-24T01:06:40.5664806Z adding 'torch/include/c10/xpu/XPUException.h' 2025-01-24T01:06:40.5667720Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-01-24T01:06:40.5670991Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-01-24T01:06:40.5676600Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-01-24T01:06:40.5681476Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-01-24T01:06:40.5722387Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-01-24T01:06:40.5727396Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-01-24T01:06:40.5730701Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-01-24T01:06:40.5736123Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-01-24T01:06:40.5739598Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-01-24T01:06:40.5743037Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-01-24T01:06:40.5747499Z adding 'torch/include/caffe2/serialize/versions.h' 2025-01-24T01:06:40.5752464Z adding 'torch/include/kineto/AbstractConfig.h' 2025-01-24T01:06:40.5756576Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-01-24T01:06:40.5759734Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-01-24T01:06:40.5763297Z adding 'torch/include/kineto/ActivityType.h' 2025-01-24T01:06:40.5766426Z adding 'torch/include/kineto/ClientInterface.h' 2025-01-24T01:06:40.5772782Z adding 'torch/include/kineto/Config.h' 2025-01-24T01:06:40.5777118Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-01-24T01:06:40.5781509Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-01-24T01:06:40.5785762Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-01-24T01:06:40.5788618Z adding 'torch/include/kineto/ITraceActivity.h' 2025-01-24T01:06:40.5791655Z adding 'torch/include/kineto/LoggingAPI.h' 2025-01-24T01:06:40.5794808Z adding 'torch/include/kineto/ThreadUtil.h' 2025-01-24T01:06:40.5798127Z adding 'torch/include/kineto/TraceSpan.h' 2025-01-24T01:06:40.5801940Z adding 'torch/include/kineto/libkineto.h' 2025-01-24T01:06:40.5805434Z adding 'torch/include/kineto/output_base.h' 2025-01-24T01:06:40.5808560Z adding 'torch/include/kineto/time_since_epoch.h' 2025-01-24T01:06:40.5818298Z adding 'torch/include/pybind11/attr.h' 2025-01-24T01:06:40.5823607Z adding 'torch/include/pybind11/buffer_info.h' 2025-01-24T01:06:40.5847718Z adding 'torch/include/pybind11/cast.h' 2025-01-24T01:06:40.5854016Z adding 'torch/include/pybind11/chrono.h' 2025-01-24T01:06:40.5857347Z adding 'torch/include/pybind11/common.h' 2025-01-24T01:06:40.5860764Z adding 'torch/include/pybind11/complex.h' 2025-01-24T01:06:40.5863702Z adding 'torch/include/pybind11/eigen.h' 2025-01-24T01:06:40.5869679Z adding 'torch/include/pybind11/embed.h' 2025-01-24T01:06:40.5874475Z adding 'torch/include/pybind11/eval.h' 2025-01-24T01:06:40.5878540Z adding 'torch/include/pybind11/functional.h' 2025-01-24T01:06:40.5883265Z adding 'torch/include/pybind11/gil.h' 2025-01-24T01:06:40.5887701Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-01-24T01:06:40.5892850Z adding 'torch/include/pybind11/iostream.h' 2025-01-24T01:06:40.5920576Z adding 'torch/include/pybind11/numpy.h' 2025-01-24T01:06:40.5926892Z adding 'torch/include/pybind11/operators.h' 2025-01-24T01:06:40.5930590Z adding 'torch/include/pybind11/options.h' 2025-01-24T01:06:40.5972246Z adding 'torch/include/pybind11/pybind11.h' 2025-01-24T01:06:40.6005995Z adding 'torch/include/pybind11/pytypes.h' 2025-01-24T01:06:40.6014180Z adding 'torch/include/pybind11/stl.h' 2025-01-24T01:06:40.6024254Z adding 'torch/include/pybind11/stl_bind.h' 2025-01-24T01:06:40.6028367Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-01-24T01:06:40.6032294Z adding 'torch/include/pybind11/typing.h' 2025-01-24T01:06:40.6044452Z adding 'torch/include/pybind11/detail/class.h' 2025-01-24T01:06:40.6064066Z adding 'torch/include/pybind11/detail/common.h' 2025-01-24T01:06:40.6068952Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-01-24T01:06:40.6073131Z adding 'torch/include/pybind11/detail/descr.h' 2025-01-24T01:06:40.6077241Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-01-24T01:06:40.6086051Z adding 'torch/include/pybind11/detail/init.h' 2025-01-24T01:06:40.6098578Z adding 'torch/include/pybind11/detail/internals.h' 2025-01-24T01:06:40.6117349Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-01-24T01:06:40.6121660Z adding 'torch/include/pybind11/detail/typeid.h' 2025-01-24T01:06:40.6125237Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-01-24T01:06:40.6129153Z adding 'torch/include/pybind11/eigen/common.h' 2025-01-24T01:06:40.6140560Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-01-24T01:06:40.6147734Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-01-24T01:06:40.6157122Z adding 'torch/include/torch/custom_class.h' 2025-01-24T01:06:40.6162549Z adding 'torch/include/torch/custom_class_detail.h' 2025-01-24T01:06:40.6165712Z adding 'torch/include/torch/extension.h' 2025-01-24T01:06:40.6180554Z adding 'torch/include/torch/library.h' 2025-01-24T01:06:40.6184579Z adding 'torch/include/torch/script.h' 2025-01-24T01:06:40.6189796Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-01-24T01:06:40.6192869Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-01-24T01:06:40.6195956Z adding 'torch/include/torch/csrc/Device.h' 2025-01-24T01:06:40.6198908Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-01-24T01:06:40.6201926Z adding 'torch/include/torch/csrc/Dtype.h' 2025-01-24T01:06:40.6205225Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-01-24T01:06:40.6208305Z adding 'torch/include/torch/csrc/Event.h' 2025-01-24T01:06:40.6214521Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-01-24T01:06:40.6217855Z adding 'torch/include/torch/csrc/Export.h' 2025-01-24T01:06:40.6221070Z adding 'torch/include/torch/csrc/Generator.h' 2025-01-24T01:06:40.6224151Z adding 'torch/include/torch/csrc/Layout.h' 2025-01-24T01:06:40.6227422Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-01-24T01:06:40.6230330Z adding 'torch/include/torch/csrc/Module.h' 2025-01-24T01:06:40.6233186Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-01-24T01:06:40.6236284Z adding 'torch/include/torch/csrc/QScheme.h' 2025-01-24T01:06:40.6239253Z adding 'torch/include/torch/csrc/Size.h' 2025-01-24T01:06:40.6242531Z adding 'torch/include/torch/csrc/Storage.h' 2025-01-24T01:06:40.6246163Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-01-24T01:06:40.6248349Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-01-24T01:06:40.6251527Z adding 'torch/include/torch/csrc/Stream.h' 2025-01-24T01:06:40.6254483Z adding 'torch/include/torch/csrc/THConcat.h' 2025-01-24T01:06:40.6257408Z adding 'torch/include/torch/csrc/THP.h' 2025-01-24T01:06:40.6260950Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-01-24T01:06:40.6263277Z adding 'torch/include/torch/csrc/Types.h' 2025-01-24T01:06:40.6266460Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-01-24T01:06:40.6269421Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-01-24T01:06:40.6272285Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-01-24T01:06:40.6275406Z adding 'torch/include/torch/csrc/python_headers.h' 2025-01-24T01:06:40.6278567Z adding 'torch/include/torch/csrc/serialization.h' 2025-01-24T01:06:40.6282952Z adding 'torch/include/torch/csrc/utils.h' 2025-01-24T01:06:40.6288506Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-01-24T01:06:40.6292026Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-01-24T01:06:40.6294961Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-01-24T01:06:40.6298289Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-01-24T01:06:40.6301402Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-01-24T01:06:40.6305756Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-01-24T01:06:40.6310389Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-01-24T01:06:40.6315282Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-01-24T01:06:40.6319246Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-01-24T01:06:40.6322793Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-01-24T01:06:40.6326500Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-01-24T01:06:40.6329680Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-01-24T01:06:40.6332809Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-01-24T01:06:40.6335763Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-01-24T01:06:40.6342437Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-01-24T01:06:40.6348678Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-01-24T01:06:40.6352392Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-01-24T01:06:40.6355643Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-01-24T01:06:40.6362842Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-01-24T01:06:40.6366983Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-01-24T01:06:40.6370660Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-01-24T01:06:40.6374434Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-01-24T01:06:40.6377800Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-01-24T01:06:40.6380729Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-01-24T01:06:40.6385331Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-01-24T01:06:40.6389220Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-01-24T01:06:40.6392289Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-01-24T01:06:40.6395731Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-01-24T01:06:40.6400485Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-01-24T01:06:40.6403112Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-01-24T01:06:40.6406237Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-01-24T01:06:40.6409449Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-01-24T01:06:40.6415910Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-01-24T01:06:40.6420005Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-01-24T01:06:40.6423805Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-01-24T01:06:40.6429159Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-01-24T01:06:40.6437647Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-01-24T01:06:40.6442468Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-01-24T01:06:40.6446340Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-01-24T01:06:40.6449454Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-01-24T01:06:40.6453253Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-01-24T01:06:40.6457421Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-01-24T01:06:40.6461263Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-01-24T01:06:40.6465272Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-01-24T01:06:40.6469676Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-01-24T01:06:40.6474672Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-01-24T01:06:40.6477294Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-01-24T01:06:40.6482107Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-01-24T01:06:40.6486075Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-01-24T01:06:40.6489459Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-01-24T01:06:40.6492691Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-01-24T01:06:40.6495972Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-01-24T01:06:40.6500353Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-01-24T01:06:40.6503813Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-01-24T01:06:40.6507132Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-01-24T01:06:40.6511319Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-01-24T01:06:40.6515170Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-01-24T01:06:40.6522411Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-01-24T01:06:40.6526480Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-01-24T01:06:40.6531497Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-01-24T01:06:40.6534681Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-01-24T01:06:40.6538843Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-01-24T01:06:40.6548540Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-01-24T01:06:40.6552207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-01-24T01:06:40.6555441Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-01-24T01:06:40.6559971Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-01-24T01:06:40.6564211Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-01-24T01:06:40.6567584Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-01-24T01:06:40.6576513Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-01-24T01:06:40.6581010Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-01-24T01:06:40.6585732Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-01-24T01:06:40.6588957Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-01-24T01:06:40.6593187Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-01-24T01:06:40.6597746Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-01-24T01:06:40.6601425Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-01-24T01:06:40.6604914Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-01-24T01:06:40.6608688Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-01-24T01:06:40.6615874Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-01-24T01:06:40.6620576Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-01-24T01:06:40.6624618Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-01-24T01:06:40.6627740Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-01-24T01:06:40.6635033Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-01-24T01:06:40.6640793Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-01-24T01:06:40.6644720Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-01-24T01:06:40.6649147Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-01-24T01:06:40.6655886Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-01-24T01:06:40.6660637Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-01-24T01:06:40.6665258Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-01-24T01:06:40.6669362Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-01-24T01:06:40.6674982Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-01-24T01:06:40.6679168Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-01-24T01:06:40.6683354Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-01-24T01:06:40.6687605Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-01-24T01:06:40.6691131Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-01-24T01:06:40.6695186Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-01-24T01:06:40.6699479Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-01-24T01:06:40.6707348Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-01-24T01:06:40.6712488Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-01-24T01:06:40.6717321Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-01-24T01:06:40.6721332Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-01-24T01:06:40.6728218Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-01-24T01:06:40.6734057Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-01-24T01:06:40.6738587Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-01-24T01:06:40.6742813Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-01-24T01:06:40.6747223Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-01-24T01:06:40.6751034Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-01-24T01:06:40.6754458Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-01-24T01:06:40.6761740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-01-24T01:06:40.6766350Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-01-24T01:06:40.6770581Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-01-24T01:06:40.6774631Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-01-24T01:06:40.6779684Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-01-24T01:06:40.6785030Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-01-24T01:06:40.6789083Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-01-24T01:06:40.6793226Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-01-24T01:06:40.6797585Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-01-24T01:06:40.6804124Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-01-24T01:06:40.6811437Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-01-24T01:06:40.6815168Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-01-24T01:06:40.6818699Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-01-24T01:06:40.6823385Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-01-24T01:06:40.6827206Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-01-24T01:06:40.6830922Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-01-24T01:06:40.6835546Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-01-24T01:06:40.6839324Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-01-24T01:06:40.6842954Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-01-24T01:06:40.6846660Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-01-24T01:06:40.6853533Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-01-24T01:06:40.6858204Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-01-24T01:06:40.6862153Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-01-24T01:06:40.6865737Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-01-24T01:06:40.6871028Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-01-24T01:06:40.6875888Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-01-24T01:06:40.6879666Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-01-24T01:06:40.6884042Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-01-24T01:06:40.6886683Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-01-24T01:06:40.6890739Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-01-24T01:06:40.6894139Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-01-24T01:06:40.6901674Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-01-24T01:06:40.6907146Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-01-24T01:06:40.6910323Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-01-24T01:06:40.6916678Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-01-24T01:06:40.6921843Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-01-24T01:06:40.6925994Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-01-24T01:06:40.6930072Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-01-24T01:06:40.6933533Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-01-24T01:06:40.6938482Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-01-24T01:06:40.6942479Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-01-24T01:06:40.6948203Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-01-24T01:06:40.6952707Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-01-24T01:06:40.6956615Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-01-24T01:06:40.6960308Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-01-24T01:06:40.6964013Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-01-24T01:06:40.6967265Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-01-24T01:06:40.6971290Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-01-24T01:06:40.6975583Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-01-24T01:06:40.6978128Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-01-24T01:06:40.6989337Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-01-24T01:06:40.6993233Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-01-24T01:06:40.6999898Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-01-24T01:06:40.7003790Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-01-24T01:06:40.7008143Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-01-24T01:06:40.7011859Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-01-24T01:06:40.7015029Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-01-24T01:06:40.7022976Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-01-24T01:06:40.7026926Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-01-24T01:06:40.7032864Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-01-24T01:06:40.7039239Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-01-24T01:06:40.7052426Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-01-24T01:06:40.7056552Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-01-24T01:06:40.7060290Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-01-24T01:06:40.7065439Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-01-24T01:06:40.7069189Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-01-24T01:06:40.7072823Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-01-24T01:06:40.7089177Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-01-24T01:06:40.7089347Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-01-24T01:06:40.7089534Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-01-24T01:06:40.7091805Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-01-24T01:06:40.7095938Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-01-24T01:06:40.7098625Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-01-24T01:06:40.7101806Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-01-24T01:06:40.7105825Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-01-24T01:06:40.7109454Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-01-24T01:06:40.7112274Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-01-24T01:06:40.7115454Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-01-24T01:06:40.7120005Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-01-24T01:06:40.7123472Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-01-24T01:06:40.7126572Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-01-24T01:06:40.7129622Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-01-24T01:06:40.7132763Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-01-24T01:06:40.7135454Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-01-24T01:06:40.7138556Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-01-24T01:06:40.7141424Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-01-24T01:06:40.7144285Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-01-24T01:06:40.7147500Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-01-24T01:06:40.7151323Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-01-24T01:06:40.7155157Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-01-24T01:06:40.7158442Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-01-24T01:06:40.7162544Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-01-24T01:06:40.7165677Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-01-24T01:06:40.7168707Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-01-24T01:06:40.7184816Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-01-24T01:06:40.7188807Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-01-24T01:06:40.7196510Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-01-24T01:06:40.7200381Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-01-24T01:06:40.7203687Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-01-24T01:06:40.7206716Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-01-24T01:06:40.7211698Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-01-24T01:06:40.7215735Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-01-24T01:06:40.7268732Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-01-24T01:06:40.7283400Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-01-24T01:06:40.7289830Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-01-24T01:06:40.7294008Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-01-24T01:06:40.7297335Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-01-24T01:06:40.7305428Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-01-24T01:06:40.7310758Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-01-24T01:06:40.7314556Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-01-24T01:06:40.7317940Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-01-24T01:06:40.7321271Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-01-24T01:06:40.7324330Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-01-24T01:06:40.7328093Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-01-24T01:06:40.7333609Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-01-24T01:06:40.7336792Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-01-24T01:06:40.7339932Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-01-24T01:06:40.7342707Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-01-24T01:06:40.7345712Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-01-24T01:06:40.7348824Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-01-24T01:06:40.7351947Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-01-24T01:06:40.7354802Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-01-24T01:06:40.7358068Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-01-24T01:06:40.7362144Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-01-24T01:06:40.7365306Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-01-24T01:06:40.7368401Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-01-24T01:06:40.7375625Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-01-24T01:06:40.7380323Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-01-24T01:06:40.7385406Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-01-24T01:06:40.7388510Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-01-24T01:06:40.7392773Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-01-24T01:06:40.7396919Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-01-24T01:06:40.7399310Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-01-24T01:06:40.7402823Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-01-24T01:06:40.7405945Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-01-24T01:06:40.7411448Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-01-24T01:06:40.7415341Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-01-24T01:06:40.7419634Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-01-24T01:06:40.7422211Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-01-24T01:06:40.7425587Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-01-24T01:06:40.7432344Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-01-24T01:06:40.7436777Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-01-24T01:06:40.7442529Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2025-01-24T01:06:40.7446177Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2025-01-24T01:06:40.7449655Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2025-01-24T01:06:40.7453950Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-01-24T01:06:40.7457373Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-01-24T01:06:40.7462835Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-01-24T01:06:40.7465924Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-01-24T01:06:40.7469088Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-01-24T01:06:40.7472276Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-01-24T01:06:40.7476399Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-01-24T01:06:40.7482255Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-01-24T01:06:40.7485432Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-01-24T01:06:40.7489748Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-01-24T01:06:40.7493601Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-01-24T01:06:40.7502864Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-01-24T01:06:40.7510854Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-01-24T01:06:40.7516268Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-01-24T01:06:40.7535779Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-01-24T01:06:40.7542182Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-01-24T01:06:40.7546635Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-01-24T01:06:40.7551631Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-01-24T01:06:40.7556340Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-01-24T01:06:40.7559310Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-01-24T01:06:40.7564151Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2025-01-24T01:06:40.7568632Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-01-24T01:06:40.7572205Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-01-24T01:06:40.7589269Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-01-24T01:06:40.7589476Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-01-24T01:06:40.7589681Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-01-24T01:06:40.7593099Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-01-24T01:06:40.7596748Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-01-24T01:06:40.7605253Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-01-24T01:06:40.7609234Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-01-24T01:06:40.7613709Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-01-24T01:06:40.7616868Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-01-24T01:06:40.7620925Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-01-24T01:06:40.7624529Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-01-24T01:06:40.7627903Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-01-24T01:06:40.7630906Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-01-24T01:06:40.7634138Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-01-24T01:06:40.7637825Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2025-01-24T01:06:40.7642450Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-01-24T01:06:40.7645952Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-01-24T01:06:40.7649277Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-01-24T01:06:40.7660398Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-01-24T01:06:40.7664755Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-01-24T01:06:40.7668229Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-01-24T01:06:40.7671853Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-01-24T01:06:40.7675109Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-01-24T01:06:40.7679870Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-01-24T01:06:40.7684664Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-01-24T01:06:40.7688680Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-01-24T01:06:40.7691905Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-01-24T01:06:40.7695330Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-01-24T01:06:40.7698628Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-01-24T01:06:40.7701738Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-01-24T01:06:40.7705981Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-01-24T01:06:40.7709617Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-01-24T01:06:40.7712922Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-01-24T01:06:40.7716527Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-01-24T01:06:40.7719538Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-01-24T01:06:40.7727189Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-01-24T01:06:40.7729908Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-01-24T01:06:40.7738684Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-01-24T01:06:40.7746434Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-01-24T01:06:40.7750873Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-01-24T01:06:40.7755051Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-01-24T01:06:40.7758317Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-01-24T01:06:40.7761783Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-01-24T01:06:40.7769790Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-01-24T01:06:40.7774300Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-01-24T01:06:40.7777916Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-01-24T01:06:40.7781449Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-01-24T01:06:40.7784946Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-01-24T01:06:40.7788315Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-01-24T01:06:40.7792438Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-01-24T01:06:40.7797451Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-01-24T01:06:40.7807849Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-01-24T01:06:40.7811239Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-01-24T01:06:40.7814510Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-01-24T01:06:40.7817786Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-01-24T01:06:40.7821675Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-01-24T01:06:40.7824792Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-01-24T01:06:40.7829089Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-01-24T01:06:40.7833190Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-01-24T01:06:40.7837086Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-01-24T01:06:40.7840304Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-01-24T01:06:40.7843454Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-01-24T01:06:40.7846789Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-01-24T01:06:40.7851327Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-01-24T01:06:40.7854883Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-01-24T01:06:40.7858603Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-01-24T01:06:40.7862711Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-01-24T01:06:40.7866093Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-01-24T01:06:40.7870182Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-01-24T01:06:40.7872718Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-01-24T01:06:40.7875924Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-01-24T01:06:40.7882424Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-01-24T01:06:40.7886960Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-01-24T01:06:40.7890694Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-01-24T01:06:40.7899685Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-01-24T01:06:40.7907863Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-01-24T01:06:40.7911946Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-01-24T01:06:40.7916845Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-01-24T01:06:40.7921326Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-01-24T01:06:40.7925049Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-01-24T01:06:40.7928754Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-01-24T01:06:40.7932217Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-01-24T01:06:40.7936357Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-01-24T01:06:40.7940000Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-01-24T01:06:40.7944002Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-01-24T01:06:40.7946472Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-01-24T01:06:40.7950571Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-01-24T01:06:40.7959741Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-01-24T01:06:40.7964435Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2025-01-24T01:06:40.7967904Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-01-24T01:06:40.7975206Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-01-24T01:06:40.7984109Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-01-24T01:06:40.7987983Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-01-24T01:06:40.7993337Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-01-24T01:06:40.7997107Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-01-24T01:06:40.8000551Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-01-24T01:06:40.8006935Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-01-24T01:06:40.8012602Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-01-24T01:06:40.8015617Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-01-24T01:06:40.8025707Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-01-24T01:06:40.8030812Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-01-24T01:06:40.8035775Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-01-24T01:06:40.8041114Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-01-24T01:06:40.8044675Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-01-24T01:06:40.8048085Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-01-24T01:06:40.8052444Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-01-24T01:06:40.8054872Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-01-24T01:06:40.8058278Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-01-24T01:06:40.8061427Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-01-24T01:06:40.8064415Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-01-24T01:06:40.8069435Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-01-24T01:06:40.8073376Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-01-24T01:06:40.8076693Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-01-24T01:06:40.8082426Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-01-24T01:06:40.8101479Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-01-24T01:06:40.8101695Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-01-24T01:06:40.8101886Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-01-24T01:06:40.8102076Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-01-24T01:06:40.8102304Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-01-24T01:06:40.8103353Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-01-24T01:06:40.8110669Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-01-24T01:06:40.8116542Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-01-24T01:06:40.8119388Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-01-24T01:06:40.8122714Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-01-24T01:06:40.8126313Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-01-24T01:06:40.8129654Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-01-24T01:06:40.8132608Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-01-24T01:06:40.8136332Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-01-24T01:06:40.8139844Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-01-24T01:06:40.8142943Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-01-24T01:06:40.8146433Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-01-24T01:06:40.8152692Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-01-24T01:06:40.8156576Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-01-24T01:06:40.8159639Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-01-24T01:06:40.8169522Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-01-24T01:06:40.8182519Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-01-24T01:06:40.8183330Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-01-24T01:06:40.8195205Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-01-24T01:06:40.8199165Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-01-24T01:06:40.8206514Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-01-24T01:06:40.8210747Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-01-24T01:06:40.8214294Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-01-24T01:06:40.8218548Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-01-24T01:06:40.8221967Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-01-24T01:06:40.8242868Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-01-24T01:06:40.8248085Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-01-24T01:06:40.8251431Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-01-24T01:06:40.8255059Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-01-24T01:06:40.8258223Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-01-24T01:06:40.8262628Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-01-24T01:06:40.8266874Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-01-24T01:06:40.8269934Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-01-24T01:06:40.8274233Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-01-24T01:06:40.8277889Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-01-24T01:06:40.8282310Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-01-24T01:06:40.8286605Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-01-24T01:06:40.8289904Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-01-24T01:06:40.8293560Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-01-24T01:06:40.8297613Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-01-24T01:06:40.8300965Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-01-24T01:06:40.8303964Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-01-24T01:06:40.8307007Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-01-24T01:06:40.8310103Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-01-24T01:06:40.8314411Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-01-24T01:06:40.8319149Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-01-24T01:06:40.8322464Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-01-24T01:06:40.8325471Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-01-24T01:06:40.8328537Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-01-24T01:06:40.8332428Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-01-24T01:06:40.8335698Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-01-24T01:06:40.8338973Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-01-24T01:06:40.8342499Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-01-24T01:06:40.8345678Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-01-24T01:06:40.8348907Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-01-24T01:06:40.8354283Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-01-24T01:06:40.8357376Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-01-24T01:06:40.8360365Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-01-24T01:06:40.8363673Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-01-24T01:06:40.8366493Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-01-24T01:06:40.8369548Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-01-24T01:06:40.8372551Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-01-24T01:06:40.8375492Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-01-24T01:06:40.8378369Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-01-24T01:06:40.8381686Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-01-24T01:06:40.8384716Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-01-24T01:06:40.8387504Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-01-24T01:06:40.8390423Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-01-24T01:06:40.8394850Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-01-24T01:06:40.8397128Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-01-24T01:06:40.8400697Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-01-24T01:06:40.8403647Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-01-24T01:06:40.8406725Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-01-24T01:06:40.8409562Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-01-24T01:06:40.8412623Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-01-24T01:06:40.8415810Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-01-24T01:06:40.8419067Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-01-24T01:06:40.8422444Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-01-24T01:06:40.8425830Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-01-24T01:06:40.8429191Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-01-24T01:06:40.8432542Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-01-24T01:06:40.8435629Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-01-24T01:06:40.8438684Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-01-24T01:06:40.8441846Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-01-24T01:06:40.8444919Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-01-24T01:06:40.8448032Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-01-24T01:06:40.8451140Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-01-24T01:06:40.8454361Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-01-24T01:06:40.8457974Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-01-24T01:06:40.8460334Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-01-24T01:06:40.8463730Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-01-24T01:06:40.8467165Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-01-24T01:06:40.8470307Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-01-24T01:06:40.8473298Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-01-24T01:06:40.8476626Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-01-24T01:06:40.8480623Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-01-24T01:06:40.8482690Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-01-24T01:06:40.8486467Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-01-24T01:06:40.8488647Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-01-24T01:06:40.8492209Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-01-24T01:06:40.8494779Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-01-24T01:06:40.8497868Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-01-24T01:06:40.8500987Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-01-24T01:06:40.8504195Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-01-24T01:06:40.8507173Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-01-24T01:06:40.8510524Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-01-24T01:06:40.8513547Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-01-24T01:06:40.8516824Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-01-24T01:06:40.8520131Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-01-24T01:06:40.8523215Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-01-24T01:06:40.8526534Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-01-24T01:06:40.8529570Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-01-24T01:06:40.8533614Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-01-24T01:06:40.8538090Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-01-24T01:06:40.8541360Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-01-24T01:06:40.8544674Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-01-24T01:06:40.8547711Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-01-24T01:06:40.8551301Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-01-24T01:06:40.8554894Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-01-24T01:06:40.8557629Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-01-24T01:06:40.8560890Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-01-24T01:06:40.8563590Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-01-24T01:06:40.8566871Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-01-24T01:06:40.8569825Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-01-24T01:06:40.8572897Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-01-24T01:06:40.8576398Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-01-24T01:06:40.8579685Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-01-24T01:06:40.8582954Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-01-24T01:06:40.8598416Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-01-24T01:06:40.8598629Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-01-24T01:06:40.8598805Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-01-24T01:06:40.8599037Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-01-24T01:06:40.8601522Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-01-24T01:06:40.8605307Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-01-24T01:06:40.8610017Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-01-24T01:06:40.8612616Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-01-24T01:06:40.8616605Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-01-24T01:06:40.8620057Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-01-24T01:06:40.8623620Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-01-24T01:06:40.8626921Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-01-24T01:06:40.8630027Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-01-24T01:06:40.8633202Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-01-24T01:06:40.8637613Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-01-24T01:06:40.8641207Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-01-24T01:06:40.8644300Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-01-24T01:06:40.8649021Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-01-24T01:06:40.8652790Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-01-24T01:06:40.8656126Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-01-24T01:06:40.8666710Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-01-24T01:06:40.8671186Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-01-24T01:06:40.8674716Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-01-24T01:06:40.8680039Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-01-24T01:06:40.8683514Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-01-24T01:06:40.8686913Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-01-24T01:06:40.8689949Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-01-24T01:06:40.8693757Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-01-24T01:06:40.8697801Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-01-24T01:06:40.8700979Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-01-24T01:06:40.8705630Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-01-24T01:06:40.8722314Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-01-24T01:06:40.8727317Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-01-24T01:06:40.8730409Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-01-24T01:06:40.8734089Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-01-24T01:06:40.8737753Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-01-24T01:06:40.8741918Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-01-24T01:06:40.8746272Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-01-24T01:06:40.8751524Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-01-24T01:06:40.8755011Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-01-24T01:06:40.8758135Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-01-24T01:06:40.8761042Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-01-24T01:06:40.8764198Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-01-24T01:06:40.8767032Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-01-24T01:06:40.8775370Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-01-24T01:06:40.8779802Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-01-24T01:06:40.8783543Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-01-24T01:06:40.8786843Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-01-24T01:06:40.8790147Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-01-24T01:06:40.8793161Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-01-24T01:06:40.8796333Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-01-24T01:06:40.8800503Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-01-24T01:06:40.8804598Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-01-24T01:06:40.8808953Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-01-24T01:06:40.8813427Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-01-24T01:06:40.8817812Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-01-24T01:06:40.8821259Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-01-24T01:06:40.8824225Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-01-24T01:06:40.8827786Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-01-24T01:06:40.8833456Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-01-24T01:06:40.8836769Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-01-24T01:06:40.8839749Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-01-24T01:06:40.8843562Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-01-24T01:06:40.8848583Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-01-24T01:06:40.8858468Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-01-24T01:06:40.8863106Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-01-24T01:06:40.8866367Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-01-24T01:06:40.8869263Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-01-24T01:06:40.8872360Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-01-24T01:06:40.8875764Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-01-24T01:06:40.8878826Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-01-24T01:06:40.8882433Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-01-24T01:06:40.8885563Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-01-24T01:06:40.8888697Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-01-24T01:06:40.8891787Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-01-24T01:06:40.8896727Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-01-24T01:06:40.8902430Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-01-24T01:06:40.8906267Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-01-24T01:06:40.8910199Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-01-24T01:06:40.8913328Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-01-24T01:06:40.8917187Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-01-24T01:06:40.8920743Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-01-24T01:06:40.8923900Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-01-24T01:06:40.8927071Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-01-24T01:06:40.8930053Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-01-24T01:06:40.8933891Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-01-24T01:06:40.8954925Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-01-24T01:06:40.8959764Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-01-24T01:06:40.8963887Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-01-24T01:06:40.8971004Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-01-24T01:06:40.8974879Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-01-24T01:06:40.8978537Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-01-24T01:06:40.8981607Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-01-24T01:06:40.8985130Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-01-24T01:06:40.8988412Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-01-24T01:06:40.8993430Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-01-24T01:06:40.9000856Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-01-24T01:06:40.9004370Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-01-24T01:06:40.9008145Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-01-24T01:06:40.9013112Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-01-24T01:06:40.9018215Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-01-24T01:06:40.9021872Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-01-24T01:06:40.9025243Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-01-24T01:06:40.9030211Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-01-24T01:06:40.9034908Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-01-24T01:06:40.9040489Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-01-24T01:06:40.9043335Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-01-24T01:06:40.9049460Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-01-24T01:06:40.9053748Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-01-24T01:06:40.9057809Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-01-24T01:06:40.9061069Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-01-24T01:06:40.9064750Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-01-24T01:06:40.9069357Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-01-24T01:06:40.9073092Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-01-24T01:06:40.9078078Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-01-24T01:06:40.9081697Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-01-24T01:06:40.9102846Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-01-24T01:06:40.9103166Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-01-24T01:06:40.9103345Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-01-24T01:06:40.9103529Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-01-24T01:06:40.9109208Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-01-24T01:06:40.9112710Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-01-24T01:06:40.9116291Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-01-24T01:06:40.9122803Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-01-24T01:06:40.9127606Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-01-24T01:06:40.9131320Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-01-24T01:06:40.9140378Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-01-24T01:06:40.9144053Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-01-24T01:06:40.9147261Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-01-24T01:06:40.9153832Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-01-24T01:06:40.9158929Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-01-24T01:06:40.9165649Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-01-24T01:06:40.9174326Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-01-24T01:06:40.9179625Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-01-24T01:06:40.9182973Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-01-24T01:06:40.9187255Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-01-24T01:06:40.9190582Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-01-24T01:06:40.9193931Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-01-24T01:06:40.9198474Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-01-24T01:06:40.9201588Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-01-24T01:06:40.9205009Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-01-24T01:06:40.9208081Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-01-24T01:06:40.9211059Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-01-24T01:06:40.9214284Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-01-24T01:06:40.9217968Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-01-24T01:06:40.9221106Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-01-24T01:06:40.9223927Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-01-24T01:06:40.9228324Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-01-24T01:06:40.9231442Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-01-24T01:06:40.9236338Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-01-24T01:06:40.9240229Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-01-24T01:06:40.9257556Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-01-24T01:06:40.9258101Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-01-24T01:06:40.9258536Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-01-24T01:06:40.9258934Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-01-24T01:06:40.9259528Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-01-24T01:06:40.9263163Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-01-24T01:06:40.9267558Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-01-24T01:06:40.9271319Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-01-24T01:06:40.9276510Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-01-24T01:06:40.9280681Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-01-24T01:06:40.9284009Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-01-24T01:06:40.9287202Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-01-24T01:06:40.9290481Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-01-24T01:06:40.9296893Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-01-24T01:06:40.9302206Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-01-24T01:06:40.9305921Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-01-24T01:06:40.9309308Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-01-24T01:06:40.9312746Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-01-24T01:06:40.9317875Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-01-24T01:06:40.9323772Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-01-24T01:06:40.9327485Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-01-24T01:06:40.9331145Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-01-24T01:06:40.9334411Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-01-24T01:06:40.9337988Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-01-24T01:06:40.9341284Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-01-24T01:06:40.9344953Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-01-24T01:06:40.9349138Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-01-24T01:06:40.9352934Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-01-24T01:06:40.9356111Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-01-24T01:06:40.9359896Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-01-24T01:06:40.9363711Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-01-24T01:06:40.9367188Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-01-24T01:06:40.9370672Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-01-24T01:06:40.9373771Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-01-24T01:06:40.9376890Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-01-24T01:06:40.9380132Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-01-24T01:06:40.9383285Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-01-24T01:06:40.9387999Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-01-24T01:06:40.9391842Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-01-24T01:06:40.9395100Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-01-24T01:06:40.9399096Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-01-24T01:06:40.9402078Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-01-24T01:06:40.9405556Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-01-24T01:06:40.9409446Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-01-24T01:06:40.9417804Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-01-24T01:06:40.9422127Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-01-24T01:06:40.9426600Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-01-24T01:06:40.9431524Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-01-24T01:06:40.9434204Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-01-24T01:06:40.9437521Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-01-24T01:06:40.9441288Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-01-24T01:06:40.9444939Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-01-24T01:06:40.9448944Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-01-24T01:06:40.9453088Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-01-24T01:06:40.9458758Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-01-24T01:06:40.9462617Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-01-24T01:06:40.9466154Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-01-24T01:06:40.9469847Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-01-24T01:06:40.9473072Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-01-24T01:06:40.9477273Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-01-24T01:06:40.9480491Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-01-24T01:06:40.9483529Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-01-24T01:06:40.9487464Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-01-24T01:06:40.9490973Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-01-24T01:06:40.9494925Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-01-24T01:06:40.9499720Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-01-24T01:06:40.9503018Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-01-24T01:06:40.9508068Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-01-24T01:06:40.9511778Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-01-24T01:06:40.9515615Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-01-24T01:06:40.9519587Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-01-24T01:06:40.9523637Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-01-24T01:06:40.9529194Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-01-24T01:06:40.9534245Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-01-24T01:06:40.9539792Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-01-24T01:06:40.9543473Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-01-24T01:06:40.9547277Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-01-24T01:06:40.9551439Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-01-24T01:06:40.9554623Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-01-24T01:06:40.9558131Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-01-24T01:06:40.9562656Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-01-24T01:06:40.9566197Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-01-24T01:06:40.9571502Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-01-24T01:06:40.9574604Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-01-24T01:06:40.9577515Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-01-24T01:06:40.9581184Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-01-24T01:06:40.9585620Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-01-24T01:06:40.9618120Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-01-24T01:06:40.9618610Z adding 'torch/include/torch/csrc/utils/init.h' 2025-01-24T01:06:40.9619040Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-01-24T01:06:40.9619447Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-01-24T01:06:40.9619809Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-01-24T01:06:40.9620212Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-01-24T01:06:40.9622265Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-01-24T01:06:40.9627955Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-01-24T01:06:40.9631635Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-01-24T01:06:40.9635807Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-01-24T01:06:40.9648374Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-01-24T01:06:40.9652755Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-01-24T01:06:40.9655826Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-01-24T01:06:40.9659730Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-01-24T01:06:40.9663645Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-01-24T01:06:40.9668733Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-01-24T01:06:40.9671605Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-01-24T01:06:40.9674632Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-01-24T01:06:40.9678970Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-01-24T01:06:40.9682414Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-01-24T01:06:40.9685571Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-01-24T01:06:40.9699560Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-01-24T01:06:40.9703389Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-01-24T01:06:40.9706918Z adding 'torch/include/torch/csrc/utils/six.h' 2025-01-24T01:06:40.9709912Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-01-24T01:06:40.9712864Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-01-24T01:06:40.9715949Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-01-24T01:06:40.9719525Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-01-24T01:06:40.9722443Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-01-24T01:06:40.9725342Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-01-24T01:06:40.9728332Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-01-24T01:06:40.9731906Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-01-24T01:06:40.9735099Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-01-24T01:06:40.9737925Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-01-24T01:06:40.9740895Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-01-24T01:06:40.9745236Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-01-24T01:06:40.9750169Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-01-24T01:06:40.9753871Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-01-24T01:06:40.9757710Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-01-24T01:06:40.9760682Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-01-24T01:06:40.9764559Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-01-24T01:06:40.9767510Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-01-24T01:06:40.9770458Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-01-24T01:06:40.9776988Z adding 'torch/jit/__init__.py' 2025-01-24T01:06:40.9781105Z adding 'torch/jit/_async.py' 2025-01-24T01:06:40.9784289Z adding 'torch/jit/_await.py' 2025-01-24T01:06:40.9788763Z adding 'torch/jit/_builtins.py' 2025-01-24T01:06:40.9794100Z adding 'torch/jit/_check.py' 2025-01-24T01:06:40.9799133Z adding 'torch/jit/_dataclass_impls.py' 2025-01-24T01:06:40.9802111Z adding 'torch/jit/_decomposition_utils.py' 2025-01-24T01:06:40.9806054Z adding 'torch/jit/_decompositions.py' 2025-01-24T01:06:40.9811378Z adding 'torch/jit/_freeze.py' 2025-01-24T01:06:40.9816090Z adding 'torch/jit/_fuser.py' 2025-01-24T01:06:40.9819552Z adding 'torch/jit/_ir_utils.py' 2025-01-24T01:06:40.9822310Z adding 'torch/jit/_logging.py' 2025-01-24T01:06:40.9826973Z adding 'torch/jit/_monkeytype_config.py' 2025-01-24T01:06:40.9830397Z adding 'torch/jit/_pickle.py' 2025-01-24T01:06:40.9846831Z adding 'torch/jit/_recursive.py' 2025-01-24T01:06:40.9872627Z adding 'torch/jit/_script.py' 2025-01-24T01:06:40.9878933Z adding 'torch/jit/_script.pyi' 2025-01-24T01:06:40.9884333Z adding 'torch/jit/_serialization.py' 2025-01-24T01:06:40.9900077Z adding 'torch/jit/_shape_functions.py' 2025-01-24T01:06:40.9904921Z adding 'torch/jit/_state.py' 2025-01-24T01:06:40.9926152Z adding 'torch/jit/_trace.py' 2025-01-24T01:06:40.9935631Z adding 'torch/jit/annotations.py' 2025-01-24T01:06:40.9952445Z adding 'torch/jit/frontend.py' 2025-01-24T01:06:40.9956796Z adding 'torch/jit/generate_bytecode.py' 2025-01-24T01:06:40.9960153Z adding 'torch/jit/quantized.py' 2025-01-24T01:06:40.9965537Z adding 'torch/jit/supported_ops.py' 2025-01-24T01:06:40.9969730Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-01-24T01:06:40.9973278Z adding 'torch/jit/_passes/__init__.py' 2025-01-24T01:06:40.9976779Z adding 'torch/jit/_passes/_property_propagation.py' 2025-01-24T01:06:40.9982244Z adding 'torch/jit/mobile/__init__.py' 2025-01-24T01:06:41.0903136Z adding 'torch/lib/XNNPACK.lib' 2025-01-24T01:06:41.0970083Z adding 'torch/lib/_C.lib' 2025-01-24T01:06:41.1075853Z adding 'torch/lib/aoti_custom_ops.dll' 2025-01-24T01:06:41.1089418Z adding 'torch/lib/aoti_custom_ops.lib' 2025-01-24T01:06:41.1294657Z adding 'torch/lib/asmjit.dll' 2025-01-24T01:06:41.1328409Z adding 'torch/lib/asmjit.lib' 2025-01-24T01:06:41.1437037Z adding 'torch/lib/backend_with_compiler.dll' 2025-01-24T01:06:41.1451014Z adding 'torch/lib/backend_with_compiler.lib' 2025-01-24T01:06:41.1898675Z adding 'torch/lib/c10.dll' 2025-01-24T01:06:41.2077562Z adding 'torch/lib/c10.lib' 2025-01-24T01:06:41.2143580Z adding 'torch/lib/cpuinfo.lib' 2025-01-24T01:06:56.1950703Z adding 'torch/lib/dnnl.lib' 2025-01-24T01:06:57.8092625Z adding 'torch/lib/fbgemm.dll' 2025-01-24T01:06:57.8396464Z adding 'torch/lib/fbgemm.lib' 2025-01-24T01:06:57.8869962Z adding 'torch/lib/fmt.lib' 2025-01-24T01:06:57.9001262Z adding 'torch/lib/jitbackend_test.dll' 2025-01-24T01:06:57.9016825Z adding 'torch/lib/jitbackend_test.lib' 2025-01-24T01:06:58.4553584Z adding 'torch/lib/kineto.lib' 2025-01-24T01:06:58.6677359Z adding 'torch/lib/libprotobuf-lite.lib' 2025-01-24T01:06:59.5543181Z adding 'torch/lib/libprotobuf.lib' 2025-01-24T01:07:00.5607146Z adding 'torch/lib/libprotoc.lib' 2025-01-24T01:07:00.7449053Z adding 'torch/lib/microkernels-prod.lib' 2025-01-24T01:07:00.7594566Z adding 'torch/lib/pthreadpool.lib' 2025-01-24T01:07:00.7607094Z adding 'torch/lib/shm.dll' 2025-01-24T01:07:00.7611530Z adding 'torch/lib/shm.lib' 2025-01-24T01:07:01.1300850Z adding 'torch/lib/sleef.lib' 2025-01-24T01:07:01.1545290Z adding 'torch/lib/torch.dll' 2025-01-24T01:07:01.1550554Z adding 'torch/lib/torch.lib' 2025-01-24T01:07:07.0020977Z adding 'torch/lib/torch_cpu.dll' 2025-01-24T01:07:07.8110928Z adding 'torch/lib/torch_cpu.lib' 2025-01-24T01:07:07.8767251Z adding 'torch/lib/torch_global_deps.dll' 2025-01-24T01:07:08.5749097Z adding 'torch/lib/torch_python.dll' 2025-01-24T01:07:08.6154388Z adding 'torch/lib/torch_python.lib' 2025-01-24T01:07:08.6373281Z adding 'torch/lib/torchbind_test.dll' 2025-01-24T01:07:08.6393362Z adding 'torch/lib/torchbind_test.lib' 2025-01-24T01:07:08.6430425Z adding 'torch/linalg/__init__.py' 2025-01-24T01:07:08.6437311Z adding 'torch/masked/__init__.py' 2025-01-24T01:07:08.6444692Z adding 'torch/masked/_docs.py' 2025-01-24T01:07:08.6466640Z adding 'torch/masked/_ops.py' 2025-01-24T01:07:08.6472385Z adding 'torch/masked/maskedtensor/__init__.py' 2025-01-24T01:07:08.6478394Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-01-24T01:07:08.6483008Z adding 'torch/masked/maskedtensor/binary.py' 2025-01-24T01:07:08.6489621Z adding 'torch/masked/maskedtensor/core.py' 2025-01-24T01:07:08.6493163Z adding 'torch/masked/maskedtensor/creation.py' 2025-01-24T01:07:08.6496434Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-01-24T01:07:08.6500686Z adding 'torch/masked/maskedtensor/reductions.py' 2025-01-24T01:07:08.6505132Z adding 'torch/masked/maskedtensor/unary.py' 2025-01-24T01:07:08.6508932Z adding 'torch/monitor/__init__.py' 2025-01-24T01:07:08.6514152Z adding 'torch/mps/__init__.py' 2025-01-24T01:07:08.6517737Z adding 'torch/mps/event.py' 2025-01-24T01:07:08.6521351Z adding 'torch/mps/profiler.py' 2025-01-24T01:07:08.6527990Z adding 'torch/mtia/__init__.py' 2025-01-24T01:07:08.6531592Z adding 'torch/mtia/_utils.py' 2025-01-24T01:07:08.6535214Z adding 'torch/mtia/memory.py' 2025-01-24T01:07:08.6539372Z adding 'torch/multiprocessing/__init__.py' 2025-01-24T01:07:08.6542549Z adding 'torch/multiprocessing/_atfork.py' 2025-01-24T01:07:08.6545927Z adding 'torch/multiprocessing/pool.py' 2025-01-24T01:07:08.6549167Z adding 'torch/multiprocessing/queue.py' 2025-01-24T01:07:08.6558333Z adding 'torch/multiprocessing/reductions.py' 2025-01-24T01:07:08.6565027Z adding 'torch/multiprocessing/spawn.py' 2025-01-24T01:07:08.6574557Z adding 'torch/nested/__init__.py' 2025-01-24T01:07:08.6579300Z adding 'torch/nested/_internal/__init__.py' 2025-01-24T01:07:08.6582324Z adding 'torch/nested/_internal/nested_int.py' 2025-01-24T01:07:08.6591433Z adding 'torch/nested/_internal/nested_tensor.py' 2025-01-24T01:07:08.6619870Z adding 'torch/nested/_internal/ops.py' 2025-01-24T01:07:08.6633491Z adding 'torch/nested/_internal/sdpa.py' 2025-01-24T01:07:08.6639185Z adding 'torch/nn/__init__.py' 2025-01-24T01:07:08.6642711Z adding 'torch/nn/_reduction.py' 2025-01-24T01:07:08.6646378Z adding 'torch/nn/common_types.py' 2025-01-24T01:07:08.6649799Z adding 'torch/nn/cpp.py' 2025-01-24T01:07:08.6719299Z adding 'torch/nn/functional.py' 2025-01-24T01:07:08.6731100Z adding 'torch/nn/functional.pyi' 2025-01-24T01:07:08.6735816Z adding 'torch/nn/grad.py' 2025-01-24T01:07:08.6744292Z adding 'torch/nn/init.py' 2025-01-24T01:07:08.6750443Z adding 'torch/nn/parameter.py' 2025-01-24T01:07:08.6754012Z adding 'torch/nn/parameter.pyi' 2025-01-24T01:07:08.6759485Z adding 'torch/nn/attention/__init__.py' 2025-01-24T01:07:08.6763714Z adding 'torch/nn/attention/_utils.py' 2025-01-24T01:07:08.6769352Z adding 'torch/nn/attention/bias.py' 2025-01-24T01:07:08.6788929Z adding 'torch/nn/attention/flex_attention.py' 2025-01-24T01:07:08.6794046Z adding 'torch/nn/attention/experimental/__init__.py' 2025-01-24T01:07:08.6799801Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-01-24T01:07:08.6803850Z adding 'torch/nn/backends/__init__.py' 2025-01-24T01:07:08.6806681Z adding 'torch/nn/backends/thnn.py' 2025-01-24T01:07:08.6810736Z adding 'torch/nn/intrinsic/__init__.py' 2025-01-24T01:07:08.6814604Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-01-24T01:07:08.6817598Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-01-24T01:07:08.6821370Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-01-24T01:07:08.6825516Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-01-24T01:07:08.6828420Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-01-24T01:07:08.6831615Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-01-24T01:07:08.6834608Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-01-24T01:07:08.6838575Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-01-24T01:07:08.6842556Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-01-24T01:07:08.6845938Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-01-24T01:07:08.6856565Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-01-24T01:07:08.6857201Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-01-24T01:07:08.6857624Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-01-24T01:07:08.6859538Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-01-24T01:07:08.6862567Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-01-24T01:07:08.6868326Z adding 'torch/nn/modules/__init__.py' 2025-01-24T01:07:08.6874275Z adding 'torch/nn/modules/_functions.py' 2025-01-24T01:07:08.6891199Z adding 'torch/nn/modules/activation.py' 2025-01-24T01:07:08.6898407Z adding 'torch/nn/modules/adaptive.py' 2025-01-24T01:07:08.6908763Z adding 'torch/nn/modules/batchnorm.py' 2025-01-24T01:07:08.6912994Z adding 'torch/nn/modules/channelshuffle.py' 2025-01-24T01:07:08.6924328Z adding 'torch/nn/modules/container.py' 2025-01-24T01:07:08.6940873Z adding 'torch/nn/modules/conv.py' 2025-01-24T01:07:08.6946308Z adding 'torch/nn/modules/distance.py' 2025-01-24T01:07:08.6951077Z adding 'torch/nn/modules/dropout.py' 2025-01-24T01:07:08.6955416Z adding 'torch/nn/modules/flatten.py' 2025-01-24T01:07:08.6961120Z adding 'torch/nn/modules/fold.py' 2025-01-24T01:07:08.6967230Z adding 'torch/nn/modules/instancenorm.py' 2025-01-24T01:07:08.6973506Z adding 'torch/nn/modules/lazy.py' 2025-01-24T01:07:08.6978997Z adding 'torch/nn/modules/linear.py' 2025-01-24T01:07:08.7004381Z adding 'torch/nn/modules/loss.py' 2025-01-24T01:07:08.7046469Z adding 'torch/nn/modules/module.py' 2025-01-24T01:07:08.7055571Z adding 'torch/nn/modules/normalization.py' 2025-01-24T01:07:08.7063000Z adding 'torch/nn/modules/padding.py' 2025-01-24T01:07:08.7066686Z adding 'torch/nn/modules/pixelshuffle.py' 2025-01-24T01:07:08.7079994Z adding 'torch/nn/modules/pooling.py' 2025-01-24T01:07:08.7098913Z adding 'torch/nn/modules/rnn.py' 2025-01-24T01:07:08.7108401Z adding 'torch/nn/modules/sparse.py' 2025-01-24T01:07:08.7122867Z adding 'torch/nn/modules/transformer.py' 2025-01-24T01:07:08.7129417Z adding 'torch/nn/modules/upsampling.py' 2025-01-24T01:07:08.7133500Z adding 'torch/nn/modules/utils.py' 2025-01-24T01:07:08.7137774Z adding 'torch/nn/parallel/__init__.py' 2025-01-24T01:07:08.7142324Z adding 'torch/nn/parallel/_functions.py' 2025-01-24T01:07:08.7147981Z adding 'torch/nn/parallel/comm.py' 2025-01-24T01:07:08.7153999Z adding 'torch/nn/parallel/data_parallel.py' 2025-01-24T01:07:08.7195848Z adding 'torch/nn/parallel/distributed.py' 2025-01-24T01:07:08.7202571Z adding 'torch/nn/parallel/parallel_apply.py' 2025-01-24T01:07:08.7207347Z adding 'torch/nn/parallel/replicate.py' 2025-01-24T01:07:08.7219873Z adding 'torch/nn/parallel/scatter_gather.py' 2025-01-24T01:07:08.7224176Z adding 'torch/nn/qat/__init__.py' 2025-01-24T01:07:08.7228036Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-01-24T01:07:08.7231633Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-01-24T01:07:08.7234758Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-01-24T01:07:08.7239043Z adding 'torch/nn/qat/modules/__init__.py' 2025-01-24T01:07:08.7241711Z adding 'torch/nn/qat/modules/conv.py' 2025-01-24T01:07:08.7244877Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-01-24T01:07:08.7247796Z adding 'torch/nn/qat/modules/linear.py' 2025-01-24T01:07:08.7251586Z adding 'torch/nn/quantizable/__init__.py' 2025-01-24T01:07:08.7256144Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-01-24T01:07:08.7258284Z adding 'torch/nn/quantizable/modules/activation.py' 2025-01-24T01:07:08.7261780Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-01-24T01:07:08.7265190Z adding 'torch/nn/quantized/__init__.py' 2025-01-24T01:07:08.7268271Z adding 'torch/nn/quantized/functional.py' 2025-01-24T01:07:08.7271770Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-01-24T01:07:08.7275994Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-01-24T01:07:08.7279260Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-01-24T01:07:08.7282307Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-01-24T01:07:08.7285431Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-01-24T01:07:08.7289002Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-01-24T01:07:08.7291636Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-01-24T01:07:08.7295968Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-01-24T01:07:08.7300415Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-01-24T01:07:08.7303882Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-01-24T01:07:08.7307536Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-01-24T01:07:08.7310297Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-01-24T01:07:08.7314949Z adding 'torch/nn/quantized/modules/__init__.py' 2025-01-24T01:07:08.7318875Z adding 'torch/nn/quantized/modules/activation.py' 2025-01-24T01:07:08.7321381Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-01-24T01:07:08.7324623Z adding 'torch/nn/quantized/modules/conv.py' 2025-01-24T01:07:08.7327637Z adding 'torch/nn/quantized/modules/dropout.py' 2025-01-24T01:07:08.7330855Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-01-24T01:07:08.7333913Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-01-24T01:07:08.7337016Z adding 'torch/nn/quantized/modules/linear.py' 2025-01-24T01:07:08.7340229Z adding 'torch/nn/quantized/modules/normalization.py' 2025-01-24T01:07:08.7343237Z adding 'torch/nn/quantized/modules/rnn.py' 2025-01-24T01:07:08.7347532Z adding 'torch/nn/quantized/modules/utils.py' 2025-01-24T01:07:08.7350690Z adding 'torch/nn/utils/__init__.py' 2025-01-24T01:07:08.7354334Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-01-24T01:07:08.7360083Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-01-24T01:07:08.7364998Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-01-24T01:07:08.7370294Z adding 'torch/nn/utils/clip_grad.py' 2025-01-24T01:07:08.7374299Z adding 'torch/nn/utils/convert_parameters.py' 2025-01-24T01:07:08.7378617Z adding 'torch/nn/utils/fusion.py' 2025-01-24T01:07:08.7382689Z adding 'torch/nn/utils/init.py' 2025-01-24T01:07:08.7386999Z adding 'torch/nn/utils/memory_format.py' 2025-01-24T01:07:08.7397532Z adding 'torch/nn/utils/parametrizations.py' 2025-01-24T01:07:08.7411440Z adding 'torch/nn/utils/parametrize.py' 2025-01-24T01:07:08.7429581Z adding 'torch/nn/utils/prune.py' 2025-01-24T01:07:08.7439603Z adding 'torch/nn/utils/rnn.py' 2025-01-24T01:07:08.7446939Z adding 'torch/nn/utils/spectral_norm.py' 2025-01-24T01:07:08.7453036Z adding 'torch/nn/utils/stateless.py' 2025-01-24T01:07:08.7457812Z adding 'torch/nn/utils/weight_norm.py' 2025-01-24T01:07:08.7462045Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-01-24T01:07:08.7465596Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-01-24T01:07:08.7471394Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-01-24T01:07:08.7475379Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-01-24T01:07:08.7479865Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-01-24T01:07:08.7484710Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-01-24T01:07:08.7488665Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-01-24T01:07:08.7492564Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-01-24T01:07:08.7496339Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-01-24T01:07:08.7499835Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-01-24T01:07:08.7509501Z adding 'torch/onnx/__init__.py' 2025-01-24T01:07:08.7513128Z adding 'torch/onnx/_constants.py' 2025-01-24T01:07:08.7516733Z adding 'torch/onnx/_deprecation.py' 2025-01-24T01:07:08.7519942Z adding 'torch/onnx/_experimental.py' 2025-01-24T01:07:08.7522907Z adding 'torch/onnx/_exporter_states.py' 2025-01-24T01:07:08.7526087Z adding 'torch/onnx/_flags.py' 2025-01-24T01:07:08.7529543Z adding 'torch/onnx/_globals.py' 2025-01-24T01:07:08.7533183Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-01-24T01:07:08.7539394Z adding 'torch/onnx/_type_utils.py' 2025-01-24T01:07:08.7543017Z adding 'torch/onnx/errors.py' 2025-01-24T01:07:08.7546311Z adding 'torch/onnx/operators.py' 2025-01-24T01:07:08.7550986Z adding 'torch/onnx/symbolic_caffe2.py' 2025-01-24T01:07:08.7578508Z adding 'torch/onnx/symbolic_helper.py' 2025-01-24T01:07:08.7590531Z adding 'torch/onnx/symbolic_opset10.py' 2025-01-24T01:07:08.7608228Z adding 'torch/onnx/symbolic_opset11.py' 2025-01-24T01:07:08.7615604Z adding 'torch/onnx/symbolic_opset12.py' 2025-01-24T01:07:08.7628245Z adding 'torch/onnx/symbolic_opset13.py' 2025-01-24T01:07:08.7634345Z adding 'torch/onnx/symbolic_opset14.py' 2025-01-24T01:07:08.7638335Z adding 'torch/onnx/symbolic_opset15.py' 2025-01-24T01:07:08.7642862Z adding 'torch/onnx/symbolic_opset16.py' 2025-01-24T01:07:08.7647953Z adding 'torch/onnx/symbolic_opset17.py' 2025-01-24T01:07:08.7652688Z adding 'torch/onnx/symbolic_opset18.py' 2025-01-24T01:07:08.7655978Z adding 'torch/onnx/symbolic_opset19.py' 2025-01-24T01:07:08.7659729Z adding 'torch/onnx/symbolic_opset20.py' 2025-01-24T01:07:08.7662925Z adding 'torch/onnx/symbolic_opset7.py' 2025-01-24T01:07:08.7669086Z adding 'torch/onnx/symbolic_opset8.py' 2025-01-24T01:07:08.7737220Z adding 'torch/onnx/symbolic_opset9.py' 2025-01-24T01:07:08.7771868Z adding 'torch/onnx/utils.py' 2025-01-24T01:07:08.7797176Z adding 'torch/onnx/verification.py' 2025-01-24T01:07:08.7802888Z adding 'torch/onnx/_internal/__init__.py' 2025-01-24T01:07:08.7815743Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-01-24T01:07:08.7820027Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-01-24T01:07:08.7828697Z adding 'torch/onnx/_internal/io_adapter.py' 2025-01-24T01:07:08.7835136Z adding 'torch/onnx/_internal/jit_utils.py' 2025-01-24T01:07:08.7841404Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-01-24T01:07:08.7864146Z adding 'torch/onnx/_internal/onnxruntime.py' 2025-01-24T01:07:08.7871890Z adding 'torch/onnx/_internal/registration.py' 2025-01-24T01:07:08.7876919Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2025-01-24T01:07:08.7881771Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2025-01-24T01:07:08.7892389Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2025-01-24T01:07:08.7897525Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2025-01-24T01:07:08.7902932Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2025-01-24T01:07:08.7909974Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2025-01-24T01:07:08.7914817Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2025-01-24T01:07:08.7918790Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2025-01-24T01:07:08.7922408Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2025-01-24T01:07:08.7928007Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2025-01-24T01:07:08.7931472Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2025-01-24T01:07:08.7935074Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2025-01-24T01:07:08.7938360Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2025-01-24T01:07:08.7941521Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2025-01-24T01:07:08.7944729Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2025-01-24T01:07:08.7947946Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2025-01-24T01:07:08.7951185Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2025-01-24T01:07:08.7954455Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2025-01-24T01:07:08.7958173Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2025-01-24T01:07:08.7961078Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2025-01-24T01:07:08.7964277Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2025-01-24T01:07:08.7967417Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2025-01-24T01:07:08.7971509Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2025-01-24T01:07:08.7974372Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2025-01-24T01:07:08.7977853Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2025-01-24T01:07:08.7980984Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2025-01-24T01:07:08.7984129Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2025-01-24T01:07:08.7987353Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2025-01-24T01:07:08.7990944Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2025-01-24T01:07:08.7994300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2025-01-24T01:07:08.7997737Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2025-01-24T01:07:08.8000943Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2025-01-24T01:07:08.8004103Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2025-01-24T01:07:08.8007437Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2025-01-24T01:07:08.8011119Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2025-01-24T01:07:08.8013850Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2025-01-24T01:07:08.8017321Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2025-01-24T01:07:08.8020438Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2025-01-24T01:07:08.8023545Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2025-01-24T01:07:08.8026812Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2025-01-24T01:07:08.8030002Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2025-01-24T01:07:08.8033233Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2025-01-24T01:07:08.8036768Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2025-01-24T01:07:08.8040428Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2025-01-24T01:07:08.8043361Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2025-01-24T01:07:08.8047007Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2025-01-24T01:07:08.8050434Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2025-01-24T01:07:08.8054198Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2025-01-24T01:07:08.8057590Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2025-01-24T01:07:08.8060802Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2025-01-24T01:07:08.8064001Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2025-01-24T01:07:08.8067123Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2025-01-24T01:07:08.8070309Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2025-01-24T01:07:08.8073462Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2025-01-24T01:07:08.8076836Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2025-01-24T01:07:08.8080274Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2025-01-24T01:07:08.8083391Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2025-01-24T01:07:08.8087106Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2025-01-24T01:07:08.8090461Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2025-01-24T01:07:08.8093676Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2025-01-24T01:07:08.8096919Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2025-01-24T01:07:08.8100480Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2025-01-24T01:07:08.8103397Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2025-01-24T01:07:08.8106342Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2025-01-24T01:07:08.8110246Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-01-24T01:07:08.8115128Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-01-24T01:07:08.8126392Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-01-24T01:07:08.8132129Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-01-24T01:07:08.8138937Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-01-24T01:07:08.8161524Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-01-24T01:07:08.8166659Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-01-24T01:07:08.8172871Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-01-24T01:07:08.8176275Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-01-24T01:07:08.8179672Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-01-24T01:07:08.8183426Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-01-24T01:07:08.8186805Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-01-24T01:07:08.8193671Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-01-24T01:07:08.8198894Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-01-24T01:07:08.8203636Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-01-24T01:07:08.8211995Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-01-24T01:07:08.8215892Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-01-24T01:07:08.8219691Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-01-24T01:07:08.8223729Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-01-24T01:07:08.8227462Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-01-24T01:07:08.8230755Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-01-24T01:07:08.8234601Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-01-24T01:07:08.8238440Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-01-24T01:07:08.8242566Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-01-24T01:07:08.8248764Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-01-24T01:07:08.8253773Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2025-01-24T01:07:08.8258288Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2025-01-24T01:07:08.8263412Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2025-01-24T01:07:08.8268628Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2025-01-24T01:07:08.8281669Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2025-01-24T01:07:08.8288251Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2025-01-24T01:07:08.8301589Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2025-01-24T01:07:08.8306844Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-01-24T01:07:08.8310893Z adding 'torch/onnx/_internal/fx/registration.py' 2025-01-24T01:07:08.8317180Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-01-24T01:07:08.8322313Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-01-24T01:07:08.8326682Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2025-01-24T01:07:08.8330437Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2025-01-24T01:07:08.8334476Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-01-24T01:07:08.8338637Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-01-24T01:07:08.8342602Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2025-01-24T01:07:08.8347514Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2025-01-24T01:07:08.8362119Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2025-01-24T01:07:08.8368121Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2025-01-24T01:07:08.8386075Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-01-24T01:07:08.8392032Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2025-01-24T01:07:08.8396283Z adding 'torch/optim/__init__.py' 2025-01-24T01:07:08.8405886Z adding 'torch/optim/_adafactor.py' 2025-01-24T01:07:08.8410189Z adding 'torch/optim/_functional.py' 2025-01-24T01:07:08.8417428Z adding 'torch/optim/adadelta.py' 2025-01-24T01:07:08.8425147Z adding 'torch/optim/adagrad.py' 2025-01-24T01:07:08.8438151Z adding 'torch/optim/adam.py' 2025-01-24T01:07:08.8445873Z adding 'torch/optim/adamax.py' 2025-01-24T01:07:08.8450789Z adding 'torch/optim/adamw.py' 2025-01-24T01:07:08.8457376Z adding 'torch/optim/asgd.py' 2025-01-24T01:07:08.8465329Z adding 'torch/optim/lbfgs.py' 2025-01-24T01:07:08.8489345Z adding 'torch/optim/lr_scheduler.py' 2025-01-24T01:07:08.8499763Z adding 'torch/optim/nadam.py' 2025-01-24T01:07:08.8517284Z adding 'torch/optim/optimizer.py' 2025-01-24T01:07:08.8526876Z adding 'torch/optim/radam.py' 2025-01-24T01:07:08.8535179Z adding 'torch/optim/rmsprop.py' 2025-01-24T01:07:08.8542654Z adding 'torch/optim/rprop.py' 2025-01-24T01:07:08.8550595Z adding 'torch/optim/sgd.py' 2025-01-24T01:07:08.8556211Z adding 'torch/optim/sparse_adam.py' 2025-01-24T01:07:08.9020575Z adding 'torch/optim/swa_utils.py' 2025-01-24T01:07:08.9025836Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-01-24T01:07:08.9029744Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-01-24T01:07:08.9033084Z adding 'torch/package/__init__.py' 2025-01-24T01:07:08.9037451Z adding 'torch/package/_digraph.py' 2025-01-24T01:07:08.9041496Z adding 'torch/package/_directory_reader.py' 2025-01-24T01:07:08.9045023Z adding 'torch/package/_importlib.py' 2025-01-24T01:07:08.9048435Z adding 'torch/package/_mangling.py' 2025-01-24T01:07:08.9052050Z adding 'torch/package/_mock.py' 2025-01-24T01:07:08.9056247Z adding 'torch/package/_package_pickler.py' 2025-01-24T01:07:08.9059592Z adding 'torch/package/_package_unpickler.py' 2025-01-24T01:07:08.9063704Z adding 'torch/package/_stdlib.py' 2025-01-24T01:07:08.9068199Z adding 'torch/package/file_structure_representation.py' 2025-01-24T01:07:08.9072142Z adding 'torch/package/find_file_dependencies.py' 2025-01-24T01:07:08.9076134Z adding 'torch/package/glob_group.py' 2025-01-24T01:07:08.9081541Z adding 'torch/package/importer.py' 2025-01-24T01:07:08.9099710Z adding 'torch/package/package_exporter.py' 2025-01-24T01:07:08.9113708Z adding 'torch/package/package_importer.py' 2025-01-24T01:07:08.9118410Z adding 'torch/package/analyze/__init__.py' 2025-01-24T01:07:08.9121654Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-01-24T01:07:08.9124681Z adding 'torch/package/analyze/is_from_package.py' 2025-01-24T01:07:08.9128227Z adding 'torch/package/analyze/trace_dependencies.py' 2025-01-24T01:07:08.9132550Z adding 'torch/profiler/__init__.py' 2025-01-24T01:07:08.9150169Z adding 'torch/profiler/_memory_profiler.py' 2025-01-24T01:07:08.9159945Z adding 'torch/profiler/_pattern_matcher.py' 2025-01-24T01:07:08.9166981Z adding 'torch/profiler/_utils.py' 2025-01-24T01:07:08.9170900Z adding 'torch/profiler/itt.py' 2025-01-24T01:07:08.9185879Z adding 'torch/profiler/profiler.py' 2025-01-24T01:07:08.9190143Z adding 'torch/profiler/python_tracer.py' 2025-01-24T01:07:08.9194788Z adding 'torch/quantization/__init__.py' 2025-01-24T01:07:08.9198224Z adding 'torch/quantization/_numeric_suite.py' 2025-01-24T01:07:08.9201477Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-01-24T01:07:08.9205838Z adding 'torch/quantization/_quantized_conversions.py' 2025-01-24T01:07:08.9208940Z adding 'torch/quantization/fake_quantize.py' 2025-01-24T01:07:08.9212092Z adding 'torch/quantization/fuse_modules.py' 2025-01-24T01:07:08.9215133Z adding 'torch/quantization/fuser_method_mappings.py' 2025-01-24T01:07:08.9218300Z adding 'torch/quantization/observer.py' 2025-01-24T01:07:08.9221388Z adding 'torch/quantization/qconfig.py' 2025-01-24T01:07:08.9224524Z adding 'torch/quantization/quant_type.py' 2025-01-24T01:07:08.9227669Z adding 'torch/quantization/quantization_mappings.py' 2025-01-24T01:07:08.9231324Z adding 'torch/quantization/quantize.py' 2025-01-24T01:07:08.9233902Z adding 'torch/quantization/quantize_fx.py' 2025-01-24T01:07:08.9237129Z adding 'torch/quantization/quantize_jit.py' 2025-01-24T01:07:08.9240164Z adding 'torch/quantization/stubs.py' 2025-01-24T01:07:08.9243261Z adding 'torch/quantization/utils.py' 2025-01-24T01:07:08.9248012Z adding 'torch/quantization/fx/__init__.py' 2025-01-24T01:07:08.9251249Z adding 'torch/quantization/fx/_equalize.py' 2025-01-24T01:07:08.9254436Z adding 'torch/quantization/fx/convert.py' 2025-01-24T01:07:08.9257381Z adding 'torch/quantization/fx/fuse.py' 2025-01-24T01:07:08.9260460Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-01-24T01:07:08.9263531Z adding 'torch/quantization/fx/graph_module.py' 2025-01-24T01:07:08.9266513Z adding 'torch/quantization/fx/match_utils.py' 2025-01-24T01:07:08.9269739Z adding 'torch/quantization/fx/pattern_utils.py' 2025-01-24T01:07:08.9272717Z adding 'torch/quantization/fx/prepare.py' 2025-01-24T01:07:08.9276171Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-01-24T01:07:08.9279166Z adding 'torch/quantization/fx/quantization_types.py' 2025-01-24T01:07:08.9282332Z adding 'torch/quantization/fx/utils.py' 2025-01-24T01:07:08.9288047Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-01-24T01:07:08.9292515Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-01-24T01:07:08.9295983Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-01-24T01:07:08.9300168Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-01-24T01:07:08.9313613Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-01-24T01:07:08.9318336Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-01-24T01:07:08.9322115Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-01-24T01:07:08.9326203Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-01-24T01:07:08.9330451Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-01-24T01:07:08.9334216Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-01-24T01:07:08.9338655Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-01-24T01:07:08.9372034Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-01-24T01:07:08.9381359Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-01-24T01:07:08.9385244Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-01-24T01:07:08.9390468Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-01-24T01:07:08.9394601Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-01-24T01:07:08.9400776Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-01-24T01:07:08.9406491Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-01-24T01:07:08.9412955Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-01-24T01:07:08.9419239Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-01-24T01:07:08.9423135Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-01-24T01:07:08.9426907Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-01-24T01:07:08.9430274Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-01-24T01:07:08.9433318Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-01-24T01:07:08.9437108Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-01-24T01:07:08.9445203Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-01-24T01:07:08.9449054Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-01-24T01:07:08.9454022Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-01-24T01:07:08.9457364Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-01-24T01:07:08.9460927Z adding 'torch/signal/__init__.py' 2025-01-24T01:07:08.9464510Z adding 'torch/signal/windows/__init__.py' 2025-01-24T01:07:08.9471850Z adding 'torch/signal/windows/windows.py' 2025-01-24T01:07:08.9482537Z adding 'torch/sparse/__init__.py' 2025-01-24T01:07:08.9489239Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-01-24T01:07:08.9493774Z adding 'torch/sparse/_semi_structured_ops.py' 2025-01-24T01:07:08.9518763Z adding 'torch/sparse/_triton_ops.py' 2025-01-24T01:07:08.9638630Z adding 'torch/sparse/_triton_ops_meta.py' 2025-01-24T01:07:08.9658959Z adding 'torch/sparse/semi_structured.py' 2025-01-24T01:07:08.9669493Z adding 'torch/special/__init__.py' 2025-01-24T01:07:08.9837496Z adding 'torch/test/CppSignature_test.exe' 2025-01-24T01:07:09.0100520Z adding 'torch/test/Dict_test.exe' 2025-01-24T01:07:09.0284965Z adding 'torch/test/Dimname_test.exe' 2025-01-24T01:07:09.0519297Z adding 'torch/test/IListRef_test.exe' 2025-01-24T01:07:09.0758019Z adding 'torch/test/KernelFunction_test.exe' 2025-01-24T01:07:09.1097665Z adding 'torch/test/List_test.exe' 2025-01-24T01:07:09.1351145Z adding 'torch/test/MaybeOwned_test.exe' 2025-01-24T01:07:09.1583252Z adding 'torch/test/NamedTensor_test.exe' 2025-01-24T01:07:09.1790320Z adding 'torch/test/StorageUtils_test.exe' 2025-01-24T01:07:09.2008334Z adding 'torch/test/apply_utils_test.exe' 2025-01-24T01:07:09.2239134Z adding 'torch/test/atest.exe' 2025-01-24T01:07:09.2451203Z adding 'torch/test/backend_fallback_test.exe' 2025-01-24T01:07:09.2692758Z adding 'torch/test/basic.exe' 2025-01-24T01:07:09.2905115Z adding 'torch/test/broadcast_test.exe' 2025-01-24T01:07:09.3072041Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-01-24T01:07:09.3244526Z adding 'torch/test/c10_Bitset_test.exe' 2025-01-24T01:07:09.3406344Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-01-24T01:07:09.3566369Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-01-24T01:07:09.3723160Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-01-24T01:07:09.3896866Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-01-24T01:07:09.4076777Z adding 'torch/test/c10_Device_test.exe' 2025-01-24T01:07:09.4275671Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-01-24T01:07:09.4451068Z adding 'torch/test/c10_Half_test.exe' 2025-01-24T01:07:09.4635213Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-01-24T01:07:09.4826639Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-01-24T01:07:09.5020326Z adding 'torch/test/c10_LeftRight_test.exe' 2025-01-24T01:07:09.5200197Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-01-24T01:07:09.5381688Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-01-24T01:07:09.5562290Z adding 'torch/test/c10_Scalar_test.exe' 2025-01-24T01:07:09.5746121Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-01-24T01:07:09.5902501Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-01-24T01:07:09.6074449Z adding 'torch/test/c10_SymInt_test.exe' 2025-01-24T01:07:09.6243035Z adding 'torch/test/c10_Synchronized_test.exe' 2025-01-24T01:07:09.6433152Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-01-24T01:07:09.6606152Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-01-24T01:07:09.6769713Z adding 'torch/test/c10_TypeList_test.exe' 2025-01-24T01:07:09.6926968Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-01-24T01:07:09.7102766Z adding 'torch/test/c10_accumulate_test.exe' 2025-01-24T01:07:09.7293722Z adding 'torch/test/c10_bfloat16_test.exe' 2025-01-24T01:07:09.7461742Z adding 'torch/test/c10_bit_cast_test.exe' 2025-01-24T01:07:09.7661505Z adding 'torch/test/c10_complex_math_test.exe' 2025-01-24T01:07:09.7853060Z adding 'torch/test/c10_complex_test.exe' 2025-01-24T01:07:09.8047614Z adding 'torch/test/c10_cow_test.exe' 2025-01-24T01:07:09.8214186Z adding 'torch/test/c10_error_test.exe' 2025-01-24T01:07:09.8396904Z adding 'torch/test/c10_exception_test.exe' 2025-01-24T01:07:09.8561033Z adding 'torch/test/c10_flags_test.exe' 2025-01-24T01:07:09.8728981Z adding 'torch/test/c10_generic_math_test.exe' 2025-01-24T01:07:09.8881447Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-01-24T01:07:09.9305692Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-01-24T01:07:09.9497485Z adding 'torch/test/c10_irange_test.exe' 2025-01-24T01:07:09.9674739Z adding 'torch/test/c10_lazy_test.exe' 2025-01-24T01:07:09.9863665Z adding 'torch/test/c10_logging_test.exe' 2025-01-24T01:07:10.0112975Z adding 'torch/test/c10_optional_test.exe' 2025-01-24T01:07:10.0322840Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-01-24T01:07:10.0502371Z adding 'torch/test/c10_registry_test.exe' 2025-01-24T01:07:10.0854444Z adding 'torch/test/c10_small_vector_test.exe' 2025-01-24T01:07:10.1040049Z adding 'torch/test/c10_ssize_test.exe' 2025-01-24T01:07:10.1214302Z adding 'torch/test/c10_string_util_test.exe' 2025-01-24T01:07:10.1371603Z adding 'torch/test/c10_string_view_test.exe' 2025-01-24T01:07:10.1534140Z adding 'torch/test/c10_tempfile_test.exe' 2025-01-24T01:07:10.1717510Z adding 'torch/test/c10_typeid_test.exe' 2025-01-24T01:07:10.1916608Z adding 'torch/test/cpu_allocator_test.exe' 2025-01-24T01:07:10.2141336Z adding 'torch/test/cpu_generator_test.exe' 2025-01-24T01:07:10.2347024Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-01-24T01:07:10.2994251Z adding 'torch/test/cpu_rng_test.exe' 2025-01-24T01:07:10.3204880Z adding 'torch/test/dispatch_key_set_test.exe' 2025-01-24T01:07:10.3400688Z adding 'torch/test/dlconvertor_test.exe' 2025-01-24T01:07:10.3622520Z adding 'torch/test/extension_backend_test.exe' 2025-01-24T01:07:10.3839356Z adding 'torch/test/half_test.exe' 2025-01-24T01:07:10.4075861Z adding 'torch/test/inline_container_test.exe' 2025-01-24T01:07:10.4434411Z adding 'torch/test/ivalue_test.exe' 2025-01-24T01:07:10.4840967Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-01-24T01:07:10.5179637Z adding 'torch/test/kernel_function_test.exe' 2025-01-24T01:07:10.5601940Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-01-24T01:07:10.5955704Z adding 'torch/test/kernel_lambda_test.exe' 2025-01-24T01:07:10.6197601Z adding 'torch/test/kernel_stackbased_test.exe' 2025-01-24T01:07:10.6394203Z adding 'torch/test/lazy_tensor_test.exe' 2025-01-24T01:07:10.6682086Z adding 'torch/test/legacy_vmap_test.exe' 2025-01-24T01:07:10.7022633Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-01-24T01:07:10.7234535Z adding 'torch/test/math_kernel_test.exe' 2025-01-24T01:07:10.7438282Z adding 'torch/test/memory_format_test.exe' 2025-01-24T01:07:10.7650135Z adding 'torch/test/memory_overlapping_test.exe' 2025-01-24T01:07:10.7853342Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-01-24T01:07:10.8079130Z adding 'torch/test/native_test.exe' 2025-01-24T01:07:10.8237343Z adding 'torch/test/op_allowlist_test.exe' 2025-01-24T01:07:10.9037187Z adding 'torch/test/op_registration_test.exe' 2025-01-24T01:07:10.9248056Z adding 'torch/test/operator_name_test.exe' 2025-01-24T01:07:10.9445649Z adding 'torch/test/operators_test.exe' 2025-01-24T01:07:10.9655312Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-01-24T01:07:10.9923196Z adding 'torch/test/pow_test.exe' 2025-01-24T01:07:11.0153302Z adding 'torch/test/quantized_test.exe' 2025-01-24T01:07:11.0357924Z adding 'torch/test/reduce_ops_test.exe' 2025-01-24T01:07:11.0566081Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-01-24T01:07:11.0795679Z adding 'torch/test/scalar_tensor_test.exe' 2025-01-24T01:07:11.1032538Z adding 'torch/test/scalar_test.exe' 2025-01-24T01:07:11.1235693Z adding 'torch/test/stride_properties_test.exe' 2025-01-24T01:07:11.1506164Z adding 'torch/test/tensor_iterator_test.exe' 2025-01-24T01:07:11.1721253Z adding 'torch/test/test_parallel.exe' 2025-01-24T01:07:11.1779002Z adding 'torch/test/thread_init_test.exe' 2025-01-24T01:07:11.1952877Z adding 'torch/test/type_ptr_test.exe' 2025-01-24T01:07:11.2183475Z adding 'torch/test/type_test.exe' 2025-01-24T01:07:11.2393357Z adding 'torch/test/undefined_tensor_test.exe' 2025-01-24T01:07:11.2451214Z adding 'torch/test/verify_api_visibility.exe' 2025-01-24T01:07:11.2652128Z adding 'torch/test/weakref_test.exe' 2025-01-24T01:07:11.2865482Z adding 'torch/test/wrapdim_test.exe' 2025-01-24T01:07:11.3083863Z adding 'torch/test/xla_tensor_test.exe' 2025-01-24T01:07:11.3084239Z adding 'torch/testing/__init__.py' 2025-01-24T01:07:11.3102685Z adding 'torch/testing/_comparison.py' 2025-01-24T01:07:11.3109916Z adding 'torch/testing/_creation.py' 2025-01-24T01:07:11.3113848Z adding 'torch/testing/_utils.py' 2025-01-24T01:07:11.3119886Z adding 'torch/testing/_internal/__init__.py' 2025-01-24T01:07:11.3127468Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-01-24T01:07:11.3133957Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-01-24T01:07:11.3139399Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-01-24T01:07:11.3145851Z adding 'torch/testing/_internal/common_cuda.py' 2025-01-24T01:07:11.3172562Z adding 'torch/testing/_internal/common_device_type.py' 2025-01-24T01:07:11.3177764Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-01-24T01:07:11.3198267Z adding 'torch/testing/_internal/common_distributed.py' 2025-01-24T01:07:11.3203564Z adding 'torch/testing/_internal/common_dtype.py' 2025-01-24T01:07:11.3222258Z adding 'torch/testing/_internal/common_fsdp.py' 2025-01-24T01:07:11.3230075Z adding 'torch/testing/_internal/common_jit.py' 2025-01-24T01:07:11.3476518Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-01-24T01:07:11.3507758Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-01-24T01:07:11.3541065Z adding 'torch/testing/_internal/common_modules.py' 2025-01-24T01:07:11.3606979Z adding 'torch/testing/_internal/common_nn.py' 2025-01-24T01:07:11.3607371Z adding 'torch/testing/_internal/common_optimizers.py' 2025-01-24T01:07:11.3612656Z adding 'torch/testing/_internal/common_pruning.py' 2025-01-24T01:07:11.3643535Z adding 'torch/testing/_internal/common_quantization.py' 2025-01-24T01:07:11.3651704Z adding 'torch/testing/_internal/common_quantized.py' 2025-01-24T01:07:11.3657552Z adding 'torch/testing/_internal/common_subclass.py' 2025-01-24T01:07:11.3744409Z adding 'torch/testing/_internal/common_utils.py' 2025-01-24T01:07:11.3758117Z adding 'torch/testing/_internal/composite_compliance.py' 2025-01-24T01:07:11.3765379Z adding 'torch/testing/_internal/custom_op_db.py' 2025-01-24T01:07:11.3769787Z adding 'torch/testing/_internal/custom_tensor.py' 2025-01-24T01:07:11.3774628Z adding 'torch/testing/_internal/dist_utils.py' 2025-01-24T01:07:11.3778966Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-01-24T01:07:11.3782297Z adding 'torch/testing/_internal/fake_config_module.py' 2025-01-24T01:07:11.3785190Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-01-24T01:07:11.3788044Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-01-24T01:07:11.3792264Z adding 'torch/testing/_internal/hop_db.py' 2025-01-24T01:07:11.3798987Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-01-24T01:07:11.3803275Z adding 'torch/testing/_internal/inductor_utils.py' 2025-01-24T01:07:11.3814240Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-01-24T01:07:11.3826886Z adding 'torch/testing/_internal/jit_utils.py' 2025-01-24T01:07:11.3832277Z adding 'torch/testing/_internal/logging_tensor.py' 2025-01-24T01:07:11.3837132Z adding 'torch/testing/_internal/logging_utils.py' 2025-01-24T01:07:11.3840476Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-01-24T01:07:11.3843367Z adding 'torch/testing/_internal/static_module.py' 2025-01-24T01:07:11.3847324Z adding 'torch/testing/_internal/subclasses.py' 2025-01-24T01:07:11.3850767Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-01-24T01:07:11.3855872Z adding 'torch/testing/_internal/triton_utils.py' 2025-01-24T01:07:11.3859931Z adding 'torch/testing/_internal/two_tensor.py' 2025-01-24T01:07:11.3863693Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-01-24T01:07:11.3867145Z adding 'torch/testing/_internal/data/__init__.py' 2025-01-24T01:07:11.3869937Z adding 'torch/testing/_internal/data/network1.py' 2025-01-24T01:07:11.3873340Z adding 'torch/testing/_internal/data/network2.py' 2025-01-24T01:07:11.3876658Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-01-24T01:07:11.3880657Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-01-24T01:07:11.3885282Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-01-24T01:07:11.3896202Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-01-24T01:07:11.3996066Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-01-24T01:07:11.4015116Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-01-24T01:07:11.4015663Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-01-24T01:07:11.4019705Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-01-24T01:07:11.4024670Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-01-24T01:07:11.4028565Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-01-24T01:07:11.4031713Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-01-24T01:07:11.4036290Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-01-24T01:07:11.4040964Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-01-24T01:07:11.4043643Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-01-24T01:07:11.4047935Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-01-24T01:07:11.4090681Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-01-24T01:07:11.4091216Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-01-24T01:07:11.4091692Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-01-24T01:07:11.4092211Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-01-24T01:07:11.4092729Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-01-24T01:07:11.4108865Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-01-24T01:07:11.4116051Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-01-24T01:07:11.4121661Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-01-24T01:07:11.4125786Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-01-24T01:07:11.4129177Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-01-24T01:07:11.4188003Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-01-24T01:07:11.4196502Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-01-24T01:07:11.4200671Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-01-24T01:07:11.4204440Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-01-24T01:07:11.4209638Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-01-24T01:07:11.4213516Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-01-24T01:07:11.4217602Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-01-24T01:07:11.4231534Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-01-24T01:07:11.4237093Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-01-24T01:07:11.4240966Z adding 'torch/testing/_internal/generated/__init__.py' 2025-01-24T01:07:11.4289625Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-01-24T01:07:11.4305106Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-01-24T01:07:11.4346823Z adding 'torch/testing/_internal/opinfo/core.py' 2025-01-24T01:07:11.4354143Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-01-24T01:07:11.4359915Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-01-24T01:07:11.4364158Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-01-24T01:07:11.4373740Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-01-24T01:07:11.4380979Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-01-24T01:07:11.4402613Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-01-24T01:07:11.4421723Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-01-24T01:07:11.4428528Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-01-24T01:07:11.4438268Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-01-24T01:07:11.4445689Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-01-24T01:07:11.4450203Z adding 'torch/testing/_internal/optests/__init__.py' 2025-01-24T01:07:11.4454763Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-01-24T01:07:11.4459506Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-01-24T01:07:11.4462627Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-01-24T01:07:11.4474679Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-01-24T01:07:11.4479265Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-01-24T01:07:11.4483492Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-01-24T01:07:11.4486443Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-01-24T01:07:11.4490006Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-01-24T01:07:11.4494975Z adding 'torch/utils/__init__.py' 2025-01-24T01:07:11.4499262Z adding 'torch/utils/_backport_slots.py' 2025-01-24T01:07:11.4511284Z adding 'torch/utils/_config_module.py' 2025-01-24T01:07:11.4515858Z adding 'torch/utils/_config_typing.pyi' 2025-01-24T01:07:11.4521473Z adding 'torch/utils/_content_store.py' 2025-01-24T01:07:11.4526832Z adding 'torch/utils/_contextlib.py' 2025-01-24T01:07:11.4530277Z adding 'torch/utils/_cpp_embed_headers.py' 2025-01-24T01:07:11.4533784Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-01-24T01:07:11.4544901Z adding 'torch/utils/_cxx_pytree.py' 2025-01-24T01:07:11.4550004Z adding 'torch/utils/_device.py' 2025-01-24T01:07:11.4553028Z adding 'torch/utils/_exposed_in.py' 2025-01-24T01:07:11.4556397Z adding 'torch/utils/_filelock.py' 2025-01-24T01:07:11.4559912Z adding 'torch/utils/_foreach_utils.py' 2025-01-24T01:07:11.4566315Z adding 'torch/utils/_freeze.py' 2025-01-24T01:07:11.4569889Z adding 'torch/utils/_functools.py' 2025-01-24T01:07:11.4574121Z adding 'torch/utils/_get_clean_triton.py' 2025-01-24T01:07:11.4577666Z adding 'torch/utils/_import_utils.py' 2025-01-24T01:07:11.4580816Z adding 'torch/utils/_mode_utils.py' 2025-01-24T01:07:11.4584625Z adding 'torch/utils/_ordered_set.py' 2025-01-24T01:07:11.4596307Z adding 'torch/utils/_python_dispatch.py' 2025-01-24T01:07:11.4615359Z adding 'torch/utils/_pytree.py' 2025-01-24T01:07:11.4619538Z adding 'torch/utils/_stats.py' 2025-01-24T01:07:11.4622865Z adding 'torch/utils/_thunk.py' 2025-01-24T01:07:11.4628308Z adding 'torch/utils/_traceback.py' 2025-01-24T01:07:11.4632161Z adding 'torch/utils/_triton.py' 2025-01-24T01:07:11.4635223Z adding 'torch/utils/_typing_utils.py' 2025-01-24T01:07:11.4639024Z adding 'torch/utils/_zip.py' 2025-01-24T01:07:11.4646466Z adding 'torch/utils/backend_registration.py' 2025-01-24T01:07:11.4655250Z adding 'torch/utils/bundled_inputs.py' 2025-01-24T01:07:11.4682545Z adding 'torch/utils/checkpoint.py' 2025-01-24T01:07:11.4693391Z adding 'torch/utils/collect_env.py' 2025-01-24T01:07:11.4697034Z adding 'torch/utils/cpp_backtrace.py' 2025-01-24T01:07:11.4736191Z adding 'torch/utils/cpp_extension.py' 2025-01-24T01:07:11.4741626Z adding 'torch/utils/deterministic.py' 2025-01-24T01:07:11.4745710Z adding 'torch/utils/dlpack.py' 2025-01-24T01:07:11.4749042Z adding 'torch/utils/file_baton.py' 2025-01-24T01:07:11.4759388Z adding 'torch/utils/flop_counter.py' 2025-01-24T01:07:11.4765282Z adding 'torch/utils/hooks.py' 2025-01-24T01:07:11.4770139Z adding 'torch/utils/mkldnn.py' 2025-01-24T01:07:11.4774542Z adding 'torch/utils/mobile_optimizer.py' 2025-01-24T01:07:11.4777426Z adding 'torch/utils/model_zoo.py' 2025-01-24T01:07:11.4781773Z adding 'torch/utils/module_tracker.py' 2025-01-24T01:07:11.4786007Z adding 'torch/utils/show_pickle.py' 2025-01-24T01:07:11.4790659Z adding 'torch/utils/throughput_benchmark.py' 2025-01-24T01:07:11.4796435Z adding 'torch/utils/weak.py' 2025-01-24T01:07:11.4800523Z adding 'torch/utils/_strobelight/__init__.py' 2025-01-24T01:07:11.4805944Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-01-24T01:07:11.4809815Z adding 'torch/utils/_sympy/__init__.py' 2025-01-24T01:07:11.4827816Z adding 'torch/utils/_sympy/functions.py' 2025-01-24T01:07:11.4833825Z adding 'torch/utils/_sympy/interp.py' 2025-01-24T01:07:11.4838670Z adding 'torch/utils/_sympy/numbers.py' 2025-01-24T01:07:11.4845042Z adding 'torch/utils/_sympy/printers.py' 2025-01-24T01:07:11.4850757Z adding 'torch/utils/_sympy/reference.py' 2025-01-24T01:07:11.4854669Z adding 'torch/utils/_sympy/singleton_int.py' 2025-01-24T01:07:11.4859154Z adding 'torch/utils/_sympy/solve.py' 2025-01-24T01:07:11.4863150Z adding 'torch/utils/_sympy/symbol.py' 2025-01-24T01:07:11.4877117Z adding 'torch/utils/_sympy/value_ranges.py' 2025-01-24T01:07:11.4881876Z adding 'torch/utils/backcompat/__init__.py' 2025-01-24T01:07:11.4885517Z adding 'torch/utils/benchmark/__init__.py' 2025-01-24T01:07:11.4889874Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-01-24T01:07:11.4893787Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2025-01-24T01:07:11.4897484Z adding 'torch/utils/benchmark/examples/compare.py' 2025-01-24T01:07:11.4901084Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-01-24T01:07:11.4905167Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-01-24T01:07:11.4908452Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-01-24T01:07:11.4912493Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-01-24T01:07:11.4916325Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-01-24T01:07:11.4920004Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-01-24T01:07:11.4923793Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-01-24T01:07:11.4927388Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-01-24T01:07:11.4931109Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-01-24T01:07:11.4934706Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-01-24T01:07:11.4938691Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-01-24T01:07:11.4941829Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-01-24T01:07:11.4948322Z adding 'torch/utils/benchmark/utils/common.py' 2025-01-24T01:07:11.4954987Z adding 'torch/utils/benchmark/utils/compare.py' 2025-01-24T01:07:11.4959940Z adding 'torch/utils/benchmark/utils/compile.py' 2025-01-24T01:07:11.4964768Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-01-24T01:07:11.4972837Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-01-24T01:07:11.4977691Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-01-24T01:07:11.4981180Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-01-24T01:07:11.4990384Z adding 'torch/utils/benchmark/utils/timer.py' 2025-01-24T01:07:11.4994612Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-01-24T01:07:11.4999403Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-01-24T01:07:11.5002529Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-01-24T01:07:11.5006232Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-01-24T01:07:11.5021068Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-01-24T01:07:11.5076473Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-01-24T01:07:11.5089690Z adding 'torch/utils/bottleneck/__init__.py' 2025-01-24T01:07:11.5094289Z adding 'torch/utils/bottleneck/__main__.py' 2025-01-24T01:07:11.5098629Z adding 'torch/utils/data/__init__.py' 2025-01-24T01:07:11.5101679Z adding 'torch/utils/data/backward_compatibility.py' 2025-01-24T01:07:11.5132849Z adding 'torch/utils/data/dataloader.py' 2025-01-24T01:07:11.5142021Z adding 'torch/utils/data/dataset.py' 2025-01-24T01:07:11.5146939Z adding 'torch/utils/data/distributed.py' 2025-01-24T01:07:11.5151409Z adding 'torch/utils/data/graph.py' 2025-01-24T01:07:11.5155976Z adding 'torch/utils/data/graph_settings.py' 2025-01-24T01:07:11.5162040Z adding 'torch/utils/data/sampler.py' 2025-01-24T01:07:11.5166625Z adding 'torch/utils/data/_utils/__init__.py' 2025-01-24T01:07:11.5173023Z adding 'torch/utils/data/_utils/collate.py' 2025-01-24T01:07:11.5176729Z adding 'torch/utils/data/_utils/fetch.py' 2025-01-24T01:07:11.5180611Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-01-24T01:07:11.5184572Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-01-24T01:07:11.5191437Z adding 'torch/utils/data/_utils/worker.py' 2025-01-24T01:07:11.5195766Z adding 'torch/utils/data/datapipes/__init__.py' 2025-01-24T01:07:11.5200362Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-01-24T01:07:11.5206843Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-01-24T01:07:11.5214109Z adding 'torch/utils/data/datapipes/_typing.py' 2025-01-24T01:07:11.5221063Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-01-24T01:07:11.5232901Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-01-24T01:07:11.5238712Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-01-24T01:07:11.5242891Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-01-24T01:07:11.5246636Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-01-24T01:07:11.5252459Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-01-24T01:07:11.5256702Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-01-24T01:07:11.5260018Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-01-24T01:07:11.5264209Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-01-24T01:07:11.5269535Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-01-24T01:07:11.5274379Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-01-24T01:07:11.5283530Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-01-24T01:07:11.5287875Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-01-24T01:07:11.5291738Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-01-24T01:07:11.5297475Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-01-24T01:07:11.5301559Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-01-24T01:07:11.5305395Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-01-24T01:07:11.5309353Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-01-24T01:07:11.5312819Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-01-24T01:07:11.5316392Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-01-24T01:07:11.5320434Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-01-24T01:07:11.5323876Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-01-24T01:07:11.5328012Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-01-24T01:07:11.5331849Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-01-24T01:07:11.5335501Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-01-24T01:07:11.5339112Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-01-24T01:07:11.5343099Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-01-24T01:07:11.5349523Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-01-24T01:07:11.5356720Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-01-24T01:07:11.5361015Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-01-24T01:07:11.5365324Z adding 'torch/utils/hipify/__init__.py' 2025-01-24T01:07:11.5368584Z adding 'torch/utils/hipify/constants.py' 2025-01-24T01:07:11.5426126Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-01-24T01:07:11.5451844Z adding 'torch/utils/hipify/hipify_python.py' 2025-01-24T01:07:11.5455813Z adding 'torch/utils/hipify/version.py' 2025-01-24T01:07:11.5459611Z adding 'torch/utils/jit/__init__.py' 2025-01-24T01:07:11.5463387Z adding 'torch/utils/jit/log_extract.py' 2025-01-24T01:07:11.5471846Z adding 'torch/utils/model_dump/__init__.py' 2025-01-24T01:07:11.5475241Z adding 'torch/utils/model_dump/__main__.py' 2025-01-24T01:07:11.5482792Z adding 'torch/utils/model_dump/code.js' 2025-01-24T01:07:11.5486687Z adding 'torch/utils/model_dump/htm.mjs' 2025-01-24T01:07:11.5492631Z adding 'torch/utils/model_dump/preact.mjs' 2025-01-24T01:07:11.5496331Z adding 'torch/utils/model_dump/skeleton.html' 2025-01-24T01:07:11.5499915Z adding 'torch/utils/serialization/__init__.py' 2025-01-24T01:07:11.5503721Z adding 'torch/utils/serialization/config.py' 2025-01-24T01:07:11.5506825Z adding 'torch/utils/tensorboard/__init__.py' 2025-01-24T01:07:11.5510084Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-01-24T01:07:11.5513742Z adding 'torch/utils/tensorboard/_embedding.py' 2025-01-24T01:07:11.5517718Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-01-24T01:07:11.5520816Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-01-24T01:07:11.5527581Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-01-24T01:07:11.5531956Z adding 'torch/utils/tensorboard/_utils.py' 2025-01-24T01:07:11.5545402Z adding 'torch/utils/tensorboard/summary.py' 2025-01-24T01:07:11.5559556Z adding 'torch/utils/tensorboard/writer.py' 2025-01-24T01:07:11.5564210Z adding 'torch/utils/viz/__init__.py' 2025-01-24T01:07:11.5570974Z adding 'torch/utils/viz/_cycles.py' 2025-01-24T01:07:11.5579774Z adding 'torch/xpu/__init__.py' 2025-01-24T01:07:11.5583485Z adding 'torch/xpu/_gpu_trace.py' 2025-01-24T01:07:11.5586760Z adding 'torch/xpu/_utils.py' 2025-01-24T01:07:11.5591133Z adding 'torch/xpu/memory.py' 2025-01-24T01:07:11.5595149Z adding 'torch/xpu/random.py' 2025-01-24T01:07:11.5599647Z adding 'torch/xpu/streams.py' 2025-01-24T01:07:11.5608218Z adding 'torchgen/__init__.py' 2025-01-24T01:07:11.5611836Z adding 'torchgen/code_template.py' 2025-01-24T01:07:11.5615582Z adding 'torchgen/context.py' 2025-01-24T01:07:11.5653214Z adding 'torchgen/gen.py' 2025-01-24T01:07:11.5662639Z adding 'torchgen/gen_aoti_c_shim.py' 2025-01-24T01:07:11.5671765Z adding 'torchgen/gen_backend_stubs.py' 2025-01-24T01:07:11.5685218Z adding 'torchgen/gen_executorch.py' 2025-01-24T01:07:11.5699368Z adding 'torchgen/gen_functionalization_type.py' 2025-01-24T01:07:11.5708971Z adding 'torchgen/gen_lazy_tensor.py' 2025-01-24T01:07:11.5713178Z adding 'torchgen/gen_schema_utils.py' 2025-01-24T01:07:11.5718125Z adding 'torchgen/gen_vmap_plumbing.py' 2025-01-24T01:07:11.5721652Z adding 'torchgen/local.py' 2025-01-24T01:07:11.5766359Z adding 'torchgen/model.py' 2025-01-24T01:07:11.5781359Z adding 'torchgen/native_function_generation.py' 2025-01-24T01:07:11.5789899Z adding 'torchgen/utils.py' 2025-01-24T01:07:11.5793528Z adding 'torchgen/yaml_utils.py' 2025-01-24T01:07:11.5797478Z adding 'torchgen/aoti/__init__.py' 2025-01-24T01:07:11.5801231Z adding 'torchgen/aoti/fallback_ops.py' 2025-01-24T01:07:11.5806942Z adding 'torchgen/api/__init__.py' 2025-01-24T01:07:11.5824591Z adding 'torchgen/api/autograd.py' 2025-01-24T01:07:11.5832296Z adding 'torchgen/api/cpp.py' 2025-01-24T01:07:11.5836568Z adding 'torchgen/api/dispatcher.py' 2025-01-24T01:07:11.5841351Z adding 'torchgen/api/functionalization.py' 2025-01-24T01:07:11.5848793Z adding 'torchgen/api/lazy.py' 2025-01-24T01:07:11.5852226Z adding 'torchgen/api/meta.py' 2025-01-24T01:07:11.5856449Z adding 'torchgen/api/native.py' 2025-01-24T01:07:11.5877676Z adding 'torchgen/api/python.py' 2025-01-24T01:07:11.5883359Z adding 'torchgen/api/structured.py' 2025-01-24T01:07:11.5890690Z adding 'torchgen/api/translate.py' 2025-01-24T01:07:11.5895537Z adding 'torchgen/api/ufunc.py' 2025-01-24T01:07:11.5900727Z adding 'torchgen/api/unboxing.py' 2025-01-24T01:07:11.5904596Z adding 'torchgen/api/types/__init__.py' 2025-01-24T01:07:11.5911401Z adding 'torchgen/api/types/signatures.py' 2025-01-24T01:07:11.5915982Z adding 'torchgen/api/types/types.py' 2025-01-24T01:07:11.5920619Z adding 'torchgen/api/types/types_base.py' 2025-01-24T01:07:11.5924797Z adding 'torchgen/dest/__init__.py' 2025-01-24T01:07:11.5934797Z adding 'torchgen/dest/lazy_ir.py' 2025-01-24T01:07:11.5938873Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-01-24T01:07:11.5942517Z adding 'torchgen/dest/native_functions.py' 2025-01-24T01:07:11.5956513Z adding 'torchgen/dest/register_dispatch_key.py' 2025-01-24T01:07:11.5964534Z adding 'torchgen/dest/ufunc.py' 2025-01-24T01:07:11.5968604Z adding 'torchgen/executorch/__init__.py' 2025-01-24T01:07:11.5973298Z adding 'torchgen/executorch/model.py' 2025-01-24T01:07:11.5977613Z adding 'torchgen/executorch/parse.py' 2025-01-24T01:07:11.5981330Z adding 'torchgen/executorch/api/__init__.py' 2025-01-24T01:07:11.5985423Z adding 'torchgen/executorch/api/custom_ops.py' 2025-01-24T01:07:11.5991555Z adding 'torchgen/executorch/api/et_cpp.py' 2025-01-24T01:07:11.5996598Z adding 'torchgen/executorch/api/unboxing.py' 2025-01-24T01:07:11.6000432Z adding 'torchgen/executorch/api/types/__init__.py' 2025-01-24T01:07:11.6003877Z adding 'torchgen/executorch/api/types/signatures.py' 2025-01-24T01:07:11.6007236Z adding 'torchgen/executorch/api/types/types.py' 2025-01-24T01:07:11.6011859Z adding 'torchgen/operator_versions/__init__.py' 2025-01-24T01:07:11.6016936Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-01-24T01:07:11.6020314Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-01-24T01:07:11.6141642Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-01-24T01:07:11.6159555Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-01-24T01:07:11.6164757Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-01-24T01:07:11.6168448Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-01-24T01:07:11.6171560Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-01-24T01:07:11.6174927Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-01-24T01:07:11.6178111Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-01-24T01:07:11.6181024Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-01-24T01:07:11.6183908Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-01-24T01:07:11.6186711Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-01-24T01:07:11.6190487Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-01-24T01:07:11.6194123Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-01-24T01:07:11.6198271Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-01-24T01:07:11.6201423Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-01-24T01:07:11.6204346Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-01-24T01:07:11.6207320Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-01-24T01:07:11.6210197Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-01-24T01:07:11.6213316Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-01-24T01:07:11.6216294Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-01-24T01:07:11.6226291Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-01-24T01:07:11.6226949Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-01-24T01:07:11.6227376Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-01-24T01:07:11.6231210Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-01-24T01:07:11.6233866Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-01-24T01:07:11.6236984Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-01-24T01:07:11.6240116Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-01-24T01:07:11.6243321Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-01-24T01:07:11.6246264Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-01-24T01:07:11.6249568Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-01-24T01:07:11.6253152Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-01-24T01:07:11.6256162Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-01-24T01:07:11.6258964Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-01-24T01:07:11.6270665Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-01-24T01:07:11.6274867Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-01-24T01:07:11.6278039Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-01-24T01:07:11.6280965Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-01-24T01:07:11.6283901Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-01-24T01:07:11.6286893Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-01-24T01:07:11.6290001Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-01-24T01:07:11.6293081Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-01-24T01:07:11.6295863Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-01-24T01:07:11.6299858Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-01-24T01:07:11.6303346Z adding 'torchgen/packaged/autograd/README.md' 2025-01-24T01:07:11.6305525Z adding 'torchgen/packaged/autograd/__init__.py' 2025-01-24T01:07:11.6308316Z adding 'torchgen/packaged/autograd/build.bzl' 2025-01-24T01:07:11.6311377Z adding 'torchgen/packaged/autograd/context.py' 2025-01-24T01:07:11.6314854Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-01-24T01:07:11.6362196Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-01-24T01:07:11.6370202Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-01-24T01:07:11.6374092Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-01-24T01:07:11.6385065Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-01-24T01:07:11.6394788Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-01-24T01:07:11.6411759Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-01-24T01:07:11.6420587Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-01-24T01:07:11.6425251Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-01-24T01:07:11.6452541Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-01-24T01:07:11.6460440Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-01-24T01:07:11.6475189Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-01-24T01:07:11.6481293Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-01-24T01:07:11.6484326Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-01-24T01:07:11.6487677Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-01-24T01:07:11.6490773Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-01-24T01:07:11.6494301Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-01-24T01:07:11.6497681Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-01-24T01:07:11.6500986Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-01-24T01:07:11.6504058Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-01-24T01:07:11.6506724Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-01-24T01:07:11.6509916Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-01-24T01:07:11.6513140Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-01-24T01:07:11.6538778Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-01-24T01:07:11.6539348Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-01-24T01:07:11.6539882Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-01-24T01:07:11.6540468Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-01-24T01:07:11.6541142Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-01-24T01:07:11.6541683Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-01-24T01:07:11.6542213Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-01-24T01:07:11.6542775Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-01-24T01:07:11.6546102Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-01-24T01:07:11.6550618Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-01-24T01:07:11.6562547Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-01-24T01:07:11.6568397Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-01-24T01:07:11.6571618Z adding 'torchgen/selective_build/__init__.py' 2025-01-24T01:07:11.6575964Z adding 'torchgen/selective_build/operator.py' 2025-01-24T01:07:11.6581893Z adding 'torchgen/selective_build/selector.py' 2025-01-24T01:07:11.6585883Z adding 'torchgen/static_runtime/__init__.py' 2025-01-24T01:07:11.6590485Z adding 'torchgen/static_runtime/config.py' 2025-01-24T01:07:11.6595570Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-01-24T01:07:11.6604348Z adding 'torchgen/static_runtime/generator.py' 2025-01-24T01:07:11.6718273Z adding 'torch-2.7.0a0+gitd087145.dist-info/LICENSE' 2025-01-24T01:07:11.6739005Z adding 'torch-2.7.0a0+gitd087145.dist-info/METADATA' 2025-01-24T01:07:11.6748235Z adding 'torch-2.7.0a0+gitd087145.dist-info/NOTICE' 2025-01-24T01:07:11.6750863Z adding 'torch-2.7.0a0+gitd087145.dist-info/WHEEL' 2025-01-24T01:07:11.6752973Z adding 'torch-2.7.0a0+gitd087145.dist-info/entry_points.txt' 2025-01-24T01:07:11.6754897Z adding 'torch-2.7.0a0+gitd087145.dist-info/top_level.txt' 2025-01-24T01:07:11.7404502Z adding 'torch-2.7.0a0+gitd087145.dist-info/RECORD' 2025-01-24T01:07:11.7753208Z removing build\bdist.win-amd64\wheel 2025-01-24T01:07:13.5794341Z 2025-01-24T01:07:13.5794982Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-01-24T01:07:13.5795342Z 2025-01-24T01:07:13.5795611Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-01-24T01:07:13.5796709Z 2025-01-24T01:07:13.5798219Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-01-24T01:07:13.6397174Z Compile requests 6876 2025-01-24T01:07:13.6397590Z Compile requests executed 6876 2025-01-24T01:07:13.6397886Z Cache hits 6811 2025-01-24T01:07:13.6398164Z Cache hits (C/C++) 6811 2025-01-24T01:07:13.6398432Z Cache misses 48 2025-01-24T01:07:13.6398881Z Cache misses (C/C++) 48 2025-01-24T01:07:13.6399161Z Cache timeouts 0 2025-01-24T01:07:13.6399425Z Cache read errors 0 2025-01-24T01:07:13.6399707Z Forced recaches 0 2025-01-24T01:07:13.6399997Z Cache write errors 0 2025-01-24T01:07:13.6400274Z Compilation failures 3 2025-01-24T01:07:13.6400551Z Cache errors 14 2025-01-24T01:07:13.6400825Z Cache errors (C/C++) 14 2025-01-24T01:07:13.6401105Z Non-cacheable compilations 8 2025-01-24T01:07:13.6401483Z Non-cacheable calls 0 2025-01-24T01:07:13.6401772Z Non-compilation calls 0 2025-01-24T01:07:13.6402060Z Unsupported compiler calls 0 2025-01-24T01:07:13.6402358Z Average cache write 0.042 s 2025-01-24T01:07:13.6402658Z Average compiler 0.059 s 2025-01-24T01:07:13.6402956Z Average cache read hit 0.069 s 2025-01-24T01:07:13.6403264Z Failed distributed compilations 0 2025-01-24T01:07:13.6403654Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-01-24T01:07:13.6404068Z Version (client) 0.7.4 2025-01-24T01:07:13.6419862Z 2025-01-24T01:07:13.6420777Z (base) C:\actions-runner\_work\pytorch\pytorch>python -c "import os, glob; os.system('python -mpip install --no-index --no-deps ' + glob.glob('dist/*.whl')[0])" 2025-01-24T01:07:14.8164401Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:07:15.5049525Z Installing collected packages: torch 2025-01-24T01:07:37.2041868Z Successfully installed torch-2.7.0a0+gitd087145 2025-01-24T01:07:37.2764581Z 2025-01-24T01:07:37.2766552Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2019-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-01-24T01:07:37.2768443Z copy /Y "dist\*.whl" "C:/12940916563/build-results/" 2025-01-24T01:07:37.2769021Z python tools/stats/export_test_times.py 2025-01-24T01:07:37.2769569Z robocopy /E ".additional_ci_files" "C:/12940916563/build-results/\.additional_ci_files" 2025-01-24T01:07:37.2770096Z copy /Y "build\.ninja_log" "C:/12940916563/build-results/\" 2025-01-24T01:07:37.2770493Z ) ) 2025-01-24T01:07:37.2823981Z dist\torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:07:37.3906145Z 1 file(s) copied. 2025-01-24T01:07:38.4001971Z Exporting test times from test-infra 2025-01-24T01:07:38.4002979Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-times.json 2025-01-24T01:07:38.4005414Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\test-class-times.json 2025-01-24T01:07:38.4457723Z 2025-01-24T01:07:38.4458537Z ------------------------------------------------------------------------------- 2025-01-24T01:07:38.4459189Z ROBOCOPY :: Robust File Copy for Windows 2025-01-24T01:07:38.4459653Z ------------------------------------------------------------------------------- 2025-01-24T01:07:38.4459983Z 2025-01-24T01:07:38.4461627Z Started : Friday, January 24, 2025 1:07:38 AM 2025-01-24T01:07:38.4462316Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:07:38.4462791Z Dest : C:\12940916563\build-results\.additional_ci_files\ 2025-01-24T01:07:38.4463053Z 2025-01-24T01:07:38.4463448Z Files : *.* 2025-01-24T01:07:38.4463765Z 2025-01-24T01:07:38.4464892Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-01-24T01:07:38.4465758Z 2025-01-24T01:07:38.4465927Z ------------------------------------------------------------------------------ 2025-01-24T01:07:38.4476820Z 2025-01-24T01:07:38.4483616Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-01-24T01:07:38.4504222Z New File 4.8 m test-class-times.json 2025-01-24T01:07:38.4507145Z 10% 2025-01-24T01:07:38.4511689Z 20% 2025-01-24T01:07:38.4515586Z 31% 2025-01-24T01:07:38.4519121Z 41% 2025-01-24T01:07:38.4523441Z 51% 2025-01-24T01:07:38.4527980Z 62% 2025-01-24T01:07:38.4530899Z 72% 2025-01-24T01:07:38.4535392Z 83% 2025-01-24T01:07:38.4537388Z 93% 2025-01-24T01:07:38.4541153Z 100% 2025-01-24T01:07:38.4547381Z New File 1.3 m test-times.json 2025-01-24T01:07:38.4549041Z 19% 2025-01-24T01:07:38.4551769Z 38% 2025-01-24T01:07:38.4553229Z 57% 2025-01-24T01:07:38.4554916Z 76% 2025-01-24T01:07:38.4556825Z 95% 2025-01-24T01:07:38.4560417Z 100% 2025-01-24T01:07:38.4560688Z 2025-01-24T01:07:38.4560858Z ------------------------------------------------------------------------------ 2025-01-24T01:07:38.4562304Z 2025-01-24T01:07:38.4563379Z Total Copied Skipped Mismatch FAILED Extras 2025-01-24T01:07:38.4564227Z Dirs : 1 1 0 0 0 0 2025-01-24T01:07:38.4565248Z Files : 2 2 0 0 0 0 2025-01-24T01:07:38.4566057Z Bytes : 6.12 m 6.12 m 0 0 0 0 2025-01-24T01:07:38.4567445Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-01-24T01:07:38.4568070Z 2025-01-24T01:07:38.4568617Z 2025-01-24T01:07:38.4569659Z Speed : 306082095 Bytes/sec. 2025-01-24T01:07:38.4570550Z Speed : 17514.157 MegaBytes/min. 2025-01-24T01:07:38.4570904Z Ended : Friday, January 24, 2025 1:07:38 AM 2025-01-24T01:07:38.4571245Z 2025-01-24T01:07:38.4915051Z 1 file(s) copied. 2025-01-24T01:07:38.4917177Z 2025-01-24T01:07:38.4917797Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-36096109090.json 2025-01-24T01:07:38.5405175Z 2025-01-24T01:07:38.5405911Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-01-24T01:07:38.5496354Z Stopping sccache server... 2025-01-24T01:07:38.5515350Z Compile requests 6876 2025-01-24T01:07:38.5515724Z Compile requests executed 6876 2025-01-24T01:07:38.5516030Z Cache hits 6811 2025-01-24T01:07:38.5516431Z Cache hits (C/C++) 6811 2025-01-24T01:07:38.5516722Z Cache misses 48 2025-01-24T01:07:38.5516994Z Cache misses (C/C++) 48 2025-01-24T01:07:38.5517266Z Cache timeouts 0 2025-01-24T01:07:38.5517540Z Cache read errors 0 2025-01-24T01:07:38.5517817Z Forced recaches 0 2025-01-24T01:07:38.5518085Z Cache write errors 0 2025-01-24T01:07:38.5518367Z Compilation failures 3 2025-01-24T01:07:38.5518650Z Cache errors 14 2025-01-24T01:07:38.5518907Z Cache errors (C/C++) 14 2025-01-24T01:07:38.5519198Z Non-cacheable compilations 8 2025-01-24T01:07:38.5519483Z Non-cacheable calls 0 2025-01-24T01:07:38.5519760Z Non-compilation calls 0 2025-01-24T01:07:38.5520048Z Unsupported compiler calls 0 2025-01-24T01:07:38.5520350Z Average cache write 0.042 s 2025-01-24T01:07:38.5520630Z Average compiler 0.059 s 2025-01-24T01:07:38.5520922Z Average cache read hit 0.069 s 2025-01-24T01:07:38.5521218Z Failed distributed compilations 0 2025-01-24T01:07:38.5521609Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2025-01-24T01:07:38.5522015Z Version (client) 0.7.4 2025-01-24T01:07:38.5536263Z 2025-01-24T01:07:38.5536641Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-01-24T01:07:38.5657691Z + assert_git_not_dirty 2025-01-24T01:07:38.5663855Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2025-01-24T01:07:38.5664187Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2025-01-24T01:07:38.6152583Z ++ git status --porcelain 2025-01-24T01:07:38.6209438Z ++ grep -v '?? third_party' 2025-01-24T01:07:53.9799889Z ++ true 2025-01-24T01:07:53.9824594Z + git_status= 2025-01-24T01:07:53.9824868Z BUILD PASSED 2025-01-24T01:07:53.9825246Z + [[ -n '' ]] 2025-01-24T01:07:53.9825453Z + echo 'BUILD PASSED' 2025-01-24T01:07:54.1717373Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:07:54.1717806Z with: 2025-01-24T01:07:54.1718008Z retention-days: 14 2025-01-24T01:07:54.1718241Z if-no-files-found: error 2025-01-24T01:07:54.1718478Z name: win-vs2019-cpu-py3 2025-01-24T01:07:54.1718723Z path: C:\12940916563\build-results 2025-01-24T01:07:54.1719014Z s3-bucket: gha-artifacts 2025-01-24T01:07:54.1719310Z region: us-east-1 2025-01-24T01:07:54.1719514Z env: 2025-01-24T01:07:54.1719751Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:54.1720124Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:54.1720655Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:54.1721136Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:54.1721531Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:54.1721837Z ##[endgroup] 2025-01-24T01:07:55.3866920Z With the provided path, there will be 4 files uploaded 2025-01-24T01:07:55.3867422Z Uploading to s3 prefix: pytorch/pytorch/12940916563/win-vs2019-cpu-py3 2025-01-24T01:07:55.3882421Z Starting upload of .additional_ci_files\test-class-times.json 2025-01-24T01:07:55.6618330Z Finished upload of .additional_ci_files\test-class-times.json 2025-01-24T01:07:55.6620964Z Starting upload of .additional_ci_files\test-times.json 2025-01-24T01:07:55.7701323Z Finished upload of .additional_ci_files\test-times.json 2025-01-24T01:07:55.7703338Z Starting upload of .ninja_log 2025-01-24T01:07:55.9551905Z Finished upload of .ninja_log 2025-01-24T01:07:55.9553670Z Starting upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:07:58.2913218Z Finished upload of torch-2.7.0a0+gitd087145-cp39-cp39-win_amd64.whl 2025-01-24T01:07:58.3502791Z Prepare all required actions 2025-01-24T01:07:58.3508077Z Getting action download info 2025-01-24T01:07:58.4871725Z Getting action download info 2025-01-24T01:07:58.6078217Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-01-24T01:07:58.6078551Z with: 2025-01-24T01:07:58.6084312Z github-token: *** 2025-01-24T01:07:58.6084547Z env: 2025-01-24T01:07:58.6084735Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:58.6085116Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:58.6085639Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:58.6086141Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:58.6086534Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:58.6086815Z ##[endgroup] 2025-01-24T01:07:58.6218930Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-01-24T01:07:58.6219250Z with: 2025-01-24T01:07:58.6219526Z s3-prefix: pytorch/pytorch/12940916563/1/artifact 2025-01-24T01:07:58.6219838Z retention-days: 14 2025-01-24T01:07:58.6220063Z if-no-files-found: warn 2025-01-24T01:07:58.6220318Z path: sccache-stats-*.json 2025-01-24T01:07:58.6220553Z name: artifact 2025-01-24T01:07:58.6220762Z s3-bucket: gha-artifacts 2025-01-24T01:07:58.6220997Z region: us-east-1 2025-01-24T01:07:58.6221184Z env: 2025-01-24T01:07:58.6221359Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:58.6221734Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:58.6222250Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:58.6222810Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:58.6223209Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:58.6223494Z ##[endgroup] 2025-01-24T01:07:59.0176680Z NOTE: s3-prefix specified, ignoring name parameter 2025-01-24T01:07:59.0177152Z With the provided path, there will be 1 file uploaded 2025-01-24T01:07:59.0177573Z Uploading to s3 prefix: pytorch/pytorch/12940916563/1/artifact 2025-01-24T01:07:59.0190538Z Starting upload of sccache-stats-win-vs2019-cpu-py3-36096109090.json 2025-01-24T01:07:59.2084712Z Finished upload of sccache-stats-win-vs2019-cpu-py3-36096109090.json 2025-01-24T01:07:59.2334620Z ##[group]Run python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:07:59.2335150Z python3 -m tools.stats.sccache_stats_to_benchmark_format 2025-01-24T01:07:59.2354346Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:07:59.2354808Z env: 2025-01-24T01:07:59.2354997Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:59.2355464Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:59.2356004Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:59.2356496Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:59.2356912Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:59.2357213Z BUILD_TIME: 2025-01-24T01:07:59.2357409Z ##[endgroup] 2025-01-24T01:07:59.3434457Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-01-24T01:07:59.3435111Z with: 2025-01-24T01:07:59.3435548Z benchmark-results-dir: test/test-reports 2025-01-24T01:07:59.3435997Z dry-run: false 2025-01-24T01:07:59.3436316Z schema-version: v3 2025-01-24T01:07:59.3436935Z github-token: *** 2025-01-24T01:07:59.3437214Z env: 2025-01-24T01:07:59.3437477Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:59.3438048Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:59.3438770Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:59.3439263Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:59.3439666Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:59.3441409Z ##[endgroup] 2025-01-24T01:07:59.3522149Z ##[group]Run set -eux 2025-01-24T01:07:59.3522425Z set -eux 2025-01-24T01:07:59.3522686Z python3 -mpip install boto3==1.35.33 2025-01-24T01:07:59.3543099Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:07:59.3543534Z env: 2025-01-24T01:07:59.3543736Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:07:59.3544126Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:07:59.3544643Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:07:59.3545134Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:07:59.3545538Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:07:59.3545846Z ##[endgroup] 2025-01-24T01:07:59.3738334Z + python3 -mpip install boto3==1.35.33 2025-01-24T01:08:00.7215585Z Collecting boto3==1.35.33 2025-01-24T01:08:00.7257556Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-01-24T01:08:00.7318212Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.35.99) 2025-01-24T01:08:00.7325432Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (1.0.1) 2025-01-24T01:08:00.7332233Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.33) (0.10.1) 2025-01-24T01:08:00.7404951Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-01-24T01:08:00.7417093Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.19) 2025-01-24T01:08:00.7495751Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.16.0) 2025-01-24T01:08:00.7741603Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-01-24T01:08:01.8371367Z Installing collected packages: boto3 2025-01-24T01:08:01.8372853Z Attempting uninstall: boto3 2025-01-24T01:08:01.8383649Z Found existing installation: boto3 1.35.42 2025-01-24T01:08:01.8560082Z Uninstalling boto3-1.35.42: 2025-01-24T01:08:01.8614912Z Successfully uninstalled boto3-1.35.42 2025-01-24T01:08:02.0432688Z Successfully installed boto3-1.35.33 2025-01-24T01:08:02.1796491Z ##[group]Run set -eux 2025-01-24T01:08:02.1796813Z set -eux 2025-01-24T01:08:02.1797041Z  2025-01-24T01:08:02.1797293Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-01-24T01:08:02.1797650Z  echo "Missing github-token input" 2025-01-24T01:08:02.1797935Z  exit 1 2025-01-24T01:08:02.1798128Z fi 2025-01-24T01:08:02.1817222Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:02.1817652Z env: 2025-01-24T01:08:02.1817841Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:02.1818231Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:02.1818754Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:02.1819228Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:02.1819615Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:02.1820124Z GITHUB_TOKEN: *** 2025-01-24T01:08:02.1820335Z ##[endgroup] 2025-01-24T01:08:02.2015068Z + [[ -z *** ]] 2025-01-24T01:08:02.2134878Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-01-24T01:08:02.2135290Z with: 2025-01-24T01:08:02.2135640Z github-token: *** 2025-01-24T01:08:02.2135835Z env: 2025-01-24T01:08:02.2136084Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:02.2137082Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:02.2137619Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:02.2138109Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:02.2138519Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:02.2138805Z ##[endgroup] 2025-01-24T01:08:02.2224195Z ##[group]Run set -eux 2025-01-24T01:08:02.2224449Z set -eux 2025-01-24T01:08:02.2224645Z  2025-01-24T01:08:02.2225084Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-01-24T01:08:02.2244379Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:02.2244809Z env: 2025-01-24T01:08:02.2244995Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:02.2245373Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:02.2245921Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:02.2246392Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:02.2246797Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:02.2247291Z GITHUB_TOKEN: *** 2025-01-24T01:08:02.2247491Z ##[endgroup] 2025-01-24T01:08:02.2444226Z + python3 'C:\actions-runner\_work\_actions\pytorch\test-infra\main\.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py' 12940916563 i-00ec15358c09e5870 2025-01-24T01:08:04.0253520Z setting job-id=36096109090 2025-01-24T01:08:04.0253870Z setting job-name=win-vs2019-cpu-py3 / build 2025-01-24T01:08:04.0516098Z ##[group]Run set -eux 2025-01-24T01:08:04.0516348Z set -eux 2025-01-24T01:08:04.0516536Z  2025-01-24T01:08:04.0516899Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-01-24T01:08:04.0517379Z  --schema-version "${SCHEMA_VERSION}" \ 2025-01-24T01:08:04.0517686Z  --repo "${REPO}" \ 2025-01-24T01:08:04.0517969Z  --head-branch "${HEAD_BRANCH}" \ 2025-01-24T01:08:04.0518266Z  --head-sha "${HEAD_SHA}" \ 2025-01-24T01:08:04.0518648Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-01-24T01:08:04.0518960Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-01-24T01:08:04.0519252Z  --job-id "${JOB_ID}" \ 2025-01-24T01:08:04.0519522Z  --job-name "${JOB_NAME}" 2025-01-24T01:08:04.0537961Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:04.0538399Z env: 2025-01-24T01:08:04.0538586Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:04.0538970Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:04.0539492Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:04.0539964Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:04.0540360Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:04.0540672Z SCHEMA_VERSION: v3 2025-01-24T01:08:04.0540896Z REPO: pytorch/pytorch 2025-01-24T01:08:04.0541130Z HEAD_BRANCH: export-D68294638 2025-01-24T01:08:04.0541445Z HEAD_SHA: d087145b9259b4cfbcb758dc0bca6a6e5d75d08f 2025-01-24T01:08:04.0541766Z WORKFLOW_RUN_ID: 12940916563 2025-01-24T01:08:04.0542000Z RUN_ATTEMPT: 1 2025-01-24T01:08:04.0542196Z JOB_ID: 36096109090 2025-01-24T01:08:04.0542420Z JOB_NAME: win-vs2019-cpu-py3 / build 2025-01-24T01:08:04.0542692Z ##[endgroup] 2025-01-24T01:08:04.0727037Z + 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 export-D68294638 --head-sha d087145b9259b4cfbcb758dc0bca6a6e5d75d08f --workflow-id 12940916563 --run-attempt 1 --job-id 36096109090 --job-name 'win-vs2019-cpu-py3 / build' 2025-01-24T01:08:04.1504077Z ##[group]Run set -eux 2025-01-24T01:08:04.1504472Z set -eux 2025-01-24T01:08:04.1504664Z  2025-01-24T01:08:04.1504889Z # TODO (huydhn): Implement this part 2025-01-24T01:08:04.1505229Z echo "runners=[]" >> "${GITHUB_OUTPUT}" 2025-01-24T01:08:04.1524053Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:04.1524494Z env: 2025-01-24T01:08:04.1524682Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:04.1525067Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:04.1525591Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:04.1526069Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:04.1526469Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:04.1526761Z ##[endgroup] 2025-01-24T01:08:04.1707853Z + echo 'runners=[]' 2025-01-24T01:08:04.1828331Z ##[group]Run set -eux 2025-01-24T01:08:04.1828577Z set -eux 2025-01-24T01:08:04.1828791Z  2025-01-24T01:08:04.1829015Z # TODO (huydhn): Implement this part 2025-01-24T01:08:04.1829430Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-01-24T01:08:04.1848641Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:04.1849076Z env: 2025-01-24T01:08:04.1849264Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:04.1849649Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:04.1850179Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:04.1850747Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:04.1851158Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:04.1851459Z ##[endgroup] 2025-01-24T01:08:04.2034331Z + echo 'dependencies={}' 2025-01-24T01:08:04.2132566Z ##[group]Run set -eux 2025-01-24T01:08:04.2132822Z set -eux 2025-01-24T01:08:04.2133022Z  2025-01-24T01:08:04.2133271Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-01-24T01:08:04.2133680Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-01-24T01:08:04.2134219Z  # We don't want the job to fail if the directory doesn't exist 2025-01-24T01:08:04.2134574Z  exit 0 2025-01-24T01:08:04.2134770Z fi 2025-01-24T01:08:04.2135046Z  2025-01-24T01:08:04.2135246Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-01-24T01:08:04.2135730Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:08:04.2136271Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:08:04.2136654Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:08:04.2136983Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:08:04.2137298Z  --dependencies "${DEPENDENCIES}" \ 2025-01-24T01:08:04.2137594Z  --dry-run 2025-01-24T01:08:04.2137828Z else 2025-01-24T01:08:04.2138173Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-01-24T01:08:04.2138687Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-01-24T01:08:04.2139080Z  --metadata "${BENCHMARK_METADATA}" \ 2025-01-24T01:08:04.2139405Z  --runners "${RUNNER_INFO}" \ 2025-01-24T01:08:04.2139712Z  --dependencies "${DEPENDENCIES}" 2025-01-24T01:08:04.2139990Z fi 2025-01-24T01:08:04.2159014Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-01-24T01:08:04.2159453Z env: 2025-01-24T01:08:04.2159642Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:04.2160019Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:04.2160531Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:04.2161016Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:04.2161571Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:04.2161890Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-01-24T01:08:04.2162188Z DRY_RUN: false 2025-01-24T01:08:04.2163317Z BENCHMARK_METADATA: {"timestamp": 1737680884, "schema_version": "v3", "name": "win-vs2019-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "export-D68294638", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940916563, "run_attempt": 1, "job_id": 36096109090} 2025-01-24T01:08:04.2164494Z RUNNER_INFO: [] 2025-01-24T01:08:04.2164697Z DEPENDENCIES: {} 2025-01-24T01:08:04.2164911Z ##[endgroup] 2025-01-24T01:08:04.2350174Z + [[ ! -d test/test-reports ]] 2025-01-24T01:08:04.2351329Z + [[ false == \t\r\u\e ]] 2025-01-24T01:08:04.2353781Z + 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": 1737680884, "schema_version": "v3", "name": "win-vs2019-cpu-py3 / build", "repo": "pytorch/pytorch", "head_branch": "export-D68294638", "head_sha": "d087145b9259b4cfbcb758dc0bca6a6e5d75d08f", "workflow_id": 12940916563, "run_attempt": 1, "job_id": 36096109090}' --runners '[]' --dependencies '{}' 2025-01-24T01:08:04.8080773Z INFO:root:Upload test/test-reports\sccache-stats.json to s3://ossci-benchmarks/v3/pytorch/pytorch/12940916563/36096109090/sccache-stats.json 2025-01-24T01:08:04.8823840Z INFO:botocore.credentials:Found credentials from IAM Role: ghci-lf-github-action-runners-runner-role 2025-01-24T01:08:05.5384285Z Prepare all required actions 2025-01-24T01:08:05.5384703Z Getting action download info 2025-01-24T01:08:05.6763470Z ##[group]Run ./.github/actions/teardown-win 2025-01-24T01:08:05.6763791Z with: 2025-01-24T01:08:05.6764038Z extra-delete-dir: /c/12940916563/build-results/ 2025-01-24T01:08:05.6764344Z env: 2025-01-24T01:08:05.6764544Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:05.6764939Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:05.6765469Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:05.6766061Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:05.6766481Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:05.6766778Z ##[endgroup] 2025-01-24T01:08:05.6849012Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:08:05.6849433Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-01-24T01:08:05.6865110Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:08:05.6865566Z env: 2025-01-24T01:08:05.6865774Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:05.6866173Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:05.6866704Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:05.6867202Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:05.6867623Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:05.6867951Z ##[endgroup] 2025-01-24T01:08:06.0666756Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:08:06.0733626Z Finished 2025-01-24T01:08:06.2097659Z Holding runner until all ssh sessions have logged out 2025-01-24T01:08:06.2345160Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:08:06.2345602Z .github\scripts\kill_active_ssh_sessions.ps1 2025-01-24T01:08:06.2361484Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:08:06.2361956Z env: 2025-01-24T01:08:06.2362144Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:06.2362527Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:06.2363061Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:06.2363545Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:06.2364019Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:06.2364382Z ##[endgroup] 2025-01-24T01:08:06.5958462Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:08:06.6026158Z Finished 2025-01-24T01:08:06.6534141Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-01-24T01:08:06.6534539Z env: 2025-01-24T01:08:06.6534720Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:06.6535126Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:06.6535660Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:06.6536132Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:06.6536536Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:06.6536829Z ##[endgroup] 2025-01-24T01:08:06.6611414Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:08:06.6612146Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-01-24T01:08:06.6612830Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-01-24T01:08:06.6613315Z # handle tool 2025-01-24T01:08:06.6613655Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-01-24T01:08:06.6614085Z Foreach ($process In $processes) { 2025-01-24T01:08:06.6615938Z  Try { 2025-01-24T01:08:06.6616489Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-01-24T01:08:06.6617205Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-01-24T01:08:06.6617620Z  } 2025-01-24T01:08:06.6617821Z  Catch { 2025-01-24T01:08:06.6618132Z  Write-Output "No leftover $process process, continuing" 2025-01-24T01:08:06.6618510Z  Write-Output $_ 2025-01-24T01:08:06.6618844Z  } 2025-01-24T01:08:06.6619033Z } 2025-01-24T01:08:06.6619207Z  2025-01-24T01:08:06.6619684Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-01-24T01:08:06.6620244Z # for hung processes 2025-01-24T01:08:06.6620538Z Foreach ($process In $processes) { 2025-01-24T01:08:06.6620817Z  Try { 2025-01-24T01:08:06.6621214Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-01-24T01:08:06.6621665Z  } 2025-01-24T01:08:06.6621844Z  Catch { 2025-01-24T01:08:06.6622061Z  Write-Output $_ 2025-01-24T01:08:06.6622305Z  } 2025-01-24T01:08:06.6622483Z } 2025-01-24T01:08:06.6622659Z  2025-01-24T01:08:06.6622825Z Try { 2025-01-24T01:08:06.6623069Z  # Print all the processes for debugging 2025-01-24T01:08:06.6623541Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-01-24T01:08:06.6623971Z } 2025-01-24T01:08:06.6624148Z Catch { 2025-01-24T01:08:06.6624544Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-01-24T01:08:06.6625013Z  Write-Output $_ 2025-01-24T01:08:06.6625243Z } 2025-01-24T01:08:06.6640987Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:08:06.6641450Z env: 2025-01-24T01:08:06.6641642Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:06.6642027Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:06.6642553Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:06.6643026Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:06.6643434Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:06.6643745Z ##[endgroup] 2025-01-24T01:08:07.0236180Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:08:07.0285827Z Finished 2025-01-24T01:08:07.0544325Z No leftover python process, continuing 2025-01-24T01:08:07.1007905Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1008696Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1009299Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1009760Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1010349Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1011193Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1011814Z 2025-01-24T01:08:07.1024497Z No leftover ninja process, continuing 2025-01-24T01:08:07.1035433Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1036153Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1036732Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1037168Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1038694Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1039540Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1040167Z 2025-01-24T01:08:07.1051088Z No leftover cl process, continuing 2025-01-24T01:08:07.1061144Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1061868Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1062534Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1062966Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1063470Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1064287Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1064907Z 2025-01-24T01:08:07.1073989Z No leftover nvcc process, continuing 2025-01-24T01:08:07.1083933Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1084626Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1085202Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1085619Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1086107Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1086959Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1087564Z 2025-01-24T01:08:07.1097486Z No leftover cmd process, continuing 2025-01-24T01:08:07.1110129Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1110889Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1111518Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1111936Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1112412Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1113231Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1113850Z 2025-01-24T01:08:07.1120745Z No leftover sccache process, continuing 2025-01-24T01:08:07.1130764Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1131460Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1132034Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1132452Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1133006Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1133836Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1134447Z 2025-01-24T01:08:07.1142461Z No leftover git process, continuing 2025-01-24T01:08:07.1151914Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-01-24T01:08:07.1152593Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:9 char:5 2025-01-24T01:08:07.1153161Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-01-24T01:08:07.1153582Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1155516Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-01-24T01:08:07.1156419Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-01-24T01:08:07.1157045Z 2025-01-24T01:08:07.1758613Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.1759159Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.1759740Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.1760177Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1760774Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.1761195Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.1761504Z 2025-01-24T01:08:07.1929853Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.1930397Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.1931022Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.1931468Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.1931881Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.1932297Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.1932594Z 2025-01-24T01:08:07.2104159Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.2104720Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.2105439Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.2105953Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.2106425Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.2106893Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.2107280Z 2025-01-24T01:08:07.2268914Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.2269455Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.2270039Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.2270477Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.2270883Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.2271296Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.2271630Z 2025-01-24T01:08:07.2433657Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.2434245Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.2434885Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.2435405Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.2435828Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.2436245Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.2436547Z 2025-01-24T01:08:07.2596734Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.2597278Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.2597870Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.2598324Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.2598736Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.2599150Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.2599444Z 2025-01-24T01:08:07.2756894Z You cannot call a method on a null-valued expression. 2025-01-24T01:08:07.2757684Z At C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1:21 char:5 2025-01-24T01:08:07.2758354Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-01-24T01:08:07.2758788Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-01-24T01:08:07.2759249Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-01-24T01:08:07.2759661Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-01-24T01:08:07.2759956Z 2025-01-24T01:08:07.4301233Z Caption CommandLine ProcessId 2025-01-24T01:08:07.4302688Z 2025-01-24T01:08:07.4303034Z System Idle Process 0 2025-01-24T01:08:07.4303483Z 2025-01-24T01:08:07.4303760Z System 4 2025-01-24T01:08:07.4304151Z 2025-01-24T01:08:07.4304437Z Registry 168 2025-01-24T01:08:07.4304834Z 2025-01-24T01:08:07.4305144Z smss.exe 408 2025-01-24T01:08:07.4305680Z 2025-01-24T01:08:07.4306609Z csrss.exe 520 2025-01-24T01:08:07.4307056Z 2025-01-24T01:08:07.4308115Z csrss.exe 596 2025-01-24T01:08:07.4308610Z 2025-01-24T01:08:07.4308911Z wininit.exe 620 2025-01-24T01:08:07.4309384Z 2025-01-24T01:08:07.4309736Z winlogon.exe winlogon.exe 668 2025-01-24T01:08:07.4310201Z 2025-01-24T01:08:07.4310959Z services.exe 740 2025-01-24T01:08:07.4311370Z 2025-01-24T01:08:07.4312021Z lsass.exe C:\Windows\system32\lsass.exe 760 2025-01-24T01:08:07.4312507Z 2025-01-24T01:08:07.4313311Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 888 2025-01-24T01:08:07.4313918Z 2025-01-24T01:08:07.4314384Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 912 2025-01-24T01:08:07.4314941Z 2025-01-24T01:08:07.4315578Z fontdrvhost.exe "fontdrvhost.exe" 936 2025-01-24T01:08:07.4316060Z 2025-01-24T01:08:07.4316956Z fontdrvhost.exe "fontdrvhost.exe" 944 2025-01-24T01:08:07.4317504Z 2025-01-24T01:08:07.4317937Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 128 2025-01-24T01:08:07.4318517Z 2025-01-24T01:08:07.4319085Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2025-01-24T01:08:07.4319666Z 2025-01-24T01:08:07.4320232Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1032 2025-01-24T01:08:07.4320832Z 2025-01-24T01:08:07.4321431Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1144 2025-01-24T01:08:07.4322131Z 2025-01-24T01:08:07.4322427Z dwm.exe "dwm.exe" 1184 2025-01-24T01:08:07.4322831Z 2025-01-24T01:08:07.4323701Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1304 2025-01-24T01:08:07.4324398Z 2025-01-24T01:08:07.4324877Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1388 2025-01-24T01:08:07.4325468Z 2025-01-24T01:08:07.4326113Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1412 2025-01-24T01:08:07.4326828Z 2025-01-24T01:08:07.4327302Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2025-01-24T01:08:07.4327924Z 2025-01-24T01:08:07.4329763Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1460 2025-01-24T01:08:07.4331659Z 2025-01-24T01:08:07.4332174Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1500 2025-01-24T01:08:07.4332776Z 2025-01-24T01:08:07.4333262Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1560 2025-01-24T01:08:07.4333840Z 2025-01-24T01:08:07.4334360Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1592 2025-01-24T01:08:07.4334979Z 2025-01-24T01:08:07.4335562Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1616 2025-01-24T01:08:07.4336254Z 2025-01-24T01:08:07.4336748Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1684 2025-01-24T01:08:07.4337355Z 2025-01-24T01:08:07.4338082Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1868 2025-01-24T01:08:07.4338796Z 2025-01-24T01:08:07.4339265Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1916 2025-01-24T01:08:07.4339881Z 2025-01-24T01:08:07.4340341Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1924 2025-01-24T01:08:07.4340914Z 2025-01-24T01:08:07.4341430Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1932 2025-01-24T01:08:07.4342061Z 2025-01-24T01:08:07.4342708Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2032 2025-01-24T01:08:07.4343461Z 2025-01-24T01:08:07.4343918Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1548 2025-01-24T01:08:07.4344480Z 2025-01-24T01:08:07.4345028Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2084 2025-01-24T01:08:07.4345684Z 2025-01-24T01:08:07.4346719Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2180 2025-01-24T01:08:07.4347389Z 2025-01-24T01:08:07.4347998Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-01-24T01:08:07.4348739Z 2025-01-24T01:08:07.4349226Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2268 2025-01-24T01:08:07.4349821Z 2025-01-24T01:08:07.4350330Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2312 2025-01-24T01:08:07.4350937Z 2025-01-24T01:08:07.4351494Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2368 2025-01-24T01:08:07.4352146Z 2025-01-24T01:08:07.4352627Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2508 2025-01-24T01:08:07.4353215Z 2025-01-24T01:08:07.4353764Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2536 2025-01-24T01:08:07.4354420Z 2025-01-24T01:08:07.4354901Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2620 2025-01-24T01:08:07.4355601Z 2025-01-24T01:08:07.4356227Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2876 2025-01-24T01:08:07.4356966Z 2025-01-24T01:08:07.4357560Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2964 2025-01-24T01:08:07.4358395Z 2025-01-24T01:08:07.4358891Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2972 2025-01-24T01:08:07.4359468Z 2025-01-24T01:08:07.4359985Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2980 2025-01-24T01:08:07.4360593Z 2025-01-24T01:08:07.4361114Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2988 2025-01-24T01:08:07.4361716Z 2025-01-24T01:08:07.4362293Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2996 2025-01-24T01:08:07.4362960Z 2025-01-24T01:08:07.4363453Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 3012 2025-01-24T01:08:07.4364134Z 2025-01-24T01:08:07.4364626Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 3020 2025-01-24T01:08:07.4365214Z 2025-01-24T01:08:07.4365939Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 3028 2025-01-24T01:08:07.4366586Z 2025-01-24T01:08:07.4366997Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3204 2025-01-24T01:08:07.4367531Z 2025-01-24T01:08:07.4368185Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3216 2025-01-24T01:08:07.4368923Z 2025-01-24T01:08:07.4369711Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe 3272 2025-01-24T01:08:07.4370467Z 2025-01-24T01:08:07.4370972Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3284 2025-01-24T01:08:07.4371561Z 2025-01-24T01:08:07.4372046Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3360 2025-01-24T01:08:07.4372625Z 2025-01-24T01:08:07.4373253Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3728 2025-01-24T01:08:07.4373964Z 2025-01-24T01:08:07.4374462Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 2940 2025-01-24T01:08:07.4375459Z 2025-01-24T01:08:07.4377157Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 1324 2025-01-24T01:08:07.4378947Z 2025-01-24T01:08:07.4379711Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_7a0126f66ea46083\NVWMI\nvWmi64.exe -spawnprovider 1700 2025-01-24T01:08:07.4380574Z 2025-01-24T01:08:07.4380943Z vds.exe C:\Windows\System32\vds.exe 1476 2025-01-24T01:08:07.4381467Z 2025-01-24T01:08:07.4381993Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1160 2025-01-24T01:08:07.4382618Z 2025-01-24T01:08:07.4383008Z msdtc.exe C:\Windows\System32\msdtc.exe 3896 2025-01-24T01:08:07.4383494Z 2025-01-24T01:08:07.4384067Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3800 2025-01-24T01:08:07.4384748Z 2025-01-24T01:08:07.4385211Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4176 2025-01-24T01:08:07.4385781Z 2025-01-24T01:08:07.4386464Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4332 2025-01-24T01:08:07.4387230Z 2025-01-24T01:08:07.4387715Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4444 2025-01-24T01:08:07.4388348Z 2025-01-24T01:08:07.4388874Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 5088 2025-01-24T01:08:07.4389508Z 2025-01-24T01:08:07.4390219Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4984 2025-01-24T01:08:07.4391041Z 2025-01-24T01:08:07.4392707Z 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 4864 2025-01-24T01:08:07.4394403Z 2025-01-24T01:08:07.4394820Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4824 2025-01-24T01:08:07.4395432Z 2025-01-24T01:08:07.4396024Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 1516 2025-01-24T01:08:07.4396713Z 2025-01-24T01:08:07.4397118Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 1636 2025-01-24T01:08:07.4397635Z 2025-01-24T01:08:07.4398237Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 1540 2025-01-24T01:08:07.4398911Z 2025-01-24T01:08:07.4399408Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5004 2025-01-24T01:08:07.4400054Z 2025-01-24T01:08:07.4400559Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3076 2025-01-24T01:08:07.4401167Z 2025-01-24T01:08:07.4401583Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4492 2025-01-24T01:08:07.4402094Z 2025-01-24T01:08:07.4402715Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 5056 2025-01-24T01:08:07.4403423Z 2025-01-24T01:08:07.4404047Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 3352 2025-01-24T01:08:07.4404765Z 2025-01-24T01:08:07.4405302Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1332 3496 5740 2025-01-24T01:08:07.4405925Z 2025-01-24T01:08:07.4406337Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 6824 2025-01-24T01:08:07.4406841Z 2025-01-24T01:08:07.4407338Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 7092 2025-01-24T01:08:07.4407892Z 2025-01-24T01:08:07.4408705Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\ff5cd558-fcef-4ae6-a24a-ee892975963b.ps1'" 6700 2025-01-24T01:08:07.4409647Z 2025-01-24T01:08:07.4410311Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4408 2025-01-24T01:08:07.4411048Z 2025-01-24T01:08:07.4411052Z 2025-01-24T01:08:07.4411056Z 2025-01-24T01:08:07.4701357Z ##[group]Run nick-fields/retry@v3.0.0 2025-01-24T01:08:07.4701644Z with: 2025-01-24T01:08:07.4701819Z shell: bash 2025-01-24T01:08:07.4702009Z timeout_minutes: 5 2025-01-24T01:08:07.4702219Z max_attempts: 3 2025-01-24T01:08:07.4702429Z retry_wait_seconds: 90 2025-01-24T01:08:07.4703438Z command: set +e set -x if [ -n "${EXTRA_DELETE_DIR}" ]; then # It's ok to fail to clean up the extra directory on Windows as it only contains # the build artifacts and doesn't take up much space, i.e. /c/5053411580/build-results rm -rf "${EXTRA_DELETE_DIR}" || true fi rm -rf ./* 2025-01-24T01:08:07.4704482Z polling_interval_seconds: 1 2025-01-24T01:08:07.4704742Z warning_on_retry: true 2025-01-24T01:08:07.4704980Z continue_on_error: false 2025-01-24T01:08:07.4705201Z env: 2025-01-24T01:08:07.4705390Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:07.4705761Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:07.4706290Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:07.4706917Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:07.4707370Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:07.4707696Z EXTRA_DELETE_DIR: /c/12940916563/build-results/ 2025-01-24T01:08:07.4707999Z ##[endgroup] 2025-01-24T01:08:07.6490295Z + '[' -n /c/12940916563/build-results/ ']' 2025-01-24T01:08:07.6491565Z + rm -rf /c/12940916563/build-results/ 2025-01-24T01:08:07.6953904Z + rm -rf ./BUCK.oss ./BUILD.bazel ./CITATION.cff ./CMakeLists.txt ./CODEOWNERS ./CODE_OF_CONDUCT.md ./CONTRIBUTING.md ./Dockerfile ./GLOSSARY.md ./LICENSE ./MANIFEST.in ./Makefile ./NOTICE ./README.md ./RELEASE.md ./SECURITY.md ./WORKSPACE ./android ./aten ./aten.bzl ./benchmarks ./binaries ./buckbuild.bzl ./build ./build.bzl ./build_variables.bzl ./c10 ./caffe2 ./cmake ./compile_commands.json ./defs.bzl ./dist ./docker.Makefile ./docs ./functorch ./mypy-strict.ini ./mypy.ini ./mypy_plugins ./pt_ops.bzl ./pt_template_srcs.bzl ./pyproject.toml ./pytest.ini ./requirements.txt ./sccache-stats-win-vs2019-cpu-py3-36096109090.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-01-24T01:08:31.7047269Z Command completed after 1 attempt(s). 2025-01-24T01:08:31.7210701Z ##[group]Run handle C:\actions-runner\_work\ 2025-01-24T01:08:31.7211240Z handle C:\actions-runner\_work\ 2025-01-24T01:08:31.7226895Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-01-24T01:08:31.7227377Z env: 2025-01-24T01:08:31.7227571Z GIT_DEFAULT_BRANCH: main 2025-01-24T01:08:31.7227965Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-01-24T01:08:31.7228507Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-01-24T01:08:31.7229007Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-01-24T01:08:31.7229417Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-01-24T01:08:31.7229828Z ##[endgroup] 2025-01-24T01:08:32.0933550Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-01-24T01:08:32.0999994Z Finished 2025-01-24T01:08:32.2106099Z 2025-01-24T01:08:32.2106274Z Nthandle v5.0 - Handle viewer 2025-01-24T01:08:32.2106602Z Copyright (C) 1997-2022 Mark Russinovich 2025-01-24T01:08:32.2106950Z Sysinternals - www.sysinternals.com 2025-01-24T01:08:32.2107163Z 2025-01-24T01:08:32.2431309Z powershell.exe pid: 4124 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:32.2431950Z handle.exe pid: 5832 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:32.2432553Z handle.exe pid: 5188 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:32.2433142Z handle64.exe pid: 5252 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:32.2838134Z Post job cleanup. 2025-01-24T01:08:32.2989637Z Post job cleanup. 2025-01-24T01:08:32.5234914Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-01-24T01:08:32.5441316Z git version 2.47.1.windows.1 2025-01-24T01:08:32.5533631Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\c259b905-4e5e-4212-af15-0cb24ad89703\.gitconfig' 2025-01-24T01:08:32.5534608Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c259b905-4e5e-4212-af15-0cb24ad89703' before making global git config changes 2025-01-24T01:08:32.5535457Z Adding repository directory to the temporary git global config as a safe directory 2025-01-24T01:08:32.5536217Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-01-24T01:08:32.5835038Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-01-24T01:08:32.6102723Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-01-24T01:08:33.0388381Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-01-24T01:08:33.0591347Z http.https://github.com/.extraheader 2025-01-24T01:08:33.0648155Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-01-24T01:08:33.0913529Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-01-24T01:08:33.4599144Z Evaluate and set job outputs 2025-01-24T01:08:33.4615424Z Set output 'test-matrix' 2025-01-24T01:08:33.4617534Z Cleaning up orphan processes